bestbooks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Text SpacingForum: Your WordPress
In reply to: Blogmastr – Free Theme AswellSorry! Forgot to give you my url.
Forum: Your WordPress
In reply to: Blogmastr – Free Theme AswellHi,
Very nice theme actually! Only critique I would have is that I don’t like how the date sticks out. It is sort of distracting. Other than that, it flows very nicely, and the structure is good. Oh, one more thing. Maybe it is just the resolution or settings on my screen. But I would like to see the content centered more. For me it seems aligned to the right a little too much. But I guess these are all things a person with a little WordPress know how can customize once they get into the template files. ??
Hey, would you mind critiquing my blog??? I’m particularly interested in hearing what you have to say about the writing, information, and overall design.
Forum: Fixing WordPress
In reply to: Cannot Modify Header Information. Help!!!!That got rid of the initial error. BUT I’m getting this now.
Parse error: syntax error, unexpected T_DNUMBER in /home/bestbook/public_html/targetpublics/wp-content/themes/beautiful-sunrise-10/functions.php on line 5
But Otto, I tried this… I removed everything after line 70 and walla! The error was gone and everything seems to be functioning normally.
Was that okay to do? Here is the new code:
Forum: Fixing WordPress
In reply to: Cannot Modify Header Information. Help!!!!Forum: Fixing WordPress
In reply to: Cannot Modify Header Information. Help!!!!Lines 70 and 71 are both blank.
This is driving me crazy!!!
Also, I noticed in the 2.3.3 sticky that the pluggable.php file is changed. And that file is included in the error message. ???
Otto, please help me!!! Thanks.
Forum: Fixing WordPress
In reply to: Cannot Modify Header Information. Help!!!!Hi Otto.
I opened up the functions.php file in DreamWeaver
the code looks like this starting at line 72:
72<?php
73
74 define(‘HEADER_TEXTCOLOR’, ”);
75 define(‘HEADER_IMAGE’, ‘%s/images/beautiful-sunrise.jpg’);
76 define(‘HEADER_IMAGE_WIDTH’, 850);
77 define(‘HEADER_IMAGE_HEIGHT’, 200);
78 define( ‘NO_HEADER_TEXT’, true );
79
80 function admin_header_style() {
81 ?>Forum: Fixing WordPress
In reply to: Cannot Modify Header Information. Help!!!!Hi Jeremy.
I did this and there doesn’t look to be like any extra lines. The cursor begins right at the ?>.
Forum: Fixing WordPress
In reply to: Using my custom page or templateHmm. Well how do I do what I am trying to? Think for me Moshu!
Well, just need to do more reading I guess. But anymore more help would be great.
Forum: Fixing WordPress
In reply to: Using my custom page or templateOops. I should have said Here’s the url of the template I uploaded to my theme
I also changed the name to lowercase. ??
Hmm. I do have that code in the template. And it formats the page exactly like I want it to.
https://strategicmarketsegmentation.com/about
I’m just trying to figure out now how I can use my custom template to write pages and it format it correctly.
This is so hard for me to explain. I wish you could log into my Admin panel. You could see exactly what I have done and what I am trying to accomplish.
I can give you my login info if you want.
Forum: Fixing WordPress
In reply to: Using my custom page or templateOh, right! hehe. Thanks Moshu.
I have another question. (Of course).
The template I created is just like a page. And I need to create lots more, but I don’t want the Theme Editor to be cluttered with all of these different templates.
I am trying to figure out how I can have CSS code for the template, and then write the text in Manage–>Write–>Pages, and WordPress be able to know how to format the pages.
Basically, all the pages will have the same formatting. So I just want to have one template that I created and write pages in WordPress that will use the CSS for the custom template I created.
Here is an example of some code I have for the template:
<style type=”text/css”>
body {background-color: #C0C0C0}
.simple { background-color: #FFFFFF; width: 590px; padding: 20px; border: 1px solid #FF0000 }
</style>Here’s the url of the page I uploaded to the Theme Editor. I named it Squeeze.php
https://strategicmarketsegmentation.com/about
I hope this makes sense.
Forum: Fixing WordPress
In reply to: Using my custom page or templateI resolved this issue.
When I uploaded the php file, somehow, apostrophes were converted to questions marks. Looked in Theme Editor for the file and saw where this was happening. So just actually edited the file in WordPress, saved it and fixed the problem.
Forum: Fixing WordPress
In reply to: Directly Edit The PagesKay, Thanks Moshu.
I will keep playing around with this to see if I can get things working.
Forum: Fixing WordPress
In reply to: Directly Edit The PagesHey Moshu,
Hmmm. Does it look like the Blue Some plugin is the only one available that allows you to insert PHP into the content?
I have installed and activated it. But I am getting error messages whenever I insert the PHP code from the Split Testing software I am using.
I know this may be out of the range of support here. But was just wondering if someone could at least point me in the correct direction for what I am trying to accomplish. If it is even possible.
Forum: Fixing WordPress
In reply to: Why Are Titles Case SensitiveOkay. Well, I suppose it is something that we, or at least I can live with.
Thanks a bunch.