EZ-Pages in Sophy Blue not displaying
Hi folks,
I have a strange problem... I can't get the EZ-pages to display. I have created one ez-page and made an external link. Here are my other settings:
EZ-Pages Settings
---------------------------
Title Value Action
EZ-Pages Display Status - HeaderBar 1
EZ-Pages Display Status - FooterBar 1
EZ-Pages Display Status - Sidebox 1
EZ-Pages Header Link Separator ::
EZ-Pages Footer Link Separator ::
EZ-Pages Prev/Next Buttons 2
EZ-Pages Table of Contents for Chapters Status 1
EZ-Pages Pages to disable headers
EZ-Pages Pages to disable footers
EZ-Pages Pages to disable left-column
EZ-Pages Pages to disable right-column
From the Column Boxes
--------------------------------
sideboxes/ezpages.php ON RIGHT 100 2 OFF
I am sure I am missing something dumb...
Thanks a bunch,
Todd
EZ-Pages in Sophy Blue not displaying - SOLVED
Hi folks,
I solved my issue. I had created the page, but did not set the sort order in the top, bottom and side. By leaving them at 0, they reset to not display. Doh!
Hope this post helps someone else.
Have a good day!
Re: EZ-Pages in Sophy Blue not displaying
Hi ideasgirl,
Long time no see, now i annoy you one again :D
I wanna add some ads banners in my site.
What's the page I can config it?
I want to see ads at left and right screen. NOT IN SITE (not in header , footer or banner slide-box)
Trick to change header size
Hi,
Irony of ironies, I decided to make some changes to my header and had to figure out how to reduce the size again. Here is what I figured out.
Changing the stylesheet.CSS and the Header.php files did not seem to solve the issue. What I did was change the logo size to force the change in spacing. Take a look at my size. The "logo" is actually "blank.gif" which is nothing more than transparant box that forces the header to be the size I want. This is how I created the extra space in the first place I think. Not sure if the stylesheet changes were required or not.
note: by the time you read this, my site may be hosted at http://www.certifiedbattery.ca Check it out there if the link doesn't work.
Also, as I am a notorious hack that knows not what I do, hehe, I can't guarantee that this technique will not create other problems for you (or me) in the future. That said, it seems to work.
Good luck!
Re: Sophy Blue Template -SOLVED-
Just a note to let you know, I solved the problem. I got it centered, and that was/is VERY promising. Here is the code I used.
Code:
#logoWrapper {
width: 100%;
height:110px;
background-image: url(../images/header.gif);
background-position: top center;
background-repeat: no-repeat;
}
Also, just a note I already fixed the column problem in my snap shot after I took it. :smile:
Also, I'd like to share some resources I know of. It's good, promise.
CSS background-position Property
And a place to practice CSS online. helps a TON!!!
Try-It-Editor
Thanks again, good stuff, hope I helped another.