Forum Replies Created
-
AuthorPosts
-
Hi,
Glad Guenni007 could help, thank you Guenni007, 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,
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,
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 Jables,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .grid-entry h3.grid-entry-title a { color: #fff; text-transform: uppercase; } .grid-entry .grid-entry-title {; background: #409ca6; } .grid-entry .grid-content, .grid-entry .grid-content .avia-arrow { background: #409ca6; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 4, 2023 at 6:26 pm in reply to: change the background of featured image in blog-post-element (grid style) #1412453Hey GePu,
For your grid posts to make the background white try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.main_color .avia-content-slider .slide-image { background: #fff; }To align them to the left try this css:
.avia-content-slider .slide-image img { margin: 0; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
Thanks for the screenshots, in both examples I see thm as the first image, not the second, so I guess that I’m not seeing them washed out.
I don’t know why you are seeing this on your computer, perhaps you have your night light, blue light filter enabled either on your computer or your browser?Best regards,
MikeHi,
Thank you for the link to your site, it looks like you didn’t add the custom class grid-column to the 2/3 column, I added it for you:

Since you added a special heading element I adjusted your css to add it to the grid and I made some other tweaks, this is the css I added:@media only screen and (min-width: 1366px) { #top .grid-column { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; grid-column-gap: 0px; align-items: flex-start; margin-left: 15%; } .grid-column .av-special-heading, .grid-column .av_textblock_section, .grid-column .avia-button-wrap { grid-column: 1; display: grid; } .grid-column .av-special-heading { grid-row: 1; } .grid-column .av_textblock_section { grid-row: 2; } .grid-column .avia-button-wrap { grid-row: 3; } .grid-column .avia-image-container { grid-column: 2; grid-row: 2; } } @media only screen and (max-width: 1365px) { #top .grid-column { width: 100%; margin: 0; } }I changed the min width for this to 1366px due to your column padding and width because that is when the image has enough room in the column when it’s split in half, below that the css will makes the column width 100% with the elements stacked.
This is my demo example for future readers since your site is not public

Best regards,
MikeHi,
alexgorg 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.
Guenni007 it was new for me too, I found it can also be used to register and enqueue styles and scripts in this article.Best regards,
MikeHi,
Try installing via FTP, please see our documentation for instructions.Best regards,
MikeHey Alex,
I answered your first thread for this question..Best regards,
MikeHey Alex,
Thank you for your patience, to move your child theme style.css to the top priority add this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_action( 'wp_enqueue_scripts', 'av_dequeue_child_stylecss', 20 ); function av_dequeue_child_stylecss() { if(is_child_theme()){ wp_dequeue_style( 'avia-style' ); } } add_action( 'wp_enqueue_scripts', 'av_reenqueue_child_stylecss', 9999999 ); function av_reenqueue_child_stylecss() { if (is_child_theme()){ wp_enqueue_style( 'avia-style', get_stylesheet_uri(), true, filemtime( get_stylesheet_directory() . '/style.css' ), 'all'); } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
But please note that priority doesn’t override specifically, so if you are having trouble overriding some specific css please explain and like to the page so we can advise.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,
MikeHey Tako,
Please ensure that your webhost has the PHP ZipArchive Extension enabled, it is a standard PHP extension but some host don’t have it enabled by default, it is what allows WordPress to extract zip files.
Also ensure that you have downloaded the Installable WordPress file only from your Theme Forest account, there are two download links and the second one includes the documentation which can’t be uploaded to WordPress.Best regards,
MikeHi,
Please include an admin login in the Private Content area so we can investigate further.Best regards,
MikeJuly 3, 2023 at 12:47 pm in reply to: Zeilen zeigen sich nicht nebeneinander auf mobile Geräten an #1412331Hi,
Try removing your css and try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { #top #wrap_all .flex_column.no_margin.av_one_half { width: 50%; } .responsive #top #wrap_all .av_one_half.flex_column_table_cell { display: table-cell; } }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,
MikeHi,
Most elements have options to apply settings for mobile, tablet, & desktop independently, try looking for these icons in your elements:

So for example the negative margin used to overlay your three boxes over the top video is probably set using the first device icon in the screenshot which is for all devices, try moving the negative margin to the desktop icon so it’s not used for tablet or mobile.
So elements has these options for font sizes, if you don’t see this look at the options at: Enfold Theme Options ▸ General Styling ▸ Typography ▸ Advanced Options: Customize Typography Settings where you can set global font sizes for headings.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,
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 for the login, I tested changing the header as you had before, logo left, menu right and the issue was not there anymore and then changing it back to logo center menu below caused the issue again.
I tried testing on my site but couldn’t reproduce the issue, and I don’t see any reason why this header change would cause the issue.
I have asked the rest of the team for advice, thank you for your patience.Best regards,
MikeHi,
https://img.savvyify.com/image/EsY5
It says good for me, you need to wait for the plugin to scan the post which might take a few seconds.Best regards,
MikeHi,
Glad to hear this helped, now please check the settings
WordPress ▸ Settings ▸ General ▸ Site Address and WordPress ▸ Settings ▸ General ▸ WordPress Address and ensure that the URL for both are httpsBest regards,
MikeHey mirr,
Thank you for the link to your site, since the overlay image is in the LayerSlider you will need to adjust the position in the slider.
Try looking under style ▸ size & position
Instead of using a black image for your overlay you could use a color under style ▸ background
For mobile I recommend creating a slider for mobile devices setting the canvas size to 425×767 because the desktop sized landscape slider won’t look correct on a mobile portrait screen.
You can use the display options to show the desktop slider on desktops and the mobile slider on mobile only.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,
MikeHi,
Glad Guenni007 could help, thank you Guenni007, 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 note the urls above, all start with http please change them to https
Also do this for your logoBest regards,
MikeHi,
Please link to a couple of posts that you are having an issue with, I checked 10 of your posts and couldn’t find one that was not working correctly.Best regards,
Mike -
AuthorPosts


