Tagged: 

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

    Hey, I have been running an HTML checker over an Enfold site because there was a small mishap in our code blocks and I noticed some mistakes that actually come from Enfold itself. I used following checker: https://validator.w3.org/nu/

    There is a space between class and the equals sign.
    enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.php:989:
    $output .= "<section class ='avia-testimonial-row'>";

    I think there is a closing div lacking here I think.
    enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.php:18430-1843

    We would appreciate if we could get this fixed in the next version, we really appreciate Enfold so far.

    • This topic was modified 2 years, 8 months ago by Leon. Reason: Add checker
    #1330676

    Hey Leon,

    Thank you for using Enfold and reporting this.

    class ='avia-testimonial-row'

    is fixed for the next update.

    closing div

    You probably mean around lines 840 the code

    $output .=	'</section>';

    The opening section is added in the item shortcode av_testimonial_single and the closing div is a few lines after.

    Did you find any broken layout? If yes, can you give us the underlying shortcode so we can reproduce it please.

    Best regards,
    Günter

    #1330890

    The last issue might be actually on our end. I will let you know once I figure out more.

    #1330891

    I have managed to recreate it, I put the shortcode into the private content since some of the content isn’t supposed to be in the public yet.

    #1330962

    Hey Leon,

    Thanks for the shortcode. Could reproduce the problem and fixed it.
    Will be part of the next update (planned for this week).

    Meanwhile you can replace enfold\config-templatebuilder\avia-shortcodes\testimonials\testimonials.php
    with the content of

    https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_7_1/alb/testimonials.php

    Do not forget to make a backup of the original file for a fallback and clear server and browser cache.
    If you need help let us know and we can do it for you.

    Best regards,
    Günter

    #1330979

    Hey, I don’t know why but after adding the code I got an error:
    PHP message: PHP Fatal error: Uncaught Error: Call to undefined method aviaElementStyling::add_responsive_classes() in /home/wp/disk/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/testimonials/testimonials.php:655

    We use Enfold 4.8.7.1

    #1330987

    Hi,

    Sorry for this. I forgot that the element has already been modified for 4.8.7.2 and this function is already part of this release.

    Can you wait – or do you want the dev branch for testing?

    Best regards,
    Günter

    #1330988

    We can wait till the next update. What’s the best place to check when the update is released?
    Do you guys have a newsletter I can subscribe to that lets me know when a new Enfold update is out?

    #1330998

    Hi Leon,

    You will receive an email notification from ThemeForest when the new update is released :)

    Best regards,
    Yigit

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