Guust
Forum Replies Created
-
AuthorPosts
-
Create one package that is free without any custom fields and set description character limit to zero.
Then anyone can register as a user, then add a listing with a title only, and declare they are not the owner.
Then the business owner can register as a user, and claim the listing. He/she will then be the owner and can then add their details.I hope it is clearer now.
You have added locations in “ALMERIA” which is not the same as “Almería”.
Google tries to add places in “Almería”, but you already told the system Carboneras is in ALMERIA.
More at https://wpgeodirectory.com/docs/definitions/#locationThanks
You’re welcome 🙂
This reply has been marked as private.To add PDFs you can use this: https://wordpress.org/plugins/pdf-embedder/
You can use that with an upload custom field and then add the pdf file with a shortcode.
See also https://wpgeodirectory.com/support/topic/theme-compatability-with-mythemeshop/#post-384337Some of the other points can be done with HTML custom fields.
Thanks
June 22, 2017 at 10:46 pm in reply to: edit the content in front of the featured image on every page #384406I am guessing you are using the Supreme theme.
You can customize the code at the following file /wp-content/themes/supreme-directory/inc/geodirectory-compatibility.php.
This FAQ should point you in the right direction: https://wpgeodirectory.com/docs/faqs/how-do-i-remove-the-popular-categories-section-from-the-home-page/Thanks
June 22, 2017 at 10:42 pm in reply to: custom field related to another custom post type and mark more locations on map #384405Both those things would require customizations that are outside support.
You can try to find a developer on any of the wordpress freelancer sites if you like.
ThanksPlease update GD and both your themes first.
I cannot find anything that is hiding that, but it may be because you need to update.Thanks
You have disables all the widget sections on the GD Home/Location pages at GD > Design > Home tab.
See more at https://wpgeodirectory.com/docs/layout/#directoryPlease review these links:
https://wpgeodirectory.com/docs/definitions/#location
https://wpgeodirectory.com/docs/manage-location/#edit
https://wpgeodirectory.com/docs/add-google-api-key/There is no location like “all, all, United Kingdom”.
You need to merge the 2 Lutterworths.
I tidied up your locations.You were only allowing listings in your default city at GD ? Multilocation.
I changed that to Multi-region.Your WP permalinks were not set correctly, I fixed that: https://wpgeodirectory.com/docs/basic-installation/#postnames
Your Change Location switcher works now correctly, and there will be content on those pages once you activate the widgets areas (see above) and add widgets.
Thanks
Added more CSS.
To add a shortcode in a tab:
Create a HTML custom field, with the following settings:
For admin use only? Yes – This is important, because you do not want your users to have access to this field.
Make a note of the HTML variable name you use. In the example below it is “menu”.
Now you need to add a bit of code to your child theme’s functions.php file or add a new snippet if you use the Code Snippets plugin.
Make sure you replace menu with your own HTML variable name.add_filter('geodir_tab_show_geodir_menu','my_enable_shortcodes_on_field',10,2); function my_enable_shortcodes_on_field($html, $variables_array){ return apply_filters('the_content', $html); }Thanks
You’re welcome 🙂
We’re here when you need us.I added some CSS at GD > Design > Scripts > CSS.
Please check now.
ThanksWe cannot log in, because we cannot find any login box anywhere.
Can you turn off whatever is redirecting the /wp-admin and /wp-login.php files.
Add FTP details too, in case that does not allow us to login either.
Thanks1. You can add this CSS, adjust as required:
@media (max-width: 375px) { span.geodir_term_class {font-size: 50%;} .sd.home .cat-link, .sd.sd-location .cat-link {display: initial; font-size: 50%;} }2. You can achieve that with some HTML coding or a gallery plugin.
3. See 2.
Thanks
-
AuthorPosts