Forum Replies Created
-
AuthorPosts
-
Hi,
As I understand you want the footer columns to line up on the left with the line above Ring til os
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#footer .flex_column.av_one_fourth:first-child { padding-left: 40px; }Please see the screenshot in the Private Content area.
I posted the css to underline your lines in two other threads, but here it is again:#top a:hover { text-decoration: underline; }Best regards,
MikeHey Lene,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#socket span { font-size: 16px; } #top a:hover { text-decoration: underline; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHey ballindigital,
Are you using a plugin like WPML for your translations? If so this includes a language selector.
If you are manually translating your pages then try using the secondary menu in the topbar, Enfold Theme Options ▸ Header ▸ Extra Elements ▸ Header Secondary Menu to your sites.
I assume that you will have two sites on sub-domains for your two languages and your menu will point to the two sites.Best regards,
MikeHey sarthakchoudhary,
Please install our Avia Special Character Converter Plugin this will allow you to add a line break in the field using this code###lt###br###gt###

You can read more about the Avia Special Character Converter Plugin here ▸ Using special charactersBest regards,
MikeAugust 22, 2023 at 2:05 am in reply to: Does updating Enfold theme (3.3.2) affects SEO ranking? #1416813Hey Jovan Mabilin,
Thanks for your question, your theme version is very old and the theme no longer uses page/2, page/3, and so on, now it uses ?avia-element-paging=2 see this page for example, so yes this issue has been solved. But if you have SEO traffic to page/2 then you will get 404 errors unless you use a redirect plugin, you may take a hit in SEO until your new pages are listed correctly, but your old pages were an error anyways so they are not helping you.
Since v3.3.2 Enfold has improved a lot and is much better for SEO now.Best regards,
MikeHey Sean Moody,
Thanks for your question, you can renew your support in your Theme Forest account.Best regards,
MikeHey Debauge,
Thanks for your question, this is an on going issue with the host OVH, if you are using a localhost version to work with offline then you should be able to import the demo in your localhost and then clone to your OVH host. This is a solution many OVH users have used.Best regards,
MikeHi,
I fixed the buttons for you, Please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.
If you don’t see it on desktop then logout and use a incognito browser:


Best regards,
MikeAugust 22, 2023 at 12:59 am in reply to: Masonry – tag “portrait” does not work in mulitlingual pages #1416809Hi,
Thanks for the login I tried the snippet above but it doesn’t seem to work, so I asked the rest of the team for advice. Thank you for your patience.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,
To make them larger and add a color on hover try this css:.horizontalicons .iconlist_icon { width: 48px!important; height: 48px!important; line-height: 48px!important; min-height: 48px!important; font-size: 15px; } #top .avia-icon-list-container.horizontalicons li:first-child .iconlist_icon:hover { color:#fff; background-color:#37589b; } #top .avia-icon-list-container.horizontalicons li:nth-child(2) .iconlist_icon:hover { color:#fff; background-color:#a67658; } #top .avia-icon-list-container.horizontalicons li:nth-child(3) .iconlist_icon:hover { color:#fff; background-color:#419cca; } #top .avia-icon-list-container.horizontalicons li:nth-child(4) .iconlist_icon:hover { color:#fff; background-color:#9fae37; }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.

Best regards,
MikeHey Lene,
I assume that you mean on hover, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top a:hover { text-decoration: underline; }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:#top .hr-custom .hr-inner.inner-border-av-border-fat { border-top-width: 6px; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
To adjust for these changes, please remove all of the precious code and use this instead:#top .avia-cookie-consent.avia-cookiemessage-bottom { bottom: unset; left: unset; margin: 0; position: fixed !important; top: 50%; left: 50%; transform: translate(-50%, -50%); } #top .avia-cookie-consent.avia-cookiemessage-bottom .container { transform: translate(0,30%); } #top .avia-cookie-consent .avia-cookie-consent-button { display: block; width: 40%; margin: 10px auto; } #top .avia-cookie-consent p { display: block; padding-bottom: 20px; font-size: 18px; } #top .avia-button.avia-cookie-consent-button { border-radius: 50px; } @media only screen and (max-width: 767px) { #top .avia-cookie-consent.avia-cookiemessage-bottom { width: 90%; height: 80%; } #top .avia-cookie-consent .avia-cookie-consent-button { width: 90%; } } @media only screen and (min-width: 768px) { #top .avia-cookie-consent.avia-cookiemessage-bottom { width: 50%; height: 50%; } }Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.


Best regards,
MikeAugust 21, 2023 at 5:57 pm in reply to: Restart a GIF animation: Play from first frame on every page load #1416779Hi,
Generally you would add it to a function in your child theme functions.php like this:function custom_script() { ?> <script> //add script here </script> <?php } add_action('wp_footer', 'custom_script');Best regards,
MikeHi,
It looks like it is working when I check, the words stay in the column and do not overflow.Best regards,
MikeAugust 21, 2023 at 12:25 pm in reply to: Restart a GIF animation: Play from first frame on every page load #1416753Hi,
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 Steve,
Thank you for the link to your site, to fix your header after scrolling try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header.header_color .header_bg { background-color: transparent; }for a border around a linked image, try this:
a.avia_image:hover { border: 2px solid #ff0000; transition: none; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
In this case it needs to stretch to fit, I adjusted for you, please check.Best regards,
MikeHi,
Yes, the top one is to remove the capitalizon of the text, the bottom one is to remove the opacity and add the underline on hover.Best regards,
MikeHi,
Currently when a special heading has a link and hovered (mouse-over) the opacity is changed to 0.5, so to remove this and add a underline try this css:#top .av-special-heading.av-linked-heading a:hover { opacity: 1; text-decoration: underline; }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,
Lets please stay on one topic, otherwise I’m not sure what you are talking about.
This thread is about customizing your cookie bar, please add the css above to achieve the image above.
Please remember I said it won’t be exactly like your image, plase allow for some variable.Best regards,
MikeHi,
The font weight at Enfold Theme Options ▸ Advanced Styling ▸ All Headings (H1-H6) was set to standard which uses the theme default of 600.
I changed it to normal so it will be 400

Our choice of words may have been confusing, “standard” is the theme default, “normal” is probably what you may call normal/standard.
Please clear your browser cache and check.Best regards,
MikeHi,
Do you mean the H2 lirum larum lirum…?
I added this css to your Quick CSS:.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }Your H2 links like Om os, do you want it underlined on hover or always?
Best regards,
MikeHi,
When I check your page the text looks correct, please see the screenshot in the Private Content area.
Try clearing your browser cache, please note that iPhones can be hard to clear the cache, often you need to also clear the history to fully purge the cache, following these steps for Safari and note Step 4 where you will Clear the History.Best regards,
Mike -
AuthorPosts

