Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84959
    Keith
    Participant

    Hi,

    My featured slider is now broken. I’m running wordpress 4.3.3 Can you please take a look? Thanks,

    http://idigitalmedium.com

    Keith

    #85007
    Mahesh
    Keymaster

    Hi @Keith,

    Just checked your site, seems the slider is working fine. Do you mean the navigation in the slider not working properly and click on Next or Prev button redirecting you to the post page instead?
    That is because you have an error in your Custom CSS. Go to “Dashboard=> Appearance=> Theme Options=> Custom CSS” box and find the below line

    @media screen and (min-width: 1360px) {
    	.site {
    	    max-width: 1300px;
    	    width: 100%;
    	}

    You have a } missing which should be like

    @media screen and (min-width: 1360px) {
    	.site {
    	    max-width: 1300px;
    	    width: 100%;
    	}
    }

    And this will fix your problem.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Featured Slider not working latest version wordpress’ is closed to new replies.