When I set an active page class to something (e.g., yodel) it shows up in Drupal.settings but not on the slideshow.

CommentFileSizeAuthor
#2 925712-advanced_lower-1.patch13.26 KBredndahead

Comments

redndahead’s picture

I, maybe quite stupidly, lowercase the name before I add it in the fields. I'm trying to think if there was a reason for that, but it'll be fixed soon.

redndahead’s picture

Status: Active » Fixed
StatusFileSize
new13.26 KB

Ok I think there was a reason I lowercased the values I believe it had to do with the ability to hide the fields. Anyway I committed this patch which fixes this issue and other misspelled options.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Bredaman’s picture

Title: activepagerclass not working » How to set or control content slideshow with different clickable links on a page
Version: 6.x-3.x-dev » 7.x-3.0
Component: Code » Cycle
Category: bug » support
Priority: Normal » Major
Status: Closed (fixed) » Active

I have been searching plus I am new to Drupal but I cannot find a helpful link. My crazy idea: I am working on a content slideshow feed by basic page contents in Drupal 7. My task is to control what slide to show based on clicked links or button on different area of my home page.

My theoretical solution knowledge says -
* The current content slide to be shown can be manipulated by a global variable: CurrentContent_slide
* Each content page would have a custom global variable example: content_id.
* Each clickable item on my page that is associated with a content would set the CurrentContent_slide with content_id
* Based on all these correlation, I can pick which content to view in a slideshow effect based on links on different areas of my home page

Can anyone point me in a direction please.

Bredaman’s picture

I have been searching plus I am new to Drupal but I cannot find a helpful link. My crazy idea: I am working on a content slideshow feed by basic page contents in Drupal 7. My task is to control what slide to show based on clicked links or button on different area of my home page.

My theoretical solution knowledge says -
* The current content slide to be shown can be manipulated by a global variable: CurrentContent_slide
* Each content page would have a custom global variable example: content_id.
* Each clickable item on my page that is associated with a content would set the CurrentContent_slide with content_id
* Based on all these correlation, I can pick which content to view in a slideshow effect based on links on different areas of my home page

Can anyone point me in a direction please.

  • redndahead committed c4047fd on 8.x-1.x
    #925712 by mfer: Fixed activepagerclass not working.
    
    

  • redndahead committed c4047fd on 8.x-3.x
    #925712 by mfer: Fixed activepagerclass not working.
    
    

  • redndahead committed c4047fd on 8.x-4.x
    #925712 by mfer: Fixed activepagerclass not working.
    
    
nickdickinsonwilde’s picture

Issue summary: View changes
Status: Active » Closed (outdated)