Stiofan O'Connor
Forum Replies Created
-
AuthorPosts
-
Hi Dale this is a strange one, can you please provide FTP details too, thanks.
Stiofan
We now have the ability to have location-less post types, please see in GD>General>Select CPT to disable physical location.
Hope this helps.
Stiofan
This reply has been marked as private.July 21, 2015 at 6:22 pm in reply to: Breadcrumbs – keep on Geodirectory pages, don't load on other pages? #46410You could prob do something like this (not tested, just finifhing for the night)
remove_action('genesis_after_header', 'geodir_replace_breadcrumb', 20); add_action('after_setup_theme', 'my_gd_compat_php_genesis', 12); function my_gd_compat_php_genesis() { // GD BREADCRUMBS add_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_listings_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_author_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_search_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_home_before_main_content', 'geodir_breadcrumb', 20); add_action('geodir_location_before_main_content', 'geodir_breadcrumb', 20); }Stiofan
July 21, 2015 at 5:59 pm in reply to: Breadcrumbs – keep on Geodirectory pages, don't load on other pages? #46408Hello,
This should be what you are after?
add_action( 'wp', 'remove_gd_breadcrumb_from_pages' ); function remove_gd_breadcrumb_from_pages(){ global $post; if(is_page()){ remove_action('genesis_after_header', 'geodir_replace_breadcrumb', 20); } }Thanks,
Stiofan
Hello,
Can you please provide FTP details so i can check this further.
Thanks,
Stiofan
Hello,
There seems to be something wrong with your access token, please try the folloing
#1 in facebook: Settings>Apps Find the app for your site and remove it.
#2 Follow the instructions again: https://wpgeodirectory.com/docs/social-importer-addon/Thanks,
Stiofan
Hi Dylan,
There is a hook to do this, i have made an example for you here: https://gist.github.com/Stiofan/2ddaebd31553f476bc59
You would add this code to your theme functions.php file.
The example removes the map type options but you can also do it for streetview control by adding another option below the current one$options['streetViewControl']=false;These are per map so you will have to find the ID of the map you want to affect by using the inspection tool or viewing the source code, the example should keep you right.
Thanks,
Stiofan
For the GB Booster issue, there was a conflict with s2member, i have added a fix and uploaded to your site.
Stiofan
no probs man 🙂
Solved in under 1 minute for my fellow Scot 🙂
Hi Scott,
This number is controlled by the standard WP setting
Settings>Reading>Blog pages show at mostThanks,
Stiofan
This is fixed and will be in the next version.
Thanks,
Stiofan
This reply has been marked as private.Hi Pat,
I am very disappointed you feel this way, I am the main Dev for GD and we have lots of happy customers but you only learn from your unhappy customers. I would love to have a chat with you on Skype and we can go over any/all issues. It’s 1.42am here on a Sunday but I will be available on Monday.
Enjoy your weekend and we will resolve everything on Monday.
Thanks,
Stiofan
-
AuthorPosts