-
AuthorPosts
-
December 14, 2019 at 2:04 pm #1165854December 15, 2019 at 11:00 pm #1166173
Hey filz51,
I’m not seeing the layout issue. Can you screenshot?
Best regards,
Jordan ShannonDecember 16, 2019 at 12:32 pm #1166330Hi Jordan
I had the code prepared but I placed it in styles.css of my child theme and then it wasn’t applied. When I put the code in Quick CSS in Enfold, it worked. It’s just confusing that some code in styles of the child theme is applied other is not.
Thanks anyway
FilzDecember 17, 2019 at 7:05 pm #1166945Hi,
For customizations, always start with quick css. Did you need additional help with this topic or shall we close?
Best regards,
Jordan ShannonDecember 18, 2019 at 10:10 am #1167194Hi Jordan
Thanks, it’s still confusing why some css-code is applied when it’s put it in quick css but not applied when it’s put in style.css. One thing – not related to WPML – but please allow me to use this ticket: The social shares icon on product pages don’t look nice anymore. I use in css:.single-product .av-share-box { margin-bottom: 20px; }
and in functions.php
add_action('woocommerce_after_single_product_summary', 'avia_add_social_toolbar', 10, 2); function avia_add_social_toolbar($id = "", $context = "") { avia_social_share_links(); }
like written here (Enfolds early years…): https://kriesi.at/support/topic/social-buttons-on-woocommerce-product-pages/
You find a sample product in the private content.
Happy day, filz- This reply was modified 4 years, 11 months ago by filz51.
December 19, 2019 at 4:07 pm #1167783Hi filz51,
If it’s not applying when adding to style.css, you may need to clear your browser’s cache.
If that doesn’t work, it’s most likely a caching issue or maybe css minification.
As for social shares, there’s a bug with the icons, please refer to the solution: https://kriesi.at/support/topic/missing-icons-after-updating-to-wordpress-5-3-1-and-maintenance-releases/
Hope it helps.Best regards,
NikkoDecember 19, 2019 at 4:32 pm #1167802Hi Nikko
Thanks for your explanations and your support. The php-file for avians front-end settings fixed it. The ticket can be closed.
Best, filz
December 19, 2019 at 4:47 pm #1167816Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘WPML language switcher breaks alignment in mobile context-menu’ is closed to new replies.