ResolvedMy account
- This topic has 23 replies, 3 voices, and was last updated 2 years, 9 months ago by
Althemist.
- AuthorPosts
- August 1, 2020 at 6:02 pm #24868
elisek
ParticipantHello
How is it possbile to modify “my account drop-down menu, which is located on the right side of top menu? We would like to get rid of some pages. We are using WCFM marketplace and currently we have in drop-down menu too many pages, f.e “addresses, followings etc. Thank you in advance!
August 3, 2020 at 6:34 pm #24892Althemist
KeymasterHello elisek,
These are the default WooCommerce My Account endpoints. You can’t remove them without breaking the WooCommerce functionality. I guess in your case the only option would be to visually hide some of the options with CSS. Each link have it’s own class, so you can easily address them with CSS.
Regards,
DimitarSeptember 17, 2020 at 8:06 pm #25803elisek
ParticipantThis reply has been marked as private.September 18, 2020 at 9:31 am #25820Althemist
KeymasterI am afraid we can’t just guess by looking at a picture. Please, provide a working link.
September 28, 2020 at 8:33 pm #26048elisek
ParticipantThis reply has been marked as private.September 29, 2020 at 10:26 am #26058Althemist
KeymasterWe can’t test it on your site as it’s using a plugin for pickup and drop off. We can’t add to cart and go to checkout. However it looks like something (most probably your plugin) is modifying the checkout table and the data just doesn’t fit. You’d probably need to consult with your plugin support team.
October 1, 2020 at 8:13 pm #26145elisek
ParticipantThis reply has been marked as private.October 2, 2020 at 4:04 pm #26161Althemist
KeymasterAs I suspected the problem is caused by your pickup and drop off plugins as it’s injecting data taht’s not standard for WooCommerce. You can “fix” it to some extent with custom CSS. Something like this:
table.woocommerce-checkout-review-order-table #wc_shipping_smartpost_estonia_terminal { max-width: 150px; }
Hoewever, on smaller devices you’d still have some layout issues. This data is just too long for the container element and it’s also displayed as a dl (description list) element which takes space.
Pickup Date:
03/10/2020Dropoff Date:
03/10/2020Choose Inventory:
Total Days:
1 Days 0 HoursOctober 5, 2020 at 9:13 pm #26201elisek
ParticipantI am unable to use this code, because it gives error messages. Any idea why ?
October 6, 2020 at 12:38 pm #26216Althemist
KeymasterCould you please be more specific. What error and were?
October 6, 2020 at 8:18 pm #26231elisek
ParticipantWe have errors with this code. Please see attached link:
https://www.dropbox.com/sh/31ofpmfiy1c7lt7/AAC9rk_uL-Vjv5xsniGo5LsIa?dl=0October 7, 2020 at 10:23 am #26247Althemist
KeymasterThere is an error, because you’re trying to add CSS code snippet inside a PHP function code. That would never work.
I’d suggest placing the code I gave you under Appearance > Customize > Additional CSS.
October 12, 2020 at 9:04 pm #26353elisek
ParticipantHey!
1.We still have a problem with checkout. We used your code and now the text is not overlapping but aligned not correctly. Changed 150px to 300, 50, 0 and still it´s not ok. We need this dropoff date to be left side and this dropff date on right. Choose inventory should also be on left. https://www.dropbox.com/s/m7wcaml58o46tbl/12.10.20.JPG?dl=0
2.Secondly, on a screenshot you can see there are no icons (shopping cart, my account) shown on the up side of the page. We already wrote about that but you said you tried it and everything is ok? Can it be location based? We are in Estonia — can that affect if the icons are shown? https://www.dropbox.com/s/2n02f7y3eldky31/28.09.20_no%20icons.JPG?dl=0
3.Where does this system takes information what to show on a shop page. As you can see on an attached photo there is right now a title: black dress and then rental price. But when we want for example that retail price and brand would show there, how can we show that? https://www.dropbox.com/s/1d70svf9cvvix19/Prices.JPG?dl=0
Thank you in advance! Best!
October 12, 2020 at 9:04 pm #26354elisek
ParticipantHey!
1.We used your code and the text is not overlapping any more, but we still have a problem with text alignment. Please see attached photo: https://www.dropbox.com/s/1d70svf9cvvix19/Prices.JPG?dl=0. Dropoff Date text should be on left side and date itself should be right side. Inventory should be also on left side. We tried with 150px, 300px, 50px, 0px. Nothing worked.
2.Then we have there a text “Shipping 6”. Do you have an idea where does it take shipping 6? It should be just be “shipping” not “shipping 6”. https://www.dropbox.com/s/1d70svf9cvvix19/Prices.JPG?dl=0
3.Where does this system takes information what to show on a shop page. As you can see on an attached photo there is right now a title: black dress and then rental price. But when we want for example that retail price and brand would show there, how can we show that? https://www.dropbox.com/s/1d70svf9cvvix19/Prices.JPG?dl=0
4.We don´t see icons in our different browsers: chrome, internet explorer, firefox. We already wrote about that and you replied you tried and everything works but as you can see: https://www.dropbox.com/s/2n02f7y3eldky31/28.09.20_no%20icons.JPG?dl=0 and https://www.dropbox.com/s/1d70svf9cvvix19/Prices.JPG?dl=0, there are no shopping cart icon, no my account icon. Can this problem be region based? We are in Estonia, can it affect that? I just cannot think how is it possible you see these and we not. We have tried it in different computers as well.
Thank you in advance! Best!
October 12, 2020 at 9:54 pm #26371Althemist
KeymasterHello elisek,
1. I am afraid we can’t tell you how to fix it, as it’s a third-party plugin. You’d probably need to ask their support team.
2. I don’t see the “shipping 6” text. It shows just shipping on your website
3. I am afraid WooCommerce doesn’t have such features by default. You’d probably need to find a plugin for this or hire a developer to add this functionality for you.
4. I have just checked your website in all browsers. The icons are present. We can’t replicate the problem form your screenshot. I highly doubt it could be related to your region. This is just a standard icon font and it should work everywhere.
BTW, all the links lead to the same screenshot, so we wasn’t able too see all discussed problems.
- AuthorPosts
You must be logged in and have valid license to reply to this topic.