Forum Replies Created
-
AuthorPosts
-
Hi,
Unfortunately the min height will need to be adjusted multiple times for the different screen width and the font sixe for the back side will need to be smaller to make up for the lost space. It doesn’t look like there is a “easy” fit for this.
You could use the css above as an example and then use media queries to assign different heights for the different screen sizes that are commonly used, but it won’t be a “fluid” change for all screen sizes.Best regards,
MikeHi,
Please note that the browsers typically block videos from auto playing on mobile devices, it is recommended to not use auto playing videos on mobile and ask the user to click to play, or to use a image for mobile.
Some users have found that self hosting the video on their site and using the LayerSlider often works for mobile, but this workaround may not work forever.
Safari & Chrome issued this standard a whaile back and now Edge is built on the Chrome code, so for the future it will be better to not use auto playing videos.Best regards,
MikeHi,
On this page it looks like a shortcode has been added to a text block element to create the checkout, is this correct?
So I’m not clear what your issue is, do you not see the check box option, or do you see it and it doesn’t work.
From the SureCart plugin page it looks like the plugin adds options to the Gutenberg editor, is this how you are creating the check out form?
Perhaps this is what you did last year and then you copied the shortcode to the page? I don’t think the plugin will add it’s addons into the Advanced Layout Builder text block editor for you to use, try opening a new page and try using the WordPress default editor instead.
If this doesn’t help please explain further and perhaps a screenshots would help since we don’t use the SureCart plugin.Best regards,
MikeHi,
Glad to hear that you have this sorted out, 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,
MikeJanuary 14, 2024 at 10:36 pm in reply to: Page elements changes don’t take effect. Need to set everything with quick CSS #1430096Hi,
Glad to hear, once you are done creating your site you can either use the theme caching and
– Re-enable JS & CSS file merging and compression
– Re-disable Delete old CSS and JS files
– Re-enable my server cache
or you can use a caching plugin, WP Fastest Cache works good, some people use both the theme cache and a plugin, but sometimes minifying the javascript files twice can cause errors.
I don’t know what you mean by a “cache cleaning plugin”, most caching plugins give you an option to clear its cache, but strangely your 10Web booster plugin did not.
Unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeJanuary 14, 2024 at 10:28 pm in reply to: Deprecated: Error Class avia_style_generator … nach Umzug #1430095Hi,
Thanks for trying, I’m not sure what could be causing this, so I asked the rest of the team for advise. Thank you for your patience.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,
Each image has a bottom margin, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#welcome .avia-image-container.avia-align-center { margin: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJanuary 14, 2024 at 8:16 pm in reply to: Deprecated: Error Class avia_style_generator … nach Umzug #1430087Hi,
I see that your
Maximale PHP-Eingabe-Variablen (max_input_vars) is only 5000, try changing it to 10000Best regards,
MikeHi,
Please note that each class needs to be unique, like this:.my-hex-color-one { background-color: #F6BFCA; } .my-hex-color-two { background-color: #F2DFD7; } .my-hex-color-three { background-color: #F6BFCA; } .my-hex-color-four { background-color: #F2DFD7; } .my-hex-color-five { background-color: #F6BFCA; } .my-hex-color-six { background-color: #F2DFD7; }and the class that you add into the menu Clases CSS should match the color that you want.
Best regards,
MikeJanuary 14, 2024 at 7:25 pm in reply to: Deprecated: Error Class avia_style_generator … nach Umzug #1430081January 14, 2024 at 6:08 pm in reply to: Deprecated: Error Class avia_style_generator … nach Umzug #1430073Hi,
Try disabling all of your plugins. If that resolves the issue, reactivate each one individually until you find the conflict.Best regards,
MikeHi,
Yes, use a unique class name and add your hex color code to the css, like this:.my-hex-color { background-color: #F6BFCA; }Best regards,
MikeHi,
Try adding a screenshot and post the link in the thread.
Did you try with the login you posted for us?
What browser are you using, do you have any browser addons?Best regards,
MikeJanuary 14, 2024 at 5:09 pm in reply to: Page elements changes don’t take effect. Need to set everything with quick CSS #1430067Hey Qgrafica_7,
Please try disabling you 10Web Booster plugin, I believe that it is caching and it doesn’t have an option to clear the cache. Also if your server is caching you will also need to clear this, I recommend disabling your server cache until you are done with the site. Also try disabling Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files to clear this cache.
Once you are done building your site you can enable your 10Web Booster plugin so you won’t have to ffight with the cache.
The only reason you need to add the !important; in your css is because your css doesn’t have enough specifically, most of your css is a single class, and most of the theme css is multiple classes often with a ID included.
I found some css in your Quick CSS to add a background image, but the class you have used is a temporary class that will change when the page is updated:

Best regards,
MikeHey Rocuant,
First enable the css classes in the menu items by selecting this option in the menu screen options:

Then add a custom class like “red” to the menu item:

Then add CSS for the menu background color in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field like this:.red { background-color: red; }If you want the text color to also be different, like white, add this:
.red .avia-menu-text { color: white; }This is the expected results:

Then do this for each item.Best regards,
MikeHi,
Try this css instead where the line height matches the font size:@media only screen and (max-width: 767px) { .avia-table a { font-size: 16px; } .avia-table li { line-height: 16px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .avia-table a { font-size: 12px; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Try finding this css that you added:.responsive #top #header #header_main .inner-container .logo { order: 2; flex-basis: 30%; min-width: 100px; max-width: 180px; z-index: 9; }and change the max-width to suit, such as 250px like this:
.responsive #top #header #header_main .inner-container .logo { order: 2; flex-basis: 30%; min-width: 100px; max-width: 250px; z-index: 9; }but note that the larger the logo is the more it will push down the menu, please see the screenshot in the Private Content area that displays the flex grid for the header to help explain.
Best regards,
MikeHi,
I believe that you are asking how to center the man holding umbrella image that is in your grid row:

in your grid row background image you would choose the background image position of Top Center:

so the image will be centered left & right and the top of the image will show:

or you can choose Center Center if you don’t care if the top of the umbrella shows.Best regards,
MikeJanuary 14, 2024 at 1:50 pm in reply to: Cancel clicking on the links that appear on the page #1430043Hi,
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 tammiviestinta,
Please include the url to the page in question so we can examine the widget.Best regards,
MikeHey schweg33,
Thank you for the link to your site, but it looks like we won’t be able to see your elements without a login.
What font size do you want to use for mobile?Best regards,
MikeJanuary 14, 2024 at 1:30 pm in reply to: Cancel clicking on the links that appear on the page #1430039Hey Yossi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top.page-id-1941 .av-masonry-entry { pointer-events: none; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
MikeHey Angelo,
Try adding this solution to create social icons shortcode that you can add to a widget in your sidebar.Best regards,
MikeHey ballindigital,
To edit the menu item Description, first enable them in the drop down at the top of your menu screen “Screen Options” and checking the Description box, which will show the Description text area below your menu items.


I have enabled this for the login you posted, if you are using a different login you will need to enable this.
To make the menu burger white try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av-burger-overlay li li .avia-bullet, #top .av-hamburger-inner,#top .av-hamburger-inner::before, #top .av-hamburger-inner::after { background-color: #fff !important; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.Best regards,
Mike -
AuthorPosts




