Fundraiser SliderInbox Trigger(s)

Home Forums All Other Themes Fundraiser SliderInbox Trigger(s)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #109355
    pbatemanpbateman
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: October 9, 2018

    We recently purchased the “Fundraiser” WordPress Template, and we’re enjoying all of it’s features! We are trying to have the SliderInbox event trigger immediately instead of waiting for the end user to scroll (Homepage 1). If it makes a difference, I have changed the default “demo” items within the code itself instead of creating a page for the Homepage 1 section. I did this in case there were any accidental pop ups on the published page, but it’s convenient at the moment to leave it that way.

    Is there a toggle item I am missing for this function, or do I need to locate a line of code to re-program the trigger to start on pageload?

    #109369
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly show us your website URL?

    Regards,
    Brad

    #109481
    pbatemanpbateman
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: October 9, 2018

    www.fosterva.org

    #109498
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Do you want to remove box animation?

    Regards,
    Brad

    #109605
    pbatemanpbateman
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: October 9, 2018

    I like the animation – but it appears to not activate until the user begins to scroll. I would like it to happen on page load, or as soon as the browser has processed and displayed the slideshow/slider. I had suspected there was a conditional written in the script somewhere that held off on the “SliderInbox” action until the scroll activity occurred.

    We do, however, want to adjust the media conditionals to present a more natural look on the mobile device and remove the box animation from there.

    I just need direction to the file and line of code that contains the instructions for the items I’m referring to above. I’m hunting, but haven’t had any luck yet.

    #109746
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly edit header.php file and paste below code just before </head> tag.

    jQuery(window).load(function() {
      jQuery(".sliderinbox").addClass("fadeInLeft");
    });

    Regards,
    Brad

    #109771
    pbatemanpbateman
    Participant
    • Topics: 1
    • Replies: 4
    • Total: 5
    Member since: October 9, 2018

    Thanks! I appreciate the help 🙂

    #109797
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi pbateman,

    If you found our service good kindly review us here: https://www.sktthemes.org/forums/topic/reviews-and-testimonials/page/19/

    Regards,
    Brad

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.