after checking all cant find custom post etc but lets wait and see
jonathan01 said
yeah we don’t have any plugins in added in to the functions file… crap this is just annoying really it could be anything..
Not sure if this will help you but in mine I had the file path to “editor_plugin.js” wrong for the visual editor button. Made it correct and that is what fixed it.
The bar on the top… is that shown no matter what? Like is there anyway to get rid of that on my themes?
On one of my themes it shows the toolbar, on another it just shows a white space above the header…
How do I make it so it shows the toolbar and not just a space? Or is there anyway I can just remove it from my theme completely?
CadenGrant said
The bar on the top… is that shown no matter what? Like is there anyway to get rid of that on my themes?On one of my themes it shows the toolbar, on another it just shows a white space above the header…
How do I make it so it shows the toolbar and not just a space? Or is there anyway I can just remove it from my theme completely?
RedHenry said
CadenGrant said
The bar on the top… is that shown no matter what? Like is there anyway to get rid of that on my themes?On one of my themes it shows the toolbar, on another it just shows a white space above the header…
How do I make it so it shows the toolbar and not just a space? Or is there anyway I can just remove it from my theme completely?
l like this because we are just trying all and this is very good.
- Author had a Free File of the Month
- Bought between 50 and 99 items
- Exclusive Author
- Has been a member for 4-5 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
Hey guys. I’ve spent 3 hours fixing this issue. If you use admin_head hook to add new buttons with edButton(...) function, these instructions should work for you: http://pastie.org/1601047
RedHenry said
CadenGrant said
The bar on the top… is that shown no matter what? Like is there anyway to get rid of that on my themes?On one of my themes it shows the toolbar, on another it just shows a white space above the header…
How do I make it so it shows the toolbar and not just a space? Or is there anyway I can just remove it from my theme completely?
Just found an easier way to do it 
Login to admin: go to “Users”, “Your Profile” and there you have:
“Show Admin Bar” with 2 checkboxes “when viewing site” and “in dashboard”, then deselect them and it will disapear from theme preview.
Hope this helps.
- Bought between 1 and 9 items
- Europe
- Exclusive Author
- Has been a member for 3-4 years
- Sold between 10 000 and 50 000 dollars
The update is ok, but i can’t see a shortcut to add new category in admin bar ??!? probably they missed it.
However I already have a lot ideas how to customize that bar … lol
- Attended a Community Meetup
- Author had a File in an Envato Bundle
- Author was Featured
- Bought between 1 and 9 items
- Contributed a Tutorial to a Tuts+ Site
- Exclusive Author
- Has been a member for 4-5 years
- Item was Featured
FamousThemes said
RedHenry said
CadenGrant said
The bar on the top… is that shown no matter what? Like is there anyway to get rid of that on my themes?On one of my themes it shows the toolbar, on another it just shows a white space above the header…
How do I make it so it shows the toolbar and not just a space? Or is there anyway I can just remove it from my theme completely?Just found an easier way to do it
Login to admin: go to “Users”, “Your Profile” and there you have:
“Show Admin Bar” with 2 checkboxes “when viewing site” and “in dashboard”, then deselect them and it will disapear from theme preview.
Hope this helps.
I think the issue was how to disable it for a theme, not a user. It has to be done in the code if your theme has a display issue because of the bar. You can’t just tell a custom to turn that off for every user.
- Sold between 250 000 and 1 000 000 dollars
- Exclusive Author
- Interviewed on the Envato Notes blog
- Author was Featured
- Item was Featured
- Beta Tester
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
Parallelus saidIn functions.php:
FamousThemes saidI think the issue was how to disable it for a theme, not a user. It has to be done in the code if your theme has a display issue because of the bar. You can’t just tell a custom to turn that off for every user.
RedHenry said
CadenGrant said
The bar on the top… is that shown no matter what? Like is there anyway to get rid of that on my themes?On one of my themes it shows the toolbar, on another it just shows a white space above the header…
How do I make it so it shows the toolbar and not just a space? Or is there anyway I can just remove it from my theme completely?Just found an easier way to do it
Login to admin: go to “Users”, “Your Profile” and there you have:
“Show Admin Bar” with 2 checkboxes “when viewing site” and “in dashboard”, then deselect them and it will disapear from theme preview.
Hope this helps.
remove_action('init', 'wp_admin_bar_init');
Parker
