Search found 413 matches

by protectourlands
Mon Dec 30, 2019 4:12 pm
Forum: General Questions
Topic: Different H1 tag on other pages
Replies: 12
Views: 4180

Re: Different H1 tag on other pages

Thank you Pablo and Brian. I see that but It does however write the copied version as a class.

Code: Select all

 <h1>text</h1>
vs

Code: Select all

<h1 class="newheading">text </h1>
I don't think my client will accept this. They want to see <h1>. I'll check. Thank you both

Happy New Year
by protectourlands
Sun Dec 29, 2019 10:36 pm
Forum: General Questions
Topic: Different H1 tag on other pages
Replies: 12
Views: 4180

Re: Different H1 tag on other pages

I tried to build more than one h1 style in the manager and it cannot be done. I probably didn't explain this clearly. I need to tag all of the page headings h1. The problem is some of the backgrounds change from white to black. So I need to have some pages with h1 tagged text have the text colored. ...
by protectourlands
Sun Dec 29, 2019 10:07 pm
Forum: General Questions
Topic: Different H1 tag on other pages
Replies: 12
Views: 4180

Re: Different H1 tag on other pages

The problem is, the text has to be tagged h1. Are you saying there can be more than one h1 style in the manager?
by protectourlands
Sun Dec 29, 2019 6:32 pm
Forum: General Questions
Topic: Different H1 tag on other pages
Replies: 12
Views: 4180

Re: Different H1 tag on other pages

I tried it 2 ways. I added style tags and placed the new style code after the body tag in page html. I also tried writing a new css file, using file publisher, and calling on it in the head tag. Both worked. Since most of the new style was redundant, I only wrote the replacement h1 style to include ...
by protectourlands
Sun Dec 29, 2019 5:20 pm
Forum: General Questions
Topic: Different H1 tag on other pages
Replies: 12
Views: 4180

Re: Different H1 tag on other pages

Can't I write a new style for h1 and place it in the page html? WB will generate the tag for that text, and the embedded style will overwrite the style generated in the sheet? ex <style> h1 { background-color: #FFFFFF; color: #000000; display: inline; font-family: "Varela Round"; font-size...
by protectourlands
Sun Dec 29, 2019 4:46 pm
Forum: General Questions
Topic: Different H1 tag on other pages
Replies: 12
Views: 4180

Re: Different H1 tag on other pages

Thank you Pablo. I was hoping there was a way to overwrite the generated h1 style for other pages with a separate CSS file. I think I'm going to have to split the project into 2 wb files.
by protectourlands
Sat Dec 28, 2019 5:09 pm
Forum: General Questions
Topic: Different H1 tag on other pages
Replies: 12
Views: 4180

Different H1 tag on other pages

I have a H1 tag on my home page that does not work on the other website pages. Is there a way to assign a different H1 style to text on other pages within the same project?
by protectourlands
Wed Dec 25, 2019 7:59 pm
Forum: General Questions
Topic: Global Replace Layer Background Color
Replies: 3
Views: 2158

Re: Global Replace Layer Background Color

I realized I can build a style for the color with the breakpoints. I still had to go through over 100 pages to apply it to the layer but at least I didn't have to go through each breakpoint on the pages.
by protectourlands
Tue Dec 24, 2019 11:38 pm
Forum: General Questions
Topic: Global Replace Layer Background Color
Replies: 3
Views: 2158

Re: Global Replace Layer Background Color

Thank you Pablo. Merry Christmas!
by protectourlands
Tue Dec 24, 2019 8:35 pm
Forum: General Questions
Topic: Global Replace Layer Background Color
Replies: 3
Views: 2158

Global Replace Layer Background Color

I have a 100+ page website and every page has 5 breakpoints. I need to change the background color of a layer to black. In Global Replace, the background color only changes the default view layer background color to black. Is there a way to change the color to black in the other breakpoints? I sure ...
by protectourlands
Tue Nov 12, 2019 3:32 pm
Forum: Forms
Topic: Padding/Margin in style for form field
Replies: 4
Views: 3408

Re: Padding/Margin in style for form field

Thank you Pablo. This all makes sense now. I was trying to space the edit boxes apart in the layout grid. I see now it has to be applied individually by margin through the Arrange tool.
by protectourlands
Mon Nov 11, 2019 10:28 pm
Forum: Forms
Topic: Padding/Margin in style for form field
Replies: 4
Views: 3408

Re: Padding/Margin in style for form field

It doesn't seem to be working.

Add an editbox to the page. Make a style with padding and/or margin. Apply the style to the editbox through the manager. All the attributes will apply instead of padding or margin.
by protectourlands
Mon Nov 11, 2019 7:35 pm
Forum: Forms
Topic: Padding/Margin in style for form field
Replies: 4
Views: 3408

Padding/Margin in style for form field

