Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, although you actually found the 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,
MikeHi,
In my tests it doesn’t seem that you can choose different background images for the slider, but if you add the background image as a layer you can set it to show based on screen size, for example, here I have one layer as my desktop background image with a “stacking order” set below 100 so the other layers will be on top, and the “device visibility” set to only desktop & tablet:

the here I have a different image used for the mobile background image:

then mobile shows:

and desktop / tablet shows:

now I know your “yellow background” is not full size but you should be able to manually “position” the layer in the layerslider editor for the desired placement.Best regards,
MikeHi,
Glad to hear that you have this sorted out, I have seen these set to different fonts such as:

I tried setting both to “Multi” on my demo site, but didn’t notice the issue like on your site:

but my demo site doesn’t have all of the same settings, css, & plugins as your site, I’m glad this worked for you and I will take note of this should I see this issue again, thanks for sharing your solution.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
Please link to your page so we can examine your specific element closer.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,
Thanks Guenni007, they are using the avia-fullscreen-slider,
height: 100vh
background-size: cover;if background-size: contain; is used the image doesn’t fill the width
here is a copy of the image: https://savvyify.com/img/image/udGp (2400 × 1600)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,
Please try disabling any caching plugins and Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression then enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files and clear your browser cache, If this doesn’t correct please include admin login in the Private Content area so we can investigate.Best regards,
MikeHi,
Thanks for helping Guenni007, I asked the Dev Team how to use the filter to change the colors for the progress bar element and they said that the progress bar only supports the given colors hardcoded in CSS, so to change the colors we will need override with css like this, for example the white option to violet:.white-bar .bar { background: violet; }vicpvic can see the supported colors names in this file:
\enfold\config-templatebuilder\avia-shortcodes\progressbar\progressbar.cssstaring on line 108
The Dev Team has opened a dev issue for this and hopefully in a future update there will be a way to easily customize the colors, for now this is the recommended solution.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 your patience and the link to your site, the yellow background looks like an SVG with an absolute position instead of a relative position.
You may wish to create a mobile version of your slider with the position adjusted for the device, this is often necessary for sliders that are created for the landscape desktop screen to show on portrait mobile devices. Please see the layerslider documentation for more detail.Best regards,
MikeHey Christian,
Thanks for your patience, to show the full article post on the archive category page the post must be created with the default WordPress editor, and the post must not include the “more” tag break.
If the “more” tag break is used then only the content above it will show and if the Advanced Layout Builder is used then only the content in the manual excerpt will show.Best regards,
MikeHey Nomad,
Unfortunately there is not an argument that can be added to the shortcodes, but you could use css in your Quick CSS field like this:#top .av-tt-large-width { width: 350px; }If this doesn’t help please link to the page so we can examine the element closer.
Best regards,
MikeHi,
Thanks for the login, this is strange behavior that I have not seen elsewhere, I note that some edits I make are not showing correctly, do you have host caching? It looks like you are using litespeed on your host so there might also be a cache, please check.
The theme has the Enfold Theme Options ▸ Select Your Editor ▸ Use WP Classic Editor option so you can disable the Classic Editor plugin and I would test disabling your other plugins as I’m not able to reproduce this on my demo site, please see the link below.Best regards,
MikeHi,
Thank you for your patience, for the av-tab-section-tab-title-container this can be adjusted with css like this:#top #main .av-tab-section-tab-title-container { max-width: 600px; margin: auto; }
the javascript for the element width is in the file\enfold\config-templatebuilder\avia-shortcodes\tab_section\tab_section.jsI don’t recommend that you edit this file.
If you need further help please create an example page and detail what you are trying to achieve so we can examine your specific issue and help with some css.Best regards,
MikeHi,
Thanks for the login, but it is not admin so I can’t see any of the options or settings in the backend, please check.Best regards,
MikeHi,
Typically you would use the Enfold Theme Options ▸ Header ▸ Header behavior ▸ Shrinking Header to have the header shrink on scroll:

