Home Forums WoodMart support forum Probleme nach dem Update 6.0

Probleme nach dem Update 6.0

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #280224

    Hallo, wie kann ich die Seitenleiste (Sidebar) hier entfernen (siehe Screenshot)?

    Außerdem funktioniert das Plugin smartslider auf der Startseite nicht.

    Bitte um Hilfe.

    Liebe Grüße
    Elena Leicht

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

    Artem Temos
    Keymaster

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it? Also, make sure that you have the latest 6.0.1 version installed.

    Thank you in advance

    #280332

    Hallo,

    ich habe die aktuelle Version.

    Liebe Grüße
    Elena Leicht

    #280689

    Artem Temos
    Keymaster

    Hello,

    We have fixed this issue in our latest 6.0.2 release. Please, update the theme and clear your browser cache. Let us know if the problem still exists.

    Kind Regards

    #280778

    Hallo, danke für die erste Hilfe. Es hat mit dem Update geklappt.

    Jedoch gibt es immer noch auf der Startseite das Problem mit dem Plugin Smart slider. Die Bilder werden nicht angezeigt.

    Liebe Grüße
    Elena Leicht

    #280783

    Artem Temos
    Keymaster

    Try to add the following PHP code snippet to the child theme functions.php file to fix this

    add_action(
    	'wp',
    	function() {
    		remove_action( 'wp_head', 'woodmart_enqueue_ie_polyfill', -100 );
    	}
    );
    #280913

    Können Sie mir bitte sagen wo ich das genau einfügen?

    #280953

    Hallo,
    ich habe den Code unter den Child Theme hinzugefügt. Leider hat sich nichts geändert und ich habe den Code anschließend wieder rausgenommen. Liegt es vielleicht daran das ich mit den Theme Woodmart arbeitete und nicht mit dem Child Theme?

    #281073

    Artem Temos
    Keymaster

    Hello,

    You need to put this code into the functions.php file in your child theme. And make sure that the child theme is currently active.

    Kind Regards

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