Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • in reply to: Variations issue #69857
    Citydrive
    Participant

    Hello Anna,
    Have you had the time to reproduce the bug ? Was my video of any help ?
    Thanks
    Léo

    in reply to: Variations issue #69562
    Citydrive
    Participant

    Hi,

    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.

    in reply to: Variable product issue in front dashboard #67339
    Citydrive
    Participant

    Hi 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.php

    Could 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,

    in reply to: Variable product issue in front dashboard #67033
    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,

    in reply to: Variable product issue in front dashboard #66722
    Citydrive
    Participant

    Hello 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,

    in reply to: Variable product issue in front dashboard #66228
    Citydrive
    Participant

    Hi,

    Thanks for your advice,

    Wc vendors and Wc vendors pro aren’t modifed on this version.

    Regards,

    in reply to: Variable product issue in front dashboard #66015
    Citydrive
    Participant

    Hi,

    Have you had time to test the dev.citydrive.fr version ?

    Thank you.

    in reply to: Variable product issue in front dashboard #65496
    Citydrive
    Participant

    Hi,
    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.

    in reply to: Variable product issue in front dashboard #65385
    Citydrive
    Participant

    Hi,
    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.

    in reply to: Variable product issue in front dashboard #65297
    Citydrive
    Participant

    hello,
    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.

    in reply to: Yoast SEO conflict #65195
    Citydrive
    Participant

    Hi,
    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);
            }
        }
    }
    in reply to: Variable product, and Vendor Name #64043
    Citydrive
    Participant

    Hello,

    It’s works.

    Thanks for your time.

    Kind regards.

Viewing 12 posts - 1 through 12 (of 12 total)