Home Forums WoodMart support forum Layout breaks after update from 7.6.0 to 8.0.0

Layout breaks after update from 7.6.0 to 8.0.0

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #616388

    Tolis
    Participant

    after update everything breaks. I saw in forum other people have same issues
    please help

    Thanks in advance
    Tolis

    Attachments:
    You must be logged in to view attached files.
    #616410

    Tolis
    Participant

    switching from child theme to main theme fixes the problems. So child theme has something and the layout breaks??

    #616416

    Tolis
    Participant

    problem fixed,
    i removed some code from child function.php

    if( woodmart_get_opt( ‘minified_css’ ) ) {
    wp_enqueue_style( ‘woodmart-style’, get_template_directory_uri() . ‘/style.min.css’, array(‘bootstrap’), $version );
    } else {
    wp_enqueue_style( ‘woodmart-style’, get_template_directory_uri() . ‘/style.css’, array(‘bootstrap’), $version );
    }

    wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array(‘bootstrap’), $version );

    }

    Thank you

    #616425

    Artem Temos
    Keymaster

    Hello,

    You can download our original child theme files here https://woodmart.xtemos.com/plugins/woodmart-child.zip
    We recommend you restore it and then reapply your custom codes, if any.

    Kind Regards

    #616439

    Tolis
    Participant

    THank you very much!

    #616472

    Artem Temos
    Keymaster

    You are welcome. Feel free to contact us if you have any further questions.

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

The topic ‘Layout breaks after update from 7.6.0 to 8.0.0’ is closed to new replies.