jordan8201
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Merging from another databaseWhatever you did fixed the issue with the width. The faint vertical line near the search box is still there. I do know how to do screen shots. Can I post them here or should I email? Or do I need to upload to my server then link to them from here?
I use PHP Designer 2007. As long as Notepad++ will give me different colors on the code, then I’m good. ??
ThanksForum: Fixing WordPress
In reply to: Merging from another databaseI have just emailed you the entire Theme5.zip.
Thanks
Forum: Fixing WordPress
In reply to: Merging from another databaseOh ya. Well the edit box that goes along with the Go Button. ?? Should have said the search button. I’ll send you some screen shots a little later. What files would you need for the theme?
Forum: Fixing WordPress
In reply to: Merging from another databaseThe line in the style sheet worked, thanks! The vertical line is still there. I am not sure what edit box you are referring to. I do not see it.
Forum: Fixing WordPress
In reply to: Merging from another databaseI’m referring to the margin on the right and left If I open each up in different tabs, and ctrl + tab back and forth, I can see a definite difference in the two.
Forum: Fixing WordPress
In reply to: Merging from another databaseRegarding the width – if I open both pages:
https://straightpaths.mzbc.com/ and
https://mzbc.com/straightpaths/?page_id=9
in different tabs in Firefox and switch back and forth, the second page is much wider (less blank spaces on the two sides).In the header, there is a search edit box and a Go Button beside it. The edit box does not line up with the Go Button as it should. Just to the left of the edit box, there is a faint vertical line. This line is not on the first page, and really should not be there.
Hopefully that is more clear. Thanks ??
Forum: Fixing WordPress
In reply to: Merging from another databaseI basically just want to mimic the other page. I took this code
.devotion {background:#fff;padding:10px}
off of the style.css page. We put that earlier so we could see the text, but it is no longer necessary for some reason.I would like to see the search button and the edit box line up and that vertical line disappear if possible.
The new page is wider than the old page. This is fine on my computer, but I wonder if it might be too wide on a computer that has a resolution like 800×600. What do you think?
The site is looking great btw, thank you. Are we nearing the longest forum discussion in history yet?
Forum: Fixing WordPress
In reply to: Merging from another databaseI did this, and nothing seems to have changed. This is what I did:
unset($post); $devMonth = date("m"); $devDayYear = date("d/Y"); $today = '<p>'.$devMonth.'</p>'.$devDayYear; /* $today = date("F d, Y"); */ $mYear = date("Y"); $mLeep = date("L"); $mDOY = date("z"); $r = fmod($mYear, 2); if ($r == 0) $n = $mDOY + 1; else $n = $mDOY + 366;
Is that correct?
Forum: Fixing WordPress
In reply to: Merging from another databaseMuch better! You are amazing! ?? Almost there I think.
Forum: Fixing WordPress
In reply to: Merging from another databaseHmmm….how did that happen? ??
Ok, this is the correctly formatted page:
https://straightpaths.mzbc.com/This is the other:
https://mzbc.com/straightpaths/?page_id=9You will be able to see the differences.
First, the graphics are all missing. This may be what is causing much of the formatting problems. There is something odd going on with the search button on the top as well.Thanks!
Forum: Fixing WordPress
In reply to: Merging from another databaseInteresting. I went in and deleted the wordpress-blog-stat folder from the plugins folder and all is good. I am not sure what happened with that, but thank you!
I made the change you suggested in the admin. It worked when I set it to “static page”. The only problem is that for some reason it still does not look right. The main page looks perfect:
https://straightpaths.mzbc.com/devotions.php
The one that is working (pulling the devotions), does not look so good:
https://mzbc.com/straightpaths/?page_id=9I could start experimenting with trying to make the 2nd page lok like the first, but I don’t want to mess any of your work up that you did on the 2nd page. What do you suggest?
THanksForum: Fixing WordPress
In reply to: Merging from another databaseThanks, that would be a lot easier! One last problem…last time I logged into the admin, everything was fine…today I get this message:
Warning: Cannot modify header information – headers already sent by (output started at /home/mzbcco5/public_html/straightpaths/wp-content/plugins/wordpress-blog-stat/stat.php:37) in /home/mzbcco5/public_html/straightpaths/wp-includes/pluggable.php on line 865
Should I make a new post in the forum for this? I don’t think I added anything new, so I am not sure what the problem is. This is line 865:
header(“Location: $location”);
Thanks!
Forum: Fixing WordPress
In reply to: Merging from another databaseSorry about that. I probably didn’t make it clear. There may be other pages that will branch off of this eventually, but this will be the primary purpose of the site.
Forum: Fixing WordPress
In reply to: Merging from another databaseI did…that fixed the background color, thanks. I actually want the devotions to be on my main page though, that’s why I was asking about putting the code into the index.php. The background color is fixed, but there are still some formatting issues. The index file is formatted correctly, but the other is not. So I would like to get the code that pulls into the devotions into the page onto the index.
Hope I am being clear.Thanks,
Forum: Fixing WordPress
In reply to: Merging from another databaseThank you! I got the banner back. The main page (www.straightpaths.mzbc.com) looks how I want it to, but the second page (https://mzbc.com/straightpaths/?page_id=9) is getting the devotions correctly. So can I paste this https://wordpress.pastebin.com/m66276c9b somewhere into the main index.php? This is the main index template code: https://wordpress.pastebin.com/m4de8d3fc.
Thanks!