Home Forums Trusted Pro archives page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7288
    Ashok reddy Goli
    Participant

    I am using learnpress plugin . this plugin courses displayed in archives page . but the course images and other data will appeared in a small portion of page. here I give link. pls solve it.

    https://arlearn.in/courses/

    #7292
    Andy
    Keymaster

    It looks like that plugin is possibly using the single template for the archives so you would need to force it to display correctly by adding this code to ‘Customize’ > ‘Additional CSS’:

    .post-type-archive-lp_course .masonry-entry.masonry-2 {
        width: auto;
    }
    
    .post-type-archive-lp_course .masonry-entry.masonry-2.course {
        width: 31.3333%;
    }

    This should fix it in your particular case, but if you change the theme’s blog layout in the future, the code above will also need to be modified.

    The Learnpress plugin should be using the archive template for course archives, with the single template only for each single course page. It would be worth asking the Learnpress plugin support if they can fix this issue so that it works properly.

    #7297
    Ashok reddy Goli
    Participant

    thankyou so much. it works perfect now. i really very thanks to you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘archives page’ is closed to new replies.