Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Believe it’s just this —
.page-id-9 #home-hero .av-parallax-inner.main_color {
background-position: 20% 100% !important;
}Thank you. That worked to disable the transition, however I am still seeing the background appear, and then re position. I’m seeing this in chrome incognito on hard refresh.
I’m in chrome too. See it on and off when I hard refresh a couple times. Is there any way to disable all load animation entirely? Would this help load speed?
Thanks. I’m now using:
$additional_loop = new WP_Query(“cat=”.$cat.”orderby=date&order=ASC&posts_per_page=”.$count);
Is this correct? Doesn’t seem to be working for some reason.
This reply has been marked as private.Thanks – I’m really looking for it to start the same size as it is and shrink down on mobile once you’ve scrolled down / where the white background kicks in.
Wow – looks great, thank you! The only other feature I was looking for was to have it shrink on mobile. I found this on your forums, which does what I’d like, but am unable to shrink the advanced menu toggle on mobile.
@media only screen and (max-width: 480px) {
.responsive .logo a {
vertical-align: top;
}.responsive .logo img {
max-height: 40px!important;
}
.responsive #header_main .container {
height: 50px!important;
}
.responsive #top #main {
padding-top: 85px!important;
}}I’d like basically the same look on mobile as there is on desktop — right know its a white bar as the header / logo and menu area on mobile instead of transparent.
Ok – please see below.
Thanks!
Thanks. Added this – did not have an effect. Reset cache, etc. when checking to no avail.
I have the option for header transparency turned on on the webpage. On mobile, it is still showing a white bar on the home page on mobile.
Good call. I’ve gone ahead and changed it.
Thanks,
jaredSeptember 16, 2016 at 12:44 am in reply to: Vertically Center Button in Content Box / Remove Padding #687157Thank you – this worked!
September 12, 2016 at 3:17 am in reply to: Vertically Center Button in Content Box / Remove Padding #684852Thank you! This appears to add padding to the top. Possible to remove it from the bottom? I’ve tried including padding-bottom: 0px; to no avail.
Best,
Jared -
AuthorPosts