Home Forums WoodMart support forum SETTING UP THE MOBILE VERSION OF THE SITE

SETTING UP THE MOBILE VERSION OF THE SITE

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

    Evgeny Sviridov
    Participant

    Hello, please help solve my problem. In the mobile version of my site, I need to raise the text shown in screenshot 1 above. How can I do this?

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

    Hello,

    I saw the screenshot you attached and visited your website. Please add the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .woodmart-text-block-wrapper {
    top: -50px;
    }
    #homeslider .woodmart-button-wrapper a {
    top: -70px !important;
    }

    Screenshot for Clarification: https://ibb.co/MhYvZZV

    Best Regards.

    #196956

    Evgeny Sviridov
    Participant

    Thank. Please tell me how in the next block I can align the text to the left (screenshot 2)?

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

    Hello,

    You are Most Welcome.

    I saw the screenshot you attached. It seems that the specific elements have assigned the padding’s that are affecting the view on mobile.

    Screenshot for Clarification: https://ibb.co/YpB8RdV

    You need to assign separate class to the particular element and then targeting the class you can assign the padding accordingly. For example in the to assign the class as in screenshot.

    Screenshot for Clarification: https://ibb.co/BBC9H2N

    Best Regards.

    #197879

    Evgeny Sviridov
    Participant

    Thank! I can’t assign “Extra class name”, you can show me with an example how to register the class and how the code in CSS should look for it. In the elements where the “extra CSS class” is written, I have no difficulties, and where the “Extra class name” is written, I can’t indent.

    #198196

    Hello,

    The extra class option for the element is under the general tab where you can assign the class and use it according to your needs.

    Screenshot for Clarification: https://ibb.co/FV1xx8T

    For example I have created an extra class named test and it’s appearing in the front end.

    Screenshot for Clarification: https://ibb.co/9Tfwtz0

    Best Regards.

    #198325

    Evgeny Sviridov
    Participant

    Thank! I have such a block on my site (screenshot 1). On the mobile version, it is displayed like this (screenshot 2, 3). How in the mobile version of the site, in the last three paragraphs (screenshot 3), do the icons and text change places?

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

    Hello,

    You are Most Welcome.

    I have visited your website and the three paragraphs are displayed the same way as they are in the desktop view.

    Please clear cache and check back.

    As you can see in the screenshot of the desktop the icons are after the text and they are displayed the same way in mobile.

    Screenshot for Clarification: https://ibb.co/KLBCFrJ

    Best Regards.

    #198495

    Evgeny Sviridov
    Participant

    Everything is correct, but I need the icons to be on the left and the text on the right in the mobile version, in both blocks. How can i implement this?

    #198546

    Hello,

    Unfortunately, you could not have the different views of the same element on mobile and desktop.

    You cannot move the icons as you want. It requires customization and this is beyond our limitations and support policy.

    Best Regards.

    #198663

    Evgeny Sviridov
    Participant

    Thank. The main page of my site now looks like shown in screenshot 1. When I adjusted the indentation, I lost 40 px somewhere on top. Now, on all other pages, 40 px is missing from the top (screenshot 2). Please tell me where I made a mistake?

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

    Hello,

    I saw the screenshots you attached. Please add the following Custom CSS in the Global Custom CSS area for the specific page you are getting the issue.

    For example the following code will affect the page whose id is 5.

    .page-id-5 .site-content {
    margin-top: 40px;
    }

    You can set the page id according to your needs.

    Best Regards.

    #200924

    Evgeny Sviridov
    Participant

    Hello! Please help me solve my problem. In the attribute “color”, in case the colors are located on one line, the “clear” button is located on the same line (screenshot 1). In the event that the colors are located on two or three lines, the “clear” button is located on the next line (screenshots 2,3). Because of this, the word “color” itself, due to indentation, moves down. How can, in the first cases, remove the “clear” button on the next line so that the word “color” can be aligned by indentation?

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

    Hello,

    I saw the screenshots you attached. Unfortunately, there is no option in Theme Settings to move the clear filter button for the variations to the next line.

    If we try it to move using CSS then it will also affect the alignment of the button for the color variations more than one line. You could not set the display for each color swatches length.

    Best Regards.

    #200989

    Evgeny Sviridov
    Participant

    The topic is responsible for this, I understand correctly? It is strange that everything is displayed correctly on the mobile version of the site.

    #201039

    Hello,

    Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .swatches-select {
    display: block;
    }

    Screenshot for Clarification: https://ibb.co/YjpQbgM

    Best Regards.

    #202066

    Evgeny Sviridov
    Participant

    Thank!
    I ran into the following problem. My site looks like shown in screenshot 1. The indentation for this block is set, as shown in screenshot 2. Please tell me how I can set them through “Extra class name” (screenshot 3)?

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

    Evgeny Sviridov
    Participant

    Because if I write “Extra class name” – hotspot1, and in “Global Custom CSS” I add the code: .hotspot1 {
    margin-top: -40px;
    padding-top: 0px;
    margin-left: -356px;
    margin-right: -356px;
    margin-bottom: 40px;
    }
    It does not work.

    #202096

    Hello,

    I saw the screenshots you attached and visited your website. There is no class as you mentioned. Please make sure you have added the class correctly to check it myself and help you out accordingly.

    Screenshot for Clarification: https://ibb.co/T4mkvtZ

    Best Regards.

    #202107

    Evgeny Sviridov
    Participant

    Look, I added a class. Now the block looks like shown in screenshot 4. How can I fix it?

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

    Hello,

    I have visited your website and added the CSS you provided its working for the extra class that you have added from the edit page.

    Please clear cache and check back.

    Screenshot for Clarification: https://ibb.co/c3GW4KJ

    Best Regards.

    #202239

    Evgeny Sviridov
    Participant

    It works, but the result is completely different. Previously, it looked like shown in screenshot 1. Now it looks like shown in screenshot 4. How can I make it look again, as shown in screenshot 1. Using CSS.

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

    Hello,

    I have created a new page on your website and added the image hotspot module there. You can edit the module according to your needs.

    Screenshot for Clarification: https://ibb.co/SXQZCL1

    URL of the page: https://test.tehnooptmetall.ru/image-hotspot/

    Best Regards.

    #203853

    Evgeny Sviridov
    Participant

    Hello! I ran into the following problem. A window on the main page of my site stopped popping up when I hover over a hot spot (screenshot 1). I think I disabled something in the .hotspot1 class. Please help me solve my problem.

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

    Hello,

    Your issue has been solved. I have adjusted the custom CSS code which you have added in the Theme Settings >> Custom CSS >> Global Custom CSS section. http://prnt.sc/t0otdq

    Please check your site after removing the browser cache.

    Best Regards.

    #204222

    Evgeny Sviridov
    Participant

    Hello! After my manipulations with the code, I lost the word “Price:” (screenshots 1 and 2). How can I get her back?

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

    Hello,

    I saw the screenshots you attached. The price text is not there by default. To add the text with the price try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .single-product-page .price::before {
    content: "цена: ";
    font-size: 19px;
    }

    Best Regards.

    #204436

    Evgeny Sviridov
    Participant

    Thank! And how to return the word “price” in this case? (screenshot 3 and 4)

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

    Hello,

    You are Most Welcome. I saw the screenshots you attached.

    Please try and add the following Custom CSS.

    .product-grid-item .price::before {
    content: "цена: ";
    font-size: 19px;
    }

    Best Regards.

    #204555

    Evgeny Sviridov
    Participant

    Thank! And how to return the word “price” in this case? (screenshot 5)

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

The topic ‘SETTING UP THE MOBILE VERSION OF THE SITE’ is closed to new replies.