SKT Food Help

Home Forums All Other Themes SKT Food Help

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #154705
    Carolyn DolanCarolyn Dolan
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: November 20, 2018

    Hi All,
    Looking for help. I have set up WooCommerce and I am having some issues.
    I am not given the option on the page to set the pages up as full width.
    On my own normal pages no issues with full width.
    Also the height of the website menu and logo is overlapping the shop images?
    Fine on all other pages? Any help appreciated.

    https://imgur.com/a/tzlRHHy

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

    Hi Carolyn,

    Your 1 year support for theme has expired. To continue receiving theme updates/access and support for another year kindly subscribe for just $18

    Pay via PayPal:

    https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E6MFAFM4T6RDL

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

    Pay via Credit Card:

    https://sites.fastspring.com/sktthemes/product/singlethemeyearly

    Once paid we will again renew your support for 1 year and you will also receive theme updates/access as and when they happen.

    Regards,
    Dave

    #154738
    Carolyn DolanCarolyn Dolan
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: November 20, 2018

    Thats not the help I was expecting. I paid my renewal fee before posting this help topic

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

    Hi,

    Okay, Kindly show us your website URL please?

    Regards,
    Dave

    #154760
    Carolyn DolanCarolyn Dolan
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: November 20, 2018

    https://www.carolynssweets.ie/shop/

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

    Hi,

    Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:

    Add this code there:

    .innerbanner {
        height: auto;
        min-height:170px;
    }

    Regards,
    Dave

    #154768
    Carolyn DolanCarolyn Dolan
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: November 20, 2018

    Thanks Dave. I’ll try that. The Full Page Width issue how do I fix that?
    I get the option to change the page width type on all normal pages but not on this page with woocommerce?

    #154784
    Carolyn DolanCarolyn Dolan
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: November 20, 2018

    Hi Dave, just tried this but now it is showing the featured image top banner on all the other pages? I had a diff code in and deleted it to replace with yours?

    .innerbanner{height:000px;}
    .entry-title {

    display: none;
    }
    .page .header { position:relative;}

    #154790
    Carolyn DolanCarolyn Dolan
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: November 20, 2018

    just regarding the full width. its the sidebar widget i want gone but don’t get an option as per screenshot above.

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

    Hi,

    Kindly go to Theme Option >> Basic settings >> Scroll down to bottom and find text “Woo-commerce page Layout” >>
    Select Woocommerce Full Width form dropdown.

    Kindly refer our image documentation:
    http://sktthemesdemo.net/documentation/carpet-cleaning-doc/#playing-with-theme-options

    Regards,
    Dave

    #154853
    Carolyn DolanCarolyn Dolan
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: November 20, 2018

    Thanks Dave that worked great. for some reason my reply to you did not post.

    Any idea how I can drop the shop page titles/header down so not overlapping on the logo and menu?

    https://www.carolynssweets.ie/shop/

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

    Hi,

    Kindly use this CSS for overlapping.

    Add this code there:

    .innerbanner {
        height: auto !important;
        min-height:170px;
    }

    Regards,
    Dave

    #154907
    Carolyn DolanCarolyn Dolan
    Participant
    • Topics: 5
    • Replies: 13
    • Total: 18
    Member since: November 20, 2018

    Hi Dave as previous. My CSS now has

    .innerbanner{height:000px;}
    .entry-title {

    display: none;
    }
    .page .header { position:relative;}
    .innerbanner {
    height: auto;
    min-height:170px;
    }

    This is making the shop not overlap but the normal pages are now showing the inner top banner/featured image and looks silly.

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

    Hi,

    Kindly use this one:

    .woocommerce-page .innerbanner {
        height: auto !important;
        min-height:170px;
    }

    Hope this help

    Regards,
    Dave

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