• Resolved baldguydesign

    (@baldguydesign)


    hi! i recently set up a post carousel with pages and selected the option for ‘link images to posts’ assuming that would make the images link to the pages. this doesnt seem to be working. i see that when i hover over the image it dims and i get a text link overlay but i have had to turn that off since there is some built in design discrepancy which shows the overlay text in ‘title case’ but if you use the ‘display post title below the post image’ option then the link is displayed in ‘all caps’. that looks wrong and i dont think the duplicate title adds more than it detracts. i would just like the image to link to the page.

    how can i go about this?

    thanks!
    d-_-b

    https://www.ads-software.com/plugins/livemesh-siteorigin-widgets/

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

    (@livemesh)

    Thanks for reporting this. Will have a look at how this works currently and if required, will include a fix in future updates.

    For now, you can make this work by inputting the below custom CSS in plugin options –

    .lsow-posts-carousel .lsow-image-info, .lsow-posts-carousel .lsow-image-overlay { display: none !important; }

    Thread Starter baldguydesign

    (@baldguydesign)

    hello and thank you for the response! this works to remove the text and but also the ‘dim’ which i would like to keep. is there a way to still keep the dim or is it possible to get the css to make the text overlay show in all capitals?

    thank you!

    Plugin Author livemesh

    (@livemesh)

    You can try this custom CSS instead to hide the text but keep the dim –

    .lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image .lsow-image-info .lsow-entry-info { display: none !important;}
    Plugin Author livemesh

    (@livemesh)

    For all caps of post title, try this –

    .lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image .lsow-image-info h3 { text-transform: uppercase; }

    Hi there Livemesh,

    I was just wondering if you have fixed the bug where the image does not link to the post (with the post carousel) yet.

    Great plugin nevertheless!
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘post carousel 'link image to post' option’ is closed to new replies.