-
AuthorPosts
-
ps5t0ck5 Friend
ps5t0ck5
- Join date:
- October 2008
- Posts:
- 178
- Downloads:
- 4
- Uploads:
- 5
- Thanks:
- 27
- Thanked:
- 33 times in 11 posts
April 7, 2010 at 2:25 pm #150204I’ve tried a couple of changes but would appreciate some help…
What code do I need to add and where to get readmore to show in navigation?
What do I need to do to get image in main area to link to article rather than show description and readmore?
Anyone?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 9, 2010 at 9:23 am #339731Dear ps5t0ck5!
here is the source code in our demo, i got it from a article:
<p>Mus congue tempus egestas sem in Suspendisse pretium orci suscipit semper. Curabitur pretium justo feugiat lacinia lacus Suspendisse eros nibh urna id. Vestibulum lacus lacinia justo enim sed cursus tellus id dis malesuada</p>
<div class=”btlink clearfix”><a href=”#” title=”Sample link”>Take a Tour</a> <span>or</span> <a class=”Sample link” href=”#”>Buy Now</a></div>
<hr id=”system-readmore” />pls follow this standard to make your contents
Good luck
ps5t0ck5 Friendps5t0ck5
- Join date:
- October 2008
- Posts:
- 178
- Downloads:
- 4
- Uploads:
- 5
- Thanks:
- 27
- Thanked:
- 33 times in 11 posts
April 9, 2010 at 6:48 pm #339779Thanks tienhc,
This doesn’t work. The module makes the whole of the image &/or text in the navigation area a link to bring that specific article into the main slide area – I’ll keep investigating the code!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 12, 2010 at 4:54 am #339993Dear ps5t0ck5!
i got the above codes from the Overview article in our demo, the ja slideshow get data from articles playing in the slideshow.
Two button are made in theirs introtext:
Example with the Overview article:
<div class=”btlink clearfix”><a href=”#” title=”Sample link”>Take a Tour</a> <span>or</span> <a class=”Sample link” href=”#”>Buy Now</a></div>you re-make with expectly links for those buttons.
If possible, you should install a quickstart of demo, you can see detail about how make two buttons for each article display in the slideshow
Good luck
uzvezda Frienduzvezda
- Join date:
- September 2014
- Posts:
- 131
- Downloads:
- 21
- Uploads:
- 6
- Thanks:
- 17
- Thanked:
- 6 times in 1 posts
April 14, 2010 at 5:05 am #340297How is possible that in quickstart have in slideshow, the first Overwiev has 2 buttons: Take a tour and Buy now and when I clcik on Overwiev or Work with us than in text on next page those two buutons disapear. On the otherhand in Contact buttons stay. Where is this set up?
thank you.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 16, 2010 at 3:23 am #340531Dear uzvezda!
the first Overwiev has 2 buttons: Take a tour and Buy now and when I clcik on Overwiev or Work with us than in text on next page those two buutons disapear
Those buttons are put in the introtext, in the configuration of those articles, we set Hide the introtext via the “Intro Text” parameter inside the “Parameters (Advanced)” group of the article configuration.
so that you would like to display those buttons in the article page, you ‘ll set Show or Global for the “Intro Text” parameter
GOod luck
1 user says Thank You to Saguaros for this useful post
fracklk Friendfracklk
- Join date:
- December 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
December 21, 2012 at 3:56 am #477027I have two buttons, each with a different link to a menu item.
The one tied to the article itself works fine, with the hyperlink at “sitename/menu1. Another one points to a showcase menu item. When hovering over this link, it shows “sitename/showcase”, but when clicked goes to “sitename/menu1”. Why is this?:((
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 24, 2012 at 9:46 am #477396Hi fracklk,
Could you post url here and page where problem can be seen?
fracklk Friendfracklk
- Join date:
- December 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
December 24, 2012 at 9:12 pm #477442Unfortunately, the site is not yet live, so I am unable to post or share (client request).
The entire code block produced is:
<div class=”maskDesc” style=”display: block; position: absolute; width: 660px; height: 350px; opacity: 1; left: 1px;”>
<div class=”inner”> </div>
<div class=”ja-slide-desc”>
<a href=”/residential” target=”_parent”>
<p>Some text.</p>
<div class=”btlink clearfix”>
<a class=”C” title=”Showcase” href=”/showcase”>Showcase</a>
<span>or</span>
<a class=”C” title=”Residential” href=”/residential”>Read More</a>
</div>
</div>Based on the code above, a click on “residential” should take me to the residential page. It does.
A click on showcase should take me to the showcase page. It does not, and instead takes me to the residential page, which happens to be the page tied to the showcase.
What’s the point of having these buttons on the page if all I can do is go to the base page? Am I able to provide a link to the showcase page?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
December 25, 2012 at 7:06 am #477468Hi,
Currently, this module makes the whole area of intro text a link to that article, you need to go to page of this article to click that 2 inside links.
fracklk Friendfracklk
- Join date:
- December 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
December 25, 2012 at 6:30 pm #477515So no matter what underlying links I put on the buttons, they will always go to the article? If so, seems silly to have a demo with more than one button on it if they all do the same thing, no?:((
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 26, 2012 at 11:19 am #477552This is bug in JA Slideshow module, But you can fix it with my solution:
+ Download and extract my attactment file to this path
<blockquote>modules/mod_jaslideshow/assets</blockquote>
Let me know if this helps.Also update this fix to our product and it will be released in next version.
fracklk Friendfracklk
- Join date:
- December 2010
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
December 27, 2012 at 3:41 pm #477647Seems pointless to have a demo with two links on it, only to have them only be able to link to the same page.:((
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
December 28, 2012 at 1:48 am #477686<em>@fracklk 352396 wrote:</em><blockquote>Seems pointless to have a demo with two links on it, only to have them only be able to link to the same page.:((</blockquote>
If possible you can pm me url, admin access and ftp account, i shall check and fix the problem directly on your site -
AuthorPosts
This topic contains 15 replies, has 5 voices, and was last updated by fracklk 11 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum