Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • italpascal Friend
    #681942

    Hi, 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 Moderator
    #682011

    Your 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 Moderator
    #747663

    Your 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 Friend
    #682063

    Hi, 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 Friend
    #747706

    Hi, 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 Moderator
    #682067

    @italpascal: You can pm me admin login backend site, I will help you to check it directly on your site.

    Ninja Lead Moderator
    #747710

    @italpascal: You can pm me admin login backend site, I will help you to check it directly on your site.

    italpascal Friend
    #682079

    Ok, send in private message

    Ital Pascal

    italpascal Friend
    #747722

    Ok, send in private message

    Ital Pascal

    Ninja Lead Moderator
    #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 Moderator
    #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 Friend
    #682459

    Thanks, it works great 😉

    I’m sorry to login, I do not understand :-[

    Solved 😉

    italpascal Friend
    #747864

    Thanks, it works great 😉

    I’m sorry to login, I do not understand :-[

    Solved 😉

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

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