• Resolved Andrea

    (@techfive2012)


    Hello, before updating to 1.5.1 I had tried the 1.4.4 version in a very long page by inserting two block subpages and I had centered the links next and prev modifying the multipage.css file. Now with the new version the links are on the left and in the css file the previous settings are not present, besides the next links are followed by an icon (in the form of a right arrow) while the prev links have no icons. Where can I change these settings? Thanks, Andrea.

Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author Sergio De Falco

    (@sgr33n)

    Hi,
    Thanks for using Multipage. Modifications you apply to plugins and themes directory will be lost when you update them, you should not modify them directly.
    Regarding the icons, there are no icons on Multipage, If you see any probably you have a theme or a plugin that shows them. I’d suggest to test everything with a different theme to see what happen.

    Regards,
    Sergio

    Thread Starter Andrea

    (@techfive2012)

    hi Sergio and thank You for your answer, I will test it with another theme to understand where the icon come from but do You have any suggestion to center the Next-Prev links (now they are on the bottom left)?
    Thank You

    Plugin Author Sergio De Falco

    (@sgr33n)

    nav.mpp-post-navigation .nav-links {
        text-align: center;
    }
    
    nav.mpp-post-navigation .nav-links a {
        width: auto;
    }
    
    nav.mpp-post-navigation .nav-links a[rel="next"] {
        text-align: unset;
        float: unset;
    }

    This works on a default theme, but if yours is overwriting default rules this will not work.

    Hi have the same problem.
    I’ve made it, that the right navigation “next” ist now align right. But what is the css-code for the left navigation?

    It tried this, but it didn’t work:

    nav.mpp-post-navigation .nav-links a[rel=”back”] {
    text-align: unset;
    float: left;
    }

    Thx in advance 4 your fast help

    • This reply was modified 4 years, 11 months ago by The-Dude.
    Plugin Author Sergio De Falco

    (@sgr33n)

    Can you send me a screenshot?

    Of course. Here you go: https://ibb.co/SxRscw3

    • This reply was modified 4 years, 11 months ago by The-Dude.
    Plugin Author Sergio De Falco

    (@sgr33n)

    Looks like “vorherige seite” is aligned right.
    But this is specific to the theme, cannot help with this.

    Thread Starter Andrea

    (@techfive2012)

    Hi sergio, I tried your code and with some little modification to css of my template now I can see the Prev and Next link at center of the screen but I have noticed that in italian the two name are too long in mobile view. With Loco translate I tried to rename the two name but my changes don’t work and the names shown always remain the same (Pagina precedente and Pagina successiva).
    Thank You

    Plugin Author Sergio De Falco

    (@sgr33n)

    Good.
    You could replace pagina precedente and pagina successiva with arrows on mobile view.

    Thread Starter Andrea

    (@techfive2012)

    I’m sorry but as I wrote I can not replace the words pagina precedente and pagina successiva!
    I renamed them with Loco Translate but when I view the page I’ve always pagina precedente and pagina successiva. Any suggestion?

    • This reply was modified 4 years, 11 months ago by Andrea.
    Plugin Author Sergio De Falco

    (@sgr33n)

    You can do it in CSS using :before and :after.

    Thread Starter Andrea

    (@techfive2012)

    You are right but with my theme I already use :before and :after to show arrows but the problem is the too long name. See my screenshot 01 (pc view) and 02 (mobile view).
    Thank You

    Plugin Author Sergio De Falco

    (@sgr33n)

    Yes I read ?? I’m saying that you can replace via CSS the names with arrows.

    Thread Starter Andrea

    (@techfive2012)

    Hi Sergio, excuse the trouble. Since I’m having difficulties, wouldn’t it be easier to change the names of the links? Why if I change names of Pagina precedente and Pagina successiva with Prev and Next names these do not change? What steps do I have to follow to change the links names?
    Thank You

    Plugin Author Sergio De Falco

    (@sgr33n)

    Hi,
    It’s not possible due to the centralized WordPress translation: https://translate.www.ads-software.com/

    Changing this in CSS is really simple.

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Problem with nav-links in 1.5.1 version’ is closed to new replies.