Home › Forums › WoodMart support forum › Lost the cart icon
Lost the cart icon
- This topic has 58 replies, 4 voices, and was last updated 6 years, 7 months ago by leonidas.
-
AuthorPosts
-
March 15, 2018 at 12:42 pm #46215
Artem TemosKeymasterHello,
After what actions does this problem appear again? What exactly did you change in the code?
March 16, 2018 at 2:05 pm #46498
leonidasParticipantSorry 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?March 16, 2018 at 2:12 pm #46505
Artem TemosKeymasterCould you please send us a screenshot of the current problem? It works well for us on your website now.
March 16, 2018 at 3:55 pm #46535
leonidasParticipantI 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 beforeMarch 16, 2018 at 8:48 pm #46578
Artem TemosKeymasterIn 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/
March 17, 2018 at 7:01 pm #46668
leonidasParticipantok
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)March 17, 2018 at 8:40 pm #46701
Artem TemosKeymasterHello,
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 StudioMarch 18, 2018 at 2:31 pm #46811
leonidasParticipantThank you very much.
Something else.I wonder if it is possible the make the highlighted area white.March 18, 2018 at 4:13 pm #46818
Bogdan DonovanKeymasterTry to add this CSS code
.popup-quick-view .product-images { background-color: white; }
Regards
March 21, 2018 at 8:33 pm #47951
leonidasParticipantHello
I want to move the product tile in the new position.Is it possible?March 22, 2018 at 7:54 am #48012
Bogdan DonovanKeymasterHello,
Unfortunately, due to quick view structure, product title cannot be moved to another column.
Kind Regards
XTemos StudioMarch 22, 2018 at 11:31 am #48078
leonidasParticipantOk 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)March 22, 2018 at 4:01 pm #48145
Elise NoromitMemberHello,
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
March 24, 2018 at 2:43 pm #48475
leonidasParticipantI have installed the latest version 2.1
How do we activate the sidebar login widget.
What should I do to change the old one?March 25, 2018 at 8:55 am #48578
Artem TemosKeymasterHello,
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
March 26, 2018 at 10:18 pm #49012
leonidasParticipantCan you tell me how do we setup the categories menu into the mobile menu?
March 26, 2018 at 11:26 pm #49018
leonidasParticipantOk 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 LeonidasMarch 27, 2018 at 6:22 am #49044
Artem TemosKeymasterYes, 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.
April 2, 2018 at 12:46 am #50339
leonidasParticipantHello
Can you move the dropdown to the new position ?April 2, 2018 at 6:16 am #50354
Artem TemosKeymasterHello,
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
April 2, 2018 at 9:57 am #50390
leonidasParticipantOk
at least is it possible to move the dropdown to the center and the products shop view on the right?April 2, 2018 at 11:20 am #50402
Artem TemosKeymasterSorry, but these elements are positioned in the same way and we can’t move them also.
April 12, 2018 at 1:09 pm #52165
leonidasParticipantHello
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 LeonidasApril 12, 2018 at 1:52 pm #52175
Bogdan DonovanKeymasterHi,
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
April 19, 2018 at 8:40 am #53306
leonidasParticipantHi
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 timeApril 19, 2018 at 8:58 am #53311
Artem TemosKeymasterHello,
We checked both links and they have the same font size 15px https://gyazo.com/d3b1a179765c28987c3dc7a0cd5a801f
https://gyazo.com/2e370903ac05c7a301bce0ae2bd6b63cRegards
April 19, 2018 at 10:16 am #53339
leonidasParticipantDo you think it has to do with my tablet?
What device did you use? (android or iOS- and what explorer)April 19, 2018 at 11:17 am #53349
Artem TemosKeymasterWe tested it on android.
April 19, 2018 at 12:27 pm #53380
leonidasParticipantThank you for your help
Problem solved -
AuthorPosts
The topic ‘Lost the cart icon’ is closed to new replies.
- You must be logged in to create new topics. Login / Register