Forum Replies Created
-
AuthorPosts
-
August 24, 2025 at 11:49 am in reply to: Size of the image element in a grid row // Größe des Bildelements #1488460
Hey solf,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#av-layout-grid-1 .avia-image-container .avia-image-container-inner img { height: 100%; width: 100% !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Taha,
Thanks for your patience, add this code to the end of your child theme functions.php file in Appearance ▸ Editor:add_filter('avf_modify_thumb_size', 'custom_modified_thumb_sizes', 10, 1); function custom_modified_thumb_sizes(array $sizes) { $sizes['tab_thumb'] = array('width' => 260, 'height' => 80, 'crop' => true); return $sizes; }
then upload a new image, then add your image to the image element:
then go to the style tab and select the new size:
the backend may show the full uncropped image, but the frontend will show the new image size.
After testing, if you want all of your images to have this new size, install the Regenerate Thumbnails plugin and run it.
Since your new size won’t work will for most images changing'crop' => true);
in the code to'crop' => false);
won’t help, unless you are uploading a image that is already 260×80, or a multiple of that aspect ratio without cropping.
For example, this image was a very large image, and after Regenerate Thumbnails it shows the in the new size:
Best regards,
MikeHey Munford,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.slide-entry a.slide-image img { filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); } .slide-entry a.slide-image:hover img { filter: grayscale(0%); -webkit-filter: grayscale(0%); filter: grayscale(0%); } #top .slide-entry .slide-content h3 a { color: #000; } #top .slide-entry .slide-content h3:hover a { color: #fff !important; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 23, 2025 at 2:44 pm in reply to: WooCommerce Plugin shows in Complianz although not in use #1488449Hey Michael F,
Thanks for your patience, but unfortunately we are not familiar with the complianz-cookie-listing plugin. Perhaps the plugin has an option to rescan the site or remove incorrect listings? I recommend checking: https://complianz.io/support/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,
MikeAugust 21, 2025 at 6:41 pm in reply to: Duplication of information at bottom of each page on site #1488381August 21, 2025 at 5:21 pm in reply to: Code block change seems to have affected page display? #1488375Hi,
This was because the text was set to center in the element and not justified, and to had hard line breaks, I corrected, please check now.Best regards,
MikeHi,
Glad Ismael 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,
MikeHey Alexandre,
Those “next section” arrows are built in and seem to be working correctly. Are finding that they don’t go enough or too far?
Try this solutionBest regards,
MikeAugust 21, 2025 at 4:47 pm in reply to: How to enable Image instead of icons/name for “Tabs (Tabbed Content Area) “ #1488369Hi,
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,
MikeAugust 21, 2025 at 4:33 pm in reply to: Code block change seems to have affected page display? #1488365August 21, 2025 at 4:31 pm in reply to: Code block change seems to have affected page display? #1488364Hi,
To update try to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeAugust 21, 2025 at 2:59 pm in reply to: Facebook feed and X-Twitter timeline widgets in Footer #1488358Hey Steven,
Your [fb_widget] shortcode was in a text block widget, it should be in a custom HTML widget, I did this for you, but this shortcode is for the Widget for Social Page Feeds plugin, which I installed for you, now it is showing, but you still have Error with Permissions-Policy header so you latest post is not showing, these headers need to be set on your webhost. Otherwise you could try a newer plugin with it’s shortcode, or try our FB like box, Please note that it needs to be a link to a facebook fanpage. Personal profiles are not allowed!
Your X widget is working, but you have no posts, see this documentation on XBest 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 Pam Haskell,
I would not expect issues with updating, but you will need to do it manually and then update your PHP to v8
I recommend creating a full backup of your site including the database with your webhost tool, and not a plugin.
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeHi,
Thank you for your patience, to change the lower button to roboto, try this css:.av-d2qwg-e9ae8fb5484d65afa63467cb5d9917ef h4 { font-family: 'roboto' !important; }
I was not able to login to adjust the heading box. It looks like the link above to the special character documentation was broken, this one is correct.
Here is the list of characters and their replacement:< = ###lt### > = ###gt### [ = ###91### ] = ###93###
Best regards,
MikeHey Claude Michaud,
To update your version of Enfold, first you need to remove your custom header.php and footer.php from your child theme, then you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeHi,
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New
after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue
then you will see the Theme updated successfully message.
Best regards,
MikeAugust 15, 2025 at 9:04 pm in reply to: increase size of logo and burger icon on mobile view #1488115Hi,
Do you want the logo to break out of the header? Right now it is within the header and the Burger icon is centered.
See the screenshot below.Best regards,
MikeAugust 15, 2025 at 1:44 pm in reply to: increase size of logo and burger icon on mobile view #1488100Hey bemodesign,
It seems to be the same height as the header for mobile, do you want the header larger?
See the screenshot below.Best regards,
MikeHi,
For your footer below 767px where you use a different layout, in your text element you have the globe in a paragraph tag “p” that has the style set to “center”, but the “shortcode-menu”, your language switcher, is in a div below it.
The two need to be wrapped in a div or the same “p” tag and remove the “center” style on the globe.
We can not fix this with css, if you can not fix this in the element, please include a admin login so we can help.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,
Glad Ismael 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,
The top button is the font “roboto” do you want to switch to this?Best regards,
MikeHi,
I’m trying to understand, you say that you are using “Polylang” but on the link below, both show:
The problem is that both show an error:
So if the header language switcher is not working, the footer also will not.
Please try to get a working language switcher in at least the header, please note that we are not “Polylang” experts and may not be sure of the settings that you need to change. We know that in the past “Polylang” worked well, but are unsure of the settings.Best regards,
Mike -
AuthorPosts