You could limit the height of the full size logo like this:#header_main .logo img { max-height: 60px; }This should help make all browsers uniform.
Best regards,
MikeJune 5, 2022 at 7:11 pm in reply to: How to add associated tags to each blog post using the Blog Post Widget #1354246Hi,
Glad to hear that Guenni007 & Ismael were able to assist with a solution, we will leave this open should they have anything else for each other.
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 login, the issue was that you had your the Advanced Layout Builder for your blog posts, please use the default WordPress editor for blog posts and the Advanced Layout Builder for pages. I adjusted one of your posts to demonstrate, please see the category page linked below.Best regards,
MikeHi,
Thank for the screenshots, in the opening post I thought that you want the text to be bold and it was not staying bold, but in your last post I’m starting to think that you don’t want it bold, is this correct?
Please include an admin login in the Private Content area so I can examine.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 your patience, the grey fade over your posts was caused by this css in your Quick CSS:.avia_transform #top a:hover .image-overlay { opacity: 0.25 !important; }I corrected for you.
The reason your homepage top two right side posts were not at the top of the page was this css in your SiteOrigin CSS:@media only screen and (min-width: 1210px) { .home_post_layout2 article:nth-child(2n) { padding-top: 100px; } .slide-entry-wrap:not(:nth-child(1)) { margin-top: -100px; } }I corrected for you.

I then removed the special heading underline with this css:#top #main .custom-color-heading a { text-decoration: none; }please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for your patience, I adjusted your css a little to correct the burger icon and the search icon and added this to make your mobile header sticky:@media only screen and (max-width: 767px) { .responsive.html_header_top.html_mobile_menu_tablet #top #wrap_all #header { position: fixed; } }
Note that once you scroll some the header is not transparent, thus the white header background, this is the correct behavior and the desktop version also does this.
Please clear your browser cache and check.Best regards,
MikeJune 5, 2022 at 5:09 pm in reply to: first accordion tab disappears when clicking/opening last tab repeatedly #1354232Hey fkm,
Thank you for your patience, please try disabling your customizations css & js and any plugins and check if this is still occurring, recently you had asked about modifying the toggles.js on this site and in another thread you asked about changing the accordion sorting options so perhaps these or other modifications are causing this.
If you are not sure how to disable your customizations, try activating your parent theme and checking again, otherwise please include an admin login in the Private Content area so we can examine further.Best regards,
MikeHey Paul,
Looking at your H1 tag “WELCOME TO…” it looks like the font weight 600 has tried to be applied with this css:
h1,h2,h3,h4,h5,h6 {font-weight: 600}
is this what you tried to add? This rule doesn’t have enough specificity to override the theme rule:#top #wrap_all .all_colors h1, #top #wrap_all .all_colors h2, #top #wrap_all .all_colors h3, #top #wrap_all .all_colors h4, #top #wrap_all .all_colors h5, #top #wrap_all .all_colors h6 { font-weight: 400; }Try using Enfold Theme Options ▸ Advanced Styling ▸ All Headings (H1-H6)

and then clear your browser cache and any cache plugin, and check.
It looks like your page text “p tag” is also trying to be bold but I’m not sure how you are trying to do this, but you can also use the Enfold Theme Options ▸ Advanced Styling for this.

If you continue to experience issues with this please include admin login in the Private Content area so we can be of more assistance.Best regards,
MikeHey kpinsdorf,
Thanks for your question but I’m not sure if you mean the Masonry Element where you choose the posts or categories

and the image shown is the items featured image.
Or if you mean the Masonry Gallery where you choose the images:

Please explain further and if you can link to an example page and include screenshots it may help us understand.Best regards,
MikeHi,
Thanks for the screenshot, your Capture-3.jpg shows a category archive page, on my demo site this works as you are requesting:

Please include an admin login in the Private Content area so we can examine.Best regards,
MikeHi,
Perhaps try this solution.Best regards,
MikeJune 5, 2022 at 2:50 pm in reply to: Footer and header influence each other and socket edition #1354226Hi,
To add a screenshot please try using an Screenshot service and pasting the image URL in your post.
I would like to point out that if you are testing by “Zooming” then this will give you incorrect results, you should instead use the Dev Tools (typically F12, or menu ▸ more tools ▸ developer tools) all browsers have to same Dev Tools and behave basically the same, please read this article for Chrome: Simulate mobile devices with Device Mode, in Safari it’s called Responsive Design ModeNow the reason your transparent buttons in your custom footer are stacking on smaller screens is because you have them in a 1/3 column:

You should remove this from the column so it will be full width:

and set the alignment to left:

then even on smaller screens they will be in a row:

Best regards,
Mike -
AuthorPosts
