Home Forums WoodMart support forum Different problems

Different problems

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #116325

    Uplexy2019
    Participant

    Hi there ! Thank you for your response. All the mentioned problems have been solved.

    1) How can i change the thumbnail and make it properly sized in the desktop? For example in the top categories – in Men’s T-Shirt and Women’s T-Shirt the category thumbnail images are smaller. I want to make it like this in the Design of the Day – https://www.bewakoof.com/.

    2) The Sort Menu is showing up like this in the product page- https://snag.gy/Yk3NTD.jpg
    How can i make it drop-down ? Is there any way i can bring the filter option as well ?

    3) How can i make a turn around for the mega blocks in mobile ? Here is how the desktop mega blocks look like – https://snag.gy/9d3cnF.jpg . While clicking that Half Sleeve T-Shirt for Men it is redirecting to a complete different category of products. How can i show the subcategories in that?

    #116405

    Hello,

    1. You would better create a template with rows and columns and show your categories with Promo banner elements.

    2. Create the separate header for the product page and set it in the Theme Settings > Product page. Drop-down for categories? Here is the configuration http://prntscr.com/n6c9sa in the Theme Settings > Shop > Titles and Sidebar

    3. Mega menu blocks are not supported by the mobile menu. You will have to create a separate menu without mega menu blocks.

    Best Rgards

    #117799

    Uplexy2019
    Participant

    Hi there ! How can i make a change in the countdown timer style in the SALE PRODUCT Carousel? Like : https://snag.gy/5jMOcd.jpg

    I want to make it red coloured like the one in the Countdown timer style page : https://uplexy.com/countdown-timer/ – Countdown Timer Colored ( middle one)

    The Stock Bar is not showing up in the product as well as below the Main home page : https://uplexy.com/product/2767/ . It is enabled in the setting.

    #117928

    Hello,

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

    .woodmart-hover-base .woodmart-product-countdown {
        background: red;
    }
    .woodmart-hover-base .woodmart-product-countdown span{
        color: white;
    }
    .woodmart-hover-base .woodmart-product-countdown span span{
        color: white;
    }

    Replace the colors as per your needs.

    As for the stock bar, please provide the product URL with the problem and update your credentials

    Best Regards

    #118139

    Uplexy2019
    Participant

    1)Hi there ! the problem of stock bar is solved. However the change of color and style of counter is executed as well but how can make the counter bar appear below the product and in the product page itself rather than adding a separate element to it? Snap 1- https://snag.gy/zEcTin.jpg . Snap 2- https://snag.gy/5X2RQw.jpg . Also the text color in the custom added counter bar is black despite making it white. How can i make a change to it?

    2)In the home page the below the top categories the two collection Shop for Men and Women have fitted properly in the screen. Snap 1- https://snag.gy/YmveOs.jpg

    While viewing the same in mobile it looks like this – Snap 2) https://snag.gy/1yGUh9.jpg

    One of the categoryis missing from the screen as well as the padding between the shop for women and the Sale Product looks 0 px. I need to make some distance between the two.

    3) The quick cart in red color for the categories page is appearing in the left hand side exactly diagonal with wish list. How can i make it oriented to the right hand side?

    4) The side cart button is not working in desktop or mobile.After adding products to Add to Cart the screen is getting dark and no such side cart view is appearing. However the product is getting added to cart.Snap – https://snag.gy/qXke6V.jpg

    #118234

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global: http://prntscr.com/nahemg

    /*independent countdown*/
    body .woodmart-countdown-timer .woodmart-timer span {
    color:white;
    }
    body .woodmart-countdown-timer .woodmart-timer span span {
    color:white;
    }
    /*product grid*/
    body .product-grid-item .woodmart-product-countdown span {
        color:green;
    	background-color:yellow;
    }
    /*product page*/
    .product-image-summary .woodmart-product-countdown span {
        color:orange;
    	background-color:green;
    }

    Categories: you are displaying the categories by means of Promo banner, make sure the columns containing the banners are visible on all the devices, https://wpbakery.com/video-academy/control-elements-different-devices-responsive-column-controls/

    add paddings and margins to the column https://wpbakery.com/video-academy/use-element-design-options-wpbakery-page-builder-wordpress/

    3. Please provide the screenshot and page URL

    4. Navigate to Woodmart > header builder and make one and the same format (dropdown or sidebar) for both: desktop view and mobile

    Best Regards

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