Home › Forums › Basel support forum › Wishlist and categories
Wishlist and categories
- This topic has 10 replies, 3 voices, and was last updated 7 years, 3 months ago by Artem Temos.
-
AuthorPosts
-
August 30, 2017 at 6:20 pm #18504
yvo010ParticipantHi,
I have a problem.
The wishlist button is behind the category tags on some pages:
WRONG: https://ibb.co/cXZq6k
GOOD: https://ibb.co/c71Re5and also another question,
I real like your new theme how the login looks like, (with a kind of popup screen)
Is it maybe possible to achieve this in the Basel theme?August 30, 2017 at 7:26 pm #18511
Artem TemosKeymasterHi,
Please, send us a link where we can see it. Sorry, but Basel theme doesn’t have such a login popup window. Maybe we will consider adding this feature in the future.
Regards
August 30, 2017 at 8:17 pm #18515
yvo010ParticipantYou Can see it here:
https://fashiononfleek.nl/shop/accessories/earrings-chic-triangle/August 31, 2017 at 6:27 am #18528
Bogdan DonovanKeymasterHi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.product-design-alt .yith-wcwl-wishlistaddresponse { display: block; } .single-product .website-wrapper .product-design-alt .entry-summary div.product_meta { margin-top: 15px; }
Regards
August 31, 2017 at 7:14 pm #18589
yvo010ParticipantHi,
It did not help..
Look, it is only when I have it in 2 categories..
2 Categories: https://ibb.co/d8TxnQ
1 Category: https://ibb.co/hcZEZ5And another thing, maybe you could help me with this:
https://ibb.co/hffhMk
As you see the cookie law info is under the chat icon, maybe I can put it more to the left?August 31, 2017 at 7:20 pm #18590
yvo010ParticipantIt is just on some products, I don’t know why.. maybe it is on cache ? But I don’t think so..
September 1, 2017 at 6:44 am #18608
Bogdan DonovanKeymasterHello,
Please replace the previous snippet code with the code snippet below.
.single-product .website-wrapper .product-design-alt .entry-summary .yith-wcwl-add-to-wishlist { display: block; margin-bottom: 0; } .single-product .website-wrapper .product-design-alt .entry-summary div.product_meta { margin-top: 15px; } @media (min-width: 769px) { .basel-cookies-inner { margin-right: 70px; } }
Regards
September 1, 2017 at 12:48 pm #18630
yvo010ParticipantThank you so much. It worked!
I have one small thing:
how can i change the share button style of the share buttons for product pages?
I like the grey icons. But if i turn on the share product options, the icons are colored.Thanks!!
September 1, 2017 at 1:42 pm #18631
Artem TemosKeymasterYou can do this only customizing the file
basel/woocommerce/content-single-product.php
. Change the codebasel_shortcode_social( array( 'type' => basel_get_opt( 'product_share_type' ), 'size' => 'small', 'align' => 'left' ) );
to
basel_shortcode_social( array( 'type' => basel_get_opt( 'product_share_type' ), 'size' => 'small', 'align' => 'left', 'style' => 'colored' ) );
September 1, 2017 at 1:51 pm #18632
yvo010Participanthttps://demo.xtemos.com/basel/social-buttons/
I want the Grey one,
not the colorod, so what do i need to fill in in stead of : ‘colored’ ?September 1, 2017 at 1:53 pm #18633
Artem TemosKeymasterOK, replace to this one
basel_shortcode_social( array( 'type' => basel_get_opt( 'product_share_type' ), 'size' => 'small', 'align' => 'left', 'style' => 'circle' ) );
-
AuthorPosts
- You must be logged in to create new topics. Login / Register