-
AuthorPosts
-
July 24, 2014 at 1:24 am #199942
Hi,
I am wanting the “read this entry” to open up the article page not to display the article beneath the slider.
Can someone tell me how I can achieve this?Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 24, 2014 at 5:10 am #543304The “Link Read This Entry” and link on Image are showing the detail article page, I’m not sure what you are implying about “Open Article page” of your mentioned here.
You can give me the URL of your site with illustrated screenshot. I will be happy to help you out.
July 25, 2014 at 12:49 am #543398Hi,
The site is offline but when there is an article that is a menu item the link opens in a new page. When the article is from a category blog page the article displays under the content slider on the homepage.
I would like for them all to open in a new page without making menu items.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
July 25, 2014 at 11:01 am #543451Which JA Templates are you working on? I guess it is JA Bookshop template, you can try to use this way
Open templates/ja_bookshop/html/mod_jacontentslider/default.php file
Change
<div class="ja-slidereadmore"> <a href="<?php echo $link;?>" class="btn btn-primary"><?php echo JTEXT::_('READMORE');?></a> </div>
To
<div class="ja-slidereadmore"> <a href="<?php echo $link.'?tmpl=component';?>" class="btn btn-primary" target="_blank"><?php echo JTEXT::_('READMORE');?></a> </div>
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Ninja Lead 10 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Link Read This Entry To Open Article Page
Viewing 4 posts - 1 through 4 (of 4 total)