Thumbnail and "parse plugins"

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Jan 06, 2012 1:05 pm
Hello,

I use Joomla 1.7, gk NewsShow (GK4 version 2.9) and Simple Image Gallery Pro (JoomlaWorks).

Can the news module create a thumbnail from a gallery image, if I activate "parse plugins"?
User avatar
Fresh Boarder

teitbite
Fri Jan 06, 2012 8:25 pm
Hi

Not without a customizations to the NSP module. But yes it's possible. Unfortunately we do not support customizations. So You can add an image and hide it in article view.
User avatar
Moderator

GK User
Tue Jan 10, 2012 2:21 pm
I would also pay for the help.
To add an image and hide it in article view is not possible in this case.

I need help. Have anyone a hint for me. :geek:
User avatar
Fresh Boarder

GK User
Tue Jan 10, 2012 3:40 pm
You can try to use K2 component, set the image to article and then disable image in article view. When you select option 'use K2 images' in NSP configuration the module will build thumbanil even if the image is not visible.
User avatar
Platinum Boarder

teitbite
Thu Jan 12, 2012 2:59 am
Hi

If You aready have joomla content than maby simpler will be to add something simillar to this code:

Code: Select all
.name_of article_layer img { display:none; }
User avatar
Moderator

GK User
Sat Jan 21, 2012 6:05 pm
Hi, i have, more or less, the same problem. I'll try to explane but my english is not so good.
I have an image gallery like VSIG so i have to put this code {image gallery} in article text but in NSP I see this code {image gallery}. How can I hide it?
Thank you
User avatar
Senior Boarder

teitbite
Wed Jan 25, 2012 6:58 am
Hi

The best would be to put this code inside a layer and than make it unvisible in NSP using css. Example:

Code: Select all
<span class="hide-me">{image gallery}</span>


Code: Select all
.nsp_main span.hide-me { display:none }
User avatar
Moderator


cron