gvibe06
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Mantra] Strange 1 in sidebar[Moderated]…I figured it out myself.
On line 121 of sidebar.php…commenting out the line makes the 1 go away and doesn’t seem to affect the rest of the theme features or functions.
Line 121 looks like this:
<?php echo is_active_sidebar('third-widget-area'); ?>
When commented:<!-- ?php echo is_active_sidebar('third-widget-area'); ? -->Now its resolved!
[Moderated]
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] HTTP inside IFRAMEThank you Ross .. I will check out the web scraper plug. The timeline I am loading from TikiToki should be static content, with the only user interaction would be to scroll or change the view.
Thanks again,
JeffForum: Installing WordPress
In reply to: Admin login redirect not working(Re-Hi-Jacked my thread)
OK ..
Yes it was the siteurl and home. I set them to http:// in an attempt at having it just work from anywhere.
I’m hosting this thing from home until I see if its going to go anywhere.
Since I am work most of the day I would like to access my admin page from work (and also from home when I’m home) without having to constantly change the values of siteurl and home.
EX.
With another website I used to own, the host server was always set up as localhost — those were the settings used for both Url and mysql when I installed the nuke cms package I used then.gVibe
Forum: Fixing WordPress
In reply to: Admin redirect not redirecting …Tried them all. Cache dir does not exist and cookies have been cleared. The redirect just doesn’t happen, and when I try forcing the url to localhost/wp-admin/ it goes back to that url I mentioned in my original post -> over and over and over.
Additionally, I have tried 3 different browsers, 4 different computers from different locations. All produce the same results.
Could this be caused by the way Apache handles redirects? If so, where in the WordPress setup can this be changed? Or will I have to recompile apache again?