Search found 191 matches

by rogerl
Thu Jan 26, 2023 9:50 pm
Forum: General Questions
Topic: Lightbox sizing
Replies: 3
Views: 692

Re: Lightbox sizing

There is a settings tab next to where you select open in lightbox and select fancybox then in the settings tab insert:

Code: Select all

width : 1287,
height : 720
where the numbers relate to your sizing.
If that won't override default try the important option i.e.:

Code: Select all

width : 1287 !important,
height : 720 !important
by rogerl
Thu Jan 05, 2023 10:35 pm
Forum: General Questions
Topic: Displaying long images
Replies: 6
Views: 831

Re: Displaying long images

When you set the link properties i.e. open in light box, there is a settings box. Open that and set height and width there. So if you select Fancybox the settings would be height: xxx, width: xxx Need to check the lightbox web sites for correct syntax, been some time since I used this. They are not ...
by rogerl
Tue Dec 20, 2022 9:11 pm
Forum: General Questions
Topic: Removing the bottom scrollbar from a layer.
Replies: 7
Views: 1471

Re: Removing the bottom scrollbar from a layer.

It's been a while since I dabbled in this but isn't their a code you can apply to an object that deals with the visibility of overflow on the x and y axis?
by rogerl
Sun Aug 28, 2022 3:23 am
Forum: General Questions
Topic: Parent event
Replies: 2
Views: 1200

Re: Parent event

I've seen this used in a script if that's of any help:

Code: Select all

 afterClose: function(){
    parent.location.href = "your page.html";
},
"your page" being the name of your parent page
by rogerl
Sat Apr 02, 2022 9:00 pm
Forum: General Questions
Topic: *** SOLVED *** 17.2 installation error
Replies: 5
Views: 2699

Re: 17.2 installation error

Hi - You made the same error I did. Don't use the links on the bottom of the page(2) for 32 bit and 64 bit as those links are files only and don't include the installer. use the single link to the download page at the top(1) then click on the 32 bit or 64 bit link you need.
by rogerl
Sat Feb 19, 2022 9:55 pm
Forum: General Questions
Topic: SlideShow
Replies: 3
Views: 1431

Re: SlideShow

You could use this if slideshow is using fancybox option;

Code: Select all

$(".fancybox").fancybox({
  autoPlay: false,
});
by rogerl
Sat Feb 12, 2022 2:16 am
Forum: Off Topic Section
Topic: SSL Certificate
Replies: 4
Views: 2690

Re: SSL Certificate

Latest Firefox browser reports as fully secure.
by rogerl
Sun Feb 06, 2022 10:20 pm
Forum: Responsive Web Design
Topic: Why is it still necessary to adapt sites for mobiles?!
Replies: 8
Views: 3633

Re: Why is it still necessary to adapt sites for mobiles?!

Personally I think the search engines have too much power. They have positioned themselves now so we can't do much without them so I do the minimum to keep them happy. I had to re-write my site twice, once to come over to Web Builder (no regret) and then finally caved in and re - wrote and made resp...
by rogerl
Fri Dec 24, 2021 9:08 pm
Forum: Off Topic Section
Topic: ***Merry Christmas & New Year!***
Replies: 11
Views: 5218

Re: ***Merry Christmas & New Year!***

I would like to join in on those thoughts. Merry Christmas to all that celebrate it in whatever form. Thanks to Pablo and Forum members for their help and support throughout the year.
by rogerl
Sun Dec 19, 2021 7:07 am
Forum: General Questions
Topic: Radius for Light Box
Replies: 11
Views: 3583

Re: Radius for Light Box

I tried Joe_120's answer in the standard version supplied with Web Builder (1.3) and worked okay. Using a link from an image, show in lightbox, fancybox. In page html, head, I added Joe's code in a <style>: <style> .fancybox-bg, #fancybox-wrap { display: none; } #fancybox-outer { /* border: solid bl...
by rogerl
Sat Dec 18, 2021 4:56 am
Forum: General Questions
Topic: Radius for Light Box
Replies: 11
Views: 3583

Re: Radius for Light Box

I forgot to mention in my example I use fancybox 3. Just came across this example which works well on V3. You can play with the code to get what affect you're after. img.fancybox-image { border-width: 5px; border-color: rgba(255,255,255,1.0); border-style: solid; border-radius: 20px; padding: 10px; ...
by rogerl
Thu Dec 16, 2021 4:52 am
Forum: General Questions
Topic: Radius for Light Box
Replies: 11
Views: 3583

Re: Radius for Light Box

In my dealings with Fancybox I found the best way to sought a problem was to track down the originator, Janis Skarnelis. He was on Github in one of the forums but seems to have moved on. I had requested this info myself and never got an answer but he has helped with many other queries. In the end I ...
by rogerl
Thu Oct 21, 2021 8:28 am
Forum: General Questions
Topic: .ico icon naming
Replies: 4
Views: 2410

Re: .ico icon naming

I'm not sure about anything. All I know is when I discovered I had no error file for that field in re-captcha and rectified it the file name error went away and all worked as expected. I monitored the process under f12 on the browsers (both) and no faults were detected.
by rogerl
Thu Oct 21, 2021 7:41 am
Forum: General Questions
Topic: .ico icon naming
Replies: 4
Views: 2410

Re: .ico icon naming

Still strange that everything has worked up to now, or recent times, and both Firefox and Chrome had same problem. I guess some new standard has just highlighted a problem I caused through not having an error file for re-captcha.
by rogerl
Thu Oct 21, 2021 2:31 am
Forum: General Questions
Topic: .ico icon naming
Replies: 4
Views: 2410

.ico icon naming

Since doing my web site my favicon has been named Favicon.ico. I am now having error reports from users saying my contact error form is failing and when I check through the browser it is trying to "get ......./favicon.ico and is getting a 404 error because that file does not exist. Is this web ...
by rogerl
Thu Oct 07, 2021 7:24 am
Forum: General Questions
Topic: black screen during upload / publish
Replies: 8
Views: 2531

Re: black screen during upload / publish

Thanks. I suspect it's a combination of those 2 factors (file size / band width) being rural where we live we have periods when everything slows down.
by rogerl
Thu Oct 07, 2021 6:51 am
Forum: General Questions
Topic: black screen during upload / publish
Replies: 8
Views: 2531

Re: black screen during upload / publish

Yes, just been experimenting and happens when uploading large images or files. I optimised a couple more images where it was happening as well and went through smoothly but happened on the .wbs file. Could it relate to available band width as well?
by rogerl
Thu Oct 07, 2021 6:38 am
Forum: General Questions
Topic: black screen during upload / publish
Replies: 8
Views: 2531

Re: black screen during upload / publish

It appears to be a not responding issue??
Image
by rogerl
Thu Oct 07, 2021 4:39 am
Forum: General Questions
Topic: black screen during upload / publish
Replies: 8
Views: 2531

black screen during upload / publish

Since updating to 17 and 17.0.1 I get the occasional black screen during publish of page / s. Does not appear to affect anything. Eventually disappears on successful update. Seems to be more related to full page upload including images etc. Nothing happens on simple HTML update.
by rogerl
Tue Oct 05, 2021 9:10 pm
Forum: Forms
Topic: Contact form
Replies: 7
Views: 5212

Re: Contact form

Which mail Engine are you using. I've always found php mailer the best. ("Advanced", "Mail Engine") Have you filled in the form data under "More" by "E-mail address" and given yourself a meaningful message under "Message" so the email makes sense whe...
by rogerl
Tue Sep 21, 2021 2:45 am
Forum: Off Topic Section
Topic: Sitelock report of vulnerabilities
Replies: 9
Views: 6818

Re: Sitelock report of vulnerabilities

Thanks everyone.
by rogerl
Mon Sep 20, 2021 11:31 pm
Forum: Off Topic Section
Topic: Sitelock report of vulnerabilities
Replies: 9
Views: 6818

Re: Sitelock report of vulnerabilities

Okay, a clean site to look at file

https://www.whiteshepherdsnz.com/NewSit ... ockRpt.txt

And no I don't have a WP site, just WB 16. If its all twaddle then I shall have the facility taken off.
by rogerl
Mon Sep 20, 2021 10:59 pm
Forum: Off Topic Section
Topic: Sitelock report of vulnerabilities
Replies: 9
Views: 6818

Re: Sitelock report of vulnerabilities

Hi Crispy,
Yes, I don't know enough about how WB16 is based so assumed they are looking base software adapted for WB use. That's why I want someone with system knowledge to tell me what I should do with this, if anything.
by rogerl
Mon Sep 20, 2021 10:54 pm
Forum: Off Topic Section
Topic: Sitelock report of vulnerabilities
Replies: 9
Views: 6818

