Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
the tagline only appears when there is no logo image.
This is standard in all WP themes.
Thanks
August 16, 2017 at 8:06 pm in reply to: uploaded images to listings behave erratic and don't show #391532Hi,
this optoin in settings > media: Organize my uploads into month- and year-based folders
Must be enabled.
https://wpgeodirectory.com/docs/basic-installation/#media
Thanks
August 16, 2017 at 8:00 pm in reply to: Highlight/Colour for active tab in Location Selector #391530You will need to increase the bottom margin of the tabs to adjust it:
Now the margin is 8px, just like the height of that image:
#menu-item-gd-location-switcher .geodir_location_tab_container dd.geodir_location_tabs a { margin: 0 0 8px; }Thanks
You are welcome 🙂
No please let’s continue in one topic only: https://wpgeodirectory.com/support/topic/listing-translation-gives-404-error/
Thanks
Hi,
when using a theme like Divi, you can’t use the settings in GeoDirectory >> Design to hide/show sidebars or change size of elements.
You have to use Divi settings or straight CSS to achieve the same.
Did you use these settings?
Let us know,
Thanks
The developers have been alerted and they’ll let you know soon.
Thanks
That is correct.
Just make sure the add listing page is selected in GeoDirectory > Permalinks as the add listing page and that it doesn’t contain the shortcode.
Also make sure that in design > navigation users are allowed to submit listings for all CPT that you want.
Let us know how it goes.
Thank you,
Hi,
you need to activate Neighborhoods from GeoDirectory > MultiLocations > Wish to enable neighbourhoods ?
After that you’ll be able to create city areas.
Let us know how it goes,
Thanks
Hi,
you other topic was flagged as spam by the system (not sure why), but I corrected it and replied: https://wpgeodirectory.com/support/topic/my-listing-translation-page-shows-404-error/#post-391512
Let’s continue there.
Thanks
Hi Pierre,
did you try saving permalinks? It is possible that they need to be flushed for the translation to work.
If you provide admin credentials in a private reply, we’ll follow up.
Let us know,
Thanks
Hi again,
please add this to GeoDirectory > Design > Scripts > Custom CSS:
.geodir_flexslider .geodir-slides img { max-height: 100% !important; }The image used is not big enough, you should upload images at least 940px wide.
Thanks
That is a feature of the supreme child theme only.
Thanks
Hi Scott,
PHP code doesn’t accept curly quotes. You must be using the straight quote.
So this :
function dt_remove_default_footer() { remove_action( ‘dt_footer_copyright’, ‘dt_footer_copyright_default’, 10 ); add_action( ‘dt_footer_copyright’, ‘custom_dt_footer_copyright_text’, 10 ); } add_action(‘init’, ‘dt_remove_default_footer’); function custom_dt_footer_copyright_text(){ echo ‘VistaHemp | HempVista 2017’; }Must change to:
function dt_remove_default_footer() { remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 ); add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_text', 10 ); } add_action('init', 'dt_remove_default_footer'); function custom_dt_footer_copyright_text(){ echo 'VistaHemp | HempVista 2017'; }I’ve corrected it for you. Let us know if there is anything else that we need to check.
Thanks
Translating will not work. The developers are checking if there is any easy way to do this. They’ll let you know asap.
Thanks
-
AuthorPosts