Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

WowSlider Doesnt work when browse is smaller than certain size

New Here ,
Jan 18, 2017 Jan 18, 2017

I Can not get WowSlider to work when browse is smaller than certain size. Bates Brothers Amusements: Food & Games.​ Any Suggestions?

459
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Jan 18, 2017 Jan 18, 2017

In your navigation.css you have the below css styling which is making the the wow slider main image disappear when the browser width gets to 769px in width.

Look for the ul selector which is within the 769px media  query tags:

@media screen and (max-width : 769px){

/*Make dropdown links appear inline*/

ul {

position: static;

display: none;

}

Change it to have #menu prior to the ul like below:

/*Make dropdown links appear inline*/

#menu ul {

position: static;

display: none;

}

The small thumbnail images disappe

...
Translate
LEGEND ,
Jan 18, 2017 Jan 18, 2017

In your navigation.css you have the below css styling which is making the the wow slider main image disappear when the browser width gets to 769px in width.

Look for the ul selector which is within the 769px media  query tags:

@media screen and (max-width : 769px){

/*Make dropdown links appear inline*/

ul {

position: static;

display: none;

}

Change it to have #menu prior to the ul like below:

/*Make dropdown links appear inline*/

#menu ul {

position: static;

display: none;

}

The small thumbnail images disappear on small devices but I think that is what is meant to happen.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 20, 2017 Jan 20, 2017

Works great now! Tanks

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 29, 2017 Jan 29, 2017

How do i get it so the navigation overlays the slide show(s)? I this is the last thing i have to do to complete this project.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jan 30, 2017 Jan 30, 2017
LATEST

jzutter​ The last question has also been posted at https://forums.adobe.com/message/9296822?et=watches.email.thread#9296822

To avoid confusion and because your original question has been answered, I am locking this topic.

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines