Tagged: html
-
AuthorPosts
-
November 26, 2021 at 9:00 pm #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-1843We would appreciate if we could get this fixed in the next version, we really appreciate Enfold so far.
- This topic was modified 2 years, 12 months ago by Leon. Reason: Add checker
November 27, 2021 at 3:21 pm #1330676Hey 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ünterNovember 29, 2021 at 8:43 pm #1330890The last issue might be actually on our end. I will let you know once I figure out more.
November 29, 2021 at 9:16 pm #1330891I 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.
November 30, 2021 at 10:13 am #1330962Hey 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 ofDo 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ünterNovember 30, 2021 at 11:44 am #1330979Hey, 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
November 30, 2021 at 1:00 pm #1330987Hi,
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ünterNovember 30, 2021 at 1:02 pm #1330988We 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?November 30, 2021 at 2:05 pm #1330998 -
AuthorPosts
- You must be logged in to reply to this topic.