Giri
Forum Replies Created
-
AuthorPosts
-
Hi clem,
Try changing
geodir_is_page('detail')
with
geodir_is_page('add-listing')
Let me know how that goes.
Thanks
Hi Don,
Yes you can. But keep in mind that you need to check the uninstall data checkbox in uninstall tab.
That would completely erase your UsersWP data and its tables.
Then you have to install the new version.
The method I explained earlier is only for if you have important data with old version and don’t want to lose existing data.
I’m not sure about the video part.
I’ll let @paolo reply about that one.
And one more request. Could you report me if you face any bugs or having trouble with something?
Thanks
May 18, 2017 at 9:20 am in reply to: Getting lots of Warning: Illegal string offset 'Afghanistan' in.. #378914Hi Terry, I have fixed that issue.
The fix will be available in next release.
Thanks
Hi Don,
When i mean old version i’m talking about the beta version we released in this thread.
https://wpgeodirectory.com/support/topic/userswp-beta-gd-integration-uwp-recaptcha/
I was talking about the UsersWP not UWP – GD
Please take a backup before you proceed
Thanks
Hi Murphy, you won’t get notification if comment author & listing author are same.
You are welcome.
Hello Marcus,
You will face that issue in home page in both chrome and firefox. Like I mentioned earlier we use different design for home page.
It most probably display fine in single listing pages. ex: http://www.naturephototour.com/articles/bird-photography/photographing-barnacle-geese-dumfries-galloway-caerlaverock/
You have to hire a html/css programmer to modify the home page styles. Sorry about that.
You are welcome 🙂
Settings > Discussion > Other comment settings > Users must be registered and logged in to comment
Hi Marcus,
For some reason, the snippet I provided not removing existing code properly.
I have deactivated that snippet and manually commented out these two lines
https://github.com/mistergiri/supreme-directory/blob/master/functions.php#L549
https://github.com/mistergiri/supreme-directory/blob/master/functions.php#L554
If you update supreme theme make sure to modify those lines.
Thanks
website url?
You have to check “enable location top” checkbox in Header Top customer section for the new menu
Hi Marcus,
It doesn’t matter. Both points to the same menus.
But you can add menu items only in WordPress> Appearance >Menus
maybe try hooking that into init action in code snippet like this.
add_action('init', 'add_sd_header_top'); function add_sd_header_top() { remove_action( 'customize_register', 'sd_dt_remove_header_top_from_customizer', 20); remove_filter('theme_mod_dt_enable_header_top', 'sd_dt_enable_header_top_return_zero'); }
-
AuthorPosts