Giri
Forum Replies Created
-
AuthorPosts
-
You are welcome.
Can you check now?
Hi Holly, Everytime you make changes in settings, you need to clear the gd booster cache.
I have disabled GD Booster. Please make changes to your setting. So I can activate again and make sure everything work as expected.
Thanks
You are welcome.
Hi Holly,
Kiran is not working today. Could you give me more details? I’ll try to assist you.
Thanks
Hi there, I don’t have much experience with widget logic plugin.
But this is the function that can return the current location data.
geodir_get_current_location_terms()
You can use that like this.
$loc = geodir_get_current_location_terms(); $country_slug = $loc['gd_country']; $region_slug = $loc['gd_region']; $city_slug = $loc['gd_city'];
Then you can display like
if ($country_slug == 'canada') { }
I guess you cannot use the whole code in widget logic. So you have to create custom code for that.
Thanks
July 29, 2017 at 2:48 pm in reply to: Wanting the Supreme top search area to look like the demo #388966This reply has been marked as private.This reply has been marked as private.Hi Stevie,
Have you assigned that page in UsersWP > General properly?
If yes can you give me login details? I’ll check.
Thanks
July 29, 2017 at 12:26 pm in reply to: Wanting the Supreme top search area to look like the demo #388956This reply has been marked as private.Hi Richard, You have any idea where you added the custom code to display that super_sectionTab.
I searched in your themes and snippets. I couldn’t find any custom code there. Did you hardcode inside GD?
If yes, can you give me the name of those files? That would narrow down my search.
Thanks
Hi Richard. I’m looking into it.
You seem like you are including php code inside the script tag. So its causing problems. Try removing that code.
https://www.dropbox.com/s/5ghp7uwa1jbkaqb/Screenshot%202017-07-29%2000.00.19.png?dl=0
You are welcome.
Doc available here. https://userswp.io/docs/userswp-menus/
-
AuthorPosts