• Resolved sulive

    (@sulive)


    Hi Greg,

    I have used the command [adverts_list list_type=”featured”] on my page.
    I have the following questions about the info that is shown in the thumbnail:
    1. Apparently the title is truncated if it doesn’t fit, can this be changed?
    2. Now it shows part of the title, the date and the price. Between the picture and the title there is some empty space, can this be removed or used to show the complete title?
    3. The date and the price is on the same line, with a high amount we don’t see a part of the date. Is there a possibility to have the price on the next line for instance? Since we have adjusted the price to be a string, the is needed

    Thanks
    Sylvia

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    1,2. currently showing the whole title in grid mode is problematic as it can break the layout, what you can do is allow more space for the title, to do that add the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    advert-item-col-2 span.advert-link,
    advert-item-col-3 span.advert-link,
    advert-item-col-4 span.advert-link {
        height: 50px !important;
    }
    

    3. to push the price to the bottom you can add in Additional CSS panel the code below

    
    advert-item-col-2 .advert-price,
    advert-item-col-3 .advert-price,
    advert-item-col-4 .advert-price {
        position: relative;
        width: auto;
        left: initial;
        right: initial;
    }
    
    Thread Starter sulive

    (@sulive)

    Hi Greg,

    I have tried it, but nothing changes.

    I have a screenshot of it: https://www.pki.nl/pricedate.jpg

    Thanks
    Syvlia

    Plugin Author Greg Winiarski

    (@gwin)

    I would need this page URL to look into that.

    Thread Starter sulive

    (@sulive)

    Hi Greg,

    Also on a mobile phone it looks good but not from a desktop. How can I send you a PM to exclude the information?

    Thanks
    Sylvia

    Plugin Author Greg Winiarski

    (@gwin)

    You can send it using the contact form at https://wpadverts.com/contact/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Show more info’ is closed to new replies.