Hi!
I edited theme options and chose to display Footer socket as well and then added following code to Quick CSS in Enfold theme options under General Styling tab to remove socket only on desktop and copyright text globally, since you created your own using footer widgets.
@media only screen and (min-width: 768px) {
#socket { display: none !important; }}
#socket .copyright {
display: none!important;
}
Please review your website now
Regards,
Yigit
Hi!
As @rikard asked above, can you please post the link to your website so we can look further into it?
Cheers!
Yigit
Hey rbates86!
You can try adding following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_left .av-main-nav ul {
left: 0;
top: 32px;
}
But for more advanced menu, you are going to need to use a plugin or hire a freelance developer. Also, please feel free to request such feature here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #header_meta li {
border: none;
}
@media only screen and (max-width: 769px) {
nav.sub_menu { display: none !important; }}
nav.sub_menu {
margin-top: 10px;
}
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#main > .container_wrap {
border-top: none;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
Yigit
Hello,
I´m searching in your topics for a Solution, that my images in my full-width slider (non fullscreen Slider) on mobile (e.g. iphone) looks not responsive. I found some Topics with solutions like (this now in my custom css):
@media only screen and (max-width: 480px) {
#full_slider_1 .avia-slideshow-inner, #full_slider_1 img{
height: 300px !important;
}
}
But the images would stretch vertical, that not looking good. In landscape mode it´s ok, but normal not.
Without these custom css the slider is too small and also looking bad.
What is the right custom css?
Thank you!
Hallo zusammen,
seit dem Update auf die neuste Enfold Version ist bei mir eine zusätzliche Linie erschienen, unter Kategorien etc. Auf der Startseite ist der Slider nach unten verschoben werden. Siehe Screenshot
Habe es versucht damit zu entfernen
div.container_wrap.container_wrap_first.main_color.sidebar_right.template-shop.shop_columns_3 {
top: -15px; }
main.template-page.content.av-content-full.alpha.units {
top: -15px;
}
Soweit funktioniert das auch, für die Startseite (ohne Sidebar), aber für Seiten mit Sidebar wird die vertikale Line nicht bis zum Footer durchgezogen. Hört genau die 15px davor auf.
Habe den obigen Code wieder entfernt. Gibt es eine bessere Lösung?
Thanks Ismael. I still have several other posts, one that has not been answered for 4 days. Some you were helping me with. Normally it doesn’t take 4 days. Is there something I can do to ensure they are answered more quickly? Will you take a look please. I’ve put the links in the section below.
You can close this topic.
Thanks,
Jas
Hi sitesme!
Please add following code to Quick CSS
#footer.container_wrap {
border-top: 2px solid red!important;
}
Cheers!
Yigit
Hi,
I added the following code and it worked as expected, all bottom lines from color sections were removed:
.container_wrap { border-top: none !important; }
However, I would like to have a line at the top of the footer area. Without the code above the line shows up to separate the contents and the footer areas (which is how we want it) but we do not want the line to be displayed in the contents area, between color sections.
Is there a way we can add the line JUST to the footer? (top footer line?) URL is in PVT.
Many thanks team.
Hi,
Thanks.
I read that you already enqueued jQuery UI here https://kriesi.at/support/topic/custom-jquery/#post-387983
How does the enfold contact form datepicker work? How can I call that?
Hello, Rikard,
Google is getting 88/100 and we get 80/100 on Desktop devices, i don’t care about mobile, but this is not our case. With a simple fix on your css load you can achieve best results!! These results affect adwords CostPerClick advertisements so it is worth to check.
We are using W3 Total Cache. Can you please check with your developers and tell me if there is anything to do to fix this?
Thank you
Hi!
We found a fix for this error which is simple space in the wp_enqueue_script function src or url. If you want to fix it yourself, please refer to this link: https://kriesi.at/support/topic/layerslider-not-working-5/#post-583136
Cheers!
Ismael
Hi!
We found the error. If you want to fix it yourself, please refer to this link: https://kriesi.at/support/topic/layerslider-not-working-5/#post-583136
Cheers!
Ismael
Hi,
Great, glad you found a fix. Please let us know if you should need any more help on the topic, we’ll keep the thread open for you.
Best regards,
Rikard
Hi,
Great, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Great, please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hey laptophobo,
You will have to create a subdomain on your domain called m and then redirect traffic using phones to that domain.
Best regards,
Rikard
Hi!
Posting to your topic, it gets it last to the list, that is why we can not manage reply it faster ( also it was weekend ).
I am sorry for the delay, I hope we can manage any other request you have faster.
Cheers!
Basilis
Hi,
Great, glad you got it fixed. Please let us know if you should need any more help on the topic.
Thanks,
Rikard
Hey!
1.) Use this to remove the borders and box-shadow:
.sidebar .widget_nav_menu ul:first-child>.current-menu-item, .sidebar .widget_nav_menu ul:first-child>.current_page_item, .sidebar .widget_nav_menu ul:first-child>.current-menu-ancestor {
box-shadow: none;
border: 0;
}
2.) Do you want to increase or decrease the indent of the sub menu items? Try this:
#top .widget_nav_menu .current-menu-item > ul, #top .widget_nav_menu .current_page_item > ul, #top .widget_nav_menu .current_page_ancestor > ul, #top .widget_nav_menu .current-menu-ancestor > ul {
padding: 0 0 0 23px;
}
Adjust the left padding, default is 13px.
3.) This is where the list style resides:
#top .widget_nav_menu ul ul li:before {
content: "\2219";
position: absolute;
top: 5px;
}
Adjust the content value.
Cheers!
Ismael
Hi,
Great, glad you got it working. Please let us know if you should need any more help on the topic.
Regards,
Rikard
Hi,
Glad we could help, please let us know if you should need any more help on the topic.
Regards,
Rikard
Hey Woodtiger!
Thank you for using Enfold.
Please refer to this link for the hotfix: https://kriesi.at/support/topic/layerslider-not-working-5/#post-583136
Cheers!
Ismael
Hi,
Ok, thanks for the feedback. Please let us know if you should need any more help on the topic.
Regards,
Rikard
I wanted to get elements added to top without having to drag them from bottom after inserting. If you simply click the element at the top and hold it- then drag to the area below you can drop it right at the top- make sense? The element boxes are capable of being dragged to the page with click/hold/drag/drop.
C