I have built a style in the style manager for a form editbox. I cannot get the padding or margin values to take effect. Are these not supported?

Also, is there a way to set the field height in the style?
by protectourlands
Thu Nov 07, 2019 6:25 pm
Forum: Responsive Web Design
Topic: Flex Grid As A Single Row
Replies: 2
Views: 2685

Re: Flex Grid As A Single Row

Thank you Pablo.
by protectourlands
Thu Nov 07, 2019 5:01 pm
Forum: Responsive Web Design
Topic: Flex Grid As A Single Row
Replies: 2
Views: 2685

Flex Grid As A Single Row

I have been experimenting with Flex Grid and must agree with Pablo - this is likely the future in responsive page layout. Amazing! I have a page currently structured with Layout Grid and floating layers. I need one of the rows of content to change the order of the rows when stacked from multiple col...
by protectourlands
Wed Nov 06, 2019 4:52 pm
Forum: Responsive Web Design
Topic: Layout Grid and Five Columns
Replies: 14
Views: 5025

Re: Layout Grid and Five Columns

OK I waked away and came back to it with a fresh look and was able to use the column padding to get the desired spacing. My guess is I was applying it to the wrong breakpoint when I last tried it. I removed the transparent shapes. All set now. Thank you again.
by protectourlands
Tue Nov 05, 2019 3:57 am
Forum: Responsive Web Design
Topic: Layout Grid and Five Columns
Replies: 14
Views: 5025

Re: Layout Grid and Five Columns

Unfortunately it was a button from a shape so padding it was not an option in the manager. For some reason padding the columns didn't work either. not sure how to add margin to an object. Nonetheless the transparent shape did the trick. I could not be happier with the result. Thank you again.
by protectourlands
Tue Nov 05, 2019 3:41 am
Forum: Responsive Web Design
Topic: Layout Grid and Five Columns
Replies: 14
Views: 5025

Re: Layout Grid and Five Columns

Worked like a charm crispy68

There was no way to pad the bottoms after the stacking to keep them spaced apart so I used a css3 shape transparent to build space. Everything looks great. Thank you again for taking the time to walk me through this method.
by protectourlands
Tue Nov 05, 2019 1:52 am
Forum: Responsive Web Design
Topic: Layout Grid and Five Columns
Replies: 14
Views: 5025

Re: Layout Grid and Five Columns

Wow this is exactly what I am trying to do. I never thought of putting grids inside of a grid. I'll have to study this. Thank you so much for taking the time to make this demo. This really opens up the possibilities.
by protectourlands
Tue Nov 05, 2019 1:00 am
Forum: Responsive Web Design
Topic: Layout Grid and Five Columns
Replies: 14
Views: 5025

Re: Layout Grid and Five Columns

If they can break to multiple rows while horizontal before it goes to stacked mode then I believe I have an answer.
Yes I think that is what I am trying to do.
by protectourlands
Tue Nov 05, 2019 12:58 am
Forum: Responsive Web Design
Topic: Layout Grid and Five Columns
Replies: 14
Views: 5025

Re: Layout Grid and Five Columns

Thank you Crispy68 I have 5 images with text below them, then a button below the text. The columns are set to center. By "stacked" I meant wrapped, as in using the overflow custom settings to get 3 columns in the first row and 2 columns in the second row At about 768 the columns get tight ...
by protectourlands
Tue Nov 05, 2019 12:38 am
Forum: Responsive Web Design
Topic: Layout Grid and Five Columns
Replies: 14
Views: 5025

Re: Layout Grid and Five Columns

Yes but it changes the width of the other columns in that row, throwing off the alignment on the stack.

The 1,2,2,2,2,1 becomes 4,4,4 with overflow custom. So I need 3 column in the first row and 2 columns in the second row. I m really struggling with this. I appreciate your advice.
by protectourlands
Tue Nov 05, 2019 12:21 am
Forum: Responsive Web Design
Topic: Layout Grid and Five Columns
Replies: 14
Views: 5025

Re: Layout Grid and Five Columns

I tried that first, but when I stack the columns the first column is blank in the first row.

Is there a way to make that column invisible without affecting the widths of the other columns?
by protectourlands
Mon Nov 04, 2019 10:46 pm
Forum: Responsive Web Design
Topic: Layout Grid and Five Columns
Replies: 14
Views: 5025

Layout Grid and Five Columns

What is the best way to make 5 columns equal width in Layout Grid?
by protectourlands
Mon Nov 04, 2019 3:10 pm
Forum: Responsive Web Design
Topic: Floating Layer Height Change and Layout Grid
Replies: 10
Views: 4940

Re: Floating Layer Height Change and Layout Grid

I even tried directly editing the CSS after publish and that did not work either.

Changed

Code: Select all

height:442px
to

Code: Select all

