I recently purchased a new computer and installed the latest version of BlueVoda website builder (Version 12). On my previous computer, I was running BlueVoda 11. I used this previous computer to create my website. I modified a few pages on my website today and found that every single page on my website now had empty / blank space added at the bottom. It's not just the few I modified, it's all of them. This happened after I updated the few pages today. The text link styles all changed also (but that is another issue I need to resolve). I searched the forum and found the 'CTRL-A' check. I have no extra information at the bottom of any of my pages. Again, I updated a few pages, and ALL of them now have this blank space at the bottom. I've been struggling to figure out how to get rid of it on all the pages. Here's an example here: http://www.cocsermons.net/Home.php. Reference the other pages also. They all have it at the bottom. Somehow changing a few pages messed them all up. The page properties page height doesn't fix the problem. On my BlueVoda software view, there is no empty space at the bottom. It's not an option for me to recreate every single page. I need to fix the problem. Thanks for your time.
Empty/Blank Space Bottom of All Pages
Collapse
This topic is closed.
X
X
-
Re: Empty/Blank Space Bottom of All Pages
You used the improper method to save your updated page, resulting in page code duplication (doubled header information).
For the pages affected, your will need to re-create the whole page from scratch using the methods outlined in this post.
There is no other way around the methods to create and re-create pages using BV12.
-
-
Re: Empty/Blank Space Bottom of All Pages
I never used the 'save page as' function for saving pages after I modified them. I modified two pages. I used the save icon. I did add the same element (text box, glass button, and text) to each of the two pages. It's possible after I made the change on the first, that I copied the content and added it to the second. Then republished both. Maybe that's what I did wrong? The only thing common to all the pages (all the pages have the problem) is my footer, header, and left banner. I've read through the reference post multiple times, but it's still not clear to me what I need to do. I've tried cloning the two pages that resulted in the problem and republishing (same name). I've tried creating a blank page, copying the content to the blank page, saving it to the same name as the original page and republishing. I apologize. Could you be more specific about which section of the reference post I need to perform?
Comment
-
-
Re: Empty/Blank Space Bottom of All Pages
The outlined instructions can not be made more precise nor abbreviated (simplified) than they are.
If you are not using a "Template" page design, or use the CLONE function, you will need to re-create the pages from scratch.
You must add dynamic elements uniquely to the pages, being sure to not use an element that has been "updated" individually (if you make a change to a Menu, for instance, that same newly updated menu must be copied to and published upon all pages globally to avoid "continuity" dysfunction).
Opening a BV11 page in BV12 to "update" when it shares dynamic elements published previously to other non-updated BV11 created pages also creates "continuity" errors, as the formatting of BV12 is altogether different yet still shares another version's formatting of the element (meaning incongruent source file pathways). Again, re-creation of pages is required.
Comment
-
-
Re: Empty/Blank Space Bottom of All Pages
I was able to figure out and fix the problem. On this website, I created a "Header.php" file based on "Header.bvp". This header file is a standalone BlueVoda file I created that I call out on each of my sub pages using a HTML box at the top of my each page that has the following:
<?php
include 'Header.php';
?>
This header file has my menu at the top of each page. In addition, this header file had a page width setting of 1000 and page height of 6000. Previously, with BlueVoda Version 11, it would take the page height setting on each individual published page and the 6000 number in the header file itself didn't matter. When I made changes to pages with BlueVoda 12, it went to using the 6000 page height setting on the Header file instead, resulting in the long page. After changing the page height setting to something just more than what I need for the header, and republishing the header, it fixed the problem on all pages.
I'm not sure if there is a better way to include a header, instead of using the 'include' method. In any case, I'm glad I was able to fix it.
Comment
-
-
Re: Empty/Blank Space Bottom of All Pages
As mentioned above, BV12 no longer uses CSS, and as such, renders the Single Menu Page with Bv and PHP and any other "include" method useless. Thus, the specific method of uniquely embedding elements on pages individually is required.
Comment
-
Comment