-
AuthorPosts
-
September 14, 2009 at 3:08 am #144185
Hi,
I am receiving a 404 error when i click on the read more link in the content slider module. When I click on the title link it works fine.
I have noticed that in the URL it places ‘ after the link. Any ideas as to how to remove this?
thanx…Jas
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
September 14, 2009 at 8:16 am #317301Hi
Please open modulesmod_ja_contentslidetmpldefault.php file and modulesmod_ja_contentslidetmpldefault_ajax.php file, find following code:
<a href="<?php echo $link;?>'" class="readon">Read more</a>
and change to:
<a href="<?php echo $link;?>" class="readon">Read more</a>
bkmja Friendbkmja
- Join date:
- June 2010
- Posts:
- 96
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 25
- Thanked:
- 1 times in 1 posts
June 8, 2010 at 6:55 pm #346386Hi,
After searching the forums for eternity, this is the closest thread I could find.
While using the content slider, the “read more” link is generating a 404 error when activated. The title and photo links both work fine.
While placing the cursor over the “read more” link, and looking at the url code for the link, it is clear the path is wrong. The primary offender in the path is “component/content” though the incorrect path has a few other issues.
Using J! SEF Urls for a long time now with no problems. Rest of template seems to be behaving pretty well.
If there is an existing thread addressing this issue, I would love to read it.
Otherwise, thanks in advance for the help.
EDIT: Besides the issue mentioned above, the module works fine. Though the following direction is listed in the module. Could this be the problem? Directions: “check in your configuration in your site if there isn’t this line “var $absolute_path by ‘your absulute path’;” you have to add its there to run.”
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 10, 2010 at 8:55 am #346626Dear bkmja!
The above solution only uses for the old version, i do not know which version are your site using? in this cause, please give me the ftp account and the administrator via submit a ticket. i ‘ll check and resolve this issue
Thanksbkmja Friendbkmja
- Join date:
- June 2010
- Posts:
- 96
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 25
- Thanked:
- 1 times in 1 posts
June 10, 2010 at 8:18 pm #346664Hi,
The version is mod_ja_contentslide.v1.1.0, maybe that helps.
Thanks again.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 14, 2010 at 7:46 am #346971Dear bkmja!
The module is working well on my site and our demo, so that please kindly give us the link to your site and the administrator account, FTP account via summitting a ticket . we ‘ll check the issue in detail
Thanks
September 10, 2010 at 7:16 pm #355154I am having the same problem using the content slide in the pyro template and my issue is that the title link and photo links work fine, but the read more gives me a 403 forbidden and then mentions something about 500 error also.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 15, 2010 at 9:51 am #355584<em>@arrowhead 193532 wrote:</em><blockquote>I am having the same problem using the content slide in the pyro template and my issue is that the title link and photo links work fine, but the read more gives me a 403 forbidden and then mentions something about 500 error also.</blockquote>
I think you can go to the modules/mod_ja_contentslide/tmpl/default.php file,Look for this line of Html code
<a href=”<?php echo $link;?>'” class=”readon”><?php echo JTEXT::_(‘READMORE’);?></a>
You can remove the apostrophe in here so that replace the line to
<a href=”<?php echo $link;?>” class=”readon”><?php echo JTEXT::_(‘READMORE’);?></a>October 14, 2010 at 4:23 pm #358996I have same problem.. Actualy before SEO, there wasnt any problem.. But after SEO activated the read more button doesnt work.
I removed the apostrophe also !! -
AuthorPosts
This topic contains 10 replies, has 7 voices, and was last updated by Saguaros 14 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum