This topic has 10 replies, 4 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Hello. I have problem with my page http://www.panmietek.pl
I want to add FAQ section, but i don’t know how. Faq site is not importing with the demo content. Also i have blog page, with two demo blog articles, but on blog site there is nothing shows. Can you help me?
Hi,
Please send:
– Admin info (wp-admin URL, username, password)
I will check this problem for you.
Regards,
Hung PD
Here is the details
Hello,
1) Use our page importer https://gyazo.com/3a489004e9b2e2322cac4dc5cf085f72 to get FAQ section from the default demo https://xstore.8theme.com/faq/
2) Choose the blog page from the list http://prntscr.com/ruxpmn
Regards
Thanks for reply. I will try your solution.
I have another problem .
Is it possible for products to be displayed evenly? At this point, one is higher, the other is lower. It doesn’t look good.
Hello,
You may add the code below to the Theme Options > Custom CSS but keep in mind that you will get some empty space for the products that do not have such a long title http://prntscr.com/ruykkx
.content-product .product-title a {
min-height: 7.5ex;
line-height: 2.5ex !important;
}
Or you may reduce the title using Theme Options > WooCommerce > Shop > Product Styles > Product Title Chars Limit.
Regards
Thanks for quick reply. Is better when i use the second method. But not perfect.
Look.
I know we have pictures of different sizes. Some products have a cropped picture and some don’t. How to make all products have the same height?
Hello,
Again, you have 3 ways:
1) Use graphic editor and make all the images with the same size https://gyazo.com/a7ab9a38f3994882950e5a90a1fc888d and after that reupload them to your media library.
2) Use crop option of the WooCommerce (Appearance > Customize >WooCommerce >Product images) but then images will be cropped and as a rule it does not look nice.
3) limit the max-height for the images and min-height for the image block
.content-product .product-content-image {
min-height: 200px;
display:flex;
align-items: center;
justify-content: center;
}
.content-product .product-content-image img{
max-height: 200px;
width: auto;
}
Regards
We have a problem with the main page on mobile devices. The two selected links do not work. The third category is not displayed at all. We need quick help because the site is already working.
Hello,
You need to set http://prntscr.com/rwm422 like was done here – http://prntscr.com/rwm4b0 (check all your inner columns with banners).
Regards
You must be logged in to reply to this topic.Log in/Sign up