• Resolved John Simpson

    (@johnsimpson64)


    Hello Guido.

    Excellent plug in. However in addition to all you give me I find myself also in need of something even simpler.

    As well as the Standard listing and single page etc what I really need in a couple of places on my site is a simple one line type list (of, say, a certain category) with date + location + title and the title would link to the single page.

    I’ve looked through the shortcodes and I don’t THINK I’ve missed anything …. but one nevers knows at my age! ??

    Any help or advice?
    Regards
    John Simpson

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Guido

    (@guido07111975)

    Hi John,

    You can do this by adding some CSS at the Custom CSS page in the Customizer:

    
    .page-id-28 .vsel-image-info {display:none;}
    .page-id-28 .vsel-meta {width:100%; clear:both;}
    .page-id-28 .vsel-meta p {margin:0 20px 0 0 !important; display:inline-block;}
    .page-id-28 .vsel-meta-title {clear:none; float:left; margin: 0 20px 0 0 !important;}
    

    (change the page-id to the relevant page at your website, so it will only apply to that page)

    I’m hiding the info/image section and making the meta section full width instead.

    Guido

    Thread Starter John Simpson

    (@johnsimpson64)

    Guido …. that is AMAZING. It works! And so quick an answer. Thank you so so much!
    John

    Plugin Author Guido

    (@guido07111975)

    Hi John,

    You’re welcome!

    Guido

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A VERY VERY Simple list?’ is closed to new replies.