Kor
Forum Replies Created
-
AuthorPosts
-
Hi Tania,
You can hide it with the custom CSS below. Insert into GD > Design > Scripts > Custom Style CSS
#geodir_post_desc_row { display:none!important; }Hi Erik,
I’ve alerted my manager and he will assist you further. Thanks for your patience.
Hi Eden,
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 Tania,
Please try using the custom CSS code below and see if it works. Insert into the “Code Snippets” plugin.
function gd_custom_sd_details_output_address( $address = '' ) { global $post; if ( $address && !empty( $post->post_address ) ) { $sd_address = '<span class="sd-address-only">' . stripslashes( $post->post_address ) . ', </span>'; $address = str_replace( '<div class="sd-address">', '<div class="sd-address">' . $sd_address , $address ); } return $address; } add_filter( 'sd_details_output_address', 'gd_custom_sd_details_output_address', 10, 2 );Hi Tania,
Please review https://wpgeodirectory.com/docs/supreme-directory-overview/#homepage
as to how to change the featured image on the homepage.
ThanksHi Ron,
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 Erik,
Are you getting any errors when you click on the “Social Importer” link in “Your Account” section? I’ve tried it and it works on my end.
Thanks!
Hi Alex,
Not sure though, probably it’s just a cache issue but I’m glad that everything is working fine now.
Thanks!
Hi Alex,
Not sure if I’m clearing the cache correctly, it seems work when I remove the code I’ve inserted earlier into GD > Design > Scripts > Custom Style CSS. Could you please check again?
Thanks!
Hi JC,
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!
Or you can try this custom CSS.
span.gd-tab-list-title a { pointer-events: none; }Thanks!
Hi wci,
I can’t access to the child theme style.css file. Could you share FTP access so that I check further?
Thanks!
Hi Cora,
Please use this custom CSS code below to correct the layout. Insert into GD > Design > Scripts > Custom Style CSS. Let me know how it goes.
dl.geodir-tab-head dd { height: 48px!important; }Hi Scott,
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.
-
AuthorPosts