Home Forums WoodMart support forum Urgent Request for Assistance – Theme Issue

Urgent Request for Assistance – Theme Issue

Viewing 30 posts - 1 through 30 (of 30 total)
  • Author
    Posts
  • #593838

    supplytech.infos
    Participant

    Hello,

    I’m experiencing an issue with the theme I purchased, which isn’t functioning correctly on the mobile version of my site. Specifically, the category navigation arrows are not displaying, which is affecting user navigation.

    I’ve already reached out to the theme’s technical support, but I haven’t received any response for over 28 hours since my initial message.

    I would greatly appreciate your prompt assistance in resolving this issue.

    Thank you in advance for your quick response.

    Best regards,

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

    Luke Nielsen
    Keymaster

    Hello,

    I have answered here – https://xtemos.com/forums/topic/the-mobile-menu-arrow-not-showing/

    Please do not duplicate topics to avoid confusion.

    Kind Regards

    #595734

    supplytech.infos
    Participant

    slide question : How can I make the large image change when clicking on a small image?
    check attachment pic thank you

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

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, but with our Slider it’s not possible yet, sorry. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    Kind Regards

    #595753

    supplytech.infos
    Participant

    Hello,

    I would like to keep the current style of the slider but modify it to work as demonstrated in your theme demo. Specifically, I want the small images to be automatically related to the large image so that clicking on a small image displays the corresponding large image, just like in your demo.

    Could you please assist with implementing this functionality ?

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

    Luke Nielsen
    Keymaster

    Hello,

    Sorry for the misunderstanding.

    There are two image galleries in two columns -> edit one of the image gallery widget and set the synchronization as a child then edit the other one and choose the synchronization as a parent (child category should have the same ID as the parent carousel has).
    https://ibb.co/bBF8j9t, https://take.ms/JAX94

    – Synchronization: this option gives the ability to synchronize 2 carousels (parent and child), thus when you click the parent category, the child category clicks as well.

    Kind Regards

    #595781

    supplytech.infos
    Participant

    I would like the product labels to be smaller on the mobile version and slightly smaller on the PC version.

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

    Luke Nielsen
    Keymaster

    Hello,

    Use the code below to make them smaller:

    .wd-product .product-labels.labels-rounded .product-label {
        min-height: 40px;
        min-width: 40px;
        font-size: 11px;
    }

    Define the code for the Desktop CSS area in Theme Settings -> Custom CSS. As for the mobile, use the same custom, but make smaller values like (min-height and max-width).

    Kind Regards

    #596124

    supplytech.infos
    Participant

    thank you very match for page shop it ok work, but on product pages the labels still large .

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

    Luke Nielsen
    Keymaster

    Hello,

    Here is a code for the product page:

    .single-product .product-labels.labels-rounded .product-label {
        min-height: 40px;
        min-width: 40px;
        font-size: 11px;
    }

    Kind Regards

    #596261

    supplytech.infos
    Participant

    thank you its work now ,
    i have last question :
    1- I would like to create a carousel with a single image, including navigation arrows ( i marked with red colors ) and page numbers. Please refer to the attached photo to see the style of arrows and page numbers I want to include.

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

    Luke Nielsen
    Keymaster

    Hello,

    Please clarify, do you want to enable the carousel to the price table?

    Thank you for your time.

    Kind Regards

    #596473

    supplytech.infos
    Participant

    yes of course

    #596635

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, but it’s not possible to enable the carousel for the price tables now, unfortunately.

    Let me know if you have some questions.

    Kind Regards

    #596714

    supplytech.infos
    Participant

    no i want to duplicate price table and i need to add arrow and page if not the home page will be charged

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

    Luke Nielsen
    Keymaster

    Hello,

    You can show the button below the price table with the desired link – https://take.ms/ANb1g

    Let me know if you have additional questions.

    Kind Regards

    #596976

    supplytech.infos
    Participant

    how to show it?

    #597047

    Luke Nielsen
    Keymaster

    Hello,

    Just define the “Button” element below the tables – https://take.ms/vd0us and the link you can define in the button settings – https://take.ms/AkLZq

    Kind Regards

    #597061

    supplytech.infos
    Participant

    I want the button to simply display the other options and the price table on the same page when clicked, instead of redirecting to another page.
    thank you

    #597201

    Luke Nielsen
    Keymaster

    Hello,

    Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.

    Kind Regards

    #597358

    supplytech.infos
    Participant

    ok, I’m having an issue with creating new categories. Please take a look at the attachment to see the difference.

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

    Luke Nielsen
    Keymaster

    Hello,

    Please send me admin access to that website so I can investigate that issue.

    Thank you in advance.

    Kind Regards

    #597688

    supplytech.infos
    Participant

    hello

    #597878

    Luke Nielsen
    Keymaster

    Hello,

    It happens because the breadcrumbs started to be long – https://take.ms/qsMQj4

    If you want, I can prepare a custom to disable the “wrap” functionality so then the breadcrumbs will go down – https://take.ms/mY74t

    Kind Regards

    #597897

    supplytech.infos
    Participant

    no thank you take like this, i want css code to disable right click

    #597911

    Luke Nielsen
    Keymaster

    Hello,

    The right-click cannot be disabled via custom CSS. You need to use an appropriate plugin for disabling it.

    https://kinsta.com/knowledgebase/disable-right-click-wordpress/

    Kind Regards

    #597953

    supplytech.infos
    Participant

    ok thank you , so how can I modify the brand content on my website? You can check the attached file.
    best regards

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

    Luke Nielsen
    Keymaster

    Hello,

    You can modify them via Products -> Attributes -> Brands: https://take.ms/BNkZn and in general, they are assigned via HTML block in Theme Settings -> Footer -> Prefooter: https://take.ms/ggR6k

    Kind Regards

    #598249

    supplytech.infos
    Participant

    ok thank you

    #598309

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

Tagged: 

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

The topic ‘Urgent Request for Assistance – Theme Issue’ is closed to new replies.