Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1369719

    are visible allthough the setting is to hide them

    #1369720

    Hey Guenni007,

    I could not reproduce the issue on my local installation. I am pretty sure you checked it but could it be somehow cache related? If not, could we check it on your test site? :)

    Best regards,
    Yigit

    #1369725

    on a relative fresh (5.1.2 to 5.2) – i do not have those troubles – but updating from 4.9 – the slideshow.css isn’t loaded at all.
    Installation has no child-theme files ( only functions.php, style.css and screenshot.png )

    the slideshow.css is needed for testimonials – but if there is no slideshow on that installation – the slideshow.css isn’t loaded when Enfold Option : only needed elements are loaded on performance ?

    allthough i can see the extra_assets loading on testimonials.php

    Strange :
    this css is missing ( and as said the whole slideshow.css )

    #top .av-control-hidden .avia-slideshow-controls {
       display: none
    }
    #1369726

    i managed it ( maybe the new minified condition is a bit disturbing here) by deactivation of merging – then load all elements – and after that – i go back to my settings: merging and load only used element.

    ( yes i did before multiple times refreshed the merging ;) )

    #1369768

    My issue happened on a 5.1.2 to 5.2 update. No Enfold file merge or compression activated so I can’t see how it would be related to merging if there is no merging going on.

    #1369775

    This was once detected as error 404
    i do not know where that space comes from ?

    maybe you go and have a look to those enqueing styles:
    f.e.: on slideshow_fullsize.php line 86

    guess this is correct ?

    wp_enqueue_style( 'avia-module-slideshow', AviaBuilder::$path['pluginUrlRoot'] . "avia-shortcodes/slideshow/slideshow{$min_css}.css", array( 'avia-layout' ), $ver );
    
    #1369790

    Hi,

    Thanks for reporting this. Happend when adding the .min feature.


    @Guenni007
    Your line above is correct.

    For other users I uploaded a fixed file to

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_5_2/config-templatebuilder/avia-shortcodes/slideshow_fullsize/slideshow_fullsize.php

    Please replace the following file:

    enfold\config-templatebuilder\avia-shortcodes\slideshow_fullsize\slideshow_fullsize.php

    If you need help please let us know so we can help you.

    Best regards,
    Günter

    #1369794

    Hi Günter, I assume this fixes my issue that I had covered in the topic below?

    #1369803

    Hi,


    @manhattanctr
    yes, I have updated the theme on your staging site and that helped.

    Best regards,
    Yigit

    #1369850

    What I don’t quite understand is why it also shows up in the testimonials? Because there the assets are loaded correctly.

    #1369872

    Hi,

    Just to inform all users: Enfold 5.2.1 had been released and fixes the problem.


    @Guenni007

    Reason could be, that the css file is enqueued in several files. If the fullsize slider is the last then the wrong url overrides previous correct urls. That’s why we did not catch it during testing.

    Best regards,
    Günter

    #1369873

    Aha – ok

    #1369899

    Hi,
    Thank you for bringing this to our attention, shall we close this then?

    Best regards,
    Mike

    #1370242

    Yes, of course.

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘prev – next on testimonials on 5.2’ is closed to new replies.