Patrik
Forum Replies Created
-
AuthorPosts
-
September 5, 2018 at 6:30 am in reply to: Call to undefined function geodir_is_page() by Geo 1280 Theme #445381
Hi Brandon,
You will need to modify the above code as it might be possible GD is loading later and that is why the function not found. Try the following code and let me know if it works fine or not:
add_filter('body_class', 'geo1280_body_class'); function geo1280_body_class( $classes ) { $gd_page_id = get_option('geodir_location_page'); if ( is_page() && get_query_var( 'page_id' ) == $gd_page_id ) { $classes[] = 'geo1280-location'; } return $classes; }
Regards,
PatrikThis reply has been marked as private.Hi,
#1 – The error is coming from the buddypress plugin. Can you first check if you have enabled WP_DEBUG on your site or not? If enabled, you need to disable it as it will show notices from all the plugins and themes. WP_DEBUG is useful while troubleshooting issues. That is not defined in config.php so you need to disable it from your hosting or somewhere.
#2 – It’s because your site is using the Nouveau template pack of BuddyPress which recently introduced in BP3.0 and our theme is not compatible with it yet. So I suggest you use the old Legacy layout and see if it resolves this issue.
#3 – I suggest to use Legacy layout and see if it fixes the issue or not.
#4- “My Invoices” is coming from the invoicing plugin so you will need to use the invoicing translation file and “Lists” have to use translation file of List Manager plugin to translate.
Let me know if you have any queries.
Regards,
PatrikThis reply has been marked as private.Hi Michael,
It looks like the footer is broken and that is why all our JS are not loading and causing an issue in edit listing page. Can you please provide us with FTP details in private reply to troubleshoot the issue?
Regards,
PatrikHi Luis,
It was due to cache was not cleared. I have cleared cache and seems to be working fine. Can you please check from your side and let me know?
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.Hi Mike,
It seems someone has changed the settings for invoicing. There should be ‘wpi-checkout’ set as a checkout page and there was add listing set as checkout which was incorrect. I have modified the setting and works fine for me. Please check from your side and let me know if it resolves your issue or not.
Regards,
PatrikHi Maria,
That is not possible easily without customization. You may need to change the code to do that and we don’t support customizations here. For that, you can hire any GD expert from https://geodirectoryexperts.com
Let me know if you have any queries.
Regards,
PatrikHi,
The initial fee for the recurring payments is currently not supported by our plugins. You may include those fees in the main price of the package.
Regards,
PatrikHi James,
It seems the Yoast SEO plugin is throwing errors not our plugins. You can try deactivating Yoast SEO plugin and check if everything works fine or not. There is an update available for Yoast SEO plugin so I recommend you to update the plugin and then let me know if it fixes the issue or not.
Regards,
PatrikHi James,
The errors are due to the core GD plugin was not installed and active. I have reinstalled it and activated and it is working now. Please review it from your side and let us know if it is fixed or not.
Regards,
PatrikHi,
There is no filter for that to change it only for breadcrumb. It is the Name of the post type. You can change it using the ‘GeoDirectory Custom Post Types’ plugin. If you have installed that plugin already then you can change it from Geodirectory->Custom Post Types->Labels. Please note this will change the label everywhere not only for breadcrumb.
Let me know if any queries.
Regards,
PatrikHi,
I could not see the wci.dev_2 folder in the given FTP. Can you please check and let me know?
Regards,
Patrik -
AuthorPosts