Guust
Forum Replies Created
-
AuthorPosts
-
Not sure if I understand wrongly, but every listing needs to be in a category, so you need categories.
And the “search for” field is also for searching titles and descriptions of listings, not only categories.You’re welcome 🙂
You’re welcome 🙂
Create a price package that allows those categories. Then hide that price package from the add listing page with CSS.
Some themes have a setting for number of posts per page that overrides the WP settings.
Without a URL and admin details we cannot check that though, but have a look at your theme settings.March 15, 2016 at 2:52 pm in reply to: Images are importing completed wrong, need help please #140132So are you saying the original files you try to import are not formatted the same as the exported files? That would be exactly the reason why it would not work.
You can add this to your CSS:
.site-logo {max-width: 992px;}URL? If it is the same as the email address, then the password is wrong …
March 15, 2016 at 2:27 pm in reply to: Registration Info and Fees in a separate tab and Sidebar #140125My mistake, I’ll get Paolo to have a look at your question.
Normally the Profile ID is only 8 digits after the
ga:Can you check that?
Add this in your theme functions.php file:
remove_action( 'geodir_details_main_content','geodir_action_details_slider',30); add_action( 'geodir_details_main_content','my_geodir_action_details_slider',30); function my_geodir_action_details_slider() { if ( has_post_thumbnail() ) { the_post_thumbnail('full'); } }Search results will always be on the search page. Splitting in two pages will not make it any faster, the database query will exactly be the same.
Might have misled you earlier, this will add the custom field data to the listing, search and location page widgets: https://wpgeodirectory.com/docs/core-place-settings/#show-on-listing-page
Can you post your WP admin details and URL in a private reply so we can check your settings?
Are users allowed to add listings at GD > Design > navigation?
-
AuthorPosts