Hi
I understand that it is possible to sort products in brands (Brands filter) with the Woocommerce Layered Nav Filters and attribrutes, as discussed in this topic.
Can you explain to me how to set this up?
Regards,
Kenneth
Hi Enfold Support Team,
I would like to have horizontal separators between submenu items and tried the code from
https://kriesi.at/support/topic/display-horizontal-divider-between-submenu-items/#post-523301
I inserted
ul.sub-menu {
border-bottom: 1px solid black;
}
in quick CSS. Unfortunately it doesn’t work. Where is my mistake?
Best regards,
Anna Christina
Rikard,
Okay. I added a “custom link” to the menu and applied null (#). Named it my top tier category and then added my drop-down menu items and that did the trick!
Thank you again for your assistance.
Best regards,
Dean
Hi
I have managed to fix it except for small mobile scree. please look at the screenshot i provided in private section.
Mobile number is broken down to 3 paragraphs, and unnecessary padding on top and bottom. can you please help me fix it.
You see this only on iphone (in android looks ok), If you only resize the google chrome browser, it does not look like that.
Also, Just noticed that when i scroll the page slowly, the widget appear on top of body. please see the screenshot.
All I am really looking for is a text widget with icons on the right, properly aligned with the logo and be responsive on page scroll and different screen sizes. But it has taken weeks for me and also asked you guys many times for the same issue over and over again.
Can we fix it once, so that we don’t have to deal with this issue again.
Thank you
-
This reply was modified 9 years, 9 months ago by
kaloraat.
Hi,
Ok, so you don’t want the top menu item to lead anywhere? If so you can create a custom link under Appearance–>Menus and put a # in the link field.
Best regards,
Rikard
Hi Richard,
Thanks for reply but for some reason I’m not able to see any option to add buttons on top of the image.
Any help on this will be appreciated.
Aparna
Hi,
Try this:
.iconbox .iconbox_content .iconbox_content_title {
vertical-align: top !important;
}
Thanks,
Rikard
Hi mmheather,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
.home .entry-content-wrapper .av-special-heading {
margin-top: 0 !important;
}
}
Best regards,
Rikard
-
This reply was modified 9 years, 9 months ago by
Rikard.
Hi,
Did you try the css code? On larger screens, the bottom part of the images are cut off, not the top. Zoomed out screenshot:
View post on imgur.com
Best regards,
Ismael
Hi,
Thank you for the info. The issue is cause by the isotope script which calculates the position of the masonry items. Sometimes, it fails to calculate the exact position on different screen sizes and different browsers. One solution is to increase the width of the masonry container:
.av-masonry-container {
width: 101%;
}
Best regards,
Ismael
Hey cpetrie2001,
Thank you for using Enfold.
The images in the slider are set as background and their focus relative to the container may vary on different screen sizes. Have you tried to set the “Image Position” to “Top Left”? Right now, it it set to “Center Center”.
Best regards,
Ismael
Hi,
Try to replace it with:
#top .content .flex_column .widget_nav_menu li a {
padding: 0.2em 0!important;
}
#top .widget_nav_menu ul .sub-menu li a {
left: 10px;
position: relative;
}
Best regards,
Ismael
Hi,
1.) Add a left margin to the input field
#mc4wp-form-1 input[type='email']{
margin-left: 2%;
width: 48%;
}
2.) Place the suggested css code inside a css media query:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
Best regards,
Ismael
Hi,
Is this post created with the advance layout builder? All default elements such as the post meta info, featured image, post title etc. will be removed if you use the advance layout builder for post. You have to add those elements manually, either via code or text block.
Second question which is still not answered: the READ MORE (in Dutch LEES MEER) does not show completely => http://kappersblog.nl/
Please add this in the Quick CSS field:
.html_elegant-blog .avia-content-slider .read-more-link {
position: relative;
top: 0;
}
Best regards,
Ismael
Hey _riccardo_,
Thank you for using Enfold.
I’m sorry but video backgrounds are disabled on mobile devices due to incompatibility issues (ex: autoplay). You need to add a fallback image or add an actual video element in place of the section. Use css media queries to toggle the display of these elements: http://kriesi.at/documentation/enfold/hide-menu-itemselements-on-mobile/
Best regards,
Ismael
Hi,
We encountered the same issue before but I’m not sure if the solution that we provided actually fixed the issue. You can find it here: https://kriesi.at/support/topic/issue-with-popup-animation-blinking-on-firefox/#post-643828
Best regards,
Ismael
I have already. Still awaiting a reply :D’
Hey Nin0,
Thank you for using Enfold.
Could you please provide a link to the actual page? Apply the negative top margin on desktop view only. Use css media queries:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
}
Best regards,
Ismael
Hey Xperten,
Thank you for using Enfold.
Did you change the heading value as stated on the previous thread? https://kriesi.at/support/topic/styling-the-blog-posts-element-spacing-changing-h2-and-h3-class/#post-618002
Best regards,
Ismael
Hi,
Decrease the font size of the mega menu items:
#top #wrap_all .avia_mega_div ul, #top #wrap_all .av-main-nav ul ul {
font-size: 11px;
}
Best regards,
Ismael
Hi,
— I don’t see a HR between posts to separate more
Add this css code:
.template-blog .post-entry {
border-bottom: 1px solid gray;
margin-bottom: 50px;
}
— How can I get the Title and Date meta bigger and BEFORE the image?
Use this for the title:
#top .flex_column .template-blog .post-title {
font-size: 1.8em;
}
And this one for the date:
.container .minor-meta {
font-size: 1.2em;
}
— Can I control width of image and excerpt?
And this css code for the image and the excerpt:
#top .fullsize .template-blog .big-preview img {
width: 80%;
}
#top .fullsize .flex_column .template-blog .post .entry-content-wrapper>.entry-content {
max-width: 80%;
margin-left: 0;
}
Best regards,
Ismael
I’m using the color section with a fullscreen video. Yesterday it was loading properly and today the video’s not loading, and it’s just a static image.
Website: http://nealhowland.com/
Video from Vimeo: https://vimeo.com/153237132
I haven’t changed anything so I’m not sure why it stopped playing.
Thanks,
Thuy
Hello,
We are having problems getting our background image to span the entire width of the page. When viewing the website on a mac with Chrome, firefox and safari everything looks with the top section but not with the one further down (even though it previously spanned the entire page and no changes had been made since then). Meanwhile on aPC with Windows 7 (in chrome, IE and firefox), none of the span the entire page. The images are set to scale to fit because we need the entire image to show at all times.
Any idea what could be causing the problem?
Thank you,
Is there a way to swap, in Enfold, from one theme to another WITHOUT important the demo data? Not a show stopper, but I have been working on a client site using one theme and now the client has had a change in management and they prefer another. I don’t want lose anything I have done (more static pages than article content, lots and lots of calendar data and supporting information, plugins of all sorts…but nothing I think that will create a problem…but if I don’t have to import a bunch of pages I don’t need…
figured it was worth asking…typically it is easier to grab the demo data to learn how the tools work…so I don’t mind.
Thanks,
Mike
Hey!
I have replied to the other topic, hope that covers.
Best regards,
Basilis
SORRY, WE FIGURED IT OUT, THANK YOU! :)
Hi Kriesi, thanks for the theme and support.
We were wondering if it was possible to change the behaviour of the featured image in the blog posts. For example here: https://aquaquestwaterproof.com/6-water-activities-try-summer/ the top image opens on to itself when you click on it. We would like it to not be a link at all, not be clickable. Is there a way to do that?
Thank you,
Gear Out Here
-
This topic was modified 9 years, 9 months ago by
gearouthere.
Hi,
Sorry, what I meant to say was… negative top margin to the button element.
Best regards,
Vinay
hello,
After aplying custom CSS code in file custom.css to change images size on excerpt list, images now don´t appear on mobiles.
How can I solve it?
You can see what code I added into custom.css file: https://kriesi.at/support/topic/post-image-to-495-x-400/#post-575482
Best Regards
Manuel Crespo
Hey guys!
I have 2 questions:
1) I’m trying to add my logo, it’s showing up pretty blurry — the size that i’m uploading it is: 625 X 125 But I’d like the logo to be much smaller so it looks good on the website.
2) When I reduce the size of the logo, it stays way up at the top of the website. Once the logo is reduced, how do I adjust the padding so the logo is in the proper position?