Hello all,

I just recently started making a new webpage for the business I work for. We all like the Zircon theme - especially the slideshow feature and how many blocks it has to offer.

However, when I make a views slideshow and put it into the slideshow block, it's aligned at the top of the page under the menu bar and over the header and logo. (See attached image) Any ideas why it might be doing this and how to fix it? The slideshow is working well, it's just in the wrong place.

Thanks in advance!

-JS

CommentFileSizeAuthor
slideshow-issue.png289.28 KBCreativeJS
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

CreativeJS’s picture

Solved. Could someone please close this issue? Thank you.

AkalizaKeza’s picture

Please tell me how you solved this - we're facing a very similar issue.

Cheers :)

carlosribas’s picture

Could you please tell us how you solved it? Thanks!

ramandamodar’s picture

found a workaround. (finally). Used flexslider-views-slideshow module.

>enable the module.
>add a view
(give your view name,show, type etc etc accordingly)
>display format -> 'slideshow' of 'fields'. (views slideshow module needed)
>click continue & edit
>on the next page, add the image field.
>in the slideshow settings, choose 'FlexSlider' as the 'slideshow type' from the drop down menu. Thats it!

Hope this works for you too!

spyderpie’s picture

Issue summary: View changes

This solution does not work for me. I am disappointed these issues are more than a year old. i was considering buying another template from them .. but ... the lack of response and fix is .... well ... discouraging.

NickDickinsonWilde’s picture

Status: Active » Closed (outdated)

If anyone is still experiencing this, re-open and include exact version of Views Slideshow, theme and version and version of jquery.cycle you are using.

odeno’s picture

Accidental duplicate - please delete

odeno’s picture

Looks like same old error - surprising fix isn't in place or instructions for resolving aren't posted before closing these issues (would save so many support hours).

I have :-

D8 8.5.4
php 7.1.13
mysql 5.5.59
server 1and1 shared hosting
Zircon theme 8.1.3

Issue, no css/js applied to the slider so I have :-
[image 1]
[image 2]

I've tried downloaded the flexslider library, renamed to lower case and placed in sites/all/libraries(note, I didn't think this was necessary as the zircon theme appears to include the library.

I also have the following console error :-

@code
drupal.js?v=8.4.5:13 Uncaught TypeError: $(...).mobileMenu is not a function
at Object.Drupal.Zircon.mobileMenu (zircon.js?v=8.0.0:66)
at Object.attach (zircon.js?v=8.0.0:42)
at Object.Drupal.attachBehaviors (drupal.js?v=8.4.5:25)
at drupal.init.js?v=8.4.5:16
at HTMLDocument.t (ready.min.js?v=1.0.8:4)
Drupal.Zircon.mobileMenu @ zircon.js?v=8.0.0:66
attach @ zircon.js?v=8.0.0:42
Drupal.attachBehaviors @ drupal.js?v=8.4.5:25
(anonymous) @ drupal.init.js?v=8.4.5:16
t @ ready.min.js?v=1.0.8:4
setTimeout (async)
Drupal.throwError @ drupal.js?v=8.4.5:12
Drupal.attachBehaviors @ drupal.js?v=8.4.5:27
(anonymous) @ drupal.init.js?v=8.4.5:16
t @ ready.min.js?v=1.0.8:4
@endcode

When I resolve, I promise to post here so others can benefit.

many thanks

NickDickinsonWilde’s picture

Status: Closed (outdated) » Active

@odeno that looks to be a different error and with different major versions. If you're using flexslider for your slideshow check the flexslider module or zircon if included there for support. If using the slideshow implementation included in Views SLideshow, I can look into it.

Neslee Canil Pinto’s picture

Status: Active » Closed (cannot reproduce)