Hi,
Thank you for the info.
We enabled the Mega Menu option for the Stage Sportif menu item. Regarding the top menu, it behaves like that because it is still essentially a link pointing to an empty anchor. If you want to completely disable it, you can add this css code.
#top #menu-item-1302 a {
pointer-events: none;
}
Best regards,
Ismael
Hi,
Please try to use the following css code, toggle or temporarily disable the Enfold > Performance > File Compression settings and make sure to purge the cache.
#top #header .av-main-nav {
right: -10px;
}
Best regards,
Ismael
Hi,
Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function custom_script() { ?>
<script>
(function($){
$('#top.archive .main-title.entry-title a').each(function() {
var text = $(this).text();
$(this).text(text.replace('Archiv für: ', ''));
});
})(jQuery);
</script>
<?php
}
add_action( 'wp_footer', 'custom_script', 99 );
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
Best regards,
Mike
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) {
.av-logo-container {
height: 300px !important;
}
.html_header_sticky #top .main_menu ul:first-child > li a {
line-height: 0 !important;
}
}
Best regards,
Rikard
Hi,
You can try to override it using the snippet I posted above then. The padding-top statement adds padding to the element in question. Try increasing it by 200 or 300 pixels for example.
Best regards,
Rikard
this is about alignment to the top not the right. Please see screen shot again. It is not a double up.
Thank you Mike, works perfectly
I forgot that I have already asked, and I hadn’t seen the answer
As always I receive from you a great support
Please note that even if I check the checkbox “Notify me of follow-up replies via email”, I never receive an email, not even in the spam folder
I have to go to check manually and refresh the page of that topic to see if there is an answer (if I remember…)
Thank you
Mauro
Hey rvga,
Please try the following in Quick CSS under Enfold->General Styling:
.title_container .breadcrumb {
margin-top: -21px;
}
Best regards,
Rikard
I’m cleaning cache every changes I make.
Another question:
Why does the first item of top menu (Partenaires de séjours de vacances) links to the last page visited instead of remaining empty? (#)
Test it!. Go to any page of the web, then check the link of the first item of the top menu…
Yes I mean the desktop view, when the window is narrowed so much that the brger Menu becomes visible. see here:
Please send CSS how to adjust the colors.
I set up a Pill tab section and have 3 issues that I could not resolved from reading through the forums:
1) Bigger arrows. I was able to make them slightly bigger with the following CSS but would like to have better control of size:
.ACME-av-pill-tabs .av-tab-arrow-container
{
top: 1px; /*reducing px increased arrow size slightly 8?
width: 500px;
}
2) active tab a different color
I tried the css below from this thread but it’s not working. When I inspect my tab section on the web page, the html does not reference: a tab.active_tab class or tabcontainer.
– https://kriesi.at/support/topic/font-color-tabs-active-and-hover/
#top ..ACME-av-pill-tabs .tabcontainer .tab.active_tab {
background-color: #D65799;
}
3) Remove extra space to the right of tab titles
There’s padding or margin space to the right of the tab titles This is making the tabs wider than necessary. I want the space to the right of the titles to be similar to the space to the left of the titles.
Thx!
Hi,
Can you do this on our staging site please?
Details are below
It would also be good to be able to adjust the size because on desktop, it takes up the entire page which is way too big.
Hi,
Thank you for the update.
We added this css code to center align the reviews/rating container:
#top .entry-summary .woocommerce-product-rating {
display: flex;
justify-content: center;
}
Best regards,
Ismael
Hey Aubin,
Thank you for the inquiry.
Are you referring to this thread? https://kriesi.at/support/topic/mobile-screen-result/
What do you mean by “test Is too small”? Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.
Best regards,
Ismael
Hi,
Thank you for the update.
Can I add multiple child numbers to the colors? I think I’ll create about 30 entries.
Yes, you can assign the background color to multiple entries. Example:
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(4) .av-inner-masonry-content,
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(12) .av-inner-masonry-content,
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(16) .av-inner-masonry-content,
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(20) .av-inner-masonry-content,
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(25) .av-inner-masonry-content {
background: rgba(67, 20, 255, 0.95);
}
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(5) .av-inner-masonry-content,
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(13) .av-inner-masonry-content,
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(17) .av-inner-masonry-content,
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(21) .av-inner-masonry-content,
#top .av-caption-style-overlay .av-masonry-item-with-image:nth-child(26) .av-inner-masonry-content {
background: rgba(32, 192, 90, 0.95);
}
Is there a way to show a description in addition to the title?
Are you using the Advanced Layout Builder to build the posts? If you are, you will need to create an excerpt using the post’s Excerpt box.
Best regards,
Ismael
Hi,
Try to replace the css rule with this:
.responsive #top .avia-slideshow-inner, .responsive #top .avia-slideshow-inner img {
height: 550px !important;
object-fit: cover;
}
This will partially cut off the images but will prevent them from getting distorted.
Best regards,
Ismael
Hi Mike,
Thx for the css code, it works like a charm.
As you probably saw, I’d like to turn this top menu as a mega one, but despite I’ve checked the mega menu option, it remains a regular menu, not a mega one.
What did I miss?
P.S I always copy your code from the forum windows, thx for the tip.
Hi,
I can not reproduce this on my demo site, and your site seems to have the search icon disabled. One other user had the search icon with a z-index of “-1”
perhaps this is also your issue, this css seems to help:
#top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child, #top .menu-item-search-dropdown > a.avia-svg-icon img[is-svg-img="true"] {
z-index: 1;
}
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
Hey renita01,
I can not reproduce this on my demo site, but your two sites have the search icon with a z-index of “-1”
this css seems to help:
#top .menu-item-search-dropdown > a.avia-svg-icon svg:first-child, #top .menu-item-search-dropdown > a.avia-svg-icon img[is-svg-img="true"] {
z-index: 1;
}
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
Hey Matt,
This seems to be a duplicate thread that we answered, thinkjarvis also points out that
on sites where bots have alreaedy hit and created a sitemap for them to crawl – They will continue to try and crawl those links because they already know they exist.
On new Enfold sites where Bots can no longer crawl the links – All is fine because there is no way for them to access the filter urls in the first place, therefore do not know the links exist.
The Dev Team writes:
On shop overview page the dropdowns for sort by and display do not have a href=” but only a data-href and link is done by js.
When I check my install there is no link:

Best regards,
Mike
Hi
I am trying to figure out the correct code snippet to use for changing the main single product image on hover to the first gallery image.
Example this page: https://labhuset.no/product/fiocchetti-plasmafryser-30-40c/
I found this earlier thread: https://kriesi.at/support/topic/change-single-product-image-on-hover-with-gallery-first-image/
But found the code shared there unclear. It would be great with an update with a workable code.
Enfold has been used to customize all the single product pages in WooCommerce.
I am working on figuring out how to change images on hover (for the first gallery image) of the main product in the Single product page
2.
It would also be helpful to at the same time have the correct code to change images on hover in the shop page AND the archive page. Having the thumbnails seen change to the first gallery image.
Thank you!
-
This topic was modified 1 year ago by
SHR Design. Reason: A mistake in adding the word flip. It has been adjusted
Hey ausgesonnen,
Mobile devices don’t have a “hover” color, only desktop devices do.
Best regards,
Mike
Hi,
duplicate quesion: https://kriesi.at/support/topic/desktop-view-menu-and-burger-to-align-with-content/
#top #header .av-main-nav > li > a .avia-menu-text {
right: -10px;
}
adjust to suit.
Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #header .av-main-nav > li > a .avia-menu-text {
right: -10px;
}
adjust to suit.
Best regards,
Mike
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top .av_font_icon a:hover {
color: #d5392e;
}
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,
I’m working on a one page website and one background image is not showing on mobile, though it’s perfectly showing on desktop.
Link in private content.
Hope you can help.
Best regards!
Ok, now they are totally aligned to the top. Too much.
https://www.imghippo.com/i/Sn3439MM.png
Better to start on the level where the burger Icon is. Please send code.
Hey ausgesonnen,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#top #header.header_color #header_main .widget a:hover {
background: #fff;
color: var(--enfold-main-color-secondary);
}
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
Hey ausgesonnen,
Sorry I’ don’t understand, perhaps a screenshot would help.
Perhaps this is a duplicate of your other post?
Best regards,
Mike
Hey ausgesonnen,
Sorry I’ don’t understand, perhaps a screenshot would help.
Perhaps this is a duplicate of your other post?
Best regards,
Mike