-
AuthorPosts
-
dbc011 Friend
dbc011
- Join date:
- February 2015
- Posts:
- 91
- Downloads:
- 13
- Uploads:
- 33
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
January 15, 2016 at 4:20 am #848309Best case: I would like to the slideshow to popup after the site visitor scrolled down far enough on a specific page.
Good case: I would like the slideshow to dynamically size depending on browser window instead of set parameters (width="500" height="400").
Worst case: I would like to use a thumbnail click to trigger a slideshow popup instead of using text.
I am trying to get this to work on following article title: Vaydor (item#:106) if you want to take a look.
dbc011 Frienddbc011
- Join date:
- February 2015
- Posts:
- 91
- Downloads:
- 13
- Uploads:
- 33
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
January 17, 2016 at 1:39 am #850091Please assist. We plan to do a social media blast this week and I would like this working properly before we do so.
Thx.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 18, 2016 at 4:22 am #851229HI @dbc011,
Did you try to check out the documentation of this plugin here? https://www.joomlart.com/documentation/joomla-plugins/ja-popup-plugin
dbc011 Frienddbc011
- Join date:
- February 2015
- Posts:
- 91
- Downloads:
- 13
- Uploads:
- 33
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
January 18, 2016 at 4:43 am #851286Yes. I worked off that document.
I have tried both the "image" and "slideshow" types and cannot get any images to display.
Per the documentation, I have the following text on the Vaydor article (English):
{japopup type="slideshow" content="images/joomlart/Vaydor/Brochure/gl-1.jpg,images/joomlart/Vaydor/Brochure/gl-2.jpg" width="600" height="400" title="Sample image"}Test{/japopup}Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 18, 2016 at 9:04 am #851534Which section on your site are you trying to use this popup? you can also send me the FTP account of your site, I will give it a try.
dbc011 Frienddbc011
- Join date:
- February 2015
- Posts:
- 91
- Downloads:
- 13
- Uploads:
- 33
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
January 18, 2016 at 2:57 pm #851824This reply has been marked as private.Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 19, 2016 at 4:29 am #852276I see the conflict of JS of ‘multibox’ type, when I change to ‘Fancybox’ it works properly.
Could you have a look again?
dbc011 Frienddbc011
- Join date:
- February 2015
- Posts:
- 91
- Downloads:
- 13
- Uploads:
- 33
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
January 19, 2016 at 4:52 am #852285The first 2 images are displaying, however there are 5 in the slideshow. I get a error message in the pop up window when it gets to the 3rd pic stats "The requested content can not be loaded. Please try again later."
I can type the paths to the remaining pictures in a browser and they display properly. Can you take a look and see why the others are not showing up?
dbc011 Frienddbc011
- Join date:
- February 2015
- Posts:
- 91
- Downloads:
- 13
- Uploads:
- 33
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
January 20, 2016 at 10:42 am #863119Can you take a look? Frustrating that it is half working.
dbc011 Frienddbc011
- Join date:
- February 2015
- Posts:
- 91
- Downloads:
- 13
- Uploads:
- 33
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
January 20, 2016 at 5:29 pm #863462Ok.. progress. I now have 4 of the 5 pages displaying.
All I did was select different Popup types in the plugin and saving them. I didn’t change any of the code in the Article, so this is strange behavior. Please assist.dbc011 Frienddbc011
- Join date:
- February 2015
- Posts:
- 91
- Downloads:
- 13
- Uploads:
- 33
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
January 20, 2016 at 10:07 pm #863596Ok. If I put a comma after the image link then the image displays. Following your documentation, there should be NO COMMA after the last image in the slideshow. Example from your documentation:
{japopup type="image" title="Sample image 2" content="images/stories/gallery/gl-2.jpg" }<img class="img-border" src="/images/stories/gallery/gl-2-thumb.jpg" border="0" alt="Sample image" />{/japopup}{/japopup}Here is what is at the bottom of the Vaydor (English) Article:
{japopup type="slideshow" content="images/joomlart/Vaydor/Brochure/gl-1.jpg,images/joomlart/Vaydor/Brochure/gl-2.jpg,images/joomlart/Vaydor/Brochure/gl-3.jpg,images/joomlart/Vaydor/Brochure/gl-4.jpg,images/joomlart/Vaydor/Brochure/gl-5.jpg," width="600" height="400" title="2016 Vaydor"}[image here]{/japopup}What happens then is that slides gl-1 thru gl-4 show up and gl-5 displays the "The requested content can not be loaded. Please try again later." error message is displayed.
Bug? Something I’m doing wrong?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
January 21, 2016 at 9:36 am #864184I checked and saw that the
content=""
lacks of closing quote, I updated it for you and you can see the slide shows 5th image in popup now. -
AuthorPosts
This topic contains 13 replies, has 2 voices, and was last updated by Saguaros 8 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum