Forum Replies Created
-
AuthorPosts
-
Hey Lene,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .av_header_transparency #menu-item-1123 .sub-menu, #top .av_header_transparency #menu-item-1123 .sub-menu li, #top .av_header_transparency #menu-item-1123 .sub-menu a { background: transparent !important; box-shadow: none !important; border: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
As I understand your mockup your header needs to be 188px, the logo needs to be 102px centered in the header, but that gives you 43px above & below the logo, but your mockup says it’s 20px?
Nonetheless, I changed the header height at Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Custom Height to 188px, then I added this css to make the logo 102px and center it.@media only screen and (min-width: 990px) { #top .logo a { display: flex; align-items: center; } #top .logo img { height: 102px; } }You can adjust to suit by reducing the header or change the logo height so the space is down to 20px.
As for the space between the menu items to add 50px I added this css:@media only screen and (min-width: 990px) { #avia-menu.av-main-nav > li > a { padding: 0 38px; } }Please clear your browser cache and check.
Best regards,
MikeHi,
Unfortunately not, if you want to use ALB elements in your posts it may be easier for you to use the ALB editor and simply add your featured image & comment form manually using the elements, than the other way around where you would use the magic wand.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-cookie-consent-button { border-radius: 50px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Lene,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #main .avia-slideshow-button.avia-color-light { background-color: rgba(0,0,0,0); }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Antonio,
Thanks for your question, but I don’t think that it is possible to use the Filter Everything plugin to replace all WordPress searchs, it doesn’t seem to be an option for the plugin.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,
MikeHey Jurriaan,
This is due to your font weight set to 100 which is very light, I assume this is a custom font that you added, try changing it to normal (400) in your css for the font or in the Enfold Theme Options ▸ Advanced Styling, if that is where the font weight is set, or try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all .all_colors p,#top #wrap_all .all_colors h3 { font-weight: normal; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2023 at 1:54 pm in reply to: Disable “graphic” ampersands, quotes and apostrophes #1416548Hi,
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 stephaniebLOS,
In your footer I see this:

Try changing ypur iconlist_icon line-height to 20px like this:.horizontalicons .iconlist_icon { margin-right: 10px; height: 30px; width: 30px; line-height: 20px; }and the center icons will be centered:

To center the icons in the footer try adding this css:.horizontalicons { display: flex; justify-content: center; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2023 at 1:26 pm in reply to: Disable “graphic” ampersands, quotes and apostrophes #1416542Hi,
When I check your page I see Yigit’s solution above loading:

Please remove this css and disable Enfold Theme Options ▸ Performance ▸ JS & CSS file merging and compression and enable Enfold Theme Options ▸ Performance ▸ Delete old CSS and JS files then add this css to your WordPress ▸ Customize ▸ Additional CSS or Enfold Theme Options ▸ General Styling ▸ Quick CSS field and Then clear your browser cache and any cache plugin, and check.#top .special_amp { font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; color: inherit!important; }This is the results I see when I test on your page:

Best regards,
MikeAugust 18, 2023 at 1:14 pm in reply to: Restart a GIF animation: Play from first frame on every page load #1416541Hey dominictschupp,
Thanks for your question and the possible solution, but I have tested your page on Windows in Chrome, Firefox, & Edge and Mac in Safari, Chrome, Firefox and on my Android mobile device, and each time I go to another page and back again the GIF animation plays. I also created a test page on my test site and the animation always loads when the page loads.
So since I can’t see the error I can not test the solution.Best regards,
MikeHi,
Thanks for the feedback, I don’t have an iPhone but I believe that I see the issue on Android in landscape mode, please see the screenshot in the Private Content area.
So I recommend removing your border from the column and use this css to add a border around the image, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-image-container .avia-image-container-inner { border-width: 6px; border-color: #ffffff; border-style: solid; }If you would like to ensure that this border is only applied to specific images, try adding a custom class to the image such as image-border and then add your custom class to the css like this:
.image-border.avia-image-container .avia-image-container-inner { border-width: 6px; border-color: #ffffff; border-style: solid; }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2023 at 1:48 am in reply to: Icon Grid Flip Box custom color for title not working #1416524Hi,
Glad Rikard could help, typically Enfold ▸ Advanced Styling has precedence, unless there is anything else we can help with on this issue, shall we close this then?Best regards,
MikeHey Gabriele-Marie,
Thank you for your patience, unfortunately I don’t see a way to do this with the Enfold elements and contact form, I recommend using a contact form like Contact Form 7 and one of it’s addon plugins like: Multi Step for Contact Form 7 or perhaps Extensions For CF7
There are many other addons for Contact Form 7 and I imagine one would work for you.
I don’t have any specific experience to help you create this, but I think this would be your best option.Best regards,
MikeAugust 18, 2023 at 1:24 am in reply to: Disable “graphic” ampersands, quotes and apostrophes #1416516Hi,
Try this css instead:#top .special_amp { font-family: inherit; font-style: inherit; font-size: inherit; line-height: inherit; font-weight: inherit; color: inherit!important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey Martin,
Thanks for your question, I checked your page on mobile and see that you have a 6px border which looks correct, when do you see that issue “the frames are wider than the image”?Best regards,
MikeHey Martin,
Thanks for your question, there is not a option to make the header sticky on mobile, but you could try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header { position: fixed !important; } .responsive #top #wrap_all #main { padding-top: 110px !important; } }After applying the css, please clear your browser cache and check.
Best regards,
MikeAugust 18, 2023 at 12:57 am in reply to: Deprecated : The get_page_by_title function has been deprecated since version 6. #1416512Hi,
You must create a token in your Envato Theme Forest account, we can not create it for you, please see our documentation How to generate a Envato Personal Token
Step One: To generate your personal token, go to Envato create a token page. If not logged in please use your Envato credentials.
Step Two: Your Token needs specific permissions to verify the purchase and link your Envato account to the theme. 7 permissions are necessary to display user information on Enfold theme options ▸ https://kriesi.at/documentation/enfold/wp-content/uploads/sites/22/2018/12/token-permissions.png
Step Three: After selecting the required permissions, read the Terms and Conditions and agree to create your new token. Copy and save your token on your local system.
After completing the steps above, you are now ready to register your Enfold theme. Go to Enfold > Theme Update > Enter a valid Envato private token and enter your token.
If you still have trouble try using the Envato market plugin
Another option is to update the theme via FTP, or though the WordPress theme page.
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,
MikeHey gatehealing,
Thanks for your question, the reason the Advanced Layout Builder (ALB) is not recommended for posts is because some features are not automatically added to these posts, such as the featured image, the social share box, the related posts, and the comment form, also the excerpt must be manually added in the manual excerpt field.

This is by design so that you would have full control of the layout, you can manually add these with the ALB elements, so if you don’t mind adding these manually using the ALB for posts is fine.Best regards,
MikeHey ballindigital,
Thank you for the link to your site, I see that you are using v5.6.2, please update to v5.6.5
The MailChimp API has changed, after you update the setting at Enfold Theme Options ▸ Newsletter ▸ Mailchimp needs to be reverified and then each mailchimp element on your pages needs to be opened and resaved.Best regards,
MikeHi,
Yes, you should include the child theme when you copy the files and database from the staging site to the live site.
To move the menu text in line with the bottom of the logo, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (min-width: 990px) { #top .main_menu .menu li a { padding-top: 50px; } }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,
When the child theme is active the setting Enfold Theme Options > Import/Export > Import Settings From Your Parent Theme doesn’t ask for a file to upload, it automatically gets the file from the parent theme.
I added a child theme for you and imported the parent theme, please review the documentation so you can apply this to your live site.
The Logo left and menu centered on the same line is not and option, but I adding this css to achieve it:@media only screen and (min-width: 990px) { #top .main_menu { display: flex; justify-content: center; width: 100%; } }please clear your browser cache and check.
Best regards,
MikeAugust 17, 2023 at 12:12 pm in reply to: Masonry – tag “portrait” does not work in mulitlingual pages #1416470Hi,
I’m thinking that perhaps Ismael solution could be applied like this:add_filter('avf_ratio_check_by_tag_values', 'avf_ratio_check_by_tag_values_mod', 10, 1); function avf_ratio_check_by_tag_values_mod($tags) { $lang = pll_current_language(); if($lang == 'en-GB') $tags = array('portrait-en' => 'portrait', 'landscape-en' => 'landscape'); return $tags; }but I’m not able to login to your site to test, I also notice that your German version is now not working so your tags were probably changed, try changing them back.
Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top .avia-button-wrap .avia-button { border-radius: 50px; } #top .avia-button .avia_button_background { bottom: -3px; } #top .form_element .button[type="submit"] { border-radius: 50px; }After applying the css, please clear your browser cache and check.
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,
1: You can change the logo and menu style without a child theme, go to Enfold Theme Options ▸ Header ▸ Header Layout ▸ Menu and Logo Position and choose Logo left, Menu below

2: You can add a child theme without losing your current layout, please see our documentation Step 4: Import parent theme options

Best regards,
Mike -
AuthorPosts



