Viewing 15 posts - 1 through 15 (of 87 total)
  • Author
    Posts
  • Hung Dinh Friend
    #144044

    JA Popup Plugin Installation Guide(ja-popup.zip)

    Step 1: Installation
    The installation of plugin is quite a simple task, you get it installed and enabled via Joomla Installer as any other Joomla extension. If this is your first time installation, view our detailed guideline HERE.

    Step 2: Configuration

    From the backend of your Joomla site (administration) select Extensions->Plugin Manger, then click on module title JA Popup for Joomla! 1.5 to enter configuration panel:

    Parameters Explanation:

    JA Popup plugin supports most of the popular Javascript libraries, you can decide which JavaScript library will be used. The advantage of this plugin is flexibility in use of JavaScript to avoid conflict with other extensions and improve the site performance. The template only load the chosen JavaScript library. By default, you can switch among following Javascript libraries:* FancyBox
    * GreyBox
    * HighSlide
    * ShadowBox
    * ThickBox
    * MultiboxYou hover cursor over each param to learn detailed description. Below are typical parameters:

    • Type: Choose modal type to show popup form.
    • Modal Window Config: These Settings can be overruled:
      1. Width: The width of the modal window.
      2. Height: the heigth of the modal windown.
      3. Show overlay: Yes/No option.
      4. Overlay Close: Yes/No option.
      5. Overlay Fill:
      6. Add Title In Tag: Yes/No option.
  • Animation Speed In: speed of animation in.
  • Animation Speed Out: speed of animation out.
  • Step 3: How to use the plugin

    JA Popup plugin supports many types of content display using above frame work like ajax, iframe, youtube video, image, slideshow. Depending on each type you select, you declare following code in your content (i.e. module, article) as below:

    • —- type=”ajax” content=”a.html” display content of a.htmp page via AJAX
    • {japopup type="ajax" content="http://www.google.com" width="500" height="400" }Load an url using ajax{/japopup}

    • —- type=”iframe” content=”html” display external page or html via IFRAME
    • {japopup type="iframe" content="http://www.google.com" width="500" height="400" }Load a sample iFrame{/japopup}

    • —- type=”youtube” content=”youtube_link” display youtube video in popup
    • {japopup type="youtube" content="http://www.youtube.com/v/cdphzxz64BY?hl=en&fs=1" width="640" height="380" title="Political Roast : Obama Emanuel 2005"}<img src="http://img.youtube.com/vi/cdphzxz64BY/2.jpg" border="0" alt="Political Roast : Obama Emanuel 2005" />Political Roast : Obama Emanuel 2005{/japopup}

    • —- type=”image” content=”sample.jpg”: display sample.jpg picture in popup
    • {japopup type="image" content="images/stories/demo/gallery/gl-1.png" width="700" height="380" title="Sample image" }<img src="images/stories/demo/gallery/gl-1.png" border="0" alt="Sample image" width="100" />{/japopup}

    • —- type=”slideshow” content=”a1.jpg, a2.jpg” display a1.jpg, a2.jpb picture in popup as slideshow
    • {japopup type="slideshow" content="images/stories/demo/gallery/gl-1.png, images/stories/demo/gallery/gl-2.png, images/stories/demo/gallery/gl-3.png, images/stories/demo/gallery/gl-4.jpg, images/stories/demo/gallery/gl-5jpg" width="80" height="50" title="Sample image" } <img src="images/stories/demo/gallery/gl-1.png" border="0" alt="Sample image" width="100" /> {/japopup}

    • —- type=”group” content=”ajax, iframe, image”: Load content items belong to the same group (you can define any group). In example below, we assume a group=”a”, then the output popup will load both content “image” and “iframe” one by one upon cursor click:
    • {japopup group="a" type="image" content="images/stories/demo/gallery/gl-1.png" width="700" height="380" title="Sample image" }<img src="images/stories/demo/gallery/gl-1.png" border="0" alt="Sample image" width="100" />{/japopup}

      {japopup group="a" type="iframe" content="http://dev.joomlart.com/jadev_data/sites/auto/qs.telineiii.1252572939/" width="500" height="400" }Load a frame{/japopup}

    You can change all parameters as you wish.

musicinme Friend
#317675

Unfortunatelly there is a problem with JoomComment (Azrul). Plugin taking every smiles from BBCode bar (so it’s appear empty) and making gallery from it.

mikeli Friend
#318782

I was wandering how to make space between thumbnails when i use following code:

