Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
Hi,
Great update!
Unfortunately I’ve found a bug:
When I add or edit text in the text block, sometimes the top area of the popup (where the save button is) disappears.
I then have to refresh my page and start over. I use Safari on MacOSX
See screenshot.Regards,
BuckieAttachments:
You must be logged in to view attached files.Hi,
I managed to solve it. Renamed the theme files into Atelier, exported and imported theme options.
Also bought the plugin Hide My WP for better security.Thank you.
Buckie.I looked in my website’s source and both the parent theme and the child theme are mentioned there.
Is there another way?<link rel='stylesheet' id='sf-combined-min-css' href='http://xx.com/wp-content/themes/xx/css/sf-combined.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='sf-responsive-min-css' href='http://xx.com/wp-content/themes/xx/css/responsive.css' type='text/css' media='all' /> <link rel='stylesheet' id='sf-style-css' href='http://xx.com/wp-content/themes/xx-child/style.css' type='text/css' media='all' />
Don’t I loose my customizations in my theme options?
I already edited the themes name. I have theme xx and xx-child.
If I edit the xx theme name into atelier and adjust the css in the xx-child into atelier I get a blank screen.Any suggestions?
Yes, I have added in both the css and functions, but only in the child theme.
I’ve found it:
WordPress Admin Area > WooCommerce > Settings > Products > Default Product Sorting
If it’s set to “Popularity (sales)” it can cause issues.This reply has been marked as private.Hi,
Suddenly I get this error:
No products were found matching your selection.
when filtering, even though there are products that should match te selection.
With or without Yith Ajax Product Filter enabled.Any ideas?
Thanks.
BuckieThis reply has been marked as private.Hi,
I’ve noticed that both the filter plugin and the themes filter use the following css:
.woocommerce .widget_layered_nav ul li.chosen > *
Unfortunately when having the color filter enabled from yith and having one ore more colors selected, they turn black, just as the active filters from the theme. I don’t know how to undo the !important you have implemented in the css.
Please help.
BuckieAttachments:
You must be logged in to view attached files.November 17, 2015 at 1:17 pm in reply to: Hide empty description tab & messy add to cart product page #229338Hi Mohammad,
I kept having problems with your code, so I made it work with following css:
/* To resolve messy add to cart buttons on product page */ @media only screen and (min-width:767px) and (max-width: 1190px) { form.cart { margin-bottom:0;} .woocommerce div.product form.cart div.quantity{margin-bottom:20px !important;} .woocommerce form.cart button.add_to_cart_button{margin-bottom:20px !important; margin-right: 20px !important;} .woocommerce form.cart .yith-wcwl-add-to-wishlist{margin: 0 !important;} }
Do you think it could cause problems or is it okay?
Thank you!
Buckie.November 16, 2015 at 2:33 pm in reply to: Hide empty description tab & messy add to cart product page #229019Hi,
This problem occurs in screen sizes between approx. 765px and 1190px.
Hope this helps. I’ve already tried your css code with the max-width on 1024px, but it didn’t help.Thanks.
Buckie.November 16, 2015 at 2:21 pm in reply to: Hide empty description tab & messy add to cart product page #229012This reply has been marked as private.November 16, 2015 at 1:57 pm in reply to: Hide empty description tab & messy add to cart product page #229003Works like a charm! Thank you!!
Any ideas on my second issue?Buckie.
-
Posted in: We hit Power Elite.