height: auto
No worries. I changed the format to "cover" so the height stays the same.

I really appreciate the time you took to look at this Pablo.
by protectourlands
Sun Nov 03, 2019 7:14 pm
Forum: Responsive Web Design
Topic: Floating Layer Height Change and Layout Grid
Replies: 10
Views: 4940

Re: Floating Layer Height Change and Layout Grid

I added it to the floating layer Object HTML > Custom style The resulting code is <div id="Layer1" style="position:relative;text-align:center;width:100%;height:442px;float:left;clear:left;height: auto !important;"> <div id="Layer1_Container" style="width:1650px;hei...
by protectourlands
Sun Nov 03, 2019 4:50 pm
Forum: Responsive Web Design
Topic: Floating Layer Height Change and Layout Grid
Replies: 10
Views: 4940

Re: Floating Layer Height Change and Layout Grid

Unfortunately that didn't work. Thank you for explaining all this though. I'll try a different design.

All the best to you
by protectourlands
Sun Nov 03, 2019 4:31 pm
Forum: Responsive Web Design
Topic: Floating Layer Height Change and Layout Grid
Replies: 10
Views: 4940

Re: Floating Layer Height Change and Layout Grid

This has nothing to do with the layout grid. Exactly and this is what I have discovered. It is the fixed height of the layer that is keeping the grid from floating upward. If you need a flexible height then you can override the height with custom code. Can I do this in the Object HTML > Custom Style?
by protectourlands
Sun Nov 03, 2019 3:28 pm
Forum: Responsive Web Design
Topic: Floating Layer Height Change and Layout Grid
Replies: 10
Views: 4940

Re: Floating Layer Height Change and Layout Grid

Hi Pablo Unfortunately the grid is not floating to the varying layer height. It doesn't because I believe the floating layer sets a fixed height even though it is set to "contain". Here is the html generated for the layer: <div id="topimage" style="position:relative;text-ali...
by protectourlands
Sun Nov 03, 2019 3:55 am
Forum: Responsive Web Design
Topic: Floating Layer Height Change and Layout Grid
Replies: 10
Views: 4940

Floating Layer Height Change and Layout Grid

I have a floating layer set full width, Background: image, contained. The image scales nicely at all widths with the height changing as it narrows. I have a layout grid below it. How do I get the layout grid to float upward to the changing height of the floating layer as it gets smaller as the page ...
by protectourlands
Mon Oct 28, 2019 2:50 pm
Forum: General Questions
Topic: Prevent PDF from being indexed
Replies: 3
Views: 1670

Re: Prevent PDF from being indexed

Thank you BaconFries. I'll try this first. All the best to you.
by protectourlands
Mon Oct 28, 2019 1:51 pm
Forum: General Questions
Topic: Prevent PDF from being indexed
Replies: 3
Views: 1670

Prevent PDF from being indexed

I have a link to a pdf on a web page. I want to prevent Google and other search engines from indexing the page and especially the pdf. I have set the page to noindex, nofollow. Will this do it? Or do I have to write additional tags? Any advice would be appreciated.
by protectourlands
Fri Oct 25, 2019 2:25 pm
Forum: General Questions
Topic: Youtube video object and lightbox
Replies: 2
Views: 1450

Re: Youtube video object and lightbox

Thank you Pablo. That almost worked. I just had to also add &iframe=true for lightbox. Works perfectly. Thank you sir.
by protectourlands
Thu Oct 24, 2019 7:37 pm
Forum: General Questions
Topic: Youtube video object and lightbox
Replies: 2
Views: 1450

Youtube video object and lightbox

I have the Youtube video object on the page set to open the video in lightbox. Is there a way to set the video to autoplay once it opens in lightbox?
by protectourlands
Fri May 24, 2019 5:20 pm
Forum: Responsive Web Design
Topic: Layout Grid Breakpoint and Stack
Replies: 8
Views: 6310

Re: Layout Grid Breakpoint and Stack

Here is a link to the demo page utilizing the grid and the stacking you both helped me figure out. I cannot thank you enough for taking the time to assist me in getting it resolved.

http://www.peacefulnesttulum.com
by protectourlands
Thu May 23, 2019 7:56 pm
Forum: Responsive Web Design
Topic: Layout Grid Breakpoint and Stack
Replies: 8
Views: 6310

Re: Layout Grid Breakpoint and Stack

Yes thank you. It was the min-width setting. I really appreciate your help. It is working perfectly now.
by protectourlands
Thu May 23, 2019 7:43 pm
Forum: Responsive Web Design
Topic: Layout Grid Breakpoint and Stack
Replies: 8
Views: 6310

Re: Layout Grid Breakpoint and Stack

Correction: It seems to be working fine in default, but is breaking into 2 rows way before the 480 breakpoint. It must be something in the grid manager breakpoint setting I am missing.
by protectourlands
Thu May 23, 2019 7:41 pm
Forum: Responsive Web Design
Topic: Layout Grid Breakpoint and Stack
Replies: 8
Views: 6310

