fancybox 3 and wb14 problem

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
presto
 
 
Posts: 138
Joined: Tue Aug 24, 2010 5:19 pm
Contact:

Re: fancybox 3 and wb14 problem

Post by presto »

The only files you will need to run fancybox 3 are "jquery.fancybox.min.css" and "jquery.fancybox.min.js" and a file "lightbox.ini" (you can copy this from the "old" fancybox). These three files only are sufficiant to run fancybox 3.

If you want to run a slideshow then you also need to add the file "slideshow.js".

There is a file "core.js", too. With this file there you can determine yourself the behavior of fancybox 3, otherwise fancybox 3 will use the default values. In this file there is a part where for example you can switch on and off the icons shown in the upper right corner of the modal window when fancybox 3 runs. And here you can also set "arrows: true" to show the navigation arrows.

All these mentioned files above should be in the folder called "fancybox", so no sub-folders are needed. This configuration works perfectly for me.
Last edited by presto on Sat May 12, 2018 1:10 pm, edited 1 time in total.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: fancybox 3 and wb14 problem

Post by wb_user »

presto wrote: Sat May 12, 2018 12:53 pm The only files you will need to run fancybox 3 are "jquery.fancybox.min.css" and "jquery.fancybox.min.js" and a file "lightbox.ini" (you can copy this from the "old" fancybox). These three files only are sufficiant to run fancybox 3.

If you want to run a slideshow then you also need to add the file "slideshow.js".

There is a file "core.js", too. With this file there you can determine yourself the behavior of fancybox 3, otherwise fancybox 3 will use the default values. In this file there is a part where for example you can switch on and off the icons shown in the upper right corner of the modal window when fancybox 3 runs.

All these mentioned files above should be in the folder called "fancybox", so no sub-folders are needed. This configuration works perfectly for me.
sorry my english is not good i download fancybox3 from that site and paste that in system\lightbox
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

I have been trying to run FB3 integrated into Slideshow and struck the same problems. You only need the 2 .min files for css and js. core is built into those files.
How does it know data-caption = title of image? - needed to run this version
Can't get arrows:true to work either
Perhaps someone could give us a working wbs file to check out.
presto
 
 
Posts: 138
Joined: Tue Aug 24, 2010 5:19 pm
Contact:

Re: fancybox 3 and wb14 problem

Post by presto »

rogerl wrote: Sat May 12, 2018 9:23 pmYou only need the 2 .min files for css and js. core is built into those files.
How does it know data-caption = title of image? - needed to run this version.
You need a file called "lightbox.ini" as well. This should contain these lines only:

[attribute]
rel=$ID$

[copyrights]
company=fancyapps
url=http://fancyapps.com/fancybox/3/

[init]
script=$("a[rel^='$ID$']").fancybox({$SETTINGS$});
settings=

You can copy this to any editor and then save the file as "lightbox.ini" in the same directory as the .min files
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

Yes, have that file as well.
So what script / css have you used in Head, if any and what settings did you use for lightbox, fancybox.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: fancybox 3 and wb14 problem

Post by wb_user »

hello
"- New feature: Added the possibility to use fancybox v3. Due to license restrictions we are not allowed to distribute fancybox v3. However if you copy the files from https://fancyapps.com/fancybox/3/ to Documents\WYSIWYG Web Builder\system\lightbox\fancybox, then application will use these files instead of the included ones (fancybox v1)."
who can send me the files with .ini and .css without problem to i put that to Documents\WYSIWYG Web Builder\system\lightbox\fancybox ?
presto
 
 
Posts: 138
Joined: Tue Aug 24, 2010 5:19 pm
Contact:

This is how to use fancybox 3 in WWB 14

Post by presto »

After having installed WWB 14 you only have to create once a directory named "lightbox" with a subdirectory "fancybox" in "C:/Documents\WYSIWYG Web Builder\system".

Please not that this is the standard path and directory where WWB (both 32-bit and 64-bit version) stores important information. Most probably you won't have changed this. Please do not mix this up with the path to the programme files of WWB.

In this new directory "C:/Documents\WYSIWYG Web Builder\system\lightbox\fancybox" you only have to copy the two files from fancybox 3:

jquery.fancybox.min.css
jquery.fancybox.min.js

Even if you update WWB 14 it does not overwrite this directory and as long as this directory exists, WWB 14 will use fancybox 3 instead of the built-in fancybox 1.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: This is how to use fancybox 3 in WWB 14

