Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the login, and I’m glad this this helped you, although I would recommend using a custom ID so that the css only changes the image in the element that you wish and not in other elements in your site. If you add the custom ID: section-mobile-bg then your new css would be:@media only screen and (max-width: 767px) { #section-mobile-bg.avia-section .av-parallax .av-parallax-inner { background-repeat: no-repeat; background-image: url(https://hauptwerk-zt.at/wp-content/uploads/2024/01/rendering1_smartp.jpg); background-position: 0% 50%; } }
As for your last question about stretch to scale, you didn’t say if you wanted this for the desktop or mobile, the element settings will only work for the desktop because you are using css to replace the image on mobile, so for mobile you would need to add a css rule.
But when I check it doesn’t look like it is needed for desktop or mobile because in both cases the whole image is shown.
Perhaps a screenshot of what you are seeing and further explanation would helpBest regards,
MikeHey mediafacto,
From the Passster plugin page, it looks like the plugin adds a “Block” to the WordPress Block Editor be used, the Enfold Advanced Layout Builder is a stand alone editor and doesn’t use “Blocks”, when you create a page to can choose the WordPress editor or the Enfold ALB.
I looked in the Passster documentation but I didn’t find any reference to using Passster with the WordPress Classic Editor, so I assume that it is not compatible.
Also please note the typically other builder plugins will conflict with Enfold, so it is not recommend to use the wpbakery builder.Best regards,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, unless there is anything else we can assist with on this issue, shall we close this thread then?Best regards,
MikeHi,
I believe the issue is that the css you tried didn’t account for the parallax option you are using, so try removing the second color section of mobile and allow the first section to show on mobile and then try this css:@media only screen and (max-width: 767px) { #av_section_1.avia-section .av-parallax .av-parallax-inner { background-repeat: no-repeat; background-image: url(https://hauptwerk-zt.at/wp-content/uploads/2024/01/rendering1_smartp.jpg); background-position: 0% 50%; } }
This should work, but I recommend adding a custom ID to the first section like: section-mobile-bg then adjust your css.
If you still have trouble please include an admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHi,
Glad to hear that recreating the page solved the issue, I’m not use what may have caused this as I can’t reproduce it. You can Enable the Avia Layout Builder Debugger to view the page shortcode, to see if you can spot anything unusual.
Since recreating the page solved the issue, shall we close this thread then?Best regards,
MikeJanuary 16, 2024 at 5:10 pm in reply to: Can’t scroll in burger menu on phone to get at lower/hidden menu items #1430734Hi,
Ok, I thought it would be pointing to the issue on your site, I would recommend disabling your customizations and plugins and disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression for good measure and see if that helps, since the scrolling works on our demo site and my test site.Best regards,
MikeHi,
Thank you for your patience, I have asked the Dev Team to review this issue and will reply when they have reviewed and replied. Thank you for your patienceBest regards,
MikeHi,
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,
Mike -
AuthorPosts