Search found 413 matches

by protectourlands
Tue Nov 07, 2023 6:12 am
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

Oh yes. I see that now. Thank you so much. Everything is working great now. I sure do appreciate your help.
by protectourlands
Sun Nov 05, 2023 11:56 pm
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

The difference I see between the test pages is a div tag not in yours but in mine after the body open tag

Code: Select all

<div id="container">
   </div>
by protectourlands
Sun Nov 05, 2023 11:50 pm
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

This is crazy. Yeah everything looks good in your "issue" page publish.

Here is my issue page publish.
http://www.icandyexperts.com/demo/issue.html

Black image not centering. What a mystery.
by protectourlands
Sun Nov 05, 2023 9:36 pm
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

That is a mystery. On my end the black image does not stay centered in the issue page. It only centers just before the next breakpoint. It does however respond in size to different breakpoints. If you open the carousel manager and remove "Responsive Carousel" the black image self centers b...
by protectourlands
Fri Nov 03, 2023 5:34 pm
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

I have made a demo using generic images instead of the client images.
http://www.icandyexperts.com/Carousel_Demo.zip

The first page is the issue described. The second page is Pablo's solution. I hope this helps others.
by protectourlands
Fri Nov 03, 2023 2:06 pm
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

I think it's better to use a flexible carousel instead with alignment set to center, middle. In that case, set full width property of the image to 'false' so it can have a different size in each breakpoint. Pablo, It looks like I can make this work. I didn't know flexible mode works with layers tha...
by protectourlands
Fri Nov 03, 2023 12:25 am
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

It will show centered on the workpage but not when you preview it. In a browser the logo is off center unless your screen width is at the breakpoint. In other words the logo does not auto center to the viewport. The carousel background image does, but not the placed logo image. If I remove the respo...
by protectourlands
Thu Nov 02, 2023 3:31 pm
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

Thank you Pablo. I sent it to you. It is the page "index".

You will see the logo image only centers just before a new breakpoint is reached.
by protectourlands
Thu Nov 02, 2023 2:30 pm
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

I tried locking the layer so the smaller objects don't become children and can act independently from the carousel settings, but they then get covered by the carousel.
by protectourlands
Thu Nov 02, 2023 2:12 pm
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Re: Carousel as Full Width & Floating, Image, and Breakpoints

Thank you Pablo. I already have large images as backgrounds. These smaller images are "click here" buttons, logos, and other images that need to be layered. The logos especially look bad not centered.

I'll try some other image rotator objects and see if I can make this work. Best regards.
by protectourlands
Wed Nov 01, 2023 9:39 pm
Forum: Responsive Web Design
Topic: Carousel as Full Width & Floating, Image, and Breakpoints
Replies: 18
Views: 3979

Carousel as Full Width & Floating, Image, and Breakpoints

I have a carousel object set as Full Width and Floating. I have slid an image into the first slide and centered it. The image must get smaller in smaller breakpoints so I set the carousel to "Responsive Carousel". The responsive resizing works fine but the image does not stay centered in v...
by protectourlands
Mon May 01, 2023 4:32 pm
Forum: Off Topic Section
Topic: Do I need a Style Sheet?
Replies: 2
Views: 2541

Re: Do I need a Style Sheet?

You can publish your web pages without a style sheet and instead place the styles inline. Tools > Options > HTML > CSS, then uncheck any style sheet option. As Pablo says, your images should be linked to instead of being directly embedded. You will have to modify the code for this after the images a...
by protectourlands
Tue Dec 06, 2022 3:48 pm
Forum: General Questions
Topic: Best way to put a photo with text
Replies: 18
Views: 3280

Re: Best way to put a photo with text

Layout grid is a very powerful, feature rich tool. Remember each column in the grid can have its own justification value (left, right, center). These can also vary by breakpoint. It is likely you were not setting the correct justifications in your first attempt. Also, If you need to change the order...
by protectourlands
Thu Dec 01, 2022 6:39 am
Forum: General Questions
Topic: Best way to put a photo with text
Replies: 18
Views: 3280

Re: Best way to put a photo with text

You bet. But take crispy68 up on his offer. He is top notch when it comes to using the layout grid.
by protectourlands
Thu Dec 01, 2022 2:50 am
Forum: General Questions
Topic: Best way to put a photo with text
Replies: 18
Views: 3280

Re: Best way to put a photo with text