Re: Sitelock report of vulnerabilities

Hi Colin,
Don't know about off topic. Its Web Builder 16 software that they are reporting on i.e. the platform. That seems to be on topic to me
by rogerl
Mon Sep 20, 2021 10:06 pm
Forum: Off Topic Section
Topic: Sitelock report of vulnerabilities
Replies: 9
Views: 6818

Sitelock report of vulnerabilities

My new Host for my site whiteshepherdsnz.com has us on SiteLock monitoring and every now and then I'm getting alert e-mails about vulnerabilities in my software platform. I have a link to a copy of the latest report below. Can you please comment on how I should deal with this, if indeed I am able to...
by rogerl
Fri Jun 11, 2021 4:57 am
Forum: General Questions
Topic: Adding link to Photo Gallery, Light Box Gallery, Fancybox
Replies: 17
Views: 7383

Re: Adding link to Photo Gallery, Light Box Gallery, Fancybox

There is a lot you can do in Fancybox3 but in order to get the finish you want you are going to have to learn how to use it. That only comes from research and getting familiar with the coding. Between "Untie Google" and the fancybox web site there is stacks of information and ideas. Yanis,...
by rogerl
Wed Feb 10, 2021 7:39 pm
Forum: General Questions
Topic: Printing part of a page
Replies: 6
Views: 3259

Re: Printing part of a page

In Widows 10 "windows key" + "shift" + "s" will invoke screen capture tool. You can select an area, crop etc. Saves to clipboard or image file plus other options.
by rogerl
Sun Jan 31, 2021 3:58 am
Forum: Forms
Topic: *** SOLVED *** php mailer
Replies: 0
Views: 14498

*** SOLVED *** php mailer

Just discovered none of my email links are working. I have done no other work other than to update files from the update site and reload the appropriate page when php mailer got updated a short time ago so that I have the latest version on my site. Was there any thing else I was supposed to do when ...
by rogerl
Wed Nov 11, 2020 9:35 pm
Forum: General Questions
Topic: WB16.0.5 Update
Replies: 2
Views: 2370

Re: WB16.0.5 Update

I've just checked, someone is on to it! It's been fixed.
http://www.wysiwygwebbuilder.com/download.html
by rogerl
Wed Nov 11, 2020 9:13 am
Forum: General Questions
Topic: WB16.0.5 Update
Replies: 2
Views: 2370

WB16.0.5 Update

Hi Guys - you need to change the links on the update page as they still refer to 16.0.4
by rogerl
Fri Oct 30, 2020 1:21 am
Forum: General Questions
Topic: media player
Replies: 5
Views: 3622

Re: media player

Most hosts have a web statistics page available through their control panel for your site. I discovered mine a couple of weeks ago. Couldn't believe how comprehensive it was. Other than that I'm sure there is an extension on the forum list for this.
by rogerl
Sun Oct 04, 2020 9:31 pm
Forum: General Questions
Topic: NEW WEBSITE
Replies: 2
Views: 1332

Re: NEW WEBSITE

This is pretty common now and you could quickly get people warned away from your site as a result. You need to investigate setting your site up as HTTPS not HTTP. If your site is not handling financial transactions or private records then a standard SSL certificate can be obtained at reasonable cost...
by rogerl
Sat Oct 03, 2020 6:13 am
Forum: General Questions
Topic: Output different from the project
Replies: 4
Views: 1452

Re: Output different from the project

is page .php or .html?
.php needs to be published to a server that supports php to be seen correctly. Need link to published project or actual project to see the problem.
by rogerl
Fri Oct 02, 2020 8:59 pm
Forum: General Questions
Topic: Disable autostart on video
Replies: 3
Views: 1323

Re: Disable autostart on video

Articles on Stack Overflow suggest you should just eliminate any mention of autoplay on the video element altogether or use preload="none' on the video tag.
by rogerl
Sun Sep 20, 2020 10:06 pm
Forum: General Questions
Topic: Link to Slideshow
Replies: 3
Views: 1260

Re: Link to Slideshow

In order to help you need to post a link to your site or to your project file so others can see what you have done.
by rogerl
Tue Sep 15, 2020 9:59 pm
Forum: General Questions
Topic: Best Lightbox
Replies: 3
Views: 1458

