Kor
Forum Replies Created
-
AuthorPosts
-
Hi Ramon,
Could you please provide a screenshot of how you’d want it to look like? Not really sure if I get what you mean there and also, share the URL of your Website so that we can take a better look at it.
Thanks!
This reply has been marked as private.Hi Ramon,
I believe you’re referring to our free GD theme. https://wpgeodirectory.com/downloads/supreme-directory/ . Could you check and see if it’s what you’re looking for?
Thanks!
Hi Glenn,
Are you able to provide FTP and WP admin access to that crashed Website? We might be able to help you recover it.
Thanks!
Hi Victory,
Please try generating a new Facebook API and try again. If the issue persists, renew the support and I’ll ask a developer to check on it.
Thanks!
Hi Glenn,
Glad that helped. Enjoy your Weekend.
Thanks!
Hi Peter,
By default, there should be only one as shown in this screenshot http://prntscr.com/etzsht . Where did the second field come from? Is it a custom field? Please share WP temp admin access to your site so we can take a better look. You can post the details here using the private reply option below.
Hi Glenn,
You shouldn’t use the logo area to insert a header background. But instead, insert your header background image into this option as shown in this screenshot http://prntscr.com/etzpbi . Once you’ve done that, use the custom CSS code below to resize the header background.
.header { min-height:500px!important; }Thanks!
Hi Ben,
Try using the custom CSS code below and see if it works. Insert into GD > Design > Scripts > Custom Style CSS
li.geodir-listing-slider-widget img:nth-child(3) { min-height: 200px; object-fit: cover; }April 8, 2017 at 7:40 am in reply to: Some text is appearing in header when there is a location specified #372547Hi Palicali,
Sorry for the late response. Could you please share WP temp admin access to your site so we can take a better look? You can post the details here using the private reply option below.
Thanks!
Hi Peer,
I’ve just inspected the CSV files and the addresses are incorrect. http://prntscr.com/eti2iu . Please correct it and try again. Refer to this section of the documentation https://wpgeodirectory.com/docs/core-export/
Thanks!
Hi Danielle,
That should be in the Payments addon language file. Refer to this posts https://wpgeodirectory.com/support/topic/texts-remain-unstranslated/#post-342339
https://wpgeodirectory.com/docs/translating-addons/
https://wpgeodirectory.com/docs/translating-themes/Hi Ronny,
I’ve notified a developer and he will look into this as soon as possible.
Thanks!
Hi Ben,
Since only GD pages allow you to insert widgets on top of the page. You can probably use the code below to insert GD shortcodes into non-gd pages. But, you’ll have to add this into the template file. Or, you can use a 3rd party plugin such as page builders to achieve what you needed there.
echo do_shortcode('[gd_listing_slider]');Thanks!
Hi Sieko,
Please use the code below to hide it. Just insert into the code snippets plugin or the theme’s functions.php file.
add_filter( 'get_the_archive_title', function ( $title ) { if( is_category() ) { $title = single_cat_title( '', false ); } return $title; }); -
AuthorPosts