New Landing How can we help? Cardinal 'Load More' problem in mobile

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Cardinal
  • #273399
    Maurizio.Lattanzio
    Member
    Post count: 174

    Bye. I’ve two problem and I’ve not find help in support.
    1) I’ve Home page with Blod Mansory and ‘Load More’ buttom. In desktop, tabler landscape and Table Portrait is correct, there is only buttom ‘Load More’. The problem is with mobile because over the ‘Load More ‘ buttom there is the selector of page 1,2,3 and more.
    How is it possible not have the link of page?
    2) I0’ve read the forum but I’ve not find a solution. Language.
    In file .po e .mo there is traslation in italian but in front side I’ve some word in English like ‘Load More’ and ‘Categories’ in post page. Can you help me?
    Bye, Maurizio

    #273794
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,
    Regarding your issues:

    1)
    Add the code below to your custom css option.

    @media only screen and (max-width: 767px){
    .pagination-wrap {
        display: none !important;
        visibility: hidden !important;
    }
    }

    2) Try to use this plugin to translate those strings.
    https://pt.wordpress.org/plugins/real-time-find-and-replace/

    Hope it helps.

    -Rui

    #275514
    Maurizio.Lattanzio
    Member
    Post count: 174

    I have add code. It’s OK but so in the page http://www.seetorino.com/blog/ there is not more page navigation. Always in mobile view.
    About second point, for the moment I’ prefer waiting, I don’t want add another pulg-in.
    🙂

    #275838
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In that case replace the previous code by this one so it can show the pagination on the blog page.

    @media only screen and (max-width: 767px){
    .pagination-wrap {
        display: none !important;
        visibility: hidden !important;
    }
    .page-id-14614 .pagination-wrap {
        display: block !important;
        visibility: visible !important;
    }
    }

    -Rui

    #275904
    Maurizio.Lattanzio
    Member
    Post count: 174

    Thank You.
    Now it’s visible but not in mobile, only desktop.
    But, It’s not a very important problem for the moment.

    #276133
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Ok. Let us know if necessary.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register