• Resolved danhimm

    (@danhimm)


    Hello,

    instead of the arrows appearing, a big 1/2 shows up in the upper right of the slide.

    Also, the next button shows up below the slider in a grey box – pretty ugly.

    Any help – probably need some CSS to override something?

    Thanks!

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi @danhimm,

    Looks like it’s grabbing some styles from your theme. Can you try to add this to CSS?

    .metaslider ul {
        padding: 0 !important;
    }
    Thread Starter danhimm

    (@danhimm)

    Hi K –

    Doesn’t seem to help.

    Here’s how it looks: https://imgur.com/735RtA3

    Just want it to look how it does here: https://www.metaslider.com/image-slide-demo/

    Thanks!

    D

    Hi @danhimm

    The styles were for the arrow navigation. For the numbers at the top, you can add some more CSS that your theme is adding. Keep what you added before, and also add this one:

    .flex-control-nav.flex-control-paging li {
        padding: 0 !important;
        line-height: 1em;
    }

    If you want to make it look like the demo you shared, under settings you can remove the theme that is set.

    Let me know if helps helps

    Thread Starter danhimm

    (@danhimm)

    Hi K,

    I didn’t even realize the theme was the issue!

    BUT, when i try to select a theme it says: “No route was found matching the URL and request method”

    Any ideas? Thanks K, sorry to be a bother.

    D

    Hi @danhimm

    Do you happen to have a plugin that disables REST routes?

    Can you open the developer tools and check the network headers to see which route it’s going to?

    https://updraftplus.com/faqs/how-do-i-open-my-browsers-developer-tools/

    Open the dev tools and go to network, then when you click remove it will show.

    Let me know if that doesn’t make sense?

    You might also just need to delete then install the plugin again (no data will be lost)

    Thread Starter danhimm

    (@danhimm)

    Hi K,

    Here it is… maybe it’s a trailing slash issue? Set has a 301 but set/ returns the error?

    View post on imgur.com

    Do you have something redirecting those requests? Can you try to disable any related plugins for a moment to check? Maybe disable all plugins and see if any are conflicting? If so I can install it to try and reproduce the issue.

    FYI, the code for that is sans forward slash, and it’s also a POST request:

    Axios.post('themes/set', QS.stringify({
    	action: 'ms_set_theme',
    	slideshow_id: Current.id ? Current.id : this.$parent.currentSlideshow,
    	theme: this.selectedTheme
    })
    Thread Starter danhimm

    (@danhimm)

    Hey K,

    Uninstalling and re-installing the slider didn’t help, but we made the change to the slider theme in the database and it worked. Not sure why the error keeps happening in the dashboard, but it is what it is.

    Thanks for the help!

    Hi @danhimm,

    That’s a weird one but glad to see it’s been worked out.I’ll go ahead and mark this as resolved but feel free to reply if needed or open a new issue.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Arrows and Dots “broken”’ is closed to new replies.