-
AuthorPosts
-
July 31, 2012 at 1:36 pm #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?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 1, 2012 at 8:25 am #462826Hi 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.
August 1, 2012 at 12:40 pm #462858Hi 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 2, 2012 at 4:08 am #462926Hi 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 🙂
August 4, 2012 at 8:07 pm #463183Well 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 6, 2012 at 4:01 am #463293Hi taus,
I will need to check into your code to detect the problem so please pm me the FTP info if possible 🙂
August 6, 2012 at 11:38 am #463353Hi, Check your inbox.
Vinod
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 7, 2012 at 8:23 am #463451Hi 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]1 user says Thank You to Sherlock for this useful post
August 7, 2012 at 10:55 am #463483Hi SH,
Well, you’re a awesome man. Thank you so much for fixing it. I had checked it this morning and it worked. 🙂
Vinod
August 8, 2012 at 10:09 am #463587Hi 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 FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
August 9, 2012 at 9:59 am #463738Two words, You’re awesome.
AuthorPostsViewing 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
Option to Display Only Featured Articles in JA Slide Show Module not working
Viewing 12 posts - 1 through 12 (of 12 total)