Paolo
Forum Replies Created
-
AuthorPosts
-
It seems to be the security plugin removing all version and query string from css and js files.
In this case it remvoes the setting to get the places from google api.Is there a setting to disable it from doing so? If not, you’ll need to disable the entire plugin and look for something more flexible.
Let us know,
Thanks
Please check now, in geodirectory > design > map > Show / hide post type and category on map
you ticked, place and that hides the map.
Thanks
Hi,
the warning isn’t the problem.
Please provide a link and admin credentials in a private reply and we will have a look at your settings.
Thanks
Hi,
please provide admin credentials in a private reply (only staff can read them) and we will check your settings.
Let us know,
Thanks
Hi,
GD doesn’t create it, as far as I know neither does BP (but I’m not 100% sure).
The info page is for any GD page where a message is shown, like payment received and so on.
Thanks
Hi,
please provide a link and admin credentials and we will check for you. Images cannot be inspected.
Thanks
Hi,
it is only possible to see all listings of 1 custom post type at a time. So if you are only using Places, yes it is possible, if yo uare using extra custom post types, no it is not.
Thanks
Did you try using this plugin? https://wpgeodirectory.com/support/topic/missing-update-notifications/
Let us know,
Thanks
Hi,
the code I added is:
error_reporting(E_ERROR); add_filter('geodir_detail_page_tab_list_extend', 'geodir_detail_page_tab_list_extend') ; function geodir_detail_page_tab_list_extend($tab_array) { if ( 'gd_place' == get_post_type() ) { $tab_array['projects'] = array( 'heading_text' => __('Projects',GEODIRECTORY_TEXTDOMAIN), 'is_active_tab' => false, 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true,'projects'), 'tab_content' => ''); return $tab_array ; } else {return $tab_array ;} } add_action('geodir_after_tab_content' ,'geodir_my_new_tab_content'); function geodir_my_new_tab_content($tab_index) { if($tab_index =='projects') {echo do_shortcode('[gd_listings post_type="gd_contractor_projec" post_author="current" post_number="10" add_location_filter="0"]');} }You have to add it below CUSTOM FUNCTIONS and above ?>
Let us know how you went,
Thanks
Hi,
I see the sidebar sitting on the right side correctly on both firefox and chrome.
Did you try clearing your browser cache and refreshing the page?
Let us know,
Thanks
You are welcome 🙂
Hi,
I flagged this for Stiofan, he’s looking into it.
He’ll let us know asap.
Thanks
Why not using widget logic and for each custom post type add whatever you want via widget.
For Places:
( 'gd_place' == get_post_type() )For Events
( 'gd_event' == get_post_type() )For custom CPT
( 'gd_my_cpt' == get_post_type() )This would be much easier.
Let us know,
Thanks
Hi,
You should be using the GD Listing map insteads of the Home map in these pages.
The Home page map it is only to be used in the directory home page.
Let us know if this helps,
Thanks
Hi,
you could offer a coupon for a free premium event to anyone buying a premium listing, but that would have to be done manually.
Thanks
-
AuthorPosts