Post by wb_user »

presto wrote: Sun May 13, 2018 10:25 am After having installed WWB 14 you only have to create once a directory named "lightbox" with a subdirectory "fancybox" in "C:/Documents\WYSIWYG Web Builder\system".

Please not that this is the standard path and directory where WWB (both 32-bit and 64-bit version) stores important information. Most probably you won't have changed this. Please do not mix this up with the path to the programme files of WWB.

In this new directory "C:/Documents\WYSIWYG Web Builder\system\lightbox\fancybox" you only have to copy the two files from fancybox 3:

jquery.fancybox.min.css
jquery.fancybox.min.js

Even if you update WWB 14 it does not overwrite this directory and as long as this directory exists, WWB 14 will use fancybox 3 instead of the built-in fancybox 1.
i do all of this but arrows not shown :cry:
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

What is the URL of the page so I can see what you have done?
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: fancybox 3 and wb14 problem

Post by wb_user »

Pablo wrote: Sun May 13, 2018 11:07 am What is the URL of the page so I can see what you have done?
Last edited by wb_user on Mon Dec 07, 2020 9:29 am, edited 1 time in total.
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

OK, in my case, using the slide show, it works and arrows and controls show by default but disappear if no screen activity. I know Janis put out a fix for that cause it annoyed users. I'll go look for that.
  • How do I get the image title to show as the caption?
  • Given that I use all 3 versions of fancybox across the site, why can't the lightbox setup in Program Files be used with a Folder "fancybox3"
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

please see this :
http://bit.do/egdA3

ID:
wb_تور-مجازیPhotoGallery1
I so not see any references to 'arrows: true' in the code.
Where exactly did you add it?
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

Given that I use all 3 versions of fancybox across the site, why can't the lightbox setup in Program Files be used with a Folder "fancybox3"
Because as a standard Windows user you cannot copy files to this folder.

I am not allowed to distribute fancybox3 in the setup, that is why you will need to copy the files yourself.
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

OK, in my case, using the slide show, it works and arrows and controls show by default but disappear if no screen activity. I know Janis put out a fix for that cause it annoyed users. I'll go look for that.
Found the answer to this - put the following into settings:

Code: Select all

idleTime: false
Also with current version of FB3 the arrows and basic controls should show by default.
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

Because as a standard Windows user you cannot copy files to this folder.

I am not allowed to distribute fancybox3 in the setup, that is why you will need to copy the files yourself.
As an "Administrator" I have full access to all files on my system.
I setup fancybox2 in this manner and it works perfectly as a choice under "Lightbox Gallery". In fact I did this after coming across a post where you suggested this method.
This does not involve you distributing the software at all.
  • Is there some way you could expand your current method suggested for FB3 so that it doesn't overwrite fancybox default and allow us to have a fancybox2 and fancybox3 folder under this scenario?
  • I noticed after entering settings for "fancybox" and exiting in the normal manner. I then went to preview to check the page. I then went back to change settings only to find my original settings had been erased.
Last edited by rogerl on Sun May 13, 2018 12:35 pm, edited 1 time in total.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: fancybox 3 and wb14 problem

Post by wb_user »

Pablo wrote: Sun May 13, 2018 11:48 am
please see this :

ID:
wb_تور-مجازیPhotoGallery1
I so not see any references to 'arrows: true' in the code.
Where exactly did you add it?
in ID : تور-مجازیPhotoGallery1
i set this in light box gallery - fancybox - options : https://pasteboard.co/HkZ83tT.jpg
Last edited by wb_user on Sun Sep 19, 2021 11:43 am, edited 3 times in total.
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

i set this in light box gallery - fancybox - settings : https://pasteboard.co/HkZ83tT.jpg
This look correct.

Maybe this will be helpful?
https://www.wysiwygwebbuilder.com/forum ... 10&t=80753

Make sure the contents of lightbox.ini is correct.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: fancybox 3 and wb14 problem

Post by wb_user »

Pablo wrote: Sun May 13, 2018 12:30 pm
i set this in light box gallery - fancybox - settings : https://pasteboard.co/HkZ83tT.jpg
This look correct.
can you send me http://wysiwygwebbuilder.com/support/fancybox3/ project folder to i preview that whats happen ?
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

Here's the project:
https://www.wysiwygwebbuilder.com/suppo ... x3demo.zip

Also, please be aware of the license for Fancybox 3.
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

