Home › Forums › Basel support forum › Main menu, Ship link to have a product same as in the demo
Main menu, Ship link to have a product same as in the demo
- This topic has 14 replies, 2 voices, and was last updated 8 years, 2 months ago by Artem Temos.
-
AuthorPosts
-
August 16, 2016 at 4:18 pm #2765
webtrendzParticipantHi Guys,
i need you help, i have read trough the documents as to how to configure the template, i want to have the same “Shop” sub menu as on the demo, where i can see a product next to the sub menu items.
I tried to add a sub menu under the “shop” link and this is fine, but i want to add a product in the sub menu but i can not add this.
I tried to add a HTML block, but i can not seem to add Shortcode of a product, i did not see how you add a product, could you please help me?
August 16, 2016 at 5:20 pm #2773
Artem TemosKeymasterHello,
Thank you for the question.
Read this reply that we already posted to the similar question http://xtemos.com/forums/topic/how-to-set-menu-to-megamenu-like-your-demo-pages/#post-2607 it should help you.
Regards
August 20, 2016 at 9:40 am #2946
webtrendzParticipantHi Again,
thanks for the info, i need some help on the shop page (http://www.theuniformstudio.com/demo/shop). When you get to this page, i would like to show the user all products within the shop. currently is showing me the categories.
Regards,
Rahim
August 20, 2016 at 1:38 pm #2950
Artem TemosKeymasterHi,
You can change this option in WooCommerce -> Settings -> Products -> Display -> “Shop Page Display”
Regards
August 20, 2016 at 6:29 pm #2974
webtrendzParticipantthanks that done it!
also, on my products on the shop, how do i add the compare icon, then you hover on the product?
and on the product details screen (http://www.theuniformstudio.com/demo/shop/shirts/grandad-collared-shirt-male) when you hover on the color, how can add show the name of the colour, as you can on the shop page (http://www.theuniformstudio.com/demo/the-shop).
August 21, 2016 at 10:06 am #2984
Artem TemosKeymasterAre you able to update the theme to the latest version where bug with the tooltip was fixed?
As for compare icon just install this plugin https://wordpress.org/plugins/yith-woocommerce-compare/August 21, 2016 at 2:02 pm #2992
webtrendzParticipantOk thanks for the info, i will double check as i did get the latest code a few weeks ago.
i have noticed that on the ‘quick view’ screen the social icons seems to be a share version not a follow, how do i change this as i have already updated the theme social icons.
August 21, 2016 at 3:42 pm #2997
Artem TemosKeymasterYou will be able to override this function in your child theme functions.php file to change quick view social buttons after our next theme update (probably in a few days)
function basel_product_share() { echo '<span class="share-title">' . __('Share', 'basel'). '</span>'; echo basel_shortcode_social( array( 'type' => 'follow', 'align' => 'left', 'size' => 'small' ) ); }
August 21, 2016 at 5:21 pm #3001
webtrendzParticipantperfect!
ok, now i can only see 3 thumbnail images for the product details page, i would like to show 4.5 images, or make the height same as the main image, how do i do that?
August 21, 2016 at 6:33 pm #3003
webtrendzParticipantalso, on the blog images, how can i insert a images that will go fill width, if you look at http://www.theuniformstudio.com/demo/ i have insert a large image, but it does not fill the .entry-thumbnail width. the image is always shown as a 300px X 118px
August 21, 2016 at 7:22 pm #3008
Artem TemosKeymaster1.At the moment there is no option to change this number. And the only one way to change it is to modify file basel/woocommerce/single-product/product-thumbnails.php. Change lines:
slidesToShow: 3, slidesToScroll: 3,
2. You can configure you blog images sizes in Settings -> Media. Then regenerate all thumbnails.
August 24, 2016 at 3:59 pm #3097
webtrendzParticipantok that worked, thanks for the help.
August 24, 2016 at 6:07 pm #3111
Artem TemosKeymasterGreat, you are welcome.
September 4, 2016 at 2:16 pm #3507
webtrendzParticipantHi XTEMOS,
Quick question, on my shop page (http://www.theuniformstudio.com/demo/the-shop) i have filter by size, how can i change the list so that the size number are list ascending? or can i use a custom listing?
Also, i want to change the “Coupon” text to “Promo code”, is that possible?
September 4, 2016 at 5:01 pm #3511
Artem TemosKeymasterHello,
1. You can change your sizes order in Dashboard -> Products -> Attribues -> edit terms and simply drag & drop them.
2. You can do this via POT translations files. We suggest you to watch this video tutorial that shows how to do it with Loco Translate https://www.youtube.com/watch?v=tAFq1yTfWfU
-
AuthorPosts
Tagged: Shop Page
- You must be logged in to create new topics. Login / Register