While cards have their purpose, I think crispy68 is right. teterpi, what you are looking to do is very basic grid layout functionality. With the layout grid you have the option of setting your text and image pairs in a single column all the way down the page, or as an alternative side-by-side (2 col...
by protectourlands
Wed Nov 16, 2022 11:38 pm
Forum: Responsive Web Design
Topic: Flex Container As An Embedded Page
Replies: 2
Views: 1346

Re: Flex Container As An Embedded Page

Yes I think this will work. Thank you Pablo
by protectourlands
Thu Nov 10, 2022 7:47 pm
Forum: Responsive Web Design
Topic: Flex Container As An Embedded Page
Replies: 2
Views: 1346

Flex Container As An Embedded Page

Anyone know of a way to use a flex container as an embedded page so that it retains its floating attribute?
by protectourlands
Fri Jul 29, 2022 6:45 pm
Forum: Responsive Web Design
Topic: Problem With Super Box In Layout Grid
Replies: 5
Views: 3029

Re: Problem With Super Box In Layout Grid

Outstanding! The important script works perfectly. I cannot thank you enough. I'm glad it was something simple.

Best regards
by protectourlands
Fri Jul 29, 2022 6:16 pm
Forum: Responsive Web Design
Topic: Problem With Super Box In Layout Grid
Replies: 5
Views: 3029

Re: Problem With Super Box In Layout Grid

Thank you guys. I published a demo for each scenario and included links in the initial post. If you view each link at different page widths you will see Photo Gallery works well (demo 1), but there is an issue with Superbox (demo 2) and the grey floating layer below it. I think Crispy is right. It s...
by protectourlands
Fri Jul 29, 2022 5:21 pm
Forum: Responsive Web Design
Topic: Problem With Super Box In Layout Grid
Replies: 5
Views: 3029

Problem With Super Box In Layout Grid

I have a layout grid at page top set to floating / fluid, then a floating layer below it. When I place Photo Gallery into the top layout grid everything works fine. The floating layer below it behaves nicely as the gallery adjusts at different page widths. Demo 1 https://www.icandyexperts.com/test/a...
by protectourlands
Tue May 31, 2022 6:07 pm
Forum: Showcase your website created by WYSIWYG Web Builder and invite feedback.
Topic: latest site built
Replies: 17
Views: 8931

Re: latest site built

Good work Graham. I do see a small issue with your tagline in the header " YOUR LOCAL HEATING & COOLING SPECIALISTS " at the 768 breakpoint. The line extends outside of the 768 page width causing horizontal page scroll and readability issues. Also the ARC License line is wrapping unnec...
by protectourlands
Sat Apr 02, 2022 6:04 pm
Forum: Responsive Web Design
Topic: Layout Grid Not Centering In Smaller Overflow
Replies: 2
Views: 2686

Re: Layout Grid Not Centering In Smaller Overflow

Perfect! Thank you Pablo. I knew I was doing something wrong. So simple.

All the best to you
by protectourlands
Sat Apr 02, 2022 4:42 pm
Forum: Responsive Web Design
Topic: Layout Grid Not Centering In Smaller Overflow
Replies: 2
Views: 2686

Layout Grid Not Centering In Smaller Overflow

I have a layout grid with 4 equal columns - 3/3/3/3 horiz center, vert top, fluid. At 640 breakpoint I need it to change to 2 columns with 2 rows. At 640 I set the grid to 6/6 and overflow to custom 6/6. Works perfectly at 640, but at the 480 and 320 breakpoint with the same configuration only the t...
by protectourlands
Wed Jan 05, 2022 6:46 pm
Forum: Forms
Topic: SOLVED GoDaddy Form Return Emails Not Working
Replies: 1
Views: 7316

SOLVED GoDaddy Form Return Emails Not Working

I want to share this fix because it appears to be a new issue with Godaddy and their latest spam detection system. My client purchased a new GoDaddy hosting in Nov. I set up their contact page with a form and the built-in WB form processor the same way I have done over 100 times in the past. The for...
by protectourlands
Sat Jul 31, 2021 8:07 pm
Forum: General Questions
Topic: Sticky Layer Opacity and Breakpoints
Replies: 8
Views: 3953

Re: Sticky Layer Opacity and Breakpoints

Thank you Crispy. Your @media solution in the head code worked. It is exactly what I needed.
by protectourlands
Sat Jul 31, 2021 2:37 am
Forum: General Questions
Topic: Sticky Layer Opacity and Breakpoints
Replies: 8
Views: 3953

Re: Sticky Layer Opacity and Breakpoints

Actually I have now discovered that the opacity is responsive, but only if the default width is set to 100. Then any break point can be set as desired. If I can set the default width opacity to 0, then set the small breakpoints opacity to 100, everything will work.
by protectourlands
Sat Jul 31, 2021 1:27 am
Forum: General Questions
Topic: Sticky Layer Opacity and Breakpoints
Replies: 8
Views: 3953

Re: Sticky Layer Opacity and Breakpoints

Thank you Crispy but I cannot do that. I should have been more specific. I apologize. The layer is a container of objects. I need to adjust the opacity of the layer itself, and consequently all of its children. Layer > General > Opacity > 0 Then use Transition animations to control the layer opacity...
by protectourlands
Sat Jul 31, 2021 12:32 am
Forum: General Questions
Topic: Sticky Layer Opacity and Breakpoints
Replies: 8
Views: 3953

Re: Sticky Layer Opacity and Breakpoints

If I can get that to work, I then need to set a scroll animation for 0 opacity until the page is scrolled, then 100%. Then I need to set the page to disable scroll transitions so this doesn't affect the smaller layouts. the reason I am doing this is because I do not want the layer to briefly "f...
by protectourlands
Sat Jul 31, 2021 12:08 am
Forum: General Questions
Topic: Sticky Layer Opacity and Breakpoints
Replies: 8
Views: 3953

Re: Sticky Layer Opacity and Breakpoints

Interesting. I cannot seem to get it to work for me. I want to set the default and large breakpoints to 0, then set the smaller device breakpoints to 100 so the layer only shows on smaller devices. I just cannot get it to work when the default is 0. Can you try this?
by protectourlands
Fri Jul 30, 2021 8:35 pm
Forum: General Questions
Topic: Sticky Layer Opacity and Breakpoints
Replies: 8
Views: 3953

Sticky Layer Opacity and Breakpoints

Does Sticky Layer support different opacity settings in different breakpoints? It seems to on the workpage, but when I preview/publish it does not.
by protectourlands
Tue Apr 21, 2020 9:30 pm
Forum: Share templates with other users of WYSIWYG Web Builder
Topic: In Memorium template
Replies: 10
Views: 25266

Re: In Memorium template

Different lightboxes support different attributes, as well as different versions of the same lightbox. This is why I asked to see what you are writing and how. You should check to see which options are supported for the lightbox you have chosen to use and how they should be written. You can choose f...
by protectourlands
Tue Apr 21, 2020 4:53 pm
Forum: Share templates with other users of WYSIWYG Web Builder
Topic: In Memorium template
Replies: 10
Views: 25266

Re: In Memorium template

You can set the default lightbox for the page in the Page Properties > Miscellaneous > Lightbox

Not sure why the only working attributes placed in Advanced are height and width.

Can I see how you wrote them?
by protectourlands
Tue Apr 21, 2020 2:48 pm
Forum: Share templates with other users of WYSIWYG Web Builder
Topic: In Memorium template
Replies: 10
Views: 25266

Re: In Memorium template

Did you try using the Settings button when you click to Open in Lightbox? You can force height and width in there.
by protectourlands
Thu Apr 09, 2020 4:27 pm
Forum: Forms
Topic: Form stops working with Data required and anti-spam
Replies: 7
Views: 5682

Re: Form stops working with Data required and anti-spam

Yes Pablo, that is probably it. I have never had this be an issue with field names but apparently the server side validation that I just started using doesn't like it. BTW using this and the Do Not Allow URLs has seemed to dramatically reduced form spamming. Thank you for adding these options. And, ...
by protectourlands
Thu Apr 09, 2020 3:53 pm
Forum: Forms
Topic: Form stops working with Data required and anti-spam
Replies: 7
Views: 5682

Re: Form stops working with Data required and anti-spam

OOPS! I left out the success and fail pages. Here it is with those.

http://www.hippiechicscatering.com/valtest.wbs
by protectourlands
Thu Apr 09, 2020 3:47 pm
Forum: Forms
Topic: Form stops working with Data required and anti-spam
Replies: 7
Views: 5682

Re: Form stops working with Data required and anti-spam

Sorry Pablo. I was working on it when you replied. Here it is

http://www.hippiechicscatering.com/valtest.wbs
by protectourlands
Thu Apr 09, 2020 3:33 pm
Forum: Forms
Topic: Form stops working with Data required and anti-spam
Replies: 7
Views: 5682

Re: Form stops working with Data required and anti-spam

I don't think that is it Pablo. Test: Add a form to a page with just 1 editbox field. Check Require data and set the min to 1, max to 100. Test and verify form works. Go to Advanced and select Enable Server Side validation. Form stops working and goes to error page. Here are two test pages. I cloned...
by protectourlands
Thu Apr 09, 2020 2:55 pm
Forum: Forms
Topic: Form stops working with Data required and anti-spam
Replies: 7
Views: 5682

Form stops working with Data required and anti-spam

My client requested I add Validate > Data required to their form fields. This broke the form sending it to the error page on send. I eventually figured out it was conflicting with the anti-spam feature in Advanced > Misc > Enable Server Sided Validation. I had to disable this feature to get the form...
by protectourlands
Tue Apr 07, 2020 6:18 pm
Forum: Forms
Topic: Validation to radio button group
Replies: 3
Views: 4174

Re: Validation to radio button group

OK I see that it works. When you group radio buttons the validation applies to the group and not individual buttons. Exactly what I need. Thank you Pablo. It might be helpful to update the Help with this info. The radio button help states validation help for radio buttons is available in that page b...
by protectourlands
Tue Apr 07, 2020 6:12 pm
Forum: Forms
Topic: Validation to radio button group
Replies: 3
Views: 4174

Re: Validation to radio button group

Yes but I don't want to require any single button specifically, just require any one button of the group be selected.

So, if I choose to require a button in the group, won't it require that button be chosen?
by protectourlands
Tue Apr 07, 2020 4:15 pm
Forum: Forms
Topic: Validation to radio button group
Replies: 3
Views: 4174

Validation to radio button group

I'm trying to require that one radio button of a mutually exclusive group be checked, "Check One Required". In help > Radio Button it states to go to Form Validation for more information. When I go to Help > Form Validation, there is no help for radio buttons. Is it possible to require a c...
by protectourlands
Thu Feb 27, 2020 12:16 am
Forum: Off Topic Section
Topic: Weather Widget
Replies: 10
Views: 6323

Re: Weather Widget

I've been using this widget for about 6 months with no issues. My clients love it.
by protectourlands
Tue Feb 18, 2020 5:13 pm
Forum: General Questions
Topic: Irregular spacing between words
Replies: 7
Views: 3253

Re: Irregular spacing between words

Here is an image demonstrating the use of a hyphen to reduce the spacing between words on the line. Grab the first word on the next line and hyphenate it. Then bring the front hyphenated portion back up to the line of concern.

Image
by protectourlands
Tue Feb 18, 2020 4:44 pm
Forum: General Questions
Topic: Irregular spacing between words
Replies: 7
Views: 3253

Re: Irregular spacing between words

Even broadening the column has no effect, some where else the gap increases. Even trying "Wrap Text" extension has no effect, irregular gaps remain Yes because you are justify both left and right side. The first and last word of the line fully justify and the inside words space evenly. Th...
by protectourlands
Tue Feb 18, 2020 4:04 pm
Forum: General Questions
Topic: Irregular spacing between words
Replies: 7
Views: 3253

Re: Irregular spacing between words

This is inherent when justifying text both left and right. The last word in the line is too long to fit so it wraps to the next line. The remaining words are evenly spaced to fill the line.
by protectourlands
Thu Jan 30, 2020 6:50 pm
Forum: General Questions
Topic: Fancybox quit working
Replies: 22
Views: 6326

Re: Fancybox quit working

Perfect! Thank you Pablo. I got it working. I copied your fancybox .css and .js files from the head of your page and replaced my files with those. The only thing I can think of is I had a bad file from the fancyapp download.

I am truly grateful for the time you took to help me fix this.
by protectourlands
Thu Jan 30, 2020 6:16 pm
Forum: General Questions
Topic: Fancybox quit working
Replies: 22
Views: 6326

Re: Fancybox quit working

Thank you Pablo I have the files in the fancybox folder that is on the lightbox folder in system. WYSIWYG Web Builder > system > lightbox > fancybox > files All the files being called upon in the head code are linked correctly and opening. I'm using the latest jquery 3.4.1 Everything is there. It's ...
by protectourlands
Thu Jan 30, 2020 4:23 pm
Forum: General Questions
Topic: Fancybox quit working
Replies: 22
Views: 6326

Re: Fancybox quit working

Thank you Pablo Tried that also. Still nothing. The image to pop up is in the images folder on the server. The path is correct. Is it the .ini file? Here is how mine is written: [attribute] rel=$ID$ [copyrights] company=Janis Skarnelis url=http://fancybox.net/ [init] script=$("a[rel^='$ID$']&qu...
by protectourlands
Thu Jan 30, 2020 3:40 pm
Forum: General Questions
Topic: Fancybox quit working
Replies: 22
Views: 6326

Re: Fancybox quit working

Thank you Pablo. Those files were in the download. I didn't add them. Regardless I removed them and it still does not work for me.
http://www.icandyexperts.com/test/fancyboxtest.html

I am beginning to think I am cursed :lol:
by protectourlands
Wed Jan 29, 2020 10:00 pm
Forum: General Questions
Topic: Fancybox quit working
Replies: 22
Views: 6326

Re: Fancybox quit working

Palo Could you, or Bluesman, or anyone else that has installed Fancybox 3.5.7 per the WB link in previous posts, please publish a page with a demo? Just an image opening another image in lightbox would help me immensely. https://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=10&t=80753 I have t...