Forum Replies Created
-
AuthorPosts
-
Citydrive
ParticipantHello Anna,
Have you had the time to reproduce the bug ? Was my video of any help ?
Thanks
LéoCitydrive
ParticipantHi,
I have made a video to explain the problem, if that’s can help you to find a way to reproduce the problem.
Thanks for your times.
Léo.
Citydrive
ParticipantHi Anna,
We are absolutely sure that everything is intact and we didn’y modify anything on this server.
We are thinking maybe it comes from the server configuration.
Here is the link to our PHP information file : https://dev.citydrive.fr/info.phpCould you provide us with the configuration on one of your working server ? With this information we’ll try to spot differences and see if any of them could imply this issue.
Thanks again for your time.
Regards,
Citydrive
Participant@Anna
Hi,
Thank you for the time you’re spending on our issue. Don’t hesitate to ask us if you need anything that might help you replicate this issue on your development sites.
We are currently trying to solve this issue too on an other test server but we are stuck and can’t seem to find the reason.
Regards,Citydrive
ParticipantHello Anna,
Sorry to bother you again with our problem, but by any mean were you able to find the time to investigate our situation?
Your help would be very much appreciated.
Kind regards,
Citydrive
ParticipantHi,
Thanks for your advice,
Wc vendors and Wc vendors pro aren’t modifed on this version.
Regards,
Citydrive
ParticipantHi,
Have you had time to test the dev.citydrive.fr version ?
Thank you.
Citydrive
ParticipantHi,
You can connect here : https://dev.citydrive.fr/ctd-connect
With this ID : wc-vendor mp : 8K5x%%e@P0qaM3nwy2KS55J
All the pluggin are up to date.
WC vendors : Version 1.9.11
WC Vendors Pro : Version 1.4.3
WooCommerce : Version 3.0.7
All the other pluggin are disable.Citydrive
ParticipantHi,
I have made the update but in this url : https://dev.citydrive.fr/
Sorry, I should tel you that before.
You can connect to the admin with the same ID.
Thanks.Citydrive
Participanthello,
Thanks for your reply.
I have tested your three point and I have the same issues.
Have you any other idea ?
Thanks for your times.Citydrive
ParticipantHi,
Thanks for your time i don’t have the problem with the storefront theme.
But i found a way to resolve this. I just need to disable yoast in the page.If this can help someone.
I added this code in function.php file. (1219 is the id of the dashboard page)add_action('template_redirect', 'remove_wpseo'); function remove_wpseo() { if (is_page(1219)) { global $wpseo_front; if (defined($wpseo_front)) { remove_action('wp_head', array($wpseo_front, 'head'), 1); } else { $wp_thing = WPSEO_Frontend::get_instance(); remove_action('wp_head', array($wp_thing, 'head'), 1); } } }
Citydrive
ParticipantHello,
It’s works.
Thanks for your time.
Kind regards.
-
AuthorPosts