Digital experiences for all disciplines
Forum Replies Created
-
-
Hi,
There is still an issue: https://validator.w3.org/nu/?doc=http%3A%2F%2F811.947.myftpupload.com%2F.
Please remove this:
Great, glad to help.
Hi,
What custom CSS classes have you added?
The colors of the elements you refer to can be changed in: Color Customizer => Color – Accent => Accent Color
The fonts of the elements you refer to, can also be changed in: Theme Options => Font Options
Please add this to Theme Options => Custom CSS:
.woocommerce-product-gallery__image.flex-active-slide { position: relative; }
The front-end would change to a new theme.
The theme itself would not cause the issue you report as such. Do you have any console log JS errors?
You would need to contact WooCommerce support for this.
https://support.woothemes.com/hc/en-us
Thanks.
Hi,
Yes, this would not work as it’s also within a tab.
You look into setting a minimum height for each using CSS, this could then be remove for smaller screens?
Hi Billy,
The theme does not interact with those as such.
1) Please can you disable all plugins leaving only Swift Framework and WooCommerce active and then re-test.
2) Enable Twenty17 and re-test.
Hi,
Please update the WP core, Swift Framework, WooCommerce and the main theme: https://www.smoove.me/wp-admin/update-core.php.
This is was resolved some time back, please update the Swift Framework plugin: http://highend.rutgershoortechniek.nl/wp-admin/update-core.php
Hi,
You would use simply font CSS properties to change the weights. Ref: https://www.w3schools.com/css/css_font.asp.
Ex:
h1, h2 { font-weight: 700 !important; } body, p, ul, ol { font-weight: 600 !important; }
Glad to help you out!
If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.
Thanks,
DavidHi,
You can remove it from the image caption.
Or use this CSS in Theme Options => Custom CSS:
.woocommerce-product-gallery .woocommerce-product-gallery__image>.img-caption { display: none; }
July 5, 2017 at 12:30 pm in reply to: Add download link under product image in single product page #331018Glad to help you out!
If you have found the theme/support useful, we appreciate it if you can leave feedback on our item if you have the time as it really helps us out.
Thanks,
DavidPlease add a WP login for us to take a closer look.
Thanks.
Please add this to Theme Options => Custom CSS:
.twitter-widget .tweet-text { word-break: normal; }
You can change the basic styles of the Tweet display, this would require knowledge of CSS and locating the correct classes. There are not options to do this as such though.
Thanks.
-