Paolo
Forum Replies Created
-
AuthorPosts
-
Hi,
in GeoDirectory >> Theme Compatibility, do you have Enfold selected?
Please provide a link where we can see the problem and possibly admin credentials in a private reply and we will follow up.
Thanks
Hi,
I’m not sure I understand what you mean by : I’ve switched of photo or related posts in tabs. Now with this mod, they are back.
Will you please clarify?
Thanks
Thank you for letting us know! 🙂
Hi,
comments_function.php is not a template. It can’t be moved in the child theme like a template.
You will need to create custom functions to replace the existing ones. Not a super easy task.
Thanks
This reply has been marked as private.Hi Johan,
the shortcode parameters look correct, however it is not sorting them as it should. I’ve asked to developers to have a look for us.
Thanks for your patience,
Hi,
you can have the comment_more_ratings div visible by default adding this to your custom css:
#comments .comment_more_ratings { display: block; }The right box is for pictures submitted with reviews.
Thanks
This reply has been marked as private.We’ll be here…
Thanks
I’ll let them know,
thanks.
Hi,
1st remove the title from the main content:
remove_action('geodir_details_main_content', 'geodir_action_page_title', 20);This is how the page elements are added and ordered by default in th main content:
add_action('geodir_details_main_content', 'geodir_action_before_single_post', 10); add_action('geodir_details_main_content', 'geodir_action_page_title', 20); add_action('geodir_details_main_content', 'geodir_action_details_slider', 30); add_action('geodir_details_main_content', 'geodir_action_details_taxonomies', 40); add_action('geodir_details_main_content', 'geodir_action_details_micordata', 50); add_action('geodir_details_main_content', 'geodir_show_detail_page_tabs', 60); add_action('geodir_details_main_content', 'geodir_action_after_single_post', 70); add_action('geodir_details_main_content', 'geodir_action_details_next_prev', 80);Now add it back on top of the sidebar:
add_action( 'geodir_detail_page_sidebar','geodir_action_page_title',0);Thanks
You are welcome 🙂
Hi,
1) add this to GeoDirectory >> Design >> Scripts >> Custom CSS:
.geodir-search input.snear, .near-compass { display: none; }2) VIa translation file: http://docs.wpgeodirectory.com/translate-core/
3) This is not possible I’m sorry.
Thanks
Hi,
in that case the only option is to enter a listing in both CPT, one as restaurant and one as bar / nightclub.
Custom Fields can be created per CPT. However there is a workaround to assign them only to 1 category and it is to create a Specific Price for each category. In that case you can enable/disable custom fields per price too.
Hope this helps,
Thanks
kool, glad you find it. 🙂
-
AuthorPosts