Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Allen

    (@amweiss98)

    Hello,
    Ok..I’ll make this change on the next update, but this is how you can do it now….go into the /inc folder and find the widget file
    rss_multi_importer_widget.php and change a line that says this:

    echo showexcerpt($items[“mydesc”],0,0,0,$items[“mylink”],1,0,0,$items[“myimage”]);

    to this
    echo showexcerpt($items[“mydesc”],0,$openWindow,0,$items[“mylink”],1,0,0,$items[“myimage”]);

    If this doesn’t make sense, contact me at
    http://www.allenweiss.com/contact

    and I’ll send you the file with the changes.

    Allen

    Thread Starter danielgc

    (@danielgc)

    It worked great! Thx! Do you have an idea why I can’t see the (…) at the end of the excerpt, but your examples work with the …

    Plugin Author Allen

    (@amweiss98)

    Not sure what you mean…I see the ellipses … at the end of the excerpt

    http://screencast.com/t/cgmQtaNmjJhw

    are you not able to see what I see?

    Thread Starter danielgc

    (@danielgc)

    Yup but they’re not clickable as in your site 🙁

    Plugin Author Allen

    (@amweiss98)

    ok..find this:

    $desc .= ' […]';
    $desc = esc_html( $desc );

    and change to this:
    // $desc .= ‘ […]’;
    $desc .= '<a href='.$items["mylink"].'>[&hellip;]</a>';
    //$desc = esc_html( $desc );

    Thread Starter danielgc

    (@danielgc)

    let’s see thx!

    Thread Starter danielgc

    (@danielgc)

    Excellent! I added the class so it loads in a lightbox too, thx!!

    $desc .= '<a class="colorbox cboxElement" href='.$items["mylink"].'>[&hellip;]</a>';

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Lightbox not working on image’ is closed to new replies.