Slideshow fancybox3 settings
if you want to show image title as caption and include image count put the following into settings:

Code: Select all

 infobar:false,
 caption : function( instance, item ) {
    var caption = this.title || '';
    return '<span class="fancy-count">(Image <span data-fancybox-index></span> of <span data-fancybox-count></span>)</span>' + ( caption.length ? ' ' + caption : '' );
  }
presto
 
 
Posts: 138
Joined: Tue Aug 24, 2010 5:19 pm
Contact:

Re: This is how to use fancybox 3 in WWB 14

Post by presto »

wb_user wrote: Sun May 13, 2018 10:49 am
presto wrote: Sun May 13, 2018 10:25 am After having installed WWB 14 you only have to create once a directory named "lightbox" with a subdirectory "fancybox" in "C:/Documents\WYSIWYG Web Builder\system".

Please not that this is the standard path and directory where WWB (both 32-bit and 64-bit version) stores important information. Most probably you won't have changed this. Please do not mix this up with the path to the programme files of WWB.

In this new directory "C:/Documents\WYSIWYG Web Builder\system\lightbox\fancybox" you only have to copy the two files from fancybox 3:

jquery.fancybox.min.css
jquery.fancybox.min.js

Even if you update WWB 14 it does not overwrite this directory and as long as this directory exists, WWB 14 will use fancybox 3 instead of the built-in fancybox 1.
i do all of this but arrows not shown :cry:
This works perfectly even with arrows provided that there is a file called lightbox.ini in the original fancybox directory. This file is installed automatically when you install WWB 14.
German
 
 
Posts: 17
Joined: Thu Aug 29, 2013 1:53 pm

Re: This is how to use fancybox 3 in WWB 14

Post by German »

presto wrote: Sun May 13, 2018 1:34 pm
wb_user wrote: Sun May 13, 2018 10:49 am
presto wrote: Sun May 13, 2018 10:25 am After having installed WWB 14 you only have to create once a directory named "lightbox" with a subdirectory "fancybox" in "C:/Documents\WYSIWYG Web Builder\system".

Please not that this is the standard path and directory where WWB (both 32-bit and 64-bit version) stores important information. Most probably you won't have changed this. Please do not mix this up with the path to the programme files of WWB.

In this new directory "C:/Documents\WYSIWYG Web Builder\system\lightbox\fancybox" you only have to copy the two files from fancybox 3:

jquery.fancybox.min.css
jquery.fancybox.min.js

Even if you update WWB 14 it does not overwrite this directory and as long as this directory exists, WWB 14 will use fancybox 3 instead of the built-in fancybox 1.
i do all of this but arrows not shown :cry:
This works perfectly even with arrows provided that there is a file called lightbox.ini in the original fancybox directory. This file is installed automatically when you install WWB 14.
Thank You very much. Great! It works perfect :idea:
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: fancybox 3 and wb14 problem

Post by wb_user »

Pablo wrote: Sat May 12, 2018 12:15 pm It works for me:
http://wysiwygwebbuilder.com/support/fancybox3/
is it possible to send me this project file ?
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

See my previous reply with link.
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: fancybox 3 and wb14 problem

Post by wb_user »

Pablo wrote: Mon May 14, 2018 5:41 am See my previous reply with link.
pablo , i check this topic : viewtopic.php?f=10&p=404218#p404218 and I acted carefully
i check your project too
but fancybox arrows not work for me Even in your project
I don't know what to do
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

Are you sure the lightbox.ini is correct?
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: fancybox 3 and wb14 problem

Post by wb_user »

Pablo wrote: Mon May 14, 2018 7:31 am Are you sure the lightbox.ini is correct?
yes! image: https://pasteboard.co/Hl6OHxr.jpg
please note i change my system folder from wb14 settings to D
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

If you remorse 'lightbox.ini' does it still work?
If yes, then the location is wrong.
User avatar
zinc
 
 
Posts: 2146
Joined: Sat Dec 08, 2007 3:06 pm
Location: London, United Kingdom
Contact:

Re: fancybox 3 and wb14 problem

Post by zinc »

If you create a file called lightbox.ini and copy these

[attribute]
rel=$ID$

[copyrights]
company=Janis Skarnelis
url=http://fancybox.net/

[init]
script=$("a[rel^='$ID$']").fancybox({$SETTINGS$});



and place the file back the folder "facybox" within your "lightbox" folder, it works. I have just tried it and no issues.
Running WYSIWYG Web Builder since 2007...
wb_user
 
 
Posts: 1099
Joined: Sun Jul 05, 2015 7:03 am

