Viewing 23 posts - 1 through 23 (of 23 total)
  • Author
    Posts
  • #1232417

    Hello! I just updated my staging site to the latest version of the theme. Before updating, there was no space between the slider and the blue bar w/3 icons on the homepage. After the update, there is a separation now, and it contains quotation marks. When viewing Inspector, it seems they’re now a part of the slider, but there is nothing in the pagebuilder that I can delete. I deactivated all plugins, and the problem persists. I have reactivated my plugins (there are some deactivated ones still in there, please leave them, this is just a staging site). I’d like to know how to fix this so that I can replicate the fix on my live site.

    Thank you.

    #1232421

    Same for me, update multiple sites already:
    Quotation mark appearing under the Slide-Show full width at the very left.

    #1232527

    Same here on multiple websites.

    #1232546

    Same issue for me in full width and not full width sliders, a quotation mark ” in the lower left corner and the dots controls that goes out of the image frame..

    #1232550

    must be in av-helper-slideshow.php.

    just one moment …

    Edit: it is on line 724:

    
    $html .= '</' . $tags[1]. ' ">"';

    replace with:

    
    $html .= '</'. $tags[1].'>';

    Pastbin complete 4.7.6 av-helper-slideshow.php
    See: Link
    Download:DL-Link

    #1232557

    Info on how to fix this hopefully little typo would be nice,

    #1232565

    that worked, thanks!

    #1232591

    Great thank you!

    #1232607

    solved the issue, thanks!

    #1232614

    Hey,

    Thanks for your help @guenni007!

    File can be found here as well – https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_7_6/av-helper-slideshow.php

    Best regards,
    Yigit

    #1232637

    Thanks, Guenni007, that worked for me, too.

    #1232639

    Hi Yigit,
    Can you tell me exactly what we need to do to fix it? Do we replace your text in the link above (1067 lines) with all the text in the “av-helper-slideshow.php” file?

    #1232641

    HI @Annemariedoolin just delete the quotation mark that you see at the end of this code..
    $html .= '</' . $tags[1]. ' ">"';

    You can find at line 724

    #1232642

    These quotes are also appearing for my under my image slider. Any fix for this? Also line 724 is not showing up in my editor?

    #1232648

    Hi,

    – Please go to Appearance > Editor
    – Navigate to enfold/config-templatebuilder/avia-shortcodes/av-helper-slideshow.php file
    – Select the content of file (CTRL + A on Windows, CMD + A on Mac)
    – Replace the content of the file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_7_6/av-helper-slideshow.php
    – Click “Update file”

    View post on imgur.com

    Cheers!
    Yigit

    #1232649

    Maybe push 4.7.7 with this quick update? And was the google maps update included in 4.7.6.? I don’t see it in the release notes?

    #1232709

    Hi Rob,

    We will release 4.7.6.1 soon. Google Maps version was updated in 4.7.6

    
    fixed: Google Maps version updated to 3.41
    

    Regards,
    Yigit

    #1232724

    haha thanks, I must have been reading the release notes before my cappuccino…

    (by the way, the release notes are showing up strange on Envato theme forest with html…) Or maybe that’s how it is supposed to be?

    fixed: html markup warning in breadcrumb <a href="xxxx"> Responsive Images)

    thanks!!!
    Rob

    • This reply was modified 4 years, 3 months ago by Yigit. Reason: to fix html
    #1232755

    Hey Rob,

    Thanks for the heads up, we will be correcting HTML issue on TF changelog as well :)

    Cheers!
    Yigit

    #1232759

    hi doe anyone here had a trouble with the media library upon updating? all my images apear gray and do not load

    #1232760

    hi does anyone here had trouble with the media library upon updating? all my images appear gray and do not load
    sorry for the double posting….

    • This reply was modified 4 years, 3 months ago by pabloeduardo.
    #1232765
    This reply has been marked as private.
    #1232772

    Hi,


    @pabloeduardo
    I replied to your thread. Let us continue there :)

    Best regards,
    Yigit

Viewing 23 posts - 1 through 23 (of 23 total)
  • You must be logged in to reply to this topic.