Home Forums WoodMart support forum I can't edit the header

I can't edit the header

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

    I installed the theme according to the information in the documentation, I imported the demo version for jewelry. When I enter to modify the header, any change I make, does not apply to the theme.

    #251228

    I want to change the colors like this

    #251267

    Hello,

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

    Please check the credentials, I cannot enter the login page.

    Best Regards

    #251508

    Here are the right ones

    #251573

    Check the message down bellow also. Thank you!

    #251592

    Hello,

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

    We have prepared the detailed documentation allowing you to achieve all your goals:

    Please find the instruction on configuring the header: https://xtemos.com/docs/woodmart/header-builder/

    The shop page is configured in the Theme Settings > Shop page.

    The product page options are provided in the Theme Settings > Product page and on the page: https://xtemos.com/docs/woodmart/product-page-options/#local_settings settings:

    Sidebar for the shop page is configured in the Theme Settings > Sidebar and titles.

    You may need to add your custom blocks that is implemented by HTML blocks: https://xtemos.com/docs/woodmart/html-blocks-2/

    Best Regards

    #258389

    Hello! I want to make the following changes. At the top bar (element 1) I want to center the text, and on the mobile I want to have 3 texts that change by rotation, as a kind of slideshow. You can check this site on mobile to find out what I am saying: https://www.luneteyewear.com/ro

    2. For the category menu, I want to make it smaller in height and stick the banner below it.

    3. I want to have a banner for each category. I managed to add it from Elementor, but I can’t make it full wide and to be without empty space between menu and banner.

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

    and for the logo. I uploaded the logo on SVG format, but it doesn’t appear on header.

    #258442
    #258660

    and I have a padding here on the header, how can I find the option to change the padding?

    #258666

    I’ve attached the photo again

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

    Hello,

    You can upload your custom font, please check this manual: https://xtemos.com/docs/woodmart/faq-guides/upload-custom-fonts/

    As for the padding: Add this negative margin to the first row of the Elementor. https://prnt.sc/uhivji and set margin-top:-40px in the upper row settings: http://prntscr.com/lexqqs if you use WP Bakery.

    As for the SVG please check an SVG from our demo to detect the reason of the problem.

    It is not possible to insert a slider into the header.

    You can insert three text block and center the text inside https://xtemos.com/docs/woodmart/header-builder/add-edit-builder-elements/

    Best Regards

    #259353

    How can I edit the name of the tab “Shipping and Delivery” ? this is a block from HTML Blocks.
    I want to change the order of last two tabs.

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

    and for the svg logo, I’ve tried all variants. When I put the logo on svg format on header, it doesn’t appear.

    #259431

    Here you have the svg files

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

    and I want to disable website zooming on phone

    #259510

    Hello,

    You can edit the Additional tab in the Theme Settings > Product page > Tabs, please find Additional tab fields.

    There is no option to change the order of tabs by default. You will have to find a plugin or customize Woocommerce https://docs.woocommerce.com/document/editing-product-data-tabs/

    Please clarify where you want to remove the zoom, please provide the page URL.

    Best Regards

    #259667

    I want to remove the zoom on all website, (the viewport)

    #259820

    Hello,

    Please provide the page URL and screen of an element with the zoom, I am looking through your site I do not see any zoom.

    Best Regards

    #259976

    check the homepage for example, you can zoom the page on mobile. I want to disable the zoom for whole website.

    #260064

    Hello,

    Please update the credentials of your site.

    Best Regards

    #260069

    here you have them

    #260260

    Hello,

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

    body .category-grid-item .category-image {
    -webkit-transform: none !important;
    transform: none;
    }
    body .product-grid-item .product-element-top:hover .hover-img {
    transform: none;
    -webkit-transform: none;
    }

    Best Regards

    #260261

    nothing changed

    #260289

    I see that on safari zooming (viewport) it’s still working. I want to disable zooming on all mobile devices.

    #260363

    Bogdan Donovan
    Keymaster

    Hi,

    By default zoom in browser is disabling by adding <meta name="viewport" content="width=device-width, user-scalable=no"> to the sites <head> area, but since iOS 10 Apple removed this feature and, unfortunetely, website zoom cant be disabled on iOS now.

    Best Regards

    #260372

    ok, I would like to change the thumbnail on mobile and the gallery same as this: https://www.dfranklincreation.com/products/roller-tr90-carey-g15

    with dots, instead of images and full wide on mobile.

    #260540

    Hello,

    There is no option to switch on dots, however, we can modify the file:

    wp-content/themes/woodmart/js/functions.js

    dots: false,

    dots: true,

    as shown here: http://prntscr.com/xfefdj

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

    @media (max-width: 1024px) {
    	.woocommerce-product-gallery--with-images .thumbnails .owl-stage-outer {
    		display: none;
    	}
    }
    @media (min-width: 1025px) {
    	.woocommerce-product-gallery--with-images .thumbnails .owl-dots {
    		display: none;
    	}
    }

    Best Regards

    #261883

    Check private

    #261884

    and there is a issue with the breadcrumb, they are hidden by the header, you can see in the image I have attached

    Attachments:
    You must be logged in to view attached files.
Viewing 30 posts - 1 through 30 (of 53 total)