paulwallas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Has my site been hacked?One other thing, if I change my theme the characters dissapear. The theme I am using is https://github.com/murtaugh/HTML5-Reset-Wordpress-Theme/issues/25
Forum: Fixing WordPress
In reply to: Has my site been hacked?Thanks mickey
I have checked generated sourece and it just displays the same as what is rendered in the live browser. I have no idea or heard of this, what should be I looking for and is there a way to fix it?
Forum: Plugins
In reply to: [Plugin: Sidebar Login] The plugin works only half way.This can be solved by searching for ‘wp-login.php?loggedout=true’ within wp-login.php and replacing with ‘index.php’
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] Redirects to referrer after loginThis can be solved by searching for ‘wp-login.php?loggedout=true’ within wp-login.php and replacing with ‘index.php’
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] Problems with logout re-directThis can be solved by searching for ‘wp-login.php?loggedout=true’ within wp-login.php and replacing with ‘index.php’
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] Logout RedirectThis can be solved by searching for ‘wp-login.php?loggedout=true’ within wp-login.php and replacing with ‘index.php’
Forum: Plugins
In reply to: [Sidebar Login] [Plugin: Sidebar Login] Logout RedirectDid you have any luck on this? I have the same problem but it does not happen on an early version I have running on an old site
Forum: Fixing WordPress
In reply to: Displaying php code within php echoIt works, final code is below:
if ( is_user_logged_in() ) { echo ('<div id="topBanner"></div>'); } else { echo ('<div id="panel"> <div id="panel_contents"> </div> <div class="innerContainer clearfix"> <h1>Login to the customer area using the fields below:</h1>'); sidebarlogin(); echo ('</div> </div> <div class="innerContainer clearfix"> <div class="panel_button"><a href="#">Customer Area</a></div> <div style="display: none;" id="hide_button" class="panel_button"><a href="#">Close this box</a></div> </div> </div>'); }; ?>
Thanks
Forum: Fixing WordPress
In reply to: Displaying php code within php echoYeah i have closed these off, i just didn not include them on the post. I will give this a try, thanks
Forum: Fixing WordPress
In reply to: Has anyone used MenuBar plugin?dontdream – i have now solved this.
I cannot believe this was such an easy fix. Thanks so much for your reply, i have searched for many weeks trying to fix this.
Forum: Fixing WordPress
In reply to: Has anyone used MenuBar plugin?Hi
Thanks for your reply. Is the superfish a plugin in addition to the menubar?
thanks
Forum: Fixing WordPress
In reply to: Help with PHP codeForum: Fixing WordPress
In reply to: Help with PHP codeSorry i am not too sure what you mean?
Forum: Fixing WordPress
In reply to: Help with PHP codethanks t31os_ it makes it a bit more clearer for me.
I have looked at esmi’s link and half works, however i am not displaying a side bar.
My site is set up with Home, About, News being categories and ‘education, experience, skills’ are all posts that display in the ‘about’ category.
Therefore if the page is currently the about us cat(id3) i want the posts within this category to show ??
Forum: Fixing WordPress
In reply to: a simple page problemi only want one specific post to display the div.