Home Forums Basel support forum Checkout Recent Posts

Checkout Recent Posts

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #89187

    Design_LSB
    Participant

    Hi,

    How do I remove the Recent Posts side column (as seen in provided attached screenshot) from the Checkout section?

    I have already tried the following but it didn’t work for me:
    https://xtemos.com/forums/topic/how-to-delete-category-tab-bar-menu/#post-85637
    In order to remove categories from the page heading, navigate to the
    Theme setting > Shop > SHOP PAGE LAYOUT > Categories menu in page heading

    Attachments:
    You must be logged in to view attached files.
    #89190

    Design_LSB
    Participant

    Another related question regarding the Checkout page;

    I imported the Basel theme content. However, how do I make my checkout page look similar to that showcased on the demo site: https://demo.xtemos.com/basel/checkout/ (see attachment)

    Attachments:
    You must be logged in to view attached files.
    #89286

    Hello,

    Enter the checkout page and set one column http://prntscr.com/lhx7w6

    Your second question is not clear enough. Your screen is just a default checkout page. What feature do you like to have? Provide more details.

    Best Regards

    #89293

    Design_LSB
    Participant

    Hi is it possible you can present a screenshot that contains more information on the whereabouts of this ‘checkout page’ location? I can’t find it based on just this small screenshot http://prntscr.com/lhx7w6
    Kind regards

    #89314

    Hello,

    This option is just in page settings, please find more details here: https://xtemos.com/docs/basel/options-for-pages-2/ Main layout.

    Best Regards

    #89340

    Design_LSB
    Participant

    Hi,

    These are the options available to me under Basel 4.4.1
    I’ve manually checked through each of the options, including nested options (see screenshot) and I have not found either:

    • checkout page
    • page settings

    Basel 4.4.1 available options
    Where can I find either of these above listed bullet pointed options?

    Thank you for your continued support!

    #89356

    Design_LSB
    Participant

    Hi,

    I have resolved the issue of removing ‘Recent Posts’ from the side panel by making the page 1-column.

    However, regarding my ‘second question‘, my checkout page looks like this:
    https://imgur.com/StfUmci.pngMy checkout page is different to the Basel theme checkout page

    But I would prefer to have it look more like the Basel template’s checkout page theme which looks like this:
    https://xtemos.nyc3.digitaloceanspaces.com/wp-content/uploads/2018/11/Screen-Shot-2018-11-13-at-13.00.08.pngBasel checkout page
    How can I achieve this?

    Many thanks for your continued help.

    #89410

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Desktop

    .woocommerce-cart-form{
        width:50%;
        float:left;
    }

    Best Regards

    #91554

    Design_LSB
    Participant

    Hi,

    Though with that additional CSS code it removed the user’s ability to post a comment or reply. I have noticed that the links for the options are still generated both on the thumbnail of blogs on the blog page and also the blog article itself.

    1.blog thumbnails
    thumbnail of blogs

    2.blog articles
    the blog article itself

    How can this be removed within the Basel theme?

    Kind regards.

    #91720

    Hello,

    Please add this code to the Theme Settings > Custom CSS

    body .meta-reply{
    display:none;
    }

    Best Regards

Viewing 10 posts - 1 through 10 (of 10 total)