Re: fancybox 3 and wb14 problem

Post by wb_user »

my system folder in D:\
i set fancybox files in D:\WWB\system\lightbox\fancybox
after that i test photo gallery its load fancybox 3 , and when remove fancybox folder , its load fancybox V1 and i guess no problem for fancybox 3 files and folder location.

------------------------------------------------------------------------------------------------
in D:\WWB\system\lightbox\fancybox i have lightbox.ini with
[attribute]
rel=$ID$

[copyrights]
company=Janis Skarnelis
url=http://fancybox.net/

[init]
script=$("a[rel^='$ID$']").fancybox({$SETTINGS$});

with this .ini , arrows not shown. when i remove lightbox.ini , photo gallery is correctly work i think lightbox.ini not effect on my photo gallery
i test pablo project file ( with arrows:true config) .To be or not to be lightbox.ini in my wb system folder ( are: D:\WWB\system\lightbox\fancybox ) not effect on project photo gallery.
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

I have successfully tested both Pablo's Gallery demo and the original ice image example.
I discovered my .ini file has an extra line to that offered in this thread:

Code: Select all

settings=
When I tested further, the Gallery example, the settings would not work unless the .ini file was in the folder whereas the slideshow example worked with or without the .ini file.
The files are in the correct location as set out in the method. (C:\Documents\WYSIWYG Web Builder\system\lightbox\fancybox)
here are the settings I have used in the slideshow example and Gallery example to further enhance the output:

Code: Select all

infobar:false,
 loop:true,
 idleTime: false,
slideShow : { autoStart : true },
 caption : function( instance, item ) {
    var caption = this.title || '';
    return '<span class="fancy-count">(Image <span data-fancybox-index></span> of <span data-fancybox-count></span>)</span>' + ( caption.length ? ' ' + caption : '' )
  }

Gallery Example:
https://www.whiteshepherdsnz.com/NewSite/index.html

Slideshow Example:
https://www.whiteshepherdsnz.com/NewSite/Ice.html
mayur007
 
 
Posts: 285
Joined: Tue Jun 24, 2014 9:06 am

Re: fancybox 3 and wb14 problem

Post by mayur007 »

rogerl wrote: Mon May 14, 2018 10:15 pm I have successfully tested both Pablo's Gallery demo and the original ice image example.
I discovered my .ini file has an extra line to that offered in this thread:

Code: Select all

settings=
When I tested further, the Gallery example, the settings would not work unless the .ini file was in the folder whereas the slideshow example worked with or without the .ini file.
The files are in the correct location as set out in the method. (C:\Documents\WYSIWYG Web Builder\system\lightbox\fancybox)
here are the settings I have used in the slideshow example and Gallery example to further enhance the output:

Code: Select all

infobar:false,
 loop:true,
 idleTime: false,
slideShow : { autoStart : true },
 caption : function( instance, item ) {
    var caption = this.title || '';
    return '<span class="fancy-count">(Image <span data-fancybox-index></span> of <span data-fancybox-count></span>)</span>' + ( caption.length ? ' ' + caption : '' )
  }

Gallery Example:
https://www.whiteshepherdsnz.com/NewSite/index.html

Slideshow Example:
https://www.whiteshepherdsnz.com/NewSite/Ice.html
thankyou it worked
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

Pablo, would I be right in saying if you have used Fancybox1 elsewhere on a site, that folder will now be over written when this one is uploaded. If so, is there some way to over come the problem.
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

Pablo, would I be right in saying if you have used Fancybox1 elsewhere on a site, that folder will now be over written when this one is uploaded.
Correct, it will affect all object that use fancybox
mayur007
 
 
Posts: 285
Joined: Tue Jun 24, 2014 9:06 am

Re: fancybox 3 and wb14 problem

Post by mayur007 »

@pablo I did as you said in the thread but the problem arised tat there no arrows to navigate
arrows true code didnt worked but the rogel code worked, but curious is there anything i needed to do it for that without using the extra code like you made it worked?
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: fancybox 3 and wb14 problem

Post by Pablo »

@pablo I did as you said in the thread but the problem arised tat there no arrows to navigate
The purpose of FAQ article is how to replace fancybox1 with fancybox3. It will use the default configuration. WWB does not change the way fancybox works.
If you want to change the properties then please consult the documentation for more information:
https://fancyapps.com/fancybox/3/docs/
mayur007
 
 
Posts: 285
Joined: Tue Jun 24, 2014 9:06 am

Re: fancybox 3 and wb14 problem

Post by mayur007 »

sorry support was trying in wb12 with your code now its working correct in wb14 as it should
LJLachance
 
 
Posts: 117
Joined: Sun Feb 04, 2018 8:19 pm
Location: Jacksonville, FL
Contact:

Re: fancybox 3 and wb14 problem

Post by LJLachance »

Maybe a crazy question but - I have a page that was completely written (but not published) prior to following all instructions and copying files with ini file for fancybox3. I am using WB15. Now that I've added the folder with the 2 min files and the ini , when I preview the (unpublished) page, it seems nothing has changed and I am still using the original version of fancybox. Is there something different I need to do to have the new version take effect on an existing page (before publishing the site?)

Also, there was a comment in this thread that there was an "existing" fancybox folder that was installed originally (prior version). The only place I find an existing fancybox folder is in the published files, not in the system folder. Is that right?

Thanks as always...
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

Have you placed the fancybox3 files in
Documents > WYSIWYG Web Builder > system > lightbox > fancybox >
If the fancybox folder is not present then you need to create it.
There is a more recent thread on this subject as well see
https://www.wysiwygwebbuilder.com/forum ... 15#p437903
There may be something relevant there for you.
LJLachance
 
 
Posts: 117
Joined: Sun Feb 04, 2018 8:19 pm
Location: Jacksonville, FL
Contact:

Re: fancybox 3 and wb14 problem

Post by LJLachance »

Roger, thanks for that reply. Placement of the folders and files are correct and I did take a look at the newer thread. I checked Pablo's example and at the moment, the only difference I find is this:

<script src="jquery-1.12.4.min.js"></script> on my page html as opposed to Pablo's <script src="jquery-3.4.1.min.js"></script>

I'll look around a bit more and see what I can find. Then perhaps another question out of ignorance...

Once I publish the files to my desktop and upload them to my server (after ensuring everything is working as intended) should I retain the "published file" folder, or delete it before publishing on the next upload event?

Thanks again
alan_sh
 
 
Posts: 1681
Joined: Tue Jan 01, 2019 5:50 pm

Re: fancybox 3 and wb14 problem

Post by alan_sh »

I did find that I had to change to jquery v1.12.4 before fancybox would work correctly

Alan
LJLachance
 
 
Posts: 117
Joined: Sun Feb 04, 2018 8:19 pm
Location: Jacksonville, FL
Contact:

Re: fancybox 3 and wb14 problem

Post by LJLachance »

It appears to me that I have the correct files in the correct places with the ini file as described (triple checked) in the proper place. I have tried with both JQuery versions. With all of the changes, the lightbox/fancybox no longer works as it did prior to updating and set up under the WB distributed (older) version. All of my settings were working (except I could not disable the nav arrows which is why I wanted to the newer version)

In fact, all lightboxes now work but seem to be "boilerplate" - ie; open full screen with overlay and close button top right of screen with no "title or caption" displayed.

NOTHING I do in "settings" makes any difference at all, arrows true / false, height/width, titleShow true/false etc.

Somewhere I am missing something yet I do not yet know what it is or where it is that I'm missing it.

any ideas?
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

Can you give us a link to your actual project file so we can have a look. I decided not to use Pablo's fix for fancybox3 as I had multiple slideshows using different versions of fancybox so now have fancybox3 on some pages set up independent of web builder per the Fancyapps specs. However Pablo's fix definitely works and I may yet convert to it as I am weaning off the older versions.
LJLachance
 
 
Posts: 117
Joined: Sun Feb 04, 2018 8:19 pm
Location: Jacksonville, FL
Contact:

Re: fancybox 3 and wb14 problem

Post by LJLachance »

Well sir, not yet I can't. I'm afraid to publish to my site for fear I might mess up what's already working. I may be able to get it to a test server but I won't be able to do that until Tuesday ... I'm going to keep messing around to see if I can determine the issue myself. I'll post after Tuesday to give show you the project if I haven't figured it out. Thanks, very much, for the offer to look.
User avatar
rogerl
 
 
Posts: 196
Joined: Tue May 03, 2016 8:24 am

Re: fancybox 3 and wb14 problem

Post by rogerl »

I mean your actual project file (.wbs) just zip it up and upload to a public server then send us a link or email it to:
Post Reply