Adventure theme rendering issues

Home Forums All Other Themes Adventure theme rendering issues

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #151389
    Reids Lake CampgroundReids Lake Campground
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: February 24, 2020

    https://reidslakecampground.com/wordpress1/

    Block Sections (widgets):
    • Can we override/remove the coding that automatically makes a carriage return (new paragraph) double spaced? It eats up too much space on the webpage, so I’ve been using bullet points to override the feature, but then they’re not centred properly.
    • The sections with flip boxes in them, can the flip boxes be made “smart” and auto-resize as necessary to the largest one. This way the boxes remain the same size. (Right now on mobile the widths change and on desktop the length varies among the flip boxes in one section). Looking for consistency within the section.
    o Can these sections when flipped also be made to hold their size
    o When on mobile and tapped to flip, can we make it so they keep flipping back-and-forth instead of one tap and done
    o On iPhone 8+ the flip boxes on the Rates page don`t flip, not even when clicked. On Samsung 7 they do flip when touched but the boxes render different sizes when flipped.
    Header Section:
    • Can we make the top section of each page “smart” in the padding it provides? ex: On mobile the padding is a lot and takes up too much retail space, but then on tablets it’s not enough and cuts off half of the title, on desktop it appears to be fine.
    Other:
    • When looking at the pages from published view (https://reidslakecampground.com/wordpress1/) you first see previous versions of pages load and then final version loads. (I have a slow internet connection and see this happening and causes delayed page loading) Why does it preload old versions?
    • On some cell phones the tops of pictures are cut off e.g. The map on the “Booking” page when viewed on a Samsung 7 and iPhone 8+.

    #151495
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Can you send us the screenshot of your issues? Upload your screenshot on http://imgur.com/ and paste the share url here.

    Regards,
    Chris

    #151765
    Reids Lake CampgroundReids Lake Campground
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: February 24, 2020

    why do want me to upload images to a public community site? These issues are with SKTThemes. The world does not need to know about them.

    #151768
    Reids Lake CampgroundReids Lake Campground
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: February 24, 2020

    22 images uploaded

    https://imgur.com/a/8JqLNe3

    #151816
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .thn_post_wrap ul li {
        list-style: inherit;
    }
    .thn_post_wrap ul { padding-left:0 !important;}
    .no_wrap { width:85% !important;}
    
    @media screen and (min-width:768px) and (max-width:1023px) {
    .skt-builder-block-inner.skt-builder-block-inner-952 .skt-builder-column { padding:0 !important;}
    .skt-builder-block-inner.skt-builder-block-inner-501 .skt-builder-block-title h2 { font-size:38px;}
    }
    
    @media screen and (max-width:767px) {
    .skt-builder-flipcard .skt-builder-flipcard-front, .skt-builder-flipcard .skt-builder-flipcard-back { width:100% !important;}
    .thn_post_wrap h1 {
        color: #fff !important;
        text-align: center;
    }
    }

    Regards,
    Chris

    #152001
    Reids Lake CampgroundReids Lake Campground
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: February 24, 2020

    Thank you Chris
    That code helped those concerns but created a new one with boxes alignment

    https://imgur.com/a/F6agsVT

    #152016
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .skt-builder-flipcard .skt-builder-flipcard-front, .skt-builder-flipcard .skt-builder-flipcard-back { width:100% !important;}

    Regards,
    Chris

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