-
AuthorPosts
-
abdullah canipek Friend
abdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
March 14, 2014 at 11:49 am #195779I want to 15 articels in home page, but “load next set” function is not working. When i click this button then seen loading message and close so next set never load.
What causes this problem?
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
March 17, 2014 at 7:06 am #526887Pls PM me admin and url credentials of your site, I need to have a closer look and will give you suggestion then.
abdullah canipek Friendabdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
March 17, 2014 at 7:58 pm #527032i sent a massage from p.m.
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
March 18, 2014 at 3:44 am #527086The error occurred because your site used SEF for pagination “xxx-2″,”xxx-3”,…
I helped to get this fixed. In the files: “templates/ja_fixel/html/com_content/category/fixel.php” and “templates/ja_fixel/html/com_content/featured/default.php” I changed:
$urlparams = '';
if (!empty($this->pagination->_additionalUrlParams)){
foreach ($this->pagination->_additionalUrlParams as $key => $value) {
$urlparams .= '&' . $key . '=' . $value;
}
}$next = $this->pagination->limitstart + $this->pagination->limit;
$nextlink = JRoute::_($urlparams . '&' . $this->pagination->prefix . 'limitstart=' . $next);
To:
$urlparams = '';
$urlquery = JRequest::get( 'get' );
$urlparams = http_build_query($urlquery);$next = $this->pagination->limitstart + $this->pagination->limit;
if($urlquery[$this->pagination->prefix.'limitstart']) {
$urlquery[$this->pagination->prefix.'limitstart'] = $next;
$urlparams = http_build_query($urlquery);
}else{
$urlparams .='&'.$this->pagination->prefix.'limitstart='.$next;
}
$nextlink = JRoute::_('index.php?'.$urlparams);
and In the “templates/ja_fixel/js/script.js” file, I changed:
else {
this.type = 'unk';
this.number = 2;
this.path = this.path + (this.path.indexOf('?') == -1 ? '?' : '') + 'start=';
}
To:
//else {
//this.type = 'unk';
//this.number = 2;
//this.path = this.path + (this.path.indexOf('?') == -1 ? '?' : '') + 'start=';
//}
Pls check again.
Note: you should backup 3 files above in case you need to upgrade to new template version later on.
1 user says Thank You to MoonSailor for this useful post
abdullah canipek Friendabdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
March 18, 2014 at 8:45 am #527118I really appreciate you, but there is a small problem ;
when i set main menu item limit 15 then it load existing articles again. I have tried a lot of variation but i can not fix this ?
-
MoonSailor Friend
MoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
March 19, 2014 at 10:23 am #527325When I disabled ajax loading pagination or remove override component content, it showed error as you reported.
But when I disable SEF, it showed correctly.
Please PM me FTP credentials, I need to have a closer investigation.
1 user says Thank You to MoonSailor for this useful post
abdullah canipek Friendabdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
April 1, 2014 at 7:22 pm #529053Thanks for your help and i have sent you P.M. please help again 🙁
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
April 7, 2014 at 7:26 am #529711@asccanipek: The issue relates to the MijoSef component. I am not entirely sure the root of issue. I see the SEF url “anasayfa/sayfa-2” could not return to the real url:
index.php?option=com_content&view=featured&limitstart=5
I believe something wrong from the component (with component disabled, your site runs as normal). I think you should contact mijosoft for better help in this case.
1 user says Thank You to MoonSailor for this useful post
-
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by MoonSailor 10 years, 7 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum