+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: Home page Fetured

  1. #1
    Junior Member
    Join Date
    Dec 2018
    Posts
    20

    Home page Fetured

    Hello on the home page the featured tab shows this.


    Great Car

    ConvertableUsed

    $7500


    Now my problem is on the second line the words are joined together
    which file do i access to put a space between the words? what do i look for
    Kind regards Kim

  2. #2
    Can we see picture, we can't imagine what's the problem.

  3. #3
    Junior Member
    Join Date
    Dec 2018
    Posts
    20
    capture.jpg

    this is the problem there should be a space in between the word

  4. #4
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    I've fixed it on your end

    the fix for auto_main_blue:

    templates > tpl > blocks > featured_item.tpl

    Code:
    Only registered members can view the code.
    should be changed to:
    Code:
    Only registered members can view the code.

  5. #5
    Junior Member
    Join Date
    Dec 2018
    Posts
    20
    oh thanks Rudi, you have been very helpful as always
    kind regards Kim

  6. #6
    Hello Rudi.

    In the home page featured and Recently Added listings have the same classes, I couldn't find difference between them. So how do I add a class for featured ones?

    Thank you!

  7. #7
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    You need to use a class ltfb_listings in your selector like:
    Code:
    Only registered members can view the code.

  8. #8
    Quote Originally Posted by Rudi View Post
    Hello,

    You need to use a class ltfb_listings in your selector like:
    Code:
    Only registered members can view the code.
    Hello Rudi,
    It did not work. I checked it with styles:

    section[class*="ltfb_listings"] .featured > li img {
    width: 50px !important;
    }

    and
    section[class*="ltfb_listings"] .featured > li {
    width: 50px !important;
    }

  9. #9
    How to add own class to this listings?

    I added $listing.Featured but it didn't work.

    I tried also $featured_listing.ID. It worked for both, featured and recently added
    Last edited by Logmanov; October 11, 2022 at 08:11 PM.

  10. #10
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    I've checked and it works fine on my end

    You can use this condition for your custom class:

    Code:
    Only registered members can view the code.
    Last edited by Rudi; October 11, 2022 at 09:36 PM.

+ Reply to Thread