Viewing 15 posts - 91 through 105 (of 123 total)
  • #235947
    romanhajek
    Member
    Post count: 107

    both problems are still there, see screenshot.

    Attachments:
    You must be logged in to view attached files.
    #235960
    David Martin – Support
    Moderator
    Post count: 20834

    Your child theme was not correctly including the parent CSS.

    I add this to your child theme functions file and the layout is now correct:

    add_action( 'wp_enqueue_scripts', 'sf_theme_enqueue_styles' );
    function sf_theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    
    }

    You just need to add widgets to the Sidebar 1 widget area, Appearance => Widgets.

    #235978
    romanhajek
    Member
    Post count: 107

    hello,
    I just added this and now it doesn’t work at all.
    I deleted it again.

    Attachments:
    You must be logged in to view attached files.
    #235981
    David Martin – Support
    Moderator
    Post count: 20834

    You didn’t need to add it. I already did.

    – David.

    #235982
    romanhajek
    Member
    Post count: 107

    okay, but i still have the same view. nothing changed. Btw. I use a macbook pro with safari.

    #235984
    David Martin – Support
    Moderator
    Post count: 20834

    Yes that’s the same as me also, please now clear your Safari cache (again). See my screenshot.

    Attachments:
    You must be logged in to view attached files.
    #235986
    David Martin – Support
    Moderator
    Post count: 20834

    PS – something is still caching on minifying your code. Do you have an account with Cloudflare?

    #235987
    romanhajek
    Member
    Post count: 107

    cleared the cache, nothing changed.
    yes I do have an account, but the account is deactivated and the name server are not pointing towards it.

    #235989
    David Martin – Support
    Moderator
    Post count: 20834

    In that case, I have deactivated all plugins leaving only Swift Framework & WooCommerce active.

    Please test again, this seems to have cleared your compressed code.

    Thanks.

    #235991
    romanhajek
    Member
    Post count: 107

    okay, the view is right, but I need wpml to be activated, because otherwise the products are viewed twice on the homepage and the child theme should be active as well.

    Attachments:
    You must be logged in to view attached files.
    #235995
    David Martin – Support
    Moderator
    Post count: 20834

    Please activate one plugin at a time, each time re-test the page.

    This will then give you a clear indication of which plugin was causing the issue.

    Thanks.

    #235996
    David Martin – Support
    Moderator
    Post count: 20834

    Please activate one plugin at a time, each time re-test the page.

    This will then give you a clear indication of which plugin was causing the issue.

    Thanks.

    #235999
    romanhajek
    Member
    Post count: 107

    why is the function.php of child theme not working any more?

    #236001
    romanhajek
    Member
    Post count: 107

    okay everything works fine again, but the checkout(see screenshot)

    Attachments:
    You must be logged in to view attached files.
    #236004
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    What are you referring to in the screenshot?

    Thanks.

Viewing 15 posts - 91 through 105 (of 123 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register