sandras21
Forum Replies Created
-
Thanks Bas, exactly! I changed theme color to white to avoid that big black box which is killing the printer ink and did not realize that same color is used to display total amount on the bottom of the items table:)
But there is still issue with “รค” shall it work with html code?
hi, yep i was using last version of plugin, got it fixed somehow, so it is solved by now (can`t remember anymore how).
Forum: Plugins
In reply to: Is there an option to remove woocommerce products gallery images as a bulk?Hey!
I am still struggling with product galleries – I have about 100 images per product in every product gallery and need to get ride of that. I deleted all images from media library and from ftp under plugins-wp all import – uploads but if I look the website, galleries are still full of images, or in most of cases broken images. Is there any option to get ride of those? or shall i delete all products and import again? as we have`nt launched yet, I can do it but would like to know if that makes sense or not:)Will add also that all posts have featured images and if I change the order (replacing the one is first and displayed at the moment with the one on 3rd position and not displayed at the moment, then that one will be displayed), so it can`t be wrong with the post more something with homepage settings.
Forum: Themes and Templates
In reply to: [SG Window] problem with the font size in mobile screenThanks for your reply! I got it work when added snippets you suggested to screen size as here:
@media screen and (max-width: 679px) {
.site {
font-size: 14px;
}
.menu-toggle:hover {
background-color: pink;
color: white;
}
.menu-toggle {
background-color: pink;
color: white;
}}hi again,
this helped me out in css:
.site-content {
max-width: 960px! important;
display: block;
margin-left: auto;
margin-right: auto;
}but i see that font is also different to the rest of the page, seems that everything needs to be customised to other pages then homepage..or I miss something obvious?
Forum: Themes and Templates
In reply to: [SG Window] custom sidebars disappearedHowever I got them back for now by disabling some plugins. However is there some sort of option undo last changes in customizer (custom sidebars part)? or to roll back to previous version in case you mess up something?
*help:)
Thank you James for your helpp! So it did ๐
Same is happening to storefront (parent) and child, which is temporary here.
Site is not live yet… Does it help you if I give css file and functions file and screenshot? Thanks! ๐
Sorry, my mistake, got it solved by myself!
Forum: Plugins
In reply to: [Custom Content Type Manager] How to display post title on relation fieldfigured it out, it was about output filter, got it working when set filter to Full link.
got it work already!
I made new function.php file with that code and placed it under childtheme but still categories are not displayed. Can somebody give an hand with that?
Thanks!