Home Forums Basel support forum I'm Having Problems in Mobile View in Theme

I'm Having Problems in Mobile View in Theme

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #155347

    Baltazar
    Participant

    Hello.

    Today I bought your Basel theme. I am currently using the lighting template.

    Category description appears in the mobile menu. You can see from the picture below. I have to lift this. He’s hurting the customer. How can I do it?

    https://imgur.com/G00zCXb

    The theme has DDark DMode in the settings. Not much change when I choose. Just because all Dark Mode is not connected with each other, places like product title, price don’t appear. So not fully efficient. I wish I could get the whole theme Dark Mode. Because if you want to sell a product like Lamp, your theme is dark and it attracts the customer. But in this template, only the menu section is dark.

    Another problem is the product detail page. The images in the product variations are a bit small. How can I make this bigger? In addition, just under the Add to cart button (or order by paypal) how do I write?

    https://imgur.com/mnDt3jl

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

    Baltazar
    Participant

    Can’t we also change the menu color of the mobile theme? It looks like very repulsive and driving.

    #155401

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    The Dark mode set the header and footer in dark, other content is configured in the Theme Settings or in WP bakery page builder which is the base of the pages. For example Theme Settings > Product page > Set background for your products page.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .main-page-wrapper {
        background: black;
    }

    I need any other block to be black, provide page URL I will provide CSS as our theme does not cover Woocommerce templates.

    Here is the code to increase the swatches:

    body .single-product-content .variations .swatches-select .colored-swatch {
        width: 35px;
        height:35px;
    }

    Please provide your site admin access I will check the settings of the menu.

    Here the code to change the mobile menu background:

    body .mobile-nav {
        background-color: blue;
    }

    The Theme Settings > Product page has the option to add content before or after Add to cart area you can add the content you need. https://prnt.sc/ptpap3

    Best Regards

    #158012

    Baltazar
    Participant

    Hi.

    The product categories I just added don’t appear in the store page. How do I fix this?

    Screen shot below.

    https://imgur.com/nLwHxE6

    #158038

    Hello,

    You need to clean the cache on the site and in the browser and check again.

    Best Regards

    #158054

    Baltazar
    Participant

    Hi,

    I erased all cookies. But it doesn’t show up again. The category I want to appear is below.

    https://www.adamhandcrafts.com/product-category/mosaic-standing-lamp/
    And you guys check in and out.

    Yours truly.

    #158073

    Hello,

    You have renamed the Uncategorised category and it is hidden.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-product-categories>li.wc-default-cat {
        display: inline-block;
    }

    Best Regards

    #158095

    Baltazar
    Participant

    I think I misunderstood what I said. One of the Woocommerce product categories (category name: Mosaic Standing Lamp ) does not appear in the categories on my shop page. I created this category after installing the theme. In other words, the product categories I have just created do not appear in the product categories on my shop page. You can see the area I mentioned in the attached picture.

    I have added my WP-Admin user information to the hidden pane of my previous message. If you enter and open a store category, you’ll notice that it doesn’t appear among the categories in the shop section.

    https://www.adamhandcrafts.com/shop/

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

    Hello,

    Please have a look at the screen https://prnt.sc/pzydn5

    I have created a testing category and it is well visible https://prnt.sc/pzyei3

    I have deleted the category after testing.

    Mosaic Standing Lamp is the default category, our theme hides it, and I have provided custom CSS to show it, add this code.

    Best Regards

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