Forum Replies Created
-
AuthorPosts
-
December 12, 2021 at 12:13 am in reply to: Catalogue menu items on mobile device is overlapping #1332445
Hi,
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,
MikeHi,
Glad to hear that the shortened URL worked, shall we close this then?Best regards,
MikeDecember 9, 2021 at 2:13 pm in reply to: What exactly do I do to add Edwardian Script to the Advanced Layerslider please? #1332136Hi,
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 9, 2021 at 2:12 pm in reply to: Follow Up: Custom Enfold Styles for The Events Calendar Not Applied #1332135Hey Gary,
Thank you for the feedback but this is the correct behavior, as I tried to explain here, the main content of a TEC page in the div with the class.template-event-page
(note the word “event”) is meant to be styled by TEC and not overridden by the theme defaults, when the default stylesheet for events is used, ie. “Tribe Event Styles” as your screenshot above shows.
If you choose to use the “Skeleton Styles” option you are saying that you do not want to use the TEC v5 styles and thus the basic element styling for the elements is used, for the lack of any other styling.
Sorry if I have not explained this well, here you have the option to use the TEC style or not, as for your custom shortcodes that add ul’s and have a different element spacing or bullet type, I also tried to explain how you will need to apply your own css to adjust because not all users will be using the same customization as you are.Best regards,
MikeDecember 9, 2021 at 1:44 pm in reply to: What exactly do I do to add Edwardian Script to the Advanced Layerslider please? #1332122Hey jimbobp,
Typically you would follow these directions from our documentation on how to Use Google fonts in LayerSlider
But Edwardian doesn’t seem to be available from Google Fonts, so you will need at add it at Enfold Theme Options ▸ Import/Export ▸ Custom Font Manager
and then apply the font in the layerslider custom css area:
Best regards,
MikeHi,
Try add ing this css :#top #footer { padding: 0; }
After applying the css, please clear your browser cache and check.
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,
Mike -
AuthorPosts