Joy
Forum Replies Created
-
AuthorPosts
-
Thank you. How do I target the listing page opacity too?
Home page and all location based pages (location seo image that is set in GD settings)
This reply has been marked as private.Hi, yes, I am aware of that. But I wasn’t sure if there was an easier way to target pages. I want all locations pages to have a certain level and listing pages to have a certain level.
Thank you.
Whew! Thank you.
Hey Alex, thank you! I will look into working on my icons. That’s a good tip.
Thank you so much for mentioning the location page. I accidentally set the location page as a draft, I have it published and now it’s working.
For my locations, I didn’t really change anything. Just utilizing islands instead of regions and edited the language file. Otherwise, it’s all core GD.
Thank you as well for the tip for the about page.
If you have anything else to offer, I’d love to hear it. 😁
Guys please help! The problem has returned. Maybe the edits were removed when I updated. Help.
Help guys! I don’t know if the fix you made was in my files but I had to update some of my plugins and the problem has returned. Please advise.
Thank you.
This reply has been marked as private.Yes, normally it should work as you expect it to. Something must be a amiss. Good luck. 😉
Sorry Javier, I’m not sure what it could be. A moderator is going to have to have a look at your setup to see if there are any conflicts.
You could post your website with your admin credentials in a private reply so that when someone from the team comes online, they can readily assist you.
Change log is here: https://wpgeodirectory.com/change-logs/#v1.6.24
Not sure about future updates though, someone from the team can respond about that. I had some unforeseen issues with my update too.
Maybe try what Guust suggested and reset your permalinks. 🙂
Oh also, make sure your using the most current version of the plugin. I just had some issues earlier today with an outdated plugin.
I’ve used this in a code snippet:
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 'custom text here'; }
-
AuthorPosts