• Hello,

    i found 2 errors in the new Version.
    The Slider doesn’t work because the jquery is after the script included.

    Error: JQuery not found. When i move the jquery in header.php all work.

    If i show the category text, the background is transparenz

    If i add class all work
    Archiv.php line 73

    from:
    <div class="taxonomy-description type-post format-standard hentry " style="padding:10px" >

    to:
    <div class="taxonomy-description type-post format-standard hentry " style="padding:10px" >

    And the biggest Problem. If i load the side i see for 5 seconds the side without css.

    https://www.modesystem.de

    What can i do for this problem?
    thx

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    Duena theme use WP core bundled jQuery and it works fine by default, no scripts which needs jQuery are not loaded without it, maybe problem in some plugin, which you use with Duena theme (maybe it override core bundled jQuery), try deactivate you plugins one by one.

    About your 2nd issue – yes, it’s bug in CSS and it will be fixed with next version. Now you can fix it or with your way, or you can add next code to your style.css:

    .taxonomy-description {
      padding: 20px;
      margin: 0 0 30px 0;
      background: #ffffff;
      box-shadow: 0 5px 7px rgba(0, 0, 0, 0.22);
      position: relative;
    }

    Note, if you will be make any changes don’t forget use child themes for it. You can find great tutorial here https://codex.www.ads-software.com/Child_Themes.

    Don’t quite understand your last problem – I open your site and all loads fine, maybe you can add screenshot of this problem?

    Thread Starter seoload

    (@seoload)

    thank you Andy and sorry, the error was on my used plugins.

    I’m glad I could help you ??

    Also I recommend you to add next code into your style.css:

    #slider-wrapper {
        position: relative;
        z-index: 1;
    }

    It also will be added in next version and fix small bug with drop-down menu (now it could drop below slide’s caption)

    Thread Starter seoload

    (@seoload)

    Thank you!
    Maybe if you update the theme you can combine the css and javascript files. Then the theme was faster.

    But the design and the code are really beautiful! Thanks for that

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘2 Errors (Slider/Categorytext and Load slow)’ is closed to new replies.