Tagged: featured slider
- This topic has 1 reply, 2 voices, and was last updated 8 years, 9 months ago by Mahesh.
Viewing 2 posts - 1 through 2 (of 2 total)
-
AuthorPosts
-
February 8, 2016 at 7:37 pm #84959KeithParticipant
Hi,
My featured slider is now broken. I’m running wordpress 4.3.3 Can you please take a look? Thanks,
Keith
February 9, 2016 at 11:07 am #85007MaheshParticipantHi @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 -
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)
- The topic ‘Featured Slider not working latest version wordpress’ is closed to new replies.