Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
please try running the GD Tools to fix tags, if that doesn’t do it, you will need to update each lsitings from the front end.
Thanks
Probably you are also using the wrong tab index name for your custom tab, where did you get that from?
In the article linked by Kor, please review this part:
If you paste the follwing code snippet in your active theme’s functions.php file instead of the previous function, tabs will disappear from the listing details page and instead you will see the array with all its info, including all tab indexes.
add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend_profile') ; function geodir_detail_page_tab_list_extend_profile($tab_array) { print_r($tab_array); }By doing so you can find the tab index for your custom tab made with fieldset. At this point remove the above code snippet and use the correct tab index for your function to re-order tabs.
Let us know if that helped.
Thanks
Hi,
the one suggested before that is the best solution :
Better Search Replace – https://wordpress.org/plugins/better-search-replace/
Please use that.
Thank you
You are welcome 🙂
This would require a customization of the loginbox widget code.
SOmething that goes beyond support.
Thank you
Hi,
no that is a feature of whoop theme only.
Thanks
HI,
yes in the new version (that you have partially already) we made a change so that the CPT name appears instead of “listing” for all CPT. That way the title and description stings are new and must be translate again.
Let us know if this helped.
Thanks
Hi,
you created the CPT breweries without support for:
Author, Thumbnail, Excerpt, Custom fields, Comments.
I enabled them for you and enabled comments for the breweries listings already created and now it works.
Thanks
Hi,
if the plugin stops working correctly after adding that plugin there is certainly a conflict. Wordfence is used by a lot of users without problem, simply please change security plugin.
Thanks
Have you tried the Social Connect plugin as an alternative? We don’t debug 3rd party plugins, if you wish to use that social login you’ll need to ask for support to their authors.
Thanks
Hi,
I’m not able to test GeoLocation on your website, because I can only emulate your position with Chrome and Chrome currently requires a secure werbsite to provide GeoLocation.
Please see: https://wpgeodirectory.com/adding-a-ssl-certificate-to-your-website/
Once you add a SSL certificate and make sure your website is serving all content via HTTPS we will be able to test it.
Let us know,
Thanks
Hi,
make sure to use a child theme to make your changes or next theme update you will lose them.
This in functions.php of your active theme (better if a child theme), will remove both slider and categories:
remove_action( 'geodir_details_main_content','geodir_action_details_slider',30); remove_action( 'geodir_details_main_content', 'geodir_action_details_taxonomies', 40);Thanks
June 15, 2016 at 3:52 pm in reply to: how can i set in the menu bar a page to log in and takes you to your profile? #209000the link to get you to that page is dynamic and it will be different for any users.
There is no option to add it directly in the menu without a customization.
I’m sorry.
Thanks
p.s. your site should have the fix applied already. Please check and let us know.
Thanks
hi,
you don’t have a category called “Show Concert”.
Can you please clarify???
Thanks
-
AuthorPosts