Best Blackhat Forum

Full Version: [GET][UPDATED] The7 v4.4.4 - Responsive Multi-Purpose WordPress Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
To Remvove admin option from the top you need to fine the class use firebug and inspect that element which display this options and if find put this somewher ein css

.xxxxx or #xxxx {display:none;}

and that will not shown again.

n@#!r
n@$!r Thanks you, but I'd like to remove only theme options from admin bar. I would like to have add, about etc

I tried with this :

add_action( 'admin_bar_menu', 'remove_wp_logo', 999 );

function remove_wp_logo( $wp_admin_bar ) {
$wp_admin_bar->remove_node( 'options-framework' );

but it dosn't work
(08-19-2014 12:26 AM)anomus Wrote: [ -> ]n@$!r Thanks you, but I'd like to remove only theme options from admin bar. I would like to have add, about etc

I tried with this :

add_action( 'admin_bar_menu', 'remove_wp_logo', 999 );

function remove_wp_logo( $wp_admin_bar ) {
$wp_admin_bar->remove_node( 'options-framework' );

but it dosn't work
what he wants is: that nobody knows he is using this theme, simple as that
like a said many times before buy the theme and ask for support
and as iapetos says If you use it, buy it.
if you are having issues on loading, it is normal as this is a big wide range of theme, if you have a site and ready to go live, use cache plugins to make it load faster.

@anomus please read the comment of n@#!r it would work just read and do it. find the exact element which you want to remove, the bar is divided into classes, sample class

is "sam-item" which is written as class="sam-item" then follow n@#!r advice
(08-18-2014 03:27 PM)iapetos Wrote: [ -> ]It's slow due to the amount of js being used on top of WordPress. I would suggest loading only what you need for the site rather than the Full demo.

The amount of plugins being loaded and their function is a huge contributor to speed as well.

Do you know the ulimit for your system?
Thanks for replying.
I am using on a ecommerce wp install to test it out and if all goes well maybe later will just buy it to help author and i am only listed few things for sale.

"Do you know the ulimit for your system?" not sure what you mean by that...

As for plugins , i use only what it come with the theme,that where recommended to install, but then i put few more.
(will pm you a screen)

Thanks for your advice!.
Regards,
J.
GREAT LOOKING THEME!

REP added. Thanks
password ?
omitakatori thank you, you right

I found it :

#wpadminbar ul li:last-child, #wpadminbar ul li:last-child .ab-item {
display: none !important;

}


thank you !
@anomus you are welcome, hope it save you time on finding the solution :)

and UP for this great theme thanks again @iapetos!
(08-20-2014 03:29 AM)anomus Wrote: [ -> ]omitakatori thank you, you right

I found it :

#wpadminbar ul li:last-child, #wpadminbar ul li:last-child .ab-item {
display: none !important;

}
hank you !
@anomus thanks and can you please tell me where you placed this code?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
Reference URL's