<blockquote>{japopup type=”slideshow” content=”images/stories/demo/gallery/gl-1.png, images/stories/demo/gallery/gl-2.png, images/stories/demo/gallery/gl-3.png, images/stories/demo/gallery/gl-4.jpg, images/stories/demo/gallery/gl-5jpg” width=”80″ height=”50″ title=”Sample image” } <img src=”images/stories/demo/gallery/gl-1.png” border=”0″ alt=”Sample image” width=”100″ /> {/japopup}</blockquote>

All thumbnail pictures are in one line, no space between them.

kalibs112 Friend
#319057

Ja Popup working perfectly on my test site..Thanx 2 Ja team…

salvomic Friend
#319495

I’ve installed the plugin, but I cannot see it in the Plugin list.
Any help?
TIA

golfvilla Friend
#320430

I have the following code to try and bring up a Youtube Video:

{japopup type=”youtube” content=”http://www.youtube.com/v/64m7Yr0bRz8&hl=en&fs=1&” title=”Dan Lutchansky, CPA On Starting a Small Business”}<img src=”images/stories/Dan%20Lutchansky.png” border=”0″ alt=”Dan Lutchansky, CPA On Starting a Small Business” />{/japopup}

It works in IE 8 but not Firefox! Has anyone else run across this problem? It is in the Video secion of my site http://www.intexch.com/videos

golfvilla Friend
#320439

In the template demo (http://template15.joomlart.com/ja_teline_iii/) can someone tell me how to get the “VIDEOS OF THE DAY” type display with all the videos lined up in a tab. I have the tabs working but do not know how to get just a group of videos to display in a dedicated tab.

http://www.intexch.com

jdehne Friend
#320523

I can’t seem to get the tabs working. Can you share how you did so? Thanks.

golfvilla Friend
#320596

<blockquote>I can’t seem to get the tabs working. Can you share how you did so? Thanks.
</blockquote>
Jdehne
Did you download the Ja Tabs documentation?
http://www.joomlart.com/forums/downloads.php?do=file&id=751

golfvilla Friend
#320607

Jdehne,

More help with Ja Tabs can be found with Ja Bulletin article:
http://www.joomlart.com/forums/topic/ja-bulletin-module/

spider2009 Friend
#320772

Hello.

This is my first post — I’ve just downloaded and installed JA_Teline_III template.

I’m trying to figure out how to make a short link “login” to “LOGIN FORM”

Then, when user hover over the link, there’s a popup to “LOGIN FORM”

Thank you for any assistance!

spider2009 Friend
#320775

I’ve figured it out using the following objects: megamenu, mega-item and mod-login.

golfvilla Friend
#320811

<em>@mikeli 146526 wrote:</em><blockquote>I was wandering how to make space between thumbnails when i use following code:

All thumbnail pictures are in one line, no space between them.</blockquote>

mikeli,

Try this, at the beginning of your code put a <div class=”ja-video-thumb”> with </div> at the end.
— Steve
http://www.intexch.com

golfvilla Friend
#320812

<em>@golfvilla 148726 wrote:</em><blockquote>I have the following code to try and bring up a Youtube Video:

{japopup type=”youtube” content=”http://www.youtube.com/v/64m7Yr0bRz8&hl=en&fs=1&” title=”Dan Lutchansky, CPA On Starting a Small Business”}<img src=”images/stories/Dan%20Lutchansky.png” border=”0″ alt=”Dan Lutchansky, CPA On Starting a Small Business” />{/japopup}

It works in IE 8 but not Firefox! Has anyone else run across this problem? It is in the Video secion of my site http://www.intexch.com/videos</blockquote>

For some reason now it’s working. I was playing around with the modules, working on some other problem and now it works in Firefox. I think prayer was a factor.

golfvilla Friend
#320815

<em>@golfvilla 148737 wrote:</em><blockquote>In the template demo (http://template15.joomlart.com/ja_teline_iii/) can someone tell me how to get the “VIDEOS OF THE DAY” type display with all the videos lined up in a tab. I have the tabs working but do not know how to get just a group of videos to display in a dedicated tab.

http://www.intexch.com</blockquote>

I spent a lot of time and finally found out a solution. For those in the Forum who might be interested, here are the steps I took:
1. Created a “Videos” Section (I had already created it for a “Videos” Magazin Menu item)
2. Created a “Latest Videos” Category in the “Videos” Section and did not reference it anywhere else .
3. Created an article with the Youtube popup code and put it in the “Latest Videos” category.
4. Created a “Latest Videos2″ module (I already had a Latest Videos” module for a menu item/category) using the mod_jatabs module with the following settings:

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

This topic contains 87 replies, has 35 voices, and was last updated by  cnaughton 12 years, 11 months ago.

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