-
AuthorPosts
-
italpascal Friend
italpascal
- Join date:
- November 2014
- Posts:
- 94
- Downloads:
- 95
- Uploads:
- 34
- Thanks:
- 9
- Thanked:
- 3 times in 1 posts
September 6, 2015 at 2:31 pm #681942Hi, use JASugite in italpascal.it
Not proceed with form feed, and even “All Pages”
link: http://italpascal.it/index.php/articoli/intenzioni/blog-style-1/91-travel/202-altro-pagebreaak
see image
Thank you
Ital Pascal
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 7, 2015 at 4:29 am #682011Your question was a little difficult to understand. You can explain me more detail again, it will help to understand your problem. I will help you to check it further
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 7, 2015 at 4:29 am #747663Your question was a little difficult to understand. Pls clarify it in more details so that I can see the issue and help you out.
italpascal Frienditalpascal
- Join date:
- November 2014
- Posts:
- 94
- Downloads:
- 95
- Uploads:
- 34
- Thanks:
- 9
- Thanked:
- 3 times in 1 posts
September 7, 2015 at 8:36 am #682063Hi, I try to explain (excuse my English translated by google)
When click page-2 does not advance, it remains in page-1 (Other Pagebreak) and if you click on all pages continues to remain on page-1.
You must continue to click “Avanti” button ( see image )Ital Pascal
italpascal Frienditalpascal
- Join date:
- November 2014
- Posts:
- 94
- Downloads:
- 95
- Uploads:
- 34
- Thanks:
- 9
- Thanked:
- 3 times in 1 posts
September 7, 2015 at 8:36 am #747706Hi, I try to explain (excuse my English translated by google)
When click page-2 does not advance, it remains in page-1 (Other Pagebreak) and if you click on all pages continues to remain on page-1.
You must continue to click “Avanti” button ( see image )Ital Pascal
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 7, 2015 at 8:42 am #682067@italpascal: You can pm me admin login backend site, I will help you to check it directly on your site.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 7, 2015 at 8:42 am #747710@italpascal: You can pm me admin login backend site, I will help you to check it directly on your site.
italpascal Frienditalpascal
- Join date:
- November 2014
- Posts:
- 94
- Downloads:
- 95
- Uploads:
- 34
- Thanks:
- 9
- Thanked:
- 3 times in 1 posts
September 7, 2015 at 10:21 am #682079Ok, send in private message
Ital Pascal
italpascal Frienditalpascal
- Join date:
- November 2014
- Posts:
- 94
- Downloads:
- 95
- Uploads:
- 34
- Thanks:
- 9
- Thanked:
- 3 times in 1 posts
September 7, 2015 at 10:21 am #747722Ok, send in private message
Ital Pascal
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 8, 2015 at 4:47 am #682260<em>@italpascal 490882 wrote:</em><blockquote>Ok, send in private message
Ital Pascal</blockquote>
I could not access backend of your site with the credentials info of your pm, but I duplicated this bug at my end and below is my solution to solve it
Open templates/ja_sugite/js/script.js file
find and change
// Tab
(function($){
$(document).ready(function(){
if($('.nav.nav-tabs').length > 0){
$('.nav.nav-tabs a').click(function (e) {
e.preventDefault();
$(this).tab('show');
})
}
});
})(jQuery);
to
// Tab
(function($){
$(document).ready(function(){
if($('.nav.nav-tabs').length > 0){if ($('.article-index .nav.nav-tabs').length > 0) {
return false;
}$('.nav.nav-tabs a').click(function (e) {
e.preventDefault();
$(this).tab('show');
})
}
});
})(jQuery);
Let me know if it helps
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 8, 2015 at 4:47 am #747794<em>@italpascal 490882 wrote:</em><blockquote>Ok, send in private message
Ital Pascal</blockquote>
I could not access backend of your site with the credentials included in your pm, but I duplicated this bug at my end and below is my solution to solve it
Open templates/ja_sugite/js/script.js file
find and change
// Tab
(function($){
$(document).ready(function(){
if($('.nav.nav-tabs').length > 0){
$('.nav.nav-tabs a').click(function (e) {
e.preventDefault();
$(this).tab('show');
})
}
});
})(jQuery);
to
// Tab
(function($){
$(document).ready(function(){
if($('.nav.nav-tabs').length > 0){if ($('.article-index .nav.nav-tabs').length > 0) {
return false;
}$('.nav.nav-tabs a').click(function (e) {
e.preventDefault();
$(this).tab('show');
})
}
});
})(jQuery);
Let me know if it helps
italpascal Frienditalpascal
- Join date:
- November 2014
- Posts:
- 94
- Downloads:
- 95
- Uploads:
- 34
- Thanks:
- 9
- Thanked:
- 3 times in 1 posts
September 8, 2015 at 2:01 pm #682459Thanks, it works great 😉
I’m sorry to login, I do not understand :-[
Solved 😉
italpascal Frienditalpascal
- Join date:
- November 2014
- Posts:
- 94
- Downloads:
- 95
- Uploads:
- 34
- Thanks:
- 9
- Thanked:
- 3 times in 1 posts
September 8, 2015 at 2:01 pm #747864Thanks, it works great 😉
I’m sorry to login, I do not understand :-[
Solved 😉
-
AuthorPosts
This topic contains 13 replies, has 2 voices, and was last updated by italpascal 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum