• Resolved gchiappori

    (@gchiappori)


    I’m evaluating the plugin, very nice.

    I have a problem: I can not see the arrows next to the navigation instructions. WP 5 and 2.11 release of get-direction plugin.

    Thanks πŸ™‚

    Gio

    PS: also in your demo page https://ibb.co/Xt2t4dx Firefox, Chrome, IE, W7, and W10

    • This topic was modified 5 years, 4 months ago by gchiappori.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 16 total)
  • Plugin Author fullworks

    (@fullworks)

    Hi,

    can you send me a link to the page or is it on a local site ( you can email me support at fullworks.net if you don’t want a public url )

    Did the arrows show before 5.0?

    In all probability it is just a css thing.

    Plugin Author fullworks

    (@fullworks)

    OK I can replicate the issue – looks like missing arrow fonts. I will work on a fix.

    Thread Starter gchiappori

    (@gchiappori)

    Thank You πŸ˜€

    Plugin Author fullworks

    (@fullworks)

    Fixed in 2.13

    Thread Starter gchiappori

    (@gchiappori)

    Oh Thanks πŸ™‚

    Where I can find 2.13 ?

    Gio

    Plugin Author fullworks

    (@fullworks)

    Should be live now here

    Thread Starter gchiappori

    (@gchiappori)

    thanks πŸ™‚

    Thread Starter gchiappori

    (@gchiappori)

    I’m sorry but it does not work yet …
    or better…
    Works in your demo page, but not in my site…
    I do some tests and then I write

    gio

    • This reply was modified 5 years, 4 months ago by gchiappori.
    Plugin Author fullworks

    (@fullworks)

    Take a look at the demo site that has 2.13 installed https://demo.fullworks.net/get-directions/free-plugin-features/

    It could be that the page is cached either in your browsers ( clear browser cache) or at your server ( e.g. a caching plugin – clear the cache )

    Thread Starter gchiappori

    (@gchiappori)

    The problem is BeTheme. I have tried with a standard WP theme and your plugin works fine.

    So, thanks for the support and sorry for wasting your time.

    I try to understand what happen.

    Gio

    Plugin Author fullworks

    (@fullworks)

    It is this css in BeTheme

    [class^=”icon-“]:before, [class*=” icon-“]:before {
    font-family: “mfn-icons”;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    }

    In an hour I’ll tell you what to change πŸ™‚

    Plugin Author fullworks

    (@fullworks)

    The icons are in the class .maneuver-icon

    The theme is forcing the wrong icon set

    so in additional css force it to use the mapquest icons

    i.e.
    .maneuver-icon:before {font-family:”mq-icons”;}

    That should sort you out

    Thread Starter gchiappori

    (@gchiappori)

    it works, thanks πŸ™‚

    pay attention to quotation marks: ” is not " πŸ˜€

    wrong:
    .maneuver-icon:before {font-family:”mq-icons”;}

    correct:
    .maneuver-icon:before {font-family:"mq-icons";}

    • This reply was modified 5 years, 4 months ago by gchiappori.
    • This reply was modified 5 years, 4 months ago by gchiappori.
    Plugin Author fullworks

    (@fullworks)

    cut and paste issues when pulling off WordPress support forums – it is a real pain that quotes get changed – difficult to stop.

    • This reply was modified 5 years, 4 months ago by fullworks.
    Thread Starter gchiappori

    (@gchiappori)

    Yes, I know πŸ™‚

    I explained to the less experienced people.

    Thanks a lot for your time
    Problem solved.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘navigation arrows are not visible’ is closed to new replies.