Re: Layout Grid Breakpoint and Stack

This makes sense. Thank you for responding. I have tried this and it works exactly as I hoped at the breakpoint, but now the default view is also wrapping into 2 rows. I must be missing something. I have tried many things to correct this. Do I need to adjust the value in the Layout Grid > Miscellane...
by protectourlands
Wed May 22, 2019 7:14 pm
Forum: Responsive Web Design
Topic: Layout Grid Breakpoint and Stack
Replies: 8
Views: 6310

Layout Grid Breakpoint and Stack

I am using a layout grid with 4 columns containing images. Image 1 and 2 are the same width. Image 3 and 4 are 1/2 the width of image 1 or 2, so the column layout is 4x 4x 2x 2x (1 row) At the Layout Grid breakpoint I would like the following stack to happen so I end up with 3 rows: 4x 4x 2x 2x Is t...
by protectourlands
Mon Mar 25, 2019 1:51 pm
Forum: General Questions
Topic: 64 Bit version will not open project with all pages
Replies: 3
Views: 1866

Re: 64 Bit version will not open project with all pages

Yes, thank you. I found an experimental menu in a non-published page I didn't need and forgot about. Thank you Pablo.

I have all of your paid nav menus. Will those work in the 64 bit version?
by protectourlands
Mon Mar 25, 2019 4:21 am
Forum: General Questions
Topic: 64 Bit version will not open project with all pages
Replies: 3
Views: 1866

64 Bit version will not open project with all pages

I am trying to use the 64 bit version, however when I open a project done in 32 bit,the project opens without all its pages. It seems the ones missing are set to not be published - master objects pages. How can I get around this?
by protectourlands
Wed Mar 13, 2019 1:34 pm
Forum: General Questions
Topic: Alt tag for Layer image
Replies: 2
Views: 1694

Re: Alt tag for Layer image

Ok thank you Pablo
by protectourlands
Tue Mar 12, 2019 1:35 pm
Forum: General Questions
Topic: Alt tag for Layer image
Replies: 2
Views: 1694

Alt tag for Layer image

Is there a way to add an alt tag to the image used as a layer background?

Layer > Style > Background > Image
by protectourlands
Mon Feb 18, 2019 5:03 pm
Forum: Links and Navigation
Topic: Link Transition Dots Not Working on PHP page
Replies: 2
Views: 4021

Re: Link Transition Dots Not Working on PHP page

Yes that was it. Thank you so much Pablo.
by protectourlands
Mon Feb 18, 2019 4:27 pm
Forum: Links and Navigation
Topic: Link Transition Dots Not Working on PHP page
Replies: 2
Views: 4021

Link Transition Dots Not Working on PHP page

I have assigned Dots transition to the link style of the main links. It does not work on 2 of the 6 pages. The only difference I can see is the 2 pages are PHP pages. The other pages where it works are HTML pages. http://www.scenichighway247.com Non-working transition pages are Become A Supporter an...
by protectourlands
Thu Feb 14, 2019 2:03 pm
Forum: General Questions
Topic: Workpage Text Line Height
Replies: 4
Views: 1946

Re: Workpage Text Line Height

There is no way to change the line height in the workspace because this is rendered by Windows.
That's what I thought. Thank you Pablo.
by protectourlands
Wed Feb 13, 2019 4:02 pm
Forum: General Questions
Topic: Workpage Text Line Height
Replies: 4
Views: 1946

Re: Workpage Text Line Height

Thank you Pablo but I'm actually looking to do just the opposite. The designer page shows the text with more line height than the browser does after publishing. I was hoping there would be a way to adjust how the font appears on the designer page without affecting the html output. In other words, ma...
by protectourlands
Wed Feb 13, 2019 3:09 pm
Forum: General Questions
Topic: Workpage Text Line Height
Replies: 4
Views: 1946

Workpage Text Line Height

Pablo, is there a way to adjust the line height of the text as we see it on the workpage, without affecting the outputed html of the text?

Some of the fonts I use appear quite differently on the WB workpage than when they are viewed in the browser.
by protectourlands
Tue Apr 24, 2018 7:20 pm
Forum: Paid Templates
Topic: Real Estate Seller Responsive Template for Webbuilder 12
Replies: 2
Views: 13953

Re: Real Estate Seller Responsive Template for Webbuilder 12

Me Your site is jacked. PHP errors. Warning: require_once(./ReCaptcha/ReCaptcha.php): failed to open stream: No such file or directory in /home1/lucknow/public_html/index.php on line 2 Fatal error: require_once(): Failed opening required './ReCaptcha/ReCaptcha.php' (include_path='.:/opt/php56/lib/ph...