overview images

This topic contains 9 reply and 3 voices, and was last updated by Mahi 10 years, 6 months ago
Viewing 9 Posts - 1 through 9 (of 9 total)
Author Posts
July 10, 2013 at 1:24 am 5820
Mahi Hi, When you use this code to display images, [wpuf-meta name="slike_ponude" type="image"] I'd like to think I have a different view images, such as popup or slider whether it can change Regards CanaC
July 11, 2013 at 5:34 am 5857
Tareq Hasan Tareq Hasan

Sorry for replying late. But as you want the images to open in a popup, you need to install any plugin that does popups. Like Colorbox or prettyphoto. Then to open the images in a popup, you might need to modify a line in the plugin too (for adding a css class).

August 8, 2013 at 1:07 am 6718
CanaC CanaC

Hi,
can you tell me how to correct text (for adding a css class)
whether the
“Edit Form” in the “image upload” – “CSS Class Name” exactly what I write here.

something I tried but does not work

August 8, 2013 at 3:03 am 6722
Tareq Hasan Tareq Hasan

If you install the plugins, depending on the plugin, there needs to be add a CSS class in the plugin code.

In the wpuf-functions.php, line 773, there is a line like this: $html .= sprintf( '<a href="%s">%s</a> ', $full_size, $thumb );. Depending on the plugin, you’ll need to add classes (prettyPhoto or colorbox may be). Just add the class there like this: $html .= sprintf( '<a href="%s" class="prettyPhoto">%s</a> ', $full_size, $thumb );

August 24, 2013 at 11:07 pm 7457
CanaC CanaC

Hi Tarek,

I just tried your suggestion,
But it will not work, what’s wrong?
I installed “prettyPhoto”

Thank you and waiting for you to answer

August 25, 2013 at 1:12 am 7459
Tareq Hasan Tareq Hasan

Which one have you installed? Take a look at this one and see the user guide.

September 1, 2013 at 12:53 am 7704
CanaC CanaC

Thanks Tareq,

Now sem installed right, and I changed my CSS class in the plugin code.
But when I use the code, does not work.

<a href="[wpuf-meta name="slike_ponude" type="image"]" rel="prettyPhoto"
title="This is the description"> <img src = "[wpuf-meta name =" slike_ponude
"type = "image"] "width =" 60 "height =" 60 "alt =" This is the title "/> </ a>

This is the code that I used to activate the CSS class for pretty photo.

What did I do wrong?

October 15, 2013 at 12:13 am 9009
CanaC CanaC

Thank’s Tareq,

Thank you for great plugins.

I found a plugin for solved my problem.
Seamlessly integrates “FancyBox for WordPress” into your blog: Upload, activate, and you’re done. Additional configuration optional.
link: http://wordpress.org/plugins/fancybox-for-wordpress/

And I have what I like. Popup images like slider

Regards CanaC

October 15, 2013 at 12:17 am 9011
CanaC CanaC

You can see on my site on link:
http://www.odmor.cc/apartmani-dorotea-grad-krk/

I recommend this pluging

October 15, 2013 at 1:27 am 9015
Mahi Mahi

great 🙂 – thanks for finding a good one. will check it soon.

Viewing 9 Posts - 1 through 9 (of 9 total)