luctoren123
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Storefront] Sidebar – Product Widget – Select ProductsHi Burak,
thank you for replying.
Regards, Luc
Forum: Themes and Templates
In reply to: [Storefront] Adjust allignment specific for desktop?Hi, in first place i thougt everything worked out fine with the solution described here for disabeling the zoom function for the product image on the single product page:
http://www.remicorson.com/disable-woocommerce-3-zoom/Later i noticed that it still wasn’t working correctly.
I found this code and this does the job to enable the zoom funtion:
/* Makes the featured single product image not clickable by changing the pointer. */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
pointer-events: none;
}I wanted to post it here so maybe other people can benefit from it also!
Forum: Themes and Templates
In reply to: [Storefront] Adjust allignment specific for desktop?Thanks Jesse once again. Worked out fine.
Only thing i see now is that the image slightly moves when hovered over but that isn’t a big deal.Forum: Themes and Templates
In reply to: [Storefront] CSS code to hide description withoud hide textCorrect! Thanks
Forum: Themes and Templates
In reply to: [Storefront] Adjust allignment specific for desktop?Thanks Jesse! You da man 😀
You made my day!!I almost i’m afraid to ask but there is only 2 minor thing i would like the adjust if possible….
1) Is is possible to remove the search glass icon on the right side of the productimage and also disable the zoom function when the productimage is clicked on?
2) Is is possible to add an extra ”bekijk nu” button below the product description (beschrijving) ?
Forum: Themes and Templates
In reply to: [Storefront] CSS code to hide description withoud hide textThank you Jesse for Clearing this up!
Maybe you can provide me with the this issue also?
I would like to align the ”beschrijving” heading and product info text below the same way as the product title, price, short product description and the button for the desktop view.
when i hide the ”Beschrijving” tab (that is shown on the left side of the page) with CSS, then the ”beschrijving” heading and product info text are not alligned nicely on desktop with the product title,price, short product description and the button.
Important note: On mobile and tablet the allignment is perfect and i would like to change the allignment only for desktop.
Any ideas how to fix this?
Thank you everybody for the feedback.
This worked for me:this is the current code:
.woocommerce-tabs ul.tabs {
list-style: none;
margin-left: 0;
text-align: left;
border-top: 1px solid rgba(0,0,0,.05);
}it’s in:
http://topvakantiedeals.nl/wp-content/themes/storefront/assets/css/woocommerce/woocommerce.cssif you place the following in your Additional CSS, it should stop display in the left menu:
.woocommerce-tabs ul.tabs {
display: none;
}Just to make sure, currently im using a child theme to make sure manually CSS codes are maintained when the parent theme is updated. Can’t the changes that i make in Additional CSS not be whiped out for some reason?
Forum: Themes and Templates
In reply to: [Storefront] Storefront Powerpack changes retained?ALright, thank you for clearing this up!
Forum: Themes and Templates
In reply to: [Storefront] Storefront Powerpack changes retained?Thank you Jesse for reply!
So if i understand correctly the best thing i can do is to still use my storefront child theme for specific css adjustments that can’t be done with the storefront powerpack.
This way i’m sure that custom css is not whiped out when storefront updates.And now i can just install my storefront powerpack without any conflicts with the child theme, and the adjustments i make with this powerpack pluging always will be retained (regardless if i use a child or a parent theme?).
Please let me know if understand everything correcty. Thank you!
Forum: Fixing WordPress
In reply to: Remove Magnifying glass icon on product page wordpress/woocommerceThanks again pcforti!
Forum: Fixing WordPress
In reply to: Remove Magnifying glass icon on product page wordpress/woocommerceThank you pxforti, it worked out fine!
Do you also know how i can DISABLE the zoom in function when the product image is clicked?