Viewing 15 posts - 1 through 15 (of 30 total)
  • Author
    Posts
  • Juan Carlos Stauring Friend
    #193522

    I would like to use this method for implementing a pop up-lightbox. It does not use the ja popup plugin I believe and you do not have to use the code on the article which makes it a bit cleaner to maintain. See link for example on this page, click on “Tel Aviv”:
    http://www.holylandtourstravel.com/index.php/ten-day-christian-holy-land-travel-tour-to-israel#B

    Or if it’s not possible to implement similar to ja oriste
    I did install the ja popup plugin on ja obelisk, however it is not respecting the pop up size set on both the article or the plugin. I’m trying to set it to 720 w x 495 h.
    Click on Better Business Bureau link:
    http://www.vfldestinationweddings.com/about-destination-weddings-by-vacations-for-less

    thanks!

    MoonSailor Friend
    #517612

    <blockquote>
    Or if it’s not possible to implement similar to ja oriste
    I did install the ja popup plugin on ja obelisk, however it is not respecting the pop up size set on both the article or the plugin. I’m trying to set it to 720 w x 495 h.
    </blockquote>

    You can use plugin JA Popup and set width – height of iframe as 720×495. This user guide would help you further: http://www.joomlart.com/documentation/joomla-plugins/ja-popup-plugin

    Juan Carlos Stauring Friend
    #517625

    Hello thanks for your time,
    I went to the plugin backend. extensions > Plugin Manager > System JA popup
    Set settings to: Fancybox
    Width 720
    Height 495

    my article code is:

    {japopup type="iframe" content="http://www.bbb.org/sanjose/business-reviews/travel-agencies-and-bureaus/vacations-for-less-in-los-angeles-ca-13033137" width="720" height="495"}

    the window opens per the link on top. in any case the method of opening the lightbox on first example is better but if am not able to set it up for this template then I like to resolve the size of popup with the ja plugin.

    :confused:

    jc

    MoonSailor Friend
    #517645

    @jcstauring

    <blockquote>
    the window opens per the link on top. in any case the method of opening the lightbox on first example is better but if am not able to set it up for this template then I like to resolve the size of popup with the ja plugin.
    </blockquote>

    Fancybox is a library added to our plugin, we keep its core, just add style.

    For your circumstance, I would suggest you try out another extensions from http://extensions.joomla.org/.

    Juan Carlos Stauring Friend
    #517690

    Hi and thank you for your time again! 🙂
    I’m several years member of joomlart and finding great benefits of staying with as much possible joomlart with my set up as possible. So would not like to install outside extensions.
    Am I missing something in regards to my pop up size with the JA popup plugin? I’m a :confused: puppy why it’s not opening to the size I’m setting.

    MoonSailor Friend
    #517704

    I am glad to be of assistance 🙂

    Please send PM to me admin, url and ftp credentials of your site. I’ll have a closer look.

    Juan Carlos Stauring Friend
    #518318

    On the bottom of my home page. I have the BBB logo and would like it to open in a light box frame method instead of a new browser window or other:
    http://www.vfldestinationweddings.com/

    Here is how I would like to be able to do it like on my ja oriste site, see BBB blue logo on footer:
    http://www.holylandtourstravel.com/

    Here is the code I use to link the image:
    <a class=”modal” href=”http://www.bbb.org/los-angeles/business-reviews/travel-agencies-and-bureaus/vacations-for-less-in-los-angeles-ca-13033137″ rel=”{handler: ‘iframe’ , size: {x:820, y:595}}” target=”frame”><img alt=”BBB Holy Land Tours” src=”images/logo-bbb.png” style=”width: 80px; height: 31px; margin: 5px;” title=”BBB Holy Land Tours” /></a>

    I tried to install the “modal” css however with no success. Help is appreciated. :-[

    Juan Carlos Stauring Friend
    #518600

    I should read the user guides provided by JA before asking :-[:-[:-[:-[:eek:
    disregard previous message.
    I do have one issue left however, on JA Popup “type” I like “Fancybox” style however the my pop up is not opening up to 720 x 420 set on the JA Popup plugin.
    Here is my code:
    {japopup type=”iframe” content=”http://www.bbb.org/sanjose/business-reviews/travel-agencies-and-bureaus/vacations-for-less-in-los-angeles-ca-13033137″ width=”720″ height=”495″}

    page:
    http://www.vfldestinationweddings.com/about-destination-weddings-by-vacations-for-less

    the Better Business Link it opens in fancy box but not correct width / size.

    MoonSailor Friend
    #518622

    <blockquote>the Better Business Link it opens in fancy box but not correct width / size.</blockquote>

    I have the width/size fixed for you.

    Regarding another issue in page: http://www.vfldestinationweddings.com/about-destination-weddings-by-vacations-for-less, as you call 2 scripts:


    {japopup type="iframe" content="http://www.bbb.org/sanjose/business-reviews/travel-agencies-and-bureaus/vacations-for-less-in-los-angeles-ca-13033137" width="720" height="495"}<img class="img-border" src="images/bbb-logo.png" border="0" alt="BBB Destination Weddings" />{/japopup}

    in both link “Better Business Bureau” and in logo, thus, with configuration below, it’s get only the last script loaded:


    width="720" height="495"

    However, the latest fancybox library http://fancyapps.com/fancybox/ is commercial version, I am afraid could not figure out a fix for this.

    Juan Carlos Stauring Friend
    #518737

    thank you, yes it works perfect 🙂

    Juan Carlos Stauring Friend
    #548195

    Hello, I’m back on this topic :-[:-[:eek:
    I’m using ja obelisk for another install and on this site I will have about 40-50 different links and feel it will be too hard to manage by adding all the ja plugin code to get the lightbox effect on the article. To manage it easier adding it as a a class= will be much better. Is this possible to do, is there an existing class with a lightbox effect or can the “modal” class lightbox effect get installed on this template.

    Here is the code I use to link the image:
    <a class=”modal” href=”http://www.bbb.org/los-angeles/business-reviews/travel-agencies-and-bureaus/vacations-for-less-in-los-angeles-ca-13033137″ rel=”{handler: ‘iframe’ , size: {x:820, y:595}}” target=”frame”><img alt=”BBB Holy Land Tours” src=”images/logo-bbb.png” style=”width: 80px; height: 31px; margin: 5px;” title=”BBB Holy Land Tours” /></a>

    I tried to install the “modal” css however with no success. Help is appreciated. :-[</blockquote>

    Saguaros Moderator
    #548202

    <blockquote>I tried to install the “modal” css</blockquote>
    May I know which “modal” css are you referring to? Did you try to use a 3rd party extension supporting this feature?

    Juan Carlos Stauring Friend
    #548236

    I believe it came with JA obelisk. It is not a 3rd party. I try to use everything joomlart, as much as possible.

    Juan Carlos Stauring Friend
    #548363

    <em>@Saguaros 444131 wrote:</em><blockquote>May I know which “modal” css are you referring to? Did you try to use a 3rd party extension supporting this feature?</blockquote>

    Sorry I meant to say JA Orisite. I first began to use this feature from this template. I did not install any 3rd party extension and I believe it’s a css used prior by joomlart.

    Saguaros Moderator
    #548408

    May I know which file did you add above ‘modal’ class? That ‘modal’ class belongs to K2 component, you should add this class to K2 item to have that modal popup.

Viewing 15 posts - 1 through 15 (of 30 total)

This topic contains 30 replies, has 3 voices, and was last updated by  Juan Carlos Stauring 9 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum