Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7090855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T08:06:29+00:00 2026-05-28T08:06:29+00:00

I need to use both of them simultaniously (fancybox button helper and thumbnail helper)

  • 0

I need to use both of them simultaniously (fancybox button helper and thumbnail helper)

I can only use one of them at a time.

These are the examples of each function:
http://fancyapps.com/fancybox/#examples

Already tried using the two classes:

<a class="fancybox-buttons fancybox-thumbs"    

But it doesn’t work…
only one at a time, like:

<a class="fancybox-buttons"    

or

<a class="fancybox-thumbs"     

.

These are the javascripts of each:

            /*
            Button helper. Disable animations, hide close button, change title type and content
        */

        $('.fancybox-buttons').fancybox({
            openEffect  : 'none',
            closeEffect : 'none',

            prevEffect : 'none',
            nextEffect : 'none',

            closeBtn  : false,

            helpers : {
                title : {
                    type : 'inside'
                },
                buttons : {}
            },

            afterLoad : function() {
                this.title = 'Image ' + (this.index + 1) + ' of ' + this.group.length + (this.title ? ' - ' + this.title : '');
            }
        });


        /*
            Thumbnail helper. Disable animations, hide close button, arrows and slide to next gallery item if clicked
        */

        $('.fancybox-thumbs').fancybox({
            prevEffect : 'none',
            nextEffect : 'none',

            closeBtn  : false,
            arrows    : false,
            nextClick : true,

            helpers : { 
                thumbs : {
                    width  : 50,
                    height : 50
                }
            }
        });

    });    

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T08:06:30+00:00Added an answer on May 28, 2026 at 8:06 am

    You only need a single script to use both so with a single class in your html should work like

    <a class="fancybox" ...
    

    then the script:

    $('.fancybox').fancybox({
     openEffect  : 'none',
     closeEffect : 'none',
     prevEffect : 'none',
     nextEffect : 'none',
     closeBtn  : false,
     arrows    : false,
     nextClick : true,
     helpers : {
      title : {
       type : 'inside'
      },
      buttons : {},
      thumbs : {
       width : 50,
       height : 50
      }
     },
     afterLoad : function() {
      this.title = 'Image ' + (this.index + 1) + ' of ' + this.group.length + (this.title ? ' - ' + this.title : '');
     }
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I use both of these in the same UIView correctly? I have
I'm confused regarding each() and .each()... I think I need to use both, but
I faced a problem - I need to use a macro value both as
I use jersey-client to consume a REST service. I need both the requested Entity
So, I need use this event so I can navigate trought blog posts. I
I have two applications, both of them are deployed to appharbor, they both need
I need an Http request that I can use in .Net which takes under
Here are two JavaScript classes written by others, I need to use both of
Many people use spaces rather than tabs. I use both of them. Tabs at
For my ASP MVC website I need to use 2 libraries which both need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.