Second gallery above the site

Admiror Gallery is free extension for Joomla! based websites. Admiror Gallery is all in one, a simple and instant solution for rendering image gallery from folder with images, but very flexible and adaptable.
Post Reply
Message
Author
Zyggmunt
Posts: 3
Joined: Mon May 14, 2012 1:42 pm

Second gallery above the site

#1 Post by Zyggmunt »

Hello. I have a problem. I installed Admiror Gallery and all works good, but I don't know why there is displayed the second gallery above the site. I checked this using Firebug and this block-element has class named: ag_reseter . What can be a problem ?

Greetings ;)

Admiror Gallery 5 - Fundraising Campaign

User avatar
Vasiljevski
Developer
Developer
Posts: 1258
Joined: Sat Aug 14, 2010 9:31 pm
Location: Novi Sad, Serbia
Contact:

Re: Second gllery above the site

#2 Post by Vasiljevski »

Strange, that should not be there.

Can you post a link to the site so I can check?
Help Admiror Gallery become even better,
give us a review on JED

Zyggmunt
Posts: 3
Joined: Mon May 14, 2012 1:42 pm

Re: Second gllery above the site

#3 Post by Zyggmunt »


User avatar
Vasiljevski
Developer
Developer
Posts: 1258
Joined: Sat Aug 14, 2010 9:31 pm
Location: Novi Sad, Serbia
Contact:

Re: Second gallery above the site

#4 Post by Vasiljevski »

Hmm, it looks like you have some hidden content on the page that is in fact the same as the one that is displayed.

I guess that you have two version of code for different User Agents (browsers).

You can see that the conditional

Code: Select all

<!--[if lt IE 8.]>
breaks after

Code: Select all

<p><div style='clear:both'></div><!-- ======================= Admiror Gallery -->
So to fix this, you should go to : [Joomla root]plugins\content\AdmirorGallery\templates\[template you are using] and open index.php

Find a line :

Code: Select all

$html.='<!-- ======================= Admiror Gallery -->
and change it to

Code: Select all

$html.='
Help Admiror Gallery become even better,
give us a review on JED

User avatar
Vasiljevski
Developer
Developer
Posts: 1258
Joined: Sat Aug 14, 2010 9:31 pm
Location: Novi Sad, Serbia
Contact:

Re: Second gallery above the site

#5 Post by Vasiljevski »

Also I think that we should consider removing that line permanently for future releases :)
Help Admiror Gallery become even better,
give us a review on JED

Admiror Gallery 5 - Fundraising Campaign

Zyggmunt
Posts: 3
Joined: Mon May 14, 2012 1:42 pm

Re: Second gallery above the site

#6 Post by Zyggmunt »

Ok, It works. Thank you.

Have a nice day. ;)

Post Reply