style sheet open link in frame with light box effect not working

I created open links with >target and style sheet class "modal" and relationship "{handler: ‘iframe’ , size: {x:720, y:495}}"
these were working but just stopped working and i’m not sure of the reason. the only thing i have updated is a k2 update recently and i don’t think this was broken before.

if you go to following link and see in the itinerary and click link "Tel Aviv" it’s not opening properly with the style:
http://israeltours.co/index.php/10-d…rael-package#B

and here is a similar link working properly on another of my sites
http://www.holylandtourstravel.com/i…ur-to-israel#B

help is appreciated

10 answers

Profile photo of Ninja Lead 0.00 $tone April 12, 2013
Public

You can try to do this with my suggestion

Open templates/ja_university/css/template.css file

from

Code:

#ja-container .main {
  padding: 20px 0 0;
}

change to

Code:

#ja-container .main {
  padding: 20px 0 0;
  background: #FFF
}

and add new script

Code:

#ja-container {
background: url('http://www.holylandtourstravel.com/templates/ja_orisite/themes/blue/images/body-bg.jpg') repeat-x left top #252627
}

Remember to clear cache from Admin area.

Let me know the result

#1
Profile photo of Ninja Lead 0.00 $tone May 1, 2013
Public

Because script included in the article is using default popup from JOOMLA CORE but not loading from com_content of your site, I have fixed the problem of your site this way

Open templates/ja_university/html/com_content/article/default.php file

Add new script

Code:

JHTML::_('behavior.modal');

Please check it on your site again, let me know the result

#5
Profile photo of Saguaros 0.00 $tone December 23, 2013
Public

Hi,

Did you try to apply last solution for JA Orisite template? pls try to update the same for com_content in JA Orisite template folder.

If problem still persists, you can PM me login info (admin & ftp account) of site you’re working, URL of page where problem can be seen and how it should be, I will try to check for you.

Regards

#8
Profile photo of Saguaros 0.00 $tone December 25, 2013
Public

Hi jc,

JA Orisite template in your site doesn’t override layout for article content, it uses base file of JAT3 framework so I just copied ‘default.php’ file into this folder: /templates/ja_orisite/html/com_content/article and applied the same solution like above.

It seems to be working now, kindly take a look and let me know if it helps.

Regards

#9

This question is now closed

Written By

Comments