Hi Ismael
Thank you so much. I looked this morning and everything is at it should be. The bold has gone and the footer spacing is now as it should be (very strange). Is it possible that the unclosed CSS could have caused the issue? Anyway, super grateful that it is all good.
The only query now open is the query regarding the buttons over images on mobile view. Please can you advise the CSS to assist with centering the buttons in the image area. I don’t want them at the top. Hope this makes sense.
Regards
Merle
Hi,
Try to wrap the css modification inside this css media query so that it won’t affect the mobile view.
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
And to be able to target specific elements in the page, try to apply a unique ID or class names to them.
— https://kriesi.at/documentation/enfold/add-custom-css/
Best regards,
Ismael
Hey M-Graphics24,
Thank you for the inquiry.
1.) The footer menu doesn’t look bold when we checked. Did you figure this out?
2.) The footer columns have the same size (29% of the parent container) and is equally spaced — 6% left margin.
3.) One of the css media queries was not closed properly. We corrected the css code.
If you have any additional questions at this time we kindly ask that you open them up in a separate thread. The longer threads get in the forum, they become more difficult to support as they tend to drift off topic and they also make it troublesome for users trying to search for solutions. Keeping threads relevant to their original inquiry ensures that we can keep better track of what has been resolved and that users can more effectively find answers to similar issues they might be experiencing.
Thanks!
Best regards,
Ismael
Hi,
To target all top level menu items, please use this css code:
.html_av-overlay-side #top #wrap_all #av-burger-menu-ul .menu-item-14632 > .sub-menu > li > a {
color: black;
}
View post on imgur.com
Best regards,
Ismael
Hi,
Thank you for sharing the complete steps. Regarding the older thread, the complete solution is already there; you just need to adjust the “std” parameter to “hover_active”.
remove_filter( 'avf_builder_elements', 'avia_woocommerce_product_elements', 500, 1 );
add_filter( 'avf_builder_elements', 'avia_woocommerce_product_elements_mod', 500, 1 );
function avia_woocommerce_product_elements_mod( $elements )
{
$posttype = avia_backend_get_post_type();
if( ! empty( $posttype ) && $posttype == 'product' )
{
$elements[] = array("slug" => "avia_product_hover",
"name" => "Hover effect on <strong>Overview Pages</strong>",
"desc" => "Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?",
"id" => "_product_hover",
"type" => "select",
"std" => "hover_active",
"class" => "avia-style",
"subtype" => array("Yes - show first gallery image on hover" => 'hover_active', "No hover effect" => ''));
$counter = 0;
foreach( $elements as $element )
{
if( $element['id'] == 'sidebar' )
{
$elements[ $counter ]['required'] = '';
}
else if( $element['id'] == 'layout' )
{
$elements[ $counter ]['builder_active'] = true;
// unset($elements[$counter]);
}
$counter++;
}
}
return $elements;
}
Best regards,
Ismael
Hey!
is not very logically structured if it is not sorted by date,
Yes, the Isotope script doesn’t really take any of that information into account. It sorts the items based on their order in the document and the size of the images. If you want to make sure that items are sorted based on their query order, e.g., the date they were published, you may need to select a different layout in Styling > Masonry Settings > Size Settings or use an entirely different element, such as the Post Slider or Portfolio Grid.
Cheers!
Ismael
Hey dogsbody,
These icons are not available on Fontello.com yet, please follow this thread and steps. Please note that it is for TikTok and you will need to change the “charter code” (ue800) to your icons.
Best regards,
Mike
Hi,
I finally got this working – not sure why it took so long?
This is great but I wanted all the other top levels links to be black too..
Is there a way to target them all?
In this example, All Skin Boosters would be black too.
All Under Eye Skin Boosters too etc..
If you scroll through the menu all the ‘All..’ categories should be black to..
View post on imgur.com
hm – boxed content seems to be a bad guy for that. …
try ( now just for that post : vuur5 to not have influence from other settings )
#top.postid-227 #main {
overflow: visible !important;
}
#top.postid-227 #av_section_1 {
position: absolute;
height: calc(100vh + var(--enfold-header-height)) !important;
width: 100vw;
left: 0;
top: calc(-1 * var(--enfold-header-height)) !important;
}
#top.postid-227 video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: calc(100vh + var(--enfold-header-height)) !important;
z-index: -1;
object-fit: cover;
}
@media only screen and (max-width: 1200px) {
#top.postid-227 video {
left: -250px !important;
}
}
@media only screen and (max-width: 767px) {
#top.postid-227 video {
left: -350px !important;
}
}
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
http://www.jmcwebdesign.nl/fotos/vuur4/
looks quite good now, thanks! the only thing is:
the text is now finally, just below the image/video/first content section.
but…on a mobile it appears much too low…
probably something to do with: margin-top: 110vh;
but using a spacer does not help either.
how to move the text, also on a mobile and tablet, directly below the picture?
-
This reply was modified 1 year, 1 month ago by
jeel147.
-
This reply was modified 1 year, 1 month ago by
jeel147.
-
This reply was modified 1 year, 1 month ago by
jeel147.
-
This reply was modified 1 year, 1 month ago by
jeel147.
-
This reply was modified 1 year, 1 month ago by
jeel147.
-
This reply was modified 1 year, 1 month ago by
jeel147.
-
This reply was modified 1 year, 1 month ago by
jeel147.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#barra-1 {
border-top: 2px solid #56267a;
}
Best regards,
Rikard
After updating up to Enfold 7.1, the search icon on the main menu on desktop and mobile turned grey. It used to be white, like the white text on the main menu on desktop and the white menu icon on mobile.
I tried resetting Performance in theme options, flushing cache, flushing browser cache and deactivating all plugins.
Please see the staging site with the Enfold 7.1 problems and the live site with Enfold 6.0.9 without problems in the Private Content below.
Can you please help? Thank you.
Hi, please can you assist with the following:-
1. My footer and menu text have suddenly become bold – I don’t want any of the menu or footer text bold.
2. Also how do I get the footer columns to be an equal distance from each other or more balanced.
3. I have added custom CSS in general styling to increase the small menu bar at the top and to increase the WhatsApp contact number
, and it worked beautifully on both laptop and mobile but then reverted to small on laptop and larger screens only. The mobile still looks perfect. Please check why this has happened.
I added this CSS:
#header_meta {
min-height: 60px;
}
#header_meta .phone-info {
line-height: 60px;
font-size: 18px;
}
4. Please assist with the font colors on contact form 7 – it is driving me crazy, nothing suggested online works
PS: I have another thread asking for assistance with the buttons over images that I have set to be centred. They are showing centred on the larger screens but not on mobile.
Please can you assist urgently with this.
Thank you
you see your example page – that section scrolls away!
but you set your video container to fixed position:
#video-container {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
so this will stay at position
do you like to have this?
#video-container {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: -1;
}
#top #av_section_1 .container {
max-width: 100vw !important;
margin: 0 !important;
top: 0;
left: 0 !important;
position: absolute;
padding: 0 !important;
}
no – only quick css – i only copy paste this changings from dev-tools – so sometimes the browser dev tools change a bit the notation – maybe that is the reason ( f.e. pseudo-elements like before and after will noted on browsers as ::before and ::after allthough it is in quick css :before and :after)
see: https://kriesi.at/support/topic/background-images-in-color-section-dont-show/
Good day,
Please advise how the buttons placed over an image can be centred on a mobile device? It works perfectly on a tablet or larger screen but the buttons place at the top of the image on a mobile. I would like them centred in the square over the image.
https://img.savvyify.com/image/Screenshot-20250313-082839-Chrome.9Ezyc
and about you reply:
Change means not add !
you placed it on top of the quick css.
but my settings are after your (top) insertion so the code is overwritten by mine.
i changed that code as mentioned.
I looked for the first line of this code @media only screen and (max-width: 989px) in the quick CSS but could not find it. Is it somewhere else? Generally I am capable of hanging css when I can find it. 😅
where is that page ( name is enough for me )
_________________
ok – your widget content gets bigger – than new settings are needed:
again search for the entries in quick css and change those values:
/* declarations inside these comments had to be changed */
/* and missing declarations had to be added to the existing ruleset */
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive.html_mobile_menu_tablet.html_header_top #top #main {
/* padding-top: 420px !important; */
padding-top: 550px !important;
}
}
@media only screen and (max-width: 989px) {
#header .inner-container {
/* grid-template-columns: 3fr 1fr; */
/* grid-template-rows: 50px 1fr; */
/* padding: 20px 0; */
grid-template-columns: 4fr 1fr;
grid-template-rows: 160px 1fr;
padding: 0;
}
.responsive.html_header_top #top #main {
/* padding-top: 400px !important; change to new value*/
padding-top: 550px !important;
}
#header .inner-container {
/* margin: 15px 0 0; so just erase that rule*/
}
#header .inner-container .logo a, #header .inner-container .logo img {
height: 300px !important;
max-height: 300px !important;
/* width: auto; */
width: 300px !important;
max-width: unset;
}
}
ps – is that a wise decision to have such a big header area for mobile devices?
Hi..
I need to add a 2px top and bottom border to a specific color section with color #56267a
I’ve try the CSS code as in this post but It doesn’t works..
Any ideas..?
Thank You Very much
Hi,
Our blog page isn’t viewing correctly in Safari in terms of the SVG icons for ‘Search’ and ‘LinkedIn’ – top right in the header – they are oversized. The LinkedIn logo at the bottom in the Footer Socket is also oversized.
The blog layout is also showing a ‘square icon’ after Read More and a larger ‘>’ icon than it should be.
All other pages and icons seem to be ok.
I’m guessing this is something to do with changing icons to SVG but I can’t find where to fix it for this Blog page.
Thanks
Grainne
Actually, the search icon is working but it is a little off to the left of the clickable area. So if a user clicks directly on top of the search icon, nothing happens. You have to click a little to the right of it. Again, this is on the search icon on the nav menu. The other search issue is the widget box under the home page slider. Sorry for so many replies.
We are having trouble with search icons displaying correctly since updating to the Enfold 7. I found the article on the SVG search icon, https://kriesi.at/support/topic/svg-search-icon-in-top-menu-after-update-enfold-7/ and that helped with the issue we were having with the icon ‘disappearing’ from the nav bar. However, we have a search widget area on the home page of the website that is no longer displaying correctly. The custom search icon (a .png) is no longer showing and has been automatically replaced by the SVG icon. That icon is now floating off to the right and is completely out of place in the widget area. I’ve attached a link to a screenshot of what it is supposed to look like and the website URL is in the private content as well. Your advice is appreciated. Thank you.
all modern-quote headings (from enfold heading element) are set to font-weight 300 on default. You can insert this to have bold :
#top .modern-quote .av-special-heading-tag {
font-weight: 700;
}
your headings inside text-block are handled different – so they are bold.
Hey Ismael
That looks like it works nicely! Thank you very much!
The steps to get this working for a new person coming across this long thread:
If using the Enfold’s Advance Layout Builder (ALB) then the following needs to be done to get a single product image to change on hover. This will need to manually be done for each image and can not be done automatically from the approach Ismael showed.
————–
Go to the product image in the backend.
Click the main image and go to Advanced -> Animation -> Parallax Rules and Image Hover Effect and switch it to “Fade to another image” a little further down select which image it should switch to. Save the product and check the frontend. Hovering over the product image should now switch to the image that was selected.
——
Ismael I got one more thing to ask…
Can you also update the older thread showing the code needed? So that anyone whom comes across it can see the code snippet needed to get the general WooCommerce hover product (single, shop, archive) switch to another image.
Thank you again!
Dear team,
on my Dev-page below I’ve tried to have a 2/3 + 1/3 columns section whereas the 2/3 shall be competently filled with a pic. I used the law demo , but was not able to tweak ist acc.
PLs See “Highlight Topic 2 / Link zu Seite …”
-> either on smaller screens the 2/3 columns gets less height / see a) inserting a pic in column
-> or the pic (I used “original size”) is not shown completely / see b) pic as columns background
-> How can I fix this?
thx a lot & b best regards, Tilman
-
This topic was modified 1 year, 1 month ago by
oestersund.
OK thanks, then the Isotope script is not very logically structured if it is not sorted by date, there are not different sized images but one large one and two small ones next to it and vice versa.
Hey bur2000,
Thank you for the inquiry.
Unfortunately, it’s not possible to control the order of the items in the grid, especially when the size of the images varies. The sorting is dynamically calculated by the Isotope script, which is also used to sort the items by category. Have you tried using multiple Masonry elements?
Best regards,
Ismael
Hi!
You can add the filter in the functions.php file. This will sort the items based on the value of the Page Order field. You will have to enable this field manually for the portfolio items.
— https://kriesi.at/support/topic/masonry-not-displaying-cover-pictures/#post-1439624
Cheers!
Ismael
Hi,
Try to add this code in the functions.php file to add a custom sales badge above the product image.
add_filter('woocommerce_sale_flash', 'avf_woocommerce_sale_badge', 10, 3);
function avf_woocommerce_sale_badge($badge, $post, $product) {
if ($product->is_on_sale()) {
return '<span class="av-custom-sale-badge">Sale!</span>';
}
return $badge;
}
Then apply this css code:
.av-custom-sale-badge {
position: absolute;
top: 10px;
left: 10px;
background: #7E9A47;
color: white;
padding: 5px 10px;
font-size: 14px;
font-weight: bold;
border-radius: 5px;
z-index: 10;
}
Best regards,
Ismael