Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #992528

    Mike helped me last week by providing some CSS to make specific pages appear more like a boxed layout in order to get the design I wanted for my sales pages (here’s the thread -> https://kriesi.at/support/topic/boxed-layout-changes-to-top-bar-logo-area-etc/).
    We closed it just a bit too soon. Now that I’ve uploaded my full width slider image I’ve been reminded that I can’t have the same custom background image in the Main Content area (faded grunge at the top) as my other pages… I just need that removed for the page in question so that area is just plain white (will link to it in the PC below).
    Also, I need to have the same socket background image as all my other pages, but I will need to create unique menu links in the socket for this page (not the same menu).
    I will post a link to the page I’m referring to, and will also post a link to the same page on my existing site (which I’m currently rebuilding with enfold), as an example for what I want it to look like.

    #992602

    Also, I just noticed that when the page is viewed on mobile, that the full width image slider image is cut off? Would like some CSS to correct that please? Thank you!

    #993399

    Just wanted to bump this up since it’s been over two days and I haven’t heard anything? Thanks.

    #993416

    Hi,
    If I understand correctly, you wish to hide the top background image that borders the header for the one landing page only?
    I added this code in the General Styling > Quick CSS field:

    #top.page-id-983 #after_full_slider_1.main_color {
        background-image: none !important; 
    }

    Please clear your browser cache and check.

    As for the socket image on this page, you are not not showing the footer or socket on this page, but you have a color section with a background image instead, could you just change the image in the color section and add a code block to create the links you would like for the “menu”?

    Best regards,
    Mike

    #993507

    Thanks Mike! It looks good and I think that plan will work for the bottom of the page. I’ll try that this weekend. I’m glad you responded to this since you were helping me with the page before… we closed that other thread just a moment too soon!
    I’d like to leave this open a bit longer until I experiment with the bottom of the page and get it just right.
    One more thing about this page – I see that the full width slider image on the top of the page gets cut off on mobile?
    Is there something we can do to correct that?
    Thanks again for your expertise – it’s so appreciated! :)

    #993515

    Hi,
    Sorry about closing the other thread, I thought you were saying that the issue was resolved. I’ll be more careful going forward.
    Glad to hear the code above helped, to adjust the header slideshow image for mobile & tablet, please try this css in the Quick CSS:

    @media only screen and (max-width: 430px) { 
    #top.page-id-983 .avia-slide-wrap {
    height: 190px !important; 
    }
    #top.page-id-983 .avia-slide-wrap img {
        top: 31% !important; 
    }
    }
    @media only screen and (min-width: 431px) and (max-width: 1023px) { 
    #top.page-id-983 .avia-slide-wrap {
    height: 360px !important; 
    }
    #top.page-id-983 .avia-slide-wrap img {
        top: 60px !important; 
    }
    }

    Best regards,
    Mike

    #993761

    Thanks Mike! That code worked.
    No worries about the other thread, I thought I had everything set on the page too, but didn’t realize it still needed work until I got to the finishing touches.
    I will follow through on your idea for the bottom of the page tomorrow and will report back on whether it works out or if I have any other questions.
    Thanks again for the help! :)

    #993766

    Hi,
    Glad to hear, we will keep this open :)

    Best regards,
    Mike

    #994072

    Hi Mike,
    I think adding the socket with a color section background image and a code block inside for the copyright/disclaimer line will work good.
    I have it all set up, however, when I view the page on mobile, the entire line I put in the code block doesn’t show up. I’ll post the code I used in the PC below.
    Also, I was curious what you would recommend for getting the dashed horizontal rules I have styled in the testimonial boxes on this page to center on mobile? I’ll paste an example of that code below as well.
    A third thing I just noticed – when testing on screen sizes 320×480, there appears to be a lot of white space above the page title / below the fill width image slider. Is there some code to fix that? It seems OK on other screen sizes?
    Thanks so much for your help! :)

    #994558

    Hi,
    The reason your footer text is not showing on mobile, is because the small screen is making it show higher than the background image, which makes it white text on a white background.
    Please try this code in the General Styling > Quick CSS field to make the background image a little taller to show the text:

     @media only screen and (max-width: 767px) { 
    #top.page-id-983 #av_section_1.avia-builder-el-3 {
        background-size: cover !important; 
    }
    }

    I wrote this for the one page, let us know if you need it for more pages.

    for the hr’s try changing to this:

    <hr style="border-top: 1px dashed #CCBDB8;"/>

    for the extra space above your title, Please try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top.page-id-983 .template-page.content {
        padding-top: 10px !important; 
    }
    }

    Best regards,
    Mike

    #995120

    Thanks Mike! All that code seemed to work!

    For the horizontal rule – is there a way I can make it 80% width, without it running off to the side on mobile?

    #995186

    Hi,
    Can you please include a admin login in the private content area so we can take a closer look for a hr solution, would this be for this one page, or site wide?
    I know you have given the login in other threads, but I don’t save logins :)

    Best regards,
    Mike

    #996827

    Sure thing, included below. I appreciate your help!

    #996946

    Hi,
    Please check.
    Please clear your browser cache and check the hr’s in the url in the Private Content area.

    Best regards,
    Mike

    #997263

    Thanks Mike, I think that looks good – did you change something specific (change the HRs or update CSS)? Just asking so I can be sure I take the right steps if I need to recreate the same HR on other pages? Thanks again!

    #997352

    Hi,

    No, it was only a CSS change from Mike! :)

    Best regards,
    Basilis

Viewing 16 posts - 1 through 16 (of 16 total)
  • You must be logged in to reply to this topic.