I took care of it in the wp-config.php with the following code:
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
will there be any problems with that?
I took care of it in the wp-config.php with the following code:
define( 'WP_DEBUG_DISPLAY', false );
@ini_set( 'display_errors', 0 );
will there be any problems with that?
nice! TU!!!
yes, but somehow that code is not centering the logo?
yes it was… TU!!!
TU!!!
sorry about that… here you go…
all good… TU Eva!
Never mind… I got it…
Thank you 🙂
awesome!
TU Robert
I need a little help Eva,
the article references to css files yet we are modifying a php file.
I created the same directory structure where the original file resides (within the child theme directory –> /royal-child/framework/plugins.php) and put the modified plugins.php file in it…
anything else I have to do?
ok Eva… thank you…
It doesn’t work Eva… I already tried it… I disabled every single option for any role other than the admin, but the VC switcher still shows in the back end of the vendors
I accomplished hiding a few more but these are being quite stubborn –> http://prnt.sc/ats4wp
I used the below code for them:
add_filter( 'hidden_meta_boxes', 'custom_hidden_meta_boxes_7' );
function custom_hidden_meta_boxes_7( $hidden ) {
$hidden[] = 'postdivrich';
return $hidden;
}
add_filter( 'hidden_meta_boxes', 'custom_hidden_meta_boxes_8' );
function custom_hidden_meta_boxes_8( $hidden ) {
$hidden[] = 'composer-switch';
return $hidden;
}
doing something wrong???
I would like to hide more options (brands, tags, product video). How do you find/know the names of these options (‘product_options’, ‘mymetabox_revslider_0’) please???
how can i do this in the child theme?
i created the “framework” subdirectory, and put the modified plugins.php in it… didn’t work…
please advise?
let’s do this again (below) 🙂
here you go
here you go
I think you see this version of the message when you login as an admin, because you have permission to install those plugins –> http://prnt.sc/atnnhv
however, when you login as a vendor, you see the message that I previously sent to you (because vendors do not have the permission to install plugins)
I just created a new vendor (credentials are below). Please login as a vendor to see the message…
Go to the site –> http://ikinciel.yazardandirekt.com/
Click here –> http://prnt.sc/atnovs
Click here –> http://prnt.sc/atnp86
Here it is –> http://prnt.sc/atnpf1
Thank you…
Please go here (woocommerce add products) –> http://prnt.sc/atnguw
I would like to hide this one –> http://prnt.sc/atnfa6
and this one –> http://prnt.sc/atnfdw
please note that I don’t want to use the screen options (in the upper right). It hides things for specific users, not globally… so, when a different vendor registers, these things still show on his woocommerce add product page.
Thank you…!
I also would like to hide the “Revolution Slider Options” in the Woocommerce Add Product Page…
Thank you…
just to make sure we have a clear understanding Eva…
this side of the site is for multi-vendors. So, this message appears every time a new vendor (newly) registers in the upper portion of his account.
ps: I just used your credentials to access the backend, and get the same message (which you will also see)
Thank you…
awesome!!!
T U!!!
that code is not going to work Robert… it takes out everything…
please take a look at this pic –> http://prntscr.com/aru7r4
I would like the blue colored one staying on the page…
never mind… please ignore the question; it can be done on woocommerce setup…
nice! T U…!
when you put your mouse on the product image (let’s say on the home page) you will see “Goruntule” to open the product pop up… I would like to eliminate all this… I would like people to click to go to the single product page please.
Thank you…
all good… T U Jack!
so, do we still have to keep this file here –> /turkishreads/wp-content/themes/royal-child/framework/theme-functions.php
or, should we delete it???
OMG… I have been looking for that thing forever… I forgot how I created it.
THANK YOU EVA!!!!!