Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • taus Friend
    #179540

    Hi All,

    Not sure if this is a known bug or i am doing something differently here.

    When i set it to show only featured articles it simple shows all the articles.

    Any idea?


    1. Screen-Shot-2012-07-31-at-3.35.02-PM
    Sherlock Friend
    #462826

    Hi taus,

    it probably is a caching issue, you can try to select the Caching to Don’t cache under the Advanced Options panel of the module back-end, if the problem still there pm the url, admin account for further checking, also if your module is an old version please upgrade it to the latest.

    taus Friend
    #462858

    Hi SH,

    Well i don’t any cache enabled at the moment as the website is still under construction. I did clean up all the cache but still no luck.

    Yes, the module was updated but featured articles issue still persists.

    Sherlock Friend
    #462926

    Hi taus,

    I installed a demo of Ja rave for checking and did not see the mentioned problem so the problem is at your end only, if you can consider to move your site to a live hosting, give me the url, admin account and the FTP Info as well I shall have further checking for you 🙂

    taus Friend
    #463183

    Well you are correct. I tried the one on my local host too. The featured article worked very well.

    I wonder if it is the Joomla! 2.5.6 upgrade that it is breaking something.

    No, the new site is running on a server its just closed for admins.

    You can access it with the login i pm’d you.

    I would be glad if you can help me out on this. i have handful of work left before the new site launch.

    Let me know if you’re having any troubles accessing the site.

    Sherlock Friend
    #463293

    Hi taus,

    I will need to check into your code to detect the problem so please pm me the FTP info if possible 🙂

    taus Friend
    #463353

    Hi, Check your inbox.

    Vinod

    Sherlock Friend
    #463451

    Hi taus,

    Okay, I checked and find out a small bug there, I have just fixed it for you as following
    Open the file of modulesmod_jaslideshowhelpershelper.php looking for this code
    [PHP] if (!class_exists(“ContentModelArticles”)) {
    require_once JPATH_BASE . DS . “administrator” . DS . “components” . DS . “com_content” . DS . “models” . DS . “articles.php”;
    } [/PHP]
    And just change it to
    [PHP] if (!class_exists(“ContentModelArticles”)) {
    require_once JPATH_BASE . DS . “components” . DS . “com_content” . DS . “models” . DS . “articles.php”;
    } [/PHP]

    taus Friend
    #463483

    Hi SH,

    Well, you’re a awesome man. Thank you so much for fixing it. I had checked it this morning and it worked. 🙂

    Vinod

    taus Friend
    #463587

    Hi SH,

    I have one more question. Do you know how to have the article linked to the main image. Currently the link is placed on the mask area but i would like the link to be placed on the image itself.

    Vinod

    Sherlock Friend
    #463675

    Hi taus,

    You can open the file of templates/your_template/css/template.css adding this css rule

    .ja-slide-main {
    z-index: 10 !important;
    }

    I think that would help !

    taus Friend
    #463738

    Two words, You’re awesome.

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

This topic contains 12 replies, has 2 voices, and was last updated by  taus 12 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum