Home Forums WoodMart support forum Lost the cart icon

Lost the cart icon

Viewing 29 posts - 31 through 59 (of 59 total)
  • Author
    Posts
  • #46215

    Artem Temos
    Keymaster

    Hello,

    After what actions does this problem appear again? What exactly did you change in the code?

    #46498

    leonidas
    Participant

    Sorry for my late replay.
    Meanwhile I did some testings and below are the results.
    First of all I didn’t change anything except that I upgraded to the latest version 2 of our theme.Also I didn’t touch anything because I didn’t know what code it was.I noticed that the problem appears only in my second desktop device (1400×600) and not to this one 1366×768.Ι don’t know if that happened by chance.
    Can you spot that in my development webpage?

    #46505

    Artem Temos
    Keymaster

    Could you please send us a screenshot of the current problem? It works well for us on your website now.

    #46535

    leonidas
    Participant

    I recorded a second video.I made a mistake the resolution is 1600×900 if that makes any sense.
    https://screencast-o-matic.com/watch/cFeDoEDTk3
    I have cleared the cache before

    #46578

    Artem Temos
    Keymaster

    In our next update, we will rework this account menu and make it look and work much better. You can see an example on our Basel demo http://demo.xtemos.com/basel/

    #46668

    leonidas
    Participant

    ok
    I will wait for the next update.
    Something else.Can we move the photo in the quick view popup to the highlight position?(to the center)

    #46701

    Artem Temos
    Keymaster

    Hello,

    try to add the following code snippet to the Custom CSS area in Theme Settings.

    .popup-quick-view .product-images {
    	  display: -webkit-box;
    	  display: -ms-flexbox;
    	  display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    .popup-quick-view .product-images .images {
    	width:100%;
    	-webkit-box-flex:1;
    	    -ms-flex:1 1 100%;
    	        flex:1 1 100%;
    	max-width:100%;
    }

    Kind Regards
    XTemos Studio

    #46811

    leonidas
    Participant

    Thank you very much.
    Something else.I wonder if it is possible the make the highlighted area white.

    #46818

    Bogdan Donovan
    Keymaster

    Try to add this CSS code

    .popup-quick-view .product-images {
    	background-color: white;
    }

    Regards

    #47951

    leonidas
    Participant

    Hello
    I want to move the product tile in the new position.Is it possible?

    #48012

    Bogdan Donovan
    Keymaster

    Hello,

    Unfortunately, due to quick view structure, product title cannot be moved to another column.

    Kind Regards
    XTemos Studio

    #48078

    leonidas
    Participant

    Ok thank you.
    Something else.
    I have changed the background of my shop page before.
    Can I do the same for a selected page? (let’s say the gift card page)

    #48145

    Hello,

    You can change the background of the certain page by adding custom CSS code into Page settings of WPBakery Page Builder: http://prntscr.com/iusd5e

    Please add this code to the Page settings replacing #00000 with your color:

    .main-page-wrapper {
        background-color: #000000;
    }

    Best Regards

    #48475

    leonidas
    Participant

    I have installed the latest version 2.1
    How do we activate the sidebar login widget.
    What should I do to change the old one?

    #48578

    Artem Temos
    Keymaster

    Hello,

    This option is available in our header builder only. So you can enable the header builder in Theme Settings -> Header and then create your header in Dashboard -> WoodMart -> Header builder. Find more information in our documentation https://xtemos.com/docs/woodmart/header-builder/ Then, you just need to use “Account” element enable the login form sidebar.

    Regards

    #49012

    leonidas
    Participant

    Can you tell me how do we setup the categories menu into the mobile menu?

    #49018

    leonidas
    Participant

    Ok found it don’t bother.
    Regarding your answer in the post #48578:
    From what you tell me on purpose to activate the sidebar login widget I need to enable the header builder.Unfortunately this is impossible because I have done a lot of custom work on my current header.
    So the only solution is to use the previous dropdown login but the weird problem still exists.

    I can’t keep it this way.I need a solution.You have done it before.
    Regards Leonidas

    #49044

    Artem Temos
    Keymaster

    Yes, you have to use our header builder to enable this option. Sorry, but it doesn’t work with our old version of the header. You will be able to enable the header builder and create a similar header with it that you have now on your website. Unfortunately, there are no other options for that.

    #50339

    leonidas
    Participant

    Hello
    Can you move the dropdown to the new position ?

    #50354

    Artem Temos
    Keymaster

    Hello,

    Sorry, but it is not possible to move it there since they are located in different HTML tags. It may require additional template code customization.

    Regards

    #50390

    leonidas
    Participant

    Ok
    at least is it possible to move the dropdown to the center and the products shop view on the right?

    #50402

    Artem Temos
    Keymaster

    Sorry, but these elements are positioned in the same way and we can’t move them also.

    #52165

    leonidas
    Participant

    Hello

    From the beginning of this thread I didn’t like the changes under 768 px so you advised me to http://prntscr.com/j4a7eq which I finally did.

    After the last update (2.2) I noticed that you “refactored style.css file for future performance”.
    Now that the style.css file changed I don’t know where to make the same change.
    Please advice me.
    Regards Leonidas

    #52175

    Bogdan Donovan
    Keymaster

    Hi,

    Required strings are located on 27238 https://gyazo.com/c075c1e0158ac78d73863e179557e869 and 28970 https://gyazo.com/af8cb6a6ede2402ffe78a3a213e9ac22 line of the style.css file.

    You can use search query @media (max-width: 768px) to find those lines in the file.

    Regards

    #53306

    leonidas
    Participant

    Hi
    I noticed a weird behavior.

    Look at the video which was recorded from my tablet and check the two images.
    I am in the list view.
    I can’t understand why although I have the same settings the font size in the product description of accessories category is larger than in the sunglasses category.
    Thank you for your time

    #53311

    Artem Temos
    Keymaster

    Hello,

    We checked both links and they have the same font size 15px https://gyazo.com/d3b1a179765c28987c3dc7a0cd5a801f
    https://gyazo.com/2e370903ac05c7a301bce0ae2bd6b63c

    Regards

    #53339

    leonidas
    Participant

    Do you think it has to do with my tablet?
    What device did you use? (android or iOS- and what explorer)

    #53349

    Artem Temos
    Keymaster

    We tested it on android.

    #53380

    leonidas
    Participant

    Thank you for your help
    Problem solved

Viewing 29 posts - 31 through 59 (of 59 total)

The topic ‘Lost the cart icon’ is closed to new replies.