urbanfix
Forum Replies Created
-
AuthorPosts
-
Thanks paolo, somethings not right with it!
This reply has been marked as private.I have found another bug,
If you click the write a review button and you have changed from the ‘review’ tab to another such as ‘profile’ the button then doesnt work!
Thanks,
UFThis reply has been marked as private.sorry thought i had!
the widget Your Next Review Awaits is also not loading properly..
(will send url in private)
thankyouAh yes that will be why…
(it could have something to do with the location filter; Its enabled but i dont know what it actually does..)When i click on a tab should it take me to a new page?
no they aren’t, distance is shown on the location/me on the widget until you change tabs..
check herehmm, when I first discovered this issue it was a few updates ago and now I can’t replicate it either..
Would it be possible to add the distance from the location to this widget?On my site it displayed it on the first tab… just not on any other! (on the location/me page)
Sorry i see that its a bug,
Do i just need to download this file and replace the one currently in my directory?
Thanks,Hi Thanks for the fix, however the analytics is giving me an error when i click ‘Top Countries’!
The error is;
{"error":{"errors":[{"domain":"global","reason":"badRequest","message":"Sort key ga:sessions is not a dimension or metric in this query."}],"code":400,"message":"Sort key ga:sessions is not a dimension or metric in this query."}}
Thankyou for the continued support!
Thankyou for clarifying!
If by the backend you mean PHP, here’s a working example;
<?php add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ; function geodir_detail_page_tab_list_extend($tab_array) { $tab_array['TITLE'] = array( 'heading_text' => __('TITLE',GEODIRECTORY_TEXTDOMAIN), 'is_active_tab' => false, 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'TITLE'), 'tab_content' => '' ); return $tab_array ; } add_action('geodir_after_tab_content' ,'geodir_Feed_content'); function geodir_Feed_content($tab_index) { if($tab_index =='Feed') { echo do_shortcode( '[SHORTCODE]' ); } } ?>
Please can someone update me on any progress with this issue?
Thanks,Hi @leonce153,
Could you explain how you accomplished this?
I have currently added my shortcodes using the tutorial, but as you stated its not the most flexible way!
Thanks -
AuthorPosts