Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author MohammadTanzilurRahman

    (@mohammadtanzilurrahman)

    Hi Das,

    I am giving you a quick solution.
    Go to plugins/tr-post-slider-widget/css/ Folder. Then open “tr-ps-frontend.css” file.
    Line 30 – yon can find “#tr-fs-post-shuffle .tr-fs-post-content a p.tr-fs-a-title”

    just replace bottom and opacity value. “bottom: 0; and opacity:0.7”

    I add this option in my next version.

    Thank you ??

    Thread Starter ADT

    (@adwaitatechnologies)

    Thank you Tanzilur. It works!!

    I will make another small request for post excerpts of 100-150 characters below that. Can you make it?

    I am really liking your plugin. I’m exclusively using it now. 5 stars for you. ??

    Plugin Author MohammadTanzilurRahman

    (@mohammadtanzilurrahman)

    Hey Das,
    Thank you for give me a good review and good compliment ??

    This character limit already have. You can see that in the widget option. There has “Number of Content Letters”.
    Or if you need anything else then tell me.

    Thank you

    Thread Starter ADT

    (@adwaitatechnologies)

    Hi,

    I mean to say that in the picture slider, currently I am seeing post title at the bottom.
    I want to have post title and post excerpts of 100 – 150 characters. Can you enable that for me please?

    Regards,
    Das

    Plugin Author MohammadTanzilurRahman

    (@mohammadtanzilurrahman)

    hello,
    oh ok.

    Go to plugins/tr-post-slider-widget/ Folder. Then open “widget-post-featured-image.php” file.
    Line 104 – yon can find – ($output .= ‘</div>)

    just replace this line with – ($output .= ‘</div><div style=”margin-top: 15px;”>’.substr(get_the_excerpt(),0,150).'</div>’;)

    if you want 100/120 characters then replace 150 with your number of character.

    Please inform me if it’s not work. You can also contact with me via email ([email protected])

    Thread Starter ADT

    (@adwaitatechnologies)

    Hi,

    It works, but there is the lot of whitespace between the title and the excerpt. Please see my website beautybeats.in/demo.

    The last slider on the homepage is the picture slider.

    Plugin Author MohammadTanzilurRahman

    (@mohammadtanzilurrahman)

    Hi Das,
    I cannot see your website. URL is not working.

    Thread Starter ADT

    (@adwaitatechnologies)

    That’s interesting. I am able to view it by just clicking on the link.

    Plugin Author MohammadTanzilurRahman

    (@mohammadtanzilurrahman)

    hi,
    when I go to this link “This webpage is not available” message show.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘slider with post title without mouseover’ is closed to new replies.