Problem with FAQ and blog page - by majas

This topic has 10 replies, 4 voices, and was last updated 4 years ago ago by Rose Tyler

  • Avatar: majas
    majas
    Participant
    April 6, 2020 at 23:16

    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?

    9 Answers
    Avatar: John Holden
    John Holden
    Support staff
    April 7, 2020 at 06:17

    Hi,

    Please send:

    – Admin info (wp-admin URL, username, password)

    I will check this problem for you.

    Regards,
    Hung PD

    Avatar: majas
    majas
    Participant
    April 7, 2020 at 15:40

    Here is the details

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 7, 2020 at 20:04

    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

    Avatar: majas
    majas
    Participant
    April 7, 2020 at 20:44

    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.
    problem with products view

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 7, 2020 at 20:52

    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

    Avatar: majas
    majas
    Participant
    April 7, 2020 at 21:12

    Thanks for quick reply. Is better when i use the second method. But not perfect.
    Look.
    product height
    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?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 7, 2020 at 22:30

    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

    Avatar: majas
    majas
    Participant
    April 9, 2020 at 15:35

    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.
    problem

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2020 at 09:42

    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

  • Viewing 10 results - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.