Forum Replies Created
-
AuthorPosts
-
Hey Jason,
Thanks for the link to your page, but we will need a admin login to review in full what you are trying to do, the echo do_shortcode(“
typically works, see this post
but when I check your page it looks like you are trying to add a color section which can cause issues, since full width elements behave differently.
This is another post that might helpBest regards,
MikeHi,
Thanks for your ideas Guenni007, another way is to use the Masonry Gallery element, as I explained here.Best regards,
MikeJune 21, 2024 at 8:42 pm in reply to: Colour Selection when doing different paragraphs on landing page #1454261June 20, 2024 at 11:05 pm in reply to: add categories to default (business) style blog post element grid layout #1452950Hi,
Glad Guenni007 & Ismael could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Thanks for the feedback, we are excited also. If you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Perhaps you have made an error in adding this filter, please include an admin login in the Private Content area so we can check.Best regards,
MikeHi,
Thanks for the feedback, but it looks like the filter was not enabled:function custom_avf_post_css_create_file( $create ){ return true; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
if this was enabled the css files in the screenshot would not be present, please put the filter in and try again.
Best regards,
MikeHi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
I reviewed the other thread with the solution and see that they didn’t disable the X-Content-Type-Options “nosniff” they only changed it from being in the nginx http and https directives additional headers box in plesk apache and nginx settings but instead are in the htaccess file.
Try asking your webhost to try this, the nosniff is still activate but in a different way. Perhaps they will understand this better and can adjust your server settings to suit.
The theme can not make these changes to your server and thus can not correct the error that the web browser is having with the server.
From our research there has only been three examples of this issue from the thousands of activate users using Enfold and the other two both found this code in their functions.php to solve:function custom_avf_post_css_create_file( $create ){ return true; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
Best regards,
MikeJune 19, 2024 at 11:48 pm in reply to: Client can’t access the Avia Builder to edit the home page, won’t load #1452065Hey Eleina,
Thank you for the link to your site, when I logged into the site, the homepage loads in the backend corrected. I checked in Windows with Chrome, Firefox, & Edge.
I see the page contains “strong tags” in the element titles, but this doesn’t seems to cause any errors, sometimes when the page has a missing closing tag this often causes an error like in the video, but I’m not able to reproduce and from your post you were also not able to reproduce.
Try asking the client to use the login that you posted for us to use and see if that helps. In some rare cases a specific login might have an error, or a user might have a browser addon that could a error. If this doesn’t help let us know what computer OS and browser version number so we can try to reproduce.Best regards,
MikeHey ScatmanAT,
This is because you are creating the page with the Advanced Layout Builder (ALB) and you are using a full width element at the top of the page, these elements cause the sidebar to be under it.
To solve don’t use the full width element or create a manual sidebar widget element in your page.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
That won’t work because what you want to block is from the youtube iframe and you can not block items in a iframe from your domain, it must be blocked from the source domain. A lot has changed since 2016.Best regards,
MikeHey Mihai,
Thank you for the link to your site, unfortunately YouTube doesn’t allow you to disable these features anymore, your best solution is to host the video on your site in the media library instead.Best regards,
MikeHi,
I have not seen this before, but when I disable all of your plugins the /portfolio/ page works correctly, see the screenshot in the Private Content area.
Try disabling all of your plugins and then reactivate each one individually and reload the page until you find the conflict.Best regards,
MikeHi,
We would need to see how you are using this, and where you want to use this. Perhaps you added it to your footer and now it is on all of your pages?
Please include an admin login in the Private Content area and explain were you want this to show show we can examine. Then example that I show only works on the page with the code block, but I added it to the page and not the footer or widget.Best regards,
MikeHi,
Strong is<strong> ... </strong>
Glad we were able to help and thanks for sharing your solution, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Webmaster,
Thanks for the link to your page, I believe that you want the text to say: As-tu aimé cet article? Partagez-le!, I used Google Translate, if this is not quite right feel free to adjust the code below.
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function change_share_box_text() { ?> <script> (function($){ var el = document.querySelector('.av-share-link-description'); el.outerHTML = '<h5 class="av-share-link-description av-no-toc" style="text-align: center;">' + 'As-tu aimé cet article? Partagez-le!' + '</h5>'; })(jQuery); </script> <?php } add_action( 'wp_footer', 'change_share_box_text', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeHey Advantage09,
Thank you for the link to your site, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_remove_link_from_slide_image_script() { ?> <script> (function($){ $('.page-id-1046 .slide-entry a.slide-image').removeAttr('href'); })(jQuery); </script> <?php } add_action( 'wp_footer', 'custom_remove_link_from_slide_image_script', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeJune 18, 2024 at 5:10 pm in reply to: Portfolio grid image quality issue on Chrome and Brave browsers #1451888Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeJune 18, 2024 at 5:02 pm in reply to: Elements with an ARIA [role], whose children [role]must contain a specific … #1451886Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHey Monika,
Your pages look like they are password protected with the plugin Password Protected even logged in I can’t find the password and the pages don’t display the password option, it looks like a conflict, try disabling all password protection and disabling this plugin and see if this helps.
Best regards,
MikeHi,
Thank you for your patience, I didn’t realize that Yigit was at the WCEU conference and I heard from him that he will check when he returns. It looks like the WCEU conference ended on the 15th, so I expect a day or two for travel. Thank you for your patience.Best regards,
MikeHey dburton77,
The css in WordPress ▸ Customize ▸ Additional CSS is stored by WordPress and will not be lost when the theme updates.Best regards,
MikeHey Chiara Cinelli,
Thanks for your question, unfortunately we have not tested the SUPER PWA PRO plugin, which is the only way to know for sure.
Please note that using the contact form is not appropriate for support questions, please log in to the support forum and open a new thread if you need further assistance.
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.Best regards,
MikeHey Webmaster,
To change all of the widget titles from H3 to “p” add this code to the end of your child theme functions.php file in Appearance ▸ Editor:function custom_widgettitle_script() { ?> <script> (function($) { function replaceElementTag(targetSelector, newTagString) { $(targetSelector).each(function(){ var newElem = $(newTagString, {html: $(this).html()}); $.each(this.attributes, function() { newElem.attr(this.name, this.value); }); $(this).replaceWith(newElem); }); } replaceElementTag('h3.widgettitle', '<p></p>'); }(jQuery)); </script> <?php } add_action( 'wp_footer', 'custom_widgettitle_script', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
MikeJune 17, 2024 at 12:04 pm in reply to: triple H1 on a page where there is only the portfolio (except header and footer) #1451624Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
Mike -
AuthorPosts