Forum Replies Created
-
AuthorPosts
-
Hi,
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,
Thank you for the feedback, when I test 125% scaling on our 2017 Demo with my Windows 10 & Edge I don’t see any issues:

Your site requires a login to see it, please include so I can recreate your error.Best regards,
MikeHi,
Thank you for the link to your site, instead of this rule:
.avia-image-container:hover .avia-image-overlay-wrap:before
try this rule:
.avia-image-container:hover .avia-image-overlay-wrap a.avia_image:before
it will please your imge inside the link so it is clickable.
After applying the css, please clear your browser cache and check.Best regards,
MikeHi,
Unfortunately the links to your screenshots require a login we don’t have, to add a screenshot please try using a open image hosting service and pasting the image URL in your post.
If your above code post is what you actually added to your functions.php then the " is your error:

Best regards,
MikeHey enderkadir123,
Thank you for the link to your site, I see that you are using the 2017 Demo, I don’t see anything wrong with your menu now or when I enable the Polylang plugin. Can you explain further about what is wrong, you can also include screenshots to help.
To add a screenshot please try using an image hosting service and pasting the image URL in your post.Best regards,
MikeHi,
Thank you for the link to your site, I’m not sure what you are having problems with on your page, when I check I see the text is white so it doesn’t show easily

but when you open the text block element and use the text tab you will see the text:

If you applied the style via your Quick CSS instead of in-line you would see the text in the back end and on the frontend it would still be white.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,
MikeDecember 12, 2021 at 12:39 am in reply to: I cannot update the front page. It says updating. But won't save page. #1332448Hey janeshanahan,
Thank you for the link to your site, I see that you are adding html characters to some title fields, we don’t recommend this, I’m sure you noticed the red warning text:

I made the adjustment for you, but please read this for future reference
I recommend using css in your Quick CSS to make changes like this by adding a custom class to the elements you wish to adjust if you are interested we can show you how.Best regards,
MikeDecember 12, 2021 at 12:13 am in reply to: Catalogue menu items on mobile device is overlapping #1332445Hi,
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,
Please try this instead:#top .main_color .product-remove a.remove { background-color: #000; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey paulbergin,
Thanks for sharing your example link, this effect is created with a custom javascript solution, unfortunately, Enfold doesn’t have this and the script was not easily found in the files of the example site. I looked for a WordPress plugin and for stand-alone scripts you could use but I didn’t find any that were like this, the closest one was this one and this is the CodePen for it. Here was the WordPress plugin results.Best regards,
MikeHi,
Glad to hear this helped, I’m not sure about using a hidden stylesheet, but for a child theme to work correctly WordPress requires that it includes the Theme Name & Template

At least if you find a child theme “broken” error in the future you will know adding this info should solve.Best regards,
MikeHi,
@profumopuntoit please take another look at @Guenni007’s “section-link” solution above as it does what you originally asked for:I thought that a Color section with just a background image could be the solution
and it only has three steps:
1: add the script to your functions.php file.

2: and your background image and a custom class “section-link” to a color section.

3: add a code block section to the color section with the link you wish to use.


quite easy and works great, thank you for sharing @Guenni007

So while we do not have a built-in option right now, this is a good solution you should try, I have submited a feature request to the Dev Team for a full width option in the image element, for their review.Best regards,
MikeDecember 11, 2021 at 8:53 pm in reply to: Enfold 4.8.8 – magazine element – hide Author, category and tags #1332433Hi,
Glad you were able to sort this out, there had been some requests for this, sorry for any trouble. Shall we close this then?Best regards,
MikeHey Carsten,
Thank you for the login, I first noticed that your child theme stylesheet didn’t contain the required header info so I added it for you, I don’t think this was the problem but it would be a problem in the future:/* Theme Name: Enfold Child Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then. Version: 1.0.1 Author: Kriesi Author URI: http://kriesi.at Template: enfold */Then on your page your last text block had a double open underline tag around the link:

once I corrected I was able to add two more color sections and successfully save:

please check and watch out for unclosed tags and nested open tags as it could cause issues.Best regards,
MikeHey Sabine,
Thank you for the link to your site for mobile your header background color is transparent:@media only screen and (max-width: 767px) { #top #wrap_all .av_header_transparency { background-color:transparent; color: #22666d; border-color: #d0e4e3 } }but the background color for the “wrap_all” div is #947d52
.html_stretched #wrap_all { background-color: #947d52; }which is what you are seeing, you could change the body background color in the theme options or change the header background color in your css from transparent to a color, or you could move the background image up a little with this:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #main { margin-top: -80px; } }After applying the css, please clear your browser cache and check.
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 see that your trioIcon div is missing your icon html:
<i class="bi bi-pin-map-fill" style="font-size: 1.25rem; color: white;"></i>
Please use the code block element instead of the text block element to display html code.Best regards,
MikeHey navindesigns,
Thank you for your patience, please try adding the Team Member elements to the Content Slider element via the shortcode and setting the number of columns in the Content Slider to the number of Team Members you would like to see. For example I Enabled the Avia Layout Builder Debugger on my demo site so I could see and copy the Team Member shortcodes:

then I added it to the Content Slider:

I added a total of 9 as an example

then I set the columns to 3

now they show as a slider
Best regards,
MikeHey Hurricane4x,
This is a duplicate of this thread, so we will close this one, please reply to the other, thank you for your understanding and for using Enfold.Best regards,
MikeDecember 11, 2021 at 6:23 pm in reply to: 2 columns instead of 4 on mobile, missing gallery captions, videos not in page #1332420Hey Munford,
Thank you for your patience and for the link to your site, please try adding this css, in my test it works for both of your pages without adding the page IDs, but you can add the page IDs to ensure no conflits with other pages if you wish.@media only screen and (max-width: 767px) { .responsive #top #wrap_all .av_one_fourth.el_after_av_one_fourth.el_before_av_one_fourth.flex_column_table_cell:nth-child(5) { clear: left; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thank you for your suggestion, we have summited this feature request for future review. 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,
MikeDecember 11, 2021 at 2:34 pm in reply to: How to customise iframe size of landscape width lightbox for portrait content #1332413Hi,
@Guenni007 thank you for trying to assist, as I recall you have created several good solutions for the black space on the sides of videos.
@justinteo85 above you have linked to a “preview” of a page which we can not see unless you also provide a admin login, but I would recommend creating a test page and publicly posting it so we can all help you.
As I understand your question, you have a landscape video that doesn’t show well on a portrait mobile device, I would recommend linking to a different portrait video for mobile devices.Best regards,
MikeHi,
This is good news, as it sounds like it is the Captcha plugin, once you activated it you got the error again. But You only left the plugin deactivated for two days which doesn’t seem like a very long test, try leaving it deactivated for like two weeks to fully test.
It looks like the Captcha plugin is trying to set a cookie with an invalid character
ValueError: setcookie(): Argument #1 ($name) cannot contain “=”, “,”, “;”, ” “, “\t”, “\r”, “\n”, “\013”, or “\014″
So you could just not use this plugin or ask the plugin author to change the characters the plugin uses in the cookie “name”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,
Thank you for the feedback, I see now you were able to restore the jQuery theme options, meaning that jQuery is not being forced into the footer, so this is good.
So I tried testing your page to see the logo not showing, but it always showed for me, perhaps if I could see the error then I could help more but right now I’m guessing from experience.
Please explain that browser and screen size you are seeing the logo not show, I understand this also includes other images but it’s easier for testing to focus on one image.From experience the first culprit is the “lazyloading” option in Smush Pro, this has been showing as an error recently and many users have reported it to Smush Pro, so until their next update you can simply disable the lazyloading option.
Next Hummingbird Pro, is by the same company and also has a lazyloading option, probably built with the same code, so that is two lazyloading options that I would recommend disabling for now. But I’m only guessing this might be causing your image issue, I see they are both active right now and I still see your logo and images on Chrome, Firefox, & Edge on Windows 10 desktop.Best regards,
MikeHey mkhib,
Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:@media only screen and (max-width: 768px) { #top .mfp-iframe-scaler { height: 90vh; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Glad Nikko was 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 Hurricane4x,
Thank you for your screenshots, from them I believe that you are the Windows setting “Scale and Layout”, this is only a local setting and doesn’t accurately test your site.
You should use the Edge DevTools by pressing [F12]
I assume that you are trying to Emulate mobile devices in Microsoft Edge, the Windows setting “Scale and Layout” will not do this.Best regards,
Mike -
AuthorPosts
