Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • jasontaylor Friend
    #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 Moderator
    #317301

    Hi

    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 Friend
    #346386

    Hi,

    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 Moderator
    #346626

    Dear 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
    Thanks

    bkmja Friend
    #346664

    Hi,

    The version is mod_ja_contentslide.v1.1.0, maybe that helps.

    Thanks again.

    Saguaros Moderator
    #346971

    Dear 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

    arrowhead Friend
    #355154

    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.

    Sherlock Friend
    #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>

    storkinn Friend
    #358996

    I 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 !!

    Saguaros Moderator
    #359083

    Please go to the backend configuration of this module and disable the cache option and try again.

    Thanks

Viewing 10 posts - 1 through 10 (of 10 total)

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