Home Forums WoodMart support forum NEW TICKET MUAPROSTORE.COM

NEW TICKET MUAPROSTORE.COM

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #349591

    DJLS1997
    Participant

    Dear support good morning!

    (1) For some strange reason my client prices are increasing & decreasing by themself, he report this to me 5 times so far so am considering it important, we check if this was an issue of any pricing/discount plugin but this is not the case, we made a very deep research to find and spot the issue but seems has to do with woodmart need your help.

    Bellow i upload some screenshots of some random price increase/decrease in the shop of my client. This is happening in random times for example now looks good but tonight might this happen again, is really strange.

    (2) My client wants when he is uploading a new product in his website or new product variation to show a label NEW the same way like in your theme that there is the label of (SOLD OUT) that shown in the shop page products and inside the product detail page.

    (3) We need a special code to add in theme options that will help us increase the height of the SHOP Header Image that is shown in all shop pages (Main Shop Categories/Subcategories/SubSubCategories).

    We need this Shop Header Image Height Increase code for (Desktop/Tablet/Mobile)

    The reason am asking again for this code is because it looks like the one you sent us is not working properly sometimes the shop header image is shown small in height, some other times it showing how must look like. Catches/Cookies is not the issue since i spot this issue tens of times in different devices, since is happening in random times.

    (3B) We need also a special code to add in theme options that will help us REMOVE the TITLE/TEXT is shown in all shop pages Header Image (Main Shop Categories/Subcategories/SubSubCategories).

    We need this TEXT/TITLE Shop Header removal code for (Desktop/Tablet/Mobile)

    (4) We need a special code to add in theme options that will help us increase the height of the Header Image that is shown in the following pages (Wishlist/MyAccount/Cart/Checkout)

    We need this Shop Header Image Height Increase code for (Desktop/Tablet/Mobile)

    (4B) We need also a special code to add in theme options that will help us REMOVE the TITLE/TEXT is shown in all those pages Header Image (Wishlist/MyAccount/Cart/Checkout)

    We need this Pages Header Image TITLE/TEXT removal code for (Desktop/Tablet/Mobile)

    (5) There is a way that my client can choose which products to show first when someone is visiting his shop by clicking one specific category?
    Example: Danessa Category -> My client to choose which products to shown first

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

    Hello,

    1) Please check how it works with the default WordPress theme just to check whether the issue is with our theme or not.

    2) Sorry but there is no option in Theme Settings available for that. It requires customizations and this is beyond our limitations and support policy.

    3) Please try adding the following Custom CSS under Theme Settings >> Custom CSS for that.

    For desktop try adding in the Custom CSS for Desktop, For mobile try adding in the Custom CSS for Mobile, For Tablet add in the Custom CSS for Tablet.

    .title-size-default {
        padding: 150px 0;
    }

    3B) Title text is already hidden as you can see in the screenshot: https://gyazo.com/226d29e7132a2b41dff0720c955f8d60

    4) For the wishlist and My account page try using the following CSS.

    For desktop try adding in the Custom CSS for Desktop, For mobile try adding in the Custom CSS for Mobile, For Tablet add in the Custom CSS for Tablet.

    .title-size-default {
        padding: 150px 0;
    }

    For the Cart, page try using the following CSS.

    For desktop try adding in the Custom CSS for Desktop, For mobile try adding in the Custom CSS for Mobile, For Tablet add in the Custom CSS for Tablet.

    .woocommerce-cart .page-title {
        padding: 80px 0;
    }

    For the Checkout page try using the following CSS.

    For desktop try adding in the Custom CSS for Desktop, For mobile try adding in the Custom CSS for Mobile, For Tablet add in the Custom CSS for Tablet.

    .woocommerce-checkout .page-title {
        padding: 80px 0;
    }

    4B) The page title is already hidden for all pages.

    5) Sorry but there is no option in Theme Settings available for that. It requires customizations and this is beyond our limitations and support policy.

    Best Regards

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