buildwebguide
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Hide option value based on current timeWordpress site time.
Its in woocommerce checkout pageForum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky element flashes and then dissapearsThe problem is that when is variable product, then
.product.has-default-attributes.has-children>.images {
opacity: 0;
}I just made it
.product.has-default-attributes.has-children>.images {
opacity: 1;
}And it works
Forum: Plugins
In reply to: [Sticky Menu & Sticky Header] Sticky element flashes and then dissapearsHello,
I de-activated the plugin and the images DO appear.
However, I noticed that the problem occurs when the product is variable and NOT in a simple product.
EXAMPLE: Variable product:
https://exal.gr/product/%CE%BC%CE%BF%CE%BD%CE%BF%CF%86%CF%85%CE%BB%CE%BB%CE%BF-%CE%B1%CE%BD%CE%BF%CE%B9%CE%B3%CE%BF%CE%BA%CE%BB%CE%B9%CE%BD%CE%BF%CE%BC%CE%B5%CE%BD%CE%BF-pvc-kmg/EXAMPLE: Simple product:
https://exal.gr/product/%CF%80%CF%81%CE%BF%CF%83%CE%B8%CE%B5%CF%84%CE%B7-%CE%BA%CE%BB%CE%B5%CE%B9%CE%B4%CE%B1%CF%81%CE%B9%CE%B1-%CE%B1%CF%83%CF%86%CE%B1%CE%BB%CE%B5%CE%B9%CE%B1%CF%83/Forum: Fixing WordPress
In reply to: Ordering in a drop down listThank you very much !!!
Your solution worked perfect!!!Forum: Fixing WordPress
In reply to: Ordering in a drop down listI ‘ve already done that solution. It works BUT it doesn’t look at all good to show 080cm
My visitors need to see proper numbers. Any other fix with JAVA ?Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Plugin not working after updateYes, by adding that:
#yith-quick-view-modal.open .yith-wcqv-wrapper {
left: 0 !important;
top: 0 !important;
width: 80%!important;
height: 80% !important;
}Dear Sean Barton,
The solution that danbodenstein says, works fine! I think that you should simply update the plugin with these two changes.
Thanks for your help here!