Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hey Michael_Kronenberg,
Thank you for the inquiry.
Yes, that should be possible. You can add this css code to disable the link on the logo:
.responsive #top .logo a, .responsive #top .logo {
pointer-events: none;
}
Best regards,
Ismael
Hi Rikard,
Thanks, you can close the topic.
All the best,
Pascal
Hi,
Thank you for the inquiry.
The css code that you mentioned above covers the masonry image. Why did you add it? If you want to add transparency to the background, try to replace the css with this code:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: rgba(255,255,255,0.35);
}
Best regards,
Ismael
Hi,
Thank you for the clarification.
You can add this code in the functions.php file:
add_filter('avf_logo_subtext', 'avf_logo_addition');
function avf_logo_addition($sub)
{
$sub .= "<span class='logo-title logo-subtitle'>";
$sub .= get_bloginfo( 'description', 'display' );
$sub .= "</span>";
return $sub;
}
Then add this css code to adjust the position of the description or subtext:
#top #header .subtext.avia-standard-logo-sub {
position: absolute;
top: 25px;
left: 0;
}
Best regards,
Ismael
Hi,
Thank you for the renewing your support license. Please continue in the next thread: https://kriesi.at/support/topic/facing-some-bugs-issues-after-upgrading-the-enfold-version-to-5-6-10/
Best regards,
Ismael
Hi!
Thank you for the inquiry.
1-2) Looks like the site is still loading the old scripts and stylesheets. Please disable the Autoptimize plugin temporarily, then deactivate the Enfold > Performance > File Compression settings. This should fix the styling and layout issues.
Regards,
Ismael
Hello in y page faceclinic.es I can not see the gray color in mobile and tablet, only in desktop…How can I do it?
Thank you
Hi, I having some trouble centering my top icon box. Ideally I would like the icon smaller and centered. This is the code I’m using which I found in your support threads.
.iconbox_top .iconbox_icon {
font-size: 30px!important;
text-align: center;
height: 40px;
width: 40px;
line-height: 42px;
top: -35px;
margin-left: -45px;
}
Hey designmek,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #layer_slider_1.avia-layerslider .ls-nav-prev:before,
#top #layer_slider_1.avia-layerslider .ls-nav-next:before {
display: none;
}
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,
Mike
Hi,
Please try seeing this documentation, I added a second element under your with this code:
<marquee loop="" scrollamount="8">Mastercard • Kia • Doctors Without Borders • Centers For Disease Control DCD • League of Conservation Voters •</marquee>
<marquee loop="" scrollamount="6">Electrify America • Florida Crystals • The Electric Company • California Avocado Commission • Marvel Fusion •</marquee>
<marquee loop="" scrollamount="4">The Educated Choices Program • Calm • Citizens Bank • Amazon • NerdWallet • Slack • Verizon • American Red Cross •</marquee>
<marquee loop="" scrollamount="2">National Institute of Health • Vistaprint • Doritos • Google • Siemens • Bic • Dominos • Ebay • Mattel • Deloitte •</marquee>
and it works kind of ok, but if you note from the documentation marquee has been Deprecated and is no longer recommended.
I recommend searching for a javascript snippet to do this, perhaps like this.
Or perhaps this would help
Best regards,
Mike
Hi,
It looks like Flaticon doesn’t offer the iconfont format that the theme uses, perhaps it is a paid oprion now I don’t know, Fontello offers th correct format for free and you can convert your SVG icons to the correct iconfont format for free.
Please see this thread for preparing SVG images for fontello and then upload them to fontello:

Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.responsive #top .logo {
display: flex;
justify-content: center;
width: 100%;
}
}
Best regards,
Mike
Hi again,
I keep checking it and discover that if I remove this css code:
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
background: #ffffff;
}
It woks in the mobile, but not is white that is what I need.
Could you help me?
Thanks advance,
BR,
Antonio.
Hi,
I have create a masonry gallery and look good in the computer and laptop but in the mobile the images no load.
Here send you the link and a pic.
Thanks advance,
BR,
Antonio.
It’s happening on all pages I make with a full width easy slider at the top. The white space appears underneath the full width easy slider 50% of the time when you reload the page. I have tried clearing the cache.
Hi,
I have an image that I’d like the animation to be delayed, to come in a few seconds after the title. I’ve tried using the image selector and then using css like this: animation-delay: 3s;
But then the image pops in, and then animates in again 3 seconds later. This is the code I used:
.avia_transform .avia-image-container.av-ltekdrk5-b45db062f84ab63c8b1ab7fb2fb10620 {animation-delay: 3s;}
Is there a way to stop the initial animation and just use this?
Thank you – have a coming soon page up so will leave login credentials in private. It’s the home page top grid or Hero section. I have a chat bubble on the left that I’d like to pop in after the Headline Text
Hi Rikard,
We have upgraded the support plan and raised a new thread speciafically addressing our issues which we are facing currently after the theme update. Here is the thread link https://kriesi.at/support/topic/facing-some-bugs-issues-after-upgrading-the-enfold-version-to-5-6-10/
Can you help us with this issue.
Regards
Leadliaison
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Great, I’m glad that Ismael could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi, I hope you are having an amazing day!
I would like my 1/4 columns to display as 2 Up on mobile instead of being stacked individually on top of each other. I have set up a content slider on the page to show what I would like to accomplish with the column sections. Thank you for your help : )
HenkGuest
Hi,
How can I start a topic on your support forum? Just became a client, can’t upload the child theme, checked the forum but there are no answers and there is no way to start a topic or respond to threads. Curious.
Hi Guenni007, thank you very much for the details how to achieve this!
I have it working, however the gallery and button are situated down the page content, and when lightbox opens with first image the screen then scrolls upwards towards the top of the screen. A similar effect to when you use “Back to top” feature, but in the lightbox.
Could code be adjusted to compensate for this?
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi,
Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Hi there,
I want to align the 3 buttons at the bottom. I’ve tried several things, but I can’t seem to get this to work. I used the CSS code below:
.page-id-14 #av_section_2 .flex_column .avia-button-wrap {
position: absolute;
bottom: 25px !important;
}
But then the button will appear on top of the text and is no longer centered. Can you please help?
Hello, I would like to have the logo on our site displayed a little smaller. So the distance between the top bar. I need a space between the top and bottom of the top bar, not that the logo fills the whole top bar.
http://www.2baserecords.de
Hi,
Please try this CSS as well:
@media only screen and (min-width: 991px) {
#submenu-desktop-tablet {
display: none;
}
}
Best regards,
Rikard
Hi,
Thank you for the screenshots.
You can add this CSS code to relocate the mobile menu to the right of the header.
@media only screen and (max-width: 989px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu {
top: 0;
left: auto;
right: 0;
display: block;
transform: none;
}
.responsive #top #wrap_all .av_mobile_menu_tablet .main_menu .av-main-nav-wrap {
transform: translateX(-50%);
left: auto;
right: 0;
translate: none;
float: right;
}
}
Best regards,
Ismael