Re: Best Lightbox

I use fancybox3 (not the built in one). I add the appropriate html objects and CSS to make it work as I want it.
by rogerl
Thu Aug 27, 2020 8:59 pm
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: jor_magnificManipulation 1.0
Replies: 72
Views: 197232

Re: jor_magnificManipulation 1.0

Thanks Jordon, on my page: https://www.whiteshepherdsnz.com/stud_dogs.html on the link from each image to the dog's pedigree I have a link title which pops up as you hover over image. Unfortunately Magnific Popup takes this as a title to display on the page if you click on the image. I was hoping th...
by rogerl
Thu Aug 27, 2020 8:38 am
Forum: Share self-made extensions with other users of WYSIWYG Web Builder
Topic: jor_magnificManipulation 1.0
Replies: 72
Views: 197232

Re: jor_magnificManipulation 1.0

Hi Jordon - need to stop the Title showing on the page. What do I need to do for that please.
Regards
Roger
by rogerl
Mon Jul 27, 2020 10:22 pm
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

Great to see it come together and we learn something new along the way.Thanks for your help Pajadt.
All the best
Roger
by rogerl
Mon Jul 27, 2020 10:43 am
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

Have uploaded the project file to my test site so you should be able to download it and use to see what i did. https://www.whiteshepherdsnz.com/NewSite/Alex/alex4orly-videorl2.wbs You will need to double click on html5 video object and input a new path to a video on your local system before previewi...
by rogerl
Mon Jul 27, 2020 8:02 am
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

8pm, just waking up! Probably more to do with the loading of the video and memory / processor. Only takes short time here and I'm running a I7 NUC with 16gb memory and SSD drives (a present to myself last year). That link is to my test site here in NZ. I borrowed your video. Simple setup. New page, ...
by rogerl
Mon Jul 27, 2020 7:17 am
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

Hi Alex,
I'm across the ditch in good old NZ. Have a look at this:
https://www.whiteshepherdsnz.com/NewSit ... index.html
This is just the html5 video with text over top.
by rogerl
Mon Jul 27, 2020 3:55 am
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

I agree its nice to have things standard. I can't see extensions causing you too much grief as they are using standard html and CSS with jquery and Java scripts Have you tried just using the html5 video? I tried a test page using that as full screen, loop and mute without controls than placing other...
by rogerl
Mon Jul 27, 2020 2:51 am
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

We get "Video is Private" when we click on link. If you have purchased the extension from RZ then why not use that? I have something similar for full size background images that I purchased when re-developing my site which worked well and eliminated the white spaces on mobiles. Don't mean ...
by rogerl
Sun Jul 26, 2020 11:29 pm
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

no, video is on server and it is 1980 x 1080. When I add your code video shifts to left and leaves one black space on right.
by rogerl
Sun Jul 26, 2020 1:00 pm
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

Hi Pajadt,
I ran my vid through a converter and set to 1980 x 1080 but still don't get the full width.
by rogerl
Sun Jul 26, 2020 5:14 am
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

Hi Alex, On Pajadt's project, double click on the 3 column grid and where it gives the video address under tab "style", change that to your video details. Must be full site address to your video. i.e. https://www.yourwebsite.com/video.mp4 This way seems much easier than mine. I have upload...
by rogerl
Sun Jul 26, 2020 2:20 am
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

Hi Pajadt, Just downloaded your example. Works well. I have not got into flexible grids etc as yet as came from the old school and have already re-written my site twice to cope with having to change software. Not having a project to work on now reduces the incentive to re-learn another way of doing ...
by rogerl
Sun Jul 26, 2020 2:03 am
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

CSS is how we style the objects on the page. We can add our own styling by inserting CSS via the ribbon menu under Page>Page Html>Between <head> / </head> tags then paste the CSS code in there and click okay. If you already have your video in place then you won't need the file publisher but you will...
by rogerl
Sat Jul 25, 2020 11:48 pm
Forum: General Questions
Topic: WWB on a Linux Desktop PC
Replies: 56
Views: 15431

Re: WWB on a Linux Desktop PC

Here is some basic stuff from W3 schools CSS: Insure 16:9 video or add appropriate background to page to cover white spaces <style> /* Style the video: 100% width and height to cover the entire window */ #myVideo { position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; } /* Add som...