2birds
Forum Replies Created
-
Forum: Plugins
In reply to: [Slidr] Infobox-content click.which file is responsible for the operation of sliders in such a way like this: http://goo.gl/Qaqau8. It’s {slidr] code.
Forum: Plugins
In reply to: [Slidr] Infobox-content click.Giorgos,
Unfortunately , I still can not deal with it :(.
But when i use code [slidr] it works well – look http://pracownia-soliter.pl/2016/05/31/547/
but it doesn’t work a lightbox (i don’t now why?).Summarising, are You able to help me – we can settle?!
Forum: Plugins
In reply to: [Slidr] Infobox-content click.some advice?
Forum: Plugins
In reply to: [Slidr] Infobox-content click.Thanks, can you help me with this?
I think, that it is enough to change in the file infobox-content.php.
Look. – this is standard
$link = ( 'none' !== $a['link'] ) ? '<a href="' . $link . '" rel="bookmark"'. $aclass .'>'. $title . '</a>': $title; return '<'.$captiontag.' class="slidr-item-info"> <div class="slidr-info-hover"> <h2> ' . $link . ' </h2>' . $excerpt . '</div> </'.$captiontag.'>';so i have to change in this line
$link = ( 'none' !== $a['link'] ) ? '<a href="' . $link . '" rel="bookmark"'. $aclass .'>'. $title . '</a>': $title;Exactly
<a>$link . '" rel="bookmark"'. $aclass .'>'. $title . '</a>
to
<a>here img_url . '" rel="bookmark"'. $aclass .'>'. $title . '</a>
so what to put there?Forum: Plugins
In reply to: [Slidr] Infobox-content click.Unfortunately, I couldn’t do that 🙁
Please look again: http://ps.startinpoland.com.pl/ogrod-japonski/
Click on plus on the image, then you go to attechment page, but i want to open lightbox – just as click on image.
Any ideas? 🙂
Forum: Plugins
In reply to: [Slidr] Infobox-content click.I used [gallery] code (wordpress gellery)
In settings WordPress Gallery:
Show additional information (namely, title and caption) on mouseover – YES
Image link – YES.Look at page: http://ps.startinpoland.com.pl/ogrod-japonski/
when you click on image – open a lightbox
when you click on plus (it was a title of image, it’s my modification) -you go to attechment page, and i want to change for open a lightbox (the same when you click on image).Forum: Plugins
In reply to: [Slidr] Infobox-content click.Thank You for answear.
I wanna simple solutins for that:
Now, when i click on image title i get this: http://example.com/sample-page/image-1/ – attechment page.
I want this: http://example.com/wp-content/uploads/2016/05/image-1.jpg – the same like click on image.
How to do this?