M Rasid
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Sitemap does not work. Nothing foundthanks
great! thank you so much….
Thanks. The code you provided is working now to hide admin bar for non logged in users.
<?php if ( !is_user_logged_in() ){ ?>
<style>
#wpadminbar{ display:none; }
</style>
<?php } ?>The problem is now blank space, where the admin bar existed. Please take a look at http://www.public-post.com/
How to makeup or remove this blank space. Can you help? please..
Forum: Fixing WordPress
In reply to: Hide Admin Bar from Logged Out UseresThe bellow code I have used for my website http://www.public-post.com/ to hide admin bar for non logged in users and it is working.
<?php if ( !is_user_logged_in() ){ ?>
<style>
#wpadminbar{ display:none; }
</style>
<?php } ?>The problem is now blank space, where the admin bar existed. Please take a look at http://www.public-post.com/
How to makeup or remove this blank space. Anyone can help? please..
Hello
This is not working. If I choose “Hide admin bar completely” and “Remove admin bar customizations on site pages” then the top admin bar hide for registered users only. And when I signed out that admin bar appears again.
I want this same set up for non registered users and visitors only. If possible, please help.Thanks
Now the site will be visible. I have removed the Buddypress header menu bar successfully by a code. but it shows blank where the menu bar existed.
please visit now again: http://www.public-post.com/
Thanks