Hey dennisveeken,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
#top #header_main #menu-item-shop .cart_dropdown_link {
height: 80px !important;
line-height: 80px !important;
}
}
Thanks,
Rikard
Hey gerardbao,
Thank you for using Enfold.
Replace the css code with the following:
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
.avia_textblock.icon-offset {
margin-top: -86px;
}
}
Best regards,
Ismael
Hey robertscott,
Thank you for using Enfold.
Disable the Enfold > Header > Header Behavior > Let logo and menu position adapt to browser window option. We can then adjust the top margin with css.
Best regards,
Ismael
Hi,
I would really really like to also have the product information/woocommerce tabs to go below in the area so that it is full width https://db.tt/AgYLiH7x like shown in this very old post https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/
I noticed you did not reply to them Ismael, I do want to try and have all the ‘single product view’ display tweaks in one ticket so I can re-use this on other client sites once I have it all working perfectly :)
Please review the thread again: https://kriesi.at/support/topic/moving-woocommerce-tabs-underneath-the-image-and-short-description-full-width/#post-352383
as the screen narrows the sidebar shrinks before it kicks to mobile as well. it does not behave the same way as the left main menu sidebar does.. this must be due to the ‘width: 25%’ https://db.tt/vT7PDacg and https://db.tt/imkpVQnN can we get it to behave the same way as the left side bar ? where it remains sticky to it’s size until it pops to mobile?
Increase the max-width viewport to 1024. This will force the sidebar to move underneath the content container earlier:
@media only screen and (max-width: 1024px) {
.responsive #top #main .sidebar {
display: block;
width: 100%;
}
.responsive .single-product-summary {
width: 100%;
}
}
Best regards,
Ismael
Hi,
Ok, we will need to inspect the element on your page in order to give you accurate CSS, please post a link to your site if you should need any further help on the topic.
Regards,
Rikard
Hi,
Great, glad you got it working. Please post a link to the site in question if you should have any more problems on the topic.
Best regards,
Rikard
Hi @MarikaZoll,
Login details are not working anymore, could you check and repost please? Also, please note that each time you reply to your own topic it will be sent to the back of our support queue, please try not to do so if you need help urgently.
You mentioned this piece of code earlier: <div style=”text-align: justify;”>
Did you close it properly?
<div style=”text-align: justify;”>
Content of div
</div>
Regards,
Rikard
Buenas, no se si se puede reportar un problema en este mismo topic, me acaba de suceder… Resulta que a ciertas horas al azar, dejan de cargar los iconos de la pagina, y el wp-admin.php deja de funcionar, pongo mi usuario y clave y solo se “refresca” el login, por asi decirlo, y tengo que entrar desde wp-login.php y ya puedo entrar al panel de administrador, pero el problema de los iconos persiste durante un rato
Hi,
I still can’t access the backend, did you check the thread i linked? the solution is not exactly about modifying the theme files but more about syncing the language file, you can do that directly via FTP or using a plugin like Loco Translate.
Best regards,
Josue
Hi,
If you’re having an issue with the update cart button, please refer to this link: https://kriesi.at/support/topic/woocommerce-2-6-2/#post-661885
Best regards,
Ismael
Hi,
Do you want to change the hover effect of the social icons? Please try this:
#top #wrap_all .social_bookmarks li:hover a {
color: gray;
background: transparent;
}
If you want to define different color for each icon, do something like this:
#top #wrap_all .av-social-link-facebook:hover a {
color: #37589b;
background-color: transparent;
}
#top #wrap_all .av-social-link-twitter:hover a {
color: #46d4fe;
background-color: transparent;
}
Best regards,
Ismael
Thanks for the quick response. Here is a screenshot from chrome for what the top of my page looks like after the anchor link is clicked. The entire background image dissapears.
View post on imgur.com
A Last word on that
the solution with extra social icons
https://kriesi.at/support/topic/phone-number-in-header-4/#post-668478
has one big advantage – these icons stay on mobile devices visible (and in the footer too if you want it)
those shifted links were gone after mobile menu is shown.
thanks
btw:
get rid of that
#avia-menu {
margin-left: 27%;
}
because your search field is out of sight
instead try this here:
(the margin-left with transform gives a good method to center that ul
.html_header_top.html_bottom_nav_header .main_menu ul:first-child {
display: inline-flex;
margin-left: 50%;
transform: translate(-50%);
white-space: nowrap;
width: auto !important;
}
.html_header_top.html_bottom_nav_header #top .main_menu .menu-item-search-dropdown {
float: left;
}
and for small screens the “social row” is now too big – so start the advanced menu earlier:
@media only screen and (max-width: 865px) {
.container #advanced_menu_toggle, #advanced_menu_hide {
display: block;
}
.main_menu .avia-menu, #header_main_alternate, .fallback_menu {
display: none;
}
}
your submenu is a bit to small now because of the white-space setting above:
.av-main-nav ul {
width: 250px;
}
Greetings – and now i’m offline
Okay, so it’s been a lot longer than usual for you guys to have an update for this Enfold theme. There are two major issues that participants have been coming up with fixes and not Kreisi? So please let me know if you guys have just stopped development have something major in the works. Because the fact the maps and cart wont update. These are two vary serious bugs that should be addressed immediately and not make us wait weeks and now almost two months for an update? Please advise? I have over 25 clients with this theme and considering a big change cause of lack of updates to address major issues!
This is not personal its only business.
Regards,
-Todd
I am using the LayerSlider for a section that has a full width photo and text. The text is two different sizes so I have two separate text layers. Each layer is 60% wide with 20% padding on the right and 20% padding on the left. My font sizes and line heights are defined in rems.
At 100% it looks great; however, when the screen gets narrower the text layers end up getting taller and begin to overlap. How can I get the lower text area to remain 40pixels below the upper text layer or how can I get the font size to reduce so that the text still fits in the the same area and there isn’t any overlapping.
I also tried putting all text in one text layer; however, I don’t see how to define the different font sizes between the top and bottom paragraphs.
follow up on this thread: https://kriesi.at/support/topic/leave-comment-checkmark-boxes-not-showing-properly/
somehow the bug has resurfaced, the Style.css child file still have that code, what am i missing? see private
p.newsletter {
display: none;
}
I updated my Child theme and WordPress version today and now the main menu isn’t showing the sub-menu items aren’t showing on desktop when you hover. The sub-menu items show on mobile, but not on desktop browsers. I’ve tried to find a setting to fix and search the forums with no luck. Please help.
Thanks!
-
This topic was modified 9 years, 6 months ago by
axiom555.
Hello,
My client and my business partner both have the iPhone 6Plus and experience weird color and mobile navigation issues when viewing the site. Sometimes it happens straight from the Safari app, sometimes when you click the blog post link from MailChimp and sometimes when you view the site from the Facebook app.
Issues:
1) The header bar at the top turns hot pink (supposed to be teal).
2) The mobile navigation menu is not hidden and overlaps the page content.
I can’t replicate these two issues on my iPhone 6, so it seems to be a 6Plus issue.
Please help.
Thank you,
Kristine Silverstein
Well I finally got the Google Map Fetch Coordinates Button to work with the code you guys posted on July 4, 2016 at 7:54 am. I was using the WIDGET code from https://kriesi.at/support/topic/solution-to-google-maps-key-issues/ which you guys recommended in a newer post to someone. Here’s my point, for an issue of this size I shouldn’t have to search through posts from other customers trying to find a fix, this should have been posted at the top of the Enfold support page, clearly outlining the steps you need to take, and what code to use. Like this code corrects the Google map WIDGET issue and this is how you apply it, ABC. And this code corrects the Google map SHORTCODE issue and this is how you apply it, ABC. A clearer support SYSTEM with label solutions would alleviate your customers frustration. Cheers and thank you for the fix.
Hi, I’m trying to set up Facebook comments on my posts right above the WordPress comments. Following another thread (https://kriesi.at/support/topic/facebook-comment-box/) I figured out what code to enter and where.
The code I’m entering is
<div class=”fb-comments” data-href=”http://www.surfset.sg” data-numposts=”5″></div>
and it works well.
But I need this to have the permalink of the post itself, so following some help pages, I used the php the_permalink thing and entered:
<div class=”fb-comments” data-href=”<?php the_permalink(); ?>” data-numposts=”5″></div>
and it no longer works.
Can you help me with this please?
i need need enfold to zoom on mobile. the former code given (.responsive #header{ position: fixed; width: 100%; top: 0; }) is not zooming in the new enfold theme 3.6.1
i want this site to zoom on mobile
Hi there,
I have searched for this but my question is quite specific so haven’t been able to find exactly what I need.
I have a site that I’m working on which has a full background image so I need everything to be transparent however I would like the header to be transparent when it’s at the top of the page but then have a black background when it scrolls. I’ve set the header to transparent but the css I’ve added stops the black appearing too.
Any help would be much appreciated!!
Thanks
Paul
Hello – I’m having an issue similar to this thread https://kriesi.at/support/topic/icons-in-icon-box-are-chinese-characters/ . The three icons in question are located on home page under large image. Specifically, the icons are fine on the mail domain, however, I have multiple domain names pointing to the same place so the font file will only ever have the main domain in the path. It happens on both Chrome and IE. Here are the domains:
http://www.northpghrealtors.com (MAIN – font symbols ARE correct)
Issues with font symbols:
http://www.lindamillerteam.com
http://www.thelindamillerteam.com
http://www.homesbymillerteam.com/
Anyone know of a fix for this? Thanks in advance!
Hi,
I added the code from this link: https://kriesi.at/support/topic/home-icon/
But I have some problems trying to align the home icon. Please check in private the URL and let me know how can I align the icon with the text in the main menu.
Thank you.
hi, please help if posssible
i followed same process:
– first i activated the ALB
– i gave a name “ktf-darkborder ” to custom css , in the coloured section i want to hide in mobile view
– i included this CSS in “quick CSS” field :
#top .ktf-darkborder {
border: 11px solid #333;
/*HIDE ON DESKTOP*/
#mobile {display: none !important;}
@media only screen and (max-width: 767px) {/*HIDE ON MOBILE*/#desktop {display: none !important;}}
}
Unfortunatly the result show only the sction with border , but do not hide the section in case of mobile phone navigation
what’s the mistake ido in code?
thank you for your support
Simone
-
This reply was modified 9 years, 6 months ago by
simog72.
Hi,
I just noticed that my Headline Rotator has a different font size on the mobile screen than the desktop. I have the font set to default, so it would hopefully change size if I change my main body font for the web. Can you please take a look and see what might be causing it to be smaller on the mobile?
Thanks!
Hi That workd! And now we would like to do the same on normal pages. …
What should i Put in to do that?
AND: we would like to reduce the hight of the white area in the top. (Where the 2 logo’s are in… any idea how?
Thanx Yigit!
Hey Yigit,
I did that: [av_font_icon icon='ue800' font='home' size='20px'][/av_font_icon]
And added some custom css to adjust the position (just a bit) and the color/hover color.
/*Home Button*/
#top .main_menu .menu>li:last-child>a {
margin-top: 1px;
color:#919191;
}
#top .main_menu .menu>li:last-child>a:hover {
margin-top: 1px;
color:#666666;
}
If I need to also add a shopping cart icon, how would I make adjustments to that specific icon, use a class, the id (id=”menu-item-xxxx”)? And just how would I do that? Coding isn’t my strong suit if you haven’t guessed.
Thanks for your help.
On my page If i link to a video hosted on youtube or vimeo the video opens in a lightbox.
If I link directly to a video that is hosted on my server, there is no lightbox and the video takes up the whole screen and when it stops just sits there, so you can’t see the rest of the website.
How can I use the lightbox with videos that are hosted on my own server?
Thanks