Hi,
I’m thinking:
@media only screen and (max-width: 768px) {
#top .avia-logo-element-container .slide-entry {
width: 50%;
}}
But you will need to remove the other code for us to test
Best regards,
Mike
Hey Munford,
You are using a boxed layout, width of which is not defined in the container settings.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.boxed#top, .html_boxed.html_header_sticky #header {
width: 1310px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hey Cleverreisenmitkids,
Try putting the share buttons on your opt-in page and then copy the html of that element in to a code block on your thank you page :)
It would look this this:
<div class="av-share-box"><ul class="av-share-box-list noLightbox"><li class="av-share-link av-social-link-facebook"><a target="_blank" href="http://www.facebook.com/sharer.php?u=http://127.0.0.1/elements/social-share-buttons/&t=Social%20Share%20Buttons" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Facebook"><span class="avia_hidden_link_text">Share on Facebook</span></a></li><li class="av-share-link av-social-link-twitter"><a target="_blank" href="https://twitter.com/share?text=Social%20Share%20Buttons&url=http://127.0.0.1/?p=1593" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Twitter"><span class="avia_hidden_link_text">Share on Twitter</span></a></li><li class="av-share-link av-social-link-gplus"><a target="_blank" href="https://plus.google.com/share?url=http://127.0.0.1/elements/social-share-buttons/" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Google+"><span class="avia_hidden_link_text">Share on Google+</span></a></li><li class="av-share-link av-social-link-tumblr"><a target="_blank" href="http://www.tumblr.com/share/link?url=http%3A%2F%2F127.0.0.1%2Felements%2Fsocial-share-buttons%2F&name=Social%20Share%20Buttons&description=" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello" title="" data-avia-related-tooltip="Share on Tumblr"><span class="avia_hidden_link_text">Share on Tumblr</span></a><div class="avia-related-tooltip avia-tt" style="top: 756px; left: 717.4px; display: none; opacity: 0;"><div class="inner_tooltip">Share on Tumblr</div><span class="avia-arrow-wrap"><span class="avia-arrow"></span></span></div></li></ul></div>
If you would like help, add the share buttons on your opt-in page and include the url here :)
Best regards,
Mike
Hi guys
just launched the site below and after some updates today the advanced styling stopped being applied. I updated to recent enfold version after reading through some threads, and now it looks like much of my quick css (like the slideshow captions on the bottom of the landing page) is disabled. Have checked and cannot find mistakes. Can you take a look…soon?
also just noticed on PC it’s displaying at the wrong content width – should be 1310 px…
thanks
Nancy
-
This topic was modified 8 years, 9 months ago by
Munford.
Hi marcelhochman,
Here is how you can check for dimensions:
https://kriesi.at/support/topic/full-list-of-image-dimensions-for-enfold/#post-373563
If you need further assistance please let us know.
Best regards,
Victoria
Hey Emiel,
Elements such as Color Sections force the sidebar down below them. You could try changing the elements on the page to see if that helps. Or you could try this code in the General Styling > Quick CSS field:
@media only screen and (min-width: 1023px) { #top #main .sidebar {top: -650vh!important; }
.main_color aside {border-color: transparent!important; }}
@media only screen and (min-width: 767px) and (max-width: 1022px) {#top #main .sidebar {top: -1140vh!important; }
.main_color aside {border-color: transparent!important; }}
Best regards,
Mike
Hi tl_s180,
Here are some threads to consider:
https://kriesi.at/support/topic/change-fullwidth-menu-color-on-scroll/
If you need further assistance please let us know.
Best regards,
Victoria
Hey antoniolite,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look? HEre are the threads to consider, meanwhile:
Best regards,
Victoria
Hey Horea,
please try changing your code to:
.avia-builder-el-24 {top: -50px!important; }
Best regards,
Mike
I there,
I posted about this about two weeks ago (here is the old post link: https://kriesi.at/support/topic/columns-margins/ )
I’m trying to add individuals margins on 3 columns
http://imgur.com/a/fAfq0 and what I have now is this: http://imgur.com/a/buDOf
I added this code .avia-builder-el-25 {top: -50px!important; } and it worked after I made some chnage in text.
I need some help with this, please.
Thank you!
Best regards,
Horea
Hi Francisco Correia,
Here is a thread to consider:
If you need further assistance please let us know.
Best regards,
Victoria
I had been putting off the update to the latest version of Woocommerce for a while. I just updated that this morning and now the only thing broken (that I’ve found so far…) is that the Easy Slider on our home page has stopped working. I really don’t want to restore back to the previous Woocommerce. I noted that you’ve talked regarding easy slider in other threads regarding this, but since I’m pretty sure it was this update that caused the issue, do you have any suggestions?
Hi Guys,
I have added the following Quick – CSS for the font-size of the related products and for the font size of the purchase button price:
.single-product .price, #top .price span{
font-size: 40px !important;
}
#top .related.products h2, #top .upsells.products h2 {
font-size: 14px!important;
}
#top.single-product .price, #top.single-product .price span,
#top.single-product del, #top.single-product ins {
font-size: 18px;
}
I want a big price on the Product detail page (purchase button) and the 14px and 18px on the related products.
Unfortunately, each price is now on 40px -> If I remove “!important” every price is 18px.
Could you help me ?
Hi Team, check the link below (shared privately). I have a sidebar (right side) but it’s being displayed at the end of the page (just scroll completely down and you’ll see it). The top-part of the side bar is empty. Cannot find how to fix this. Please advise.
To be clear: the search part of the sidebar should be positioned at the same height of the page title H1.
Hi,
i’ve inserted the code:
add_theme_support('avia_template_builder_custom_css');
in the function.php
Then i’ve inserted “ls-blockslider” in the “Custom CSS Class” of the Post Slider Element which is in my homepage.
After that i added this code:
#top .ls-blockslider {
@media only screen and (max-width: 1024px) {
.avia-content-slider {display:none !important; }}
in the quick css of enfold menu.
But i still see the slider element on mobile and tablets. Maybe i did something wrong?
Hi,
Glad we could help. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hey gardenstateloans,
Autoplay is disabled for mobile devices unfortunately.
Best regards,
Rikard
Hi Siva,
You can’t expect the background image to display exactly the same on screens with such a big difference in height/width ratio. If you want greater control over the image then you would need to add another section to be shown on mobile device only. You can show/hide the correct section using CSS like this:
@media only screen and (min-width: 768px) {
#section-desktop {
display:block !important;
}
#section-phone {
display:none !important;
}
}
@media only screen and (max-width: 767px) {
#section-desktop {
display:none !important;
}
#section-phone {
display:block !important;
}
}
Best regards,
Rikard
Hi!
We’re glad Yigit was able to help! Do you need further help with this topic, or can we close this thread now?
Thank you for using Enfold.
Cheers!
Sarah
Hi,
Great, glad you got it working and thanks for letting us know. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Hi,
Ah, sorry, I’ll clarify. You cais that you have a code implemented into the custom css to show the logo at max size. This is the code that you will put in “YOUR CODE HERE”. This will restrict the change to desktops only, so that the normal size appears on mobile.
I hope that’s more clear! :)
Best regards,
Sarah
Hi,
Great, glad you found the problem and thanks for the feedback. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You have a very similar question at https://kriesi.at/support/topic/how-to-make-gallery-thumbnails-all-on-one-row-with-arrows-to-cycle-through/ but I need to add to this.
The question they provided was…
—
I want to create a lightbox gallery with thumbnails that are all on the same row. Ideally with arrows either side to scroll through more images. Is this possible with enfold?
Similar to the perfect grid mason gallery, except instead of images dropping down on to a second row, they go off the page and you must click to scroll through them.
—
The solution provided allowed me to have a scroll but I don’t think it allows me to have a main image. I would like a gallery that has one large image and then four thumbnails with left and right arrows. Can I accomplish this with one of the widgets?
bbParticipant
Hi, I’ve looked at this post, and I have the same question but I can’t see the solution in the thread.
https://kriesi.at/support/topic/custom-template-file-password-protection-not-working/
I have a custom post type with a custom template and using advanced custom fields. The page is password protected and it shows the password entry box AND all of the content. I’ve tried applying code to hide the custom content, but it does not work. I’m not super skilled at php, but I would think something would have either worked or at least had some effect on the site, but the page does not change at all. I’m just finding code examples on the internet. At the moment I have left one example in the template file template_archives_alumni.php but I have tried a number of configurations and none has had any effect.
How do you password protect custom templates on Enfold?
How can I get the video at the top http://www.gardenstateloans.com to autoplay when viewed on mobile?
Hey musedesignca,
Please try this instead of that CSS:
header:not(.header_scrolled) ul.sub-menu{
margin-left:18%!important;
margin-top:-50%!important;
}
header.header-scrolled ul.sub-menu {
margin-left:18%!important;
margin-top:-18px !important;
}
Best regards,
Sarah
Hi,
We’re glad that the person you hired was able to create a solution. Do you still need further help with this topic, or can we close this thread?
Cheers!
Sarah
Hi JM,
We’ll keep this topic open for you, if you need further help after the next update.
Best regards,
Sarah