Kor
Forum Replies Created
-
AuthorPosts
-
Hi lisec73,
Thanks for your post. It looks like some styling issues and kindly share your Website URL here in question and we’ll check on it.
Thanks!
Hi Scott Harris,
Thanks for your reply. Yes, that’s correct. Ninja Forms should be compatible with GD. There must be a misconfiguration and could you please share your Website WP admin access here in private reply so that we could troubleshoot this further for you?
January 3, 2020 at 7:43 am in reply to: How to remove country from Directory Listing Detail Page #523800Hi Barbara,
Thanks for your post. We can try using this using custom CSS code below. Insert into WP > Appearance > Customize > Additional CSS
span[itemprop="addressCountry"] { display:none!important; }
Hi riobravomedia,
Thanks for your message. Could you inspect the Warning message? Sorry, we’re not SEO experts but we’ll try to help where we can.
Hi ukvape,
Thanks for your post. Kindly open a new ticket and we’ll check your GD setup.
Hi nbl1900,
Thanks for your post. Alright then, let us know if you need anything further.
Hi event19,
Thanks for your post. Try adding the “Contact Form” button directly on the “Search Archive Template” as explained here https://wpgeodirectory.com/docs-v2/templates/search/
Hi Manfred,
Thanks for your post. We can try using custom CSS code to prevent mouse clicks. Kindly renew your support status and we’ll try it out for you.
Hi manfred,
Thanks for your post. You can refer to this section of the documentation that explains more about customizing GD templates https://wpgeodirectory.com/docs-v2/faq/customizing/#templates
Hi Dave,
Thanks for your post. I’ve inspected your Website and the texts on the top of the page are created using the “Elementor” page builder. Could you check on it?
Hi Jon,
Thanks for your reply. You shouldn’t remove it using the custom CSS code. To change the copyright, use the following code. Insert into the Code Snippets plugin https://wordpress.org/plugins/code-snippets/ .
add_action('after_setup_theme', '_my_sd_footer_changes',15); function _my_sd_footer_changes(){ remove_action( 'dt_footer_copyright', 'dt_footer_copyright_default', 10 ); remove_action( 'dt_footer_copyright', 'sd_footer_copyright_default', 10 ); add_action( 'dt_footer_copyright', 'custom_dt_footer_copyright_text', 10 ); } function custom_dt_footer_copyright_text(){ echo '© 2018 Supreme Theme LLC. All Rights Reserved.'; }
use this custom CSS code below into WP > Appearance > Customize > Additional CSS.
.dt-nav-toggle.dt-mobile-nav-button-wrap {display:none;}
Hi Sarah,
Thanks for your post. To enable registrations, kindly navigate to WP > Settings > General > Membership > Check “Anyone can register” option as shown in the attached image below.
Hi Ann,
Thanks for your post. Have you checked your Website using the “Google Search Console” tool here? https://search.google.com/search-console/about . This tool should be able to tell more about your Website’s SEO.
Hi Dave,
Thanks for your post. I will get a developer to assist you with this.
This reply has been marked as private. -
AuthorPosts