- This topic has 65 replies, 44 voices, and was last updated 6 years ago by
Srinivasa M.
-
AuthorPosts
-
October 16, 2019 at 10:05 am #21776
Maxi Tromer
Participantthis solve this problem forever …
October 20, 2019 at 4:58 pm #21785JEFERSSON CANDIDO
Participant****infelizmente não deu certo*****
Para retirar a mensagem de licença do yith
ir na pasta lib localizar o arquivo yit-licence.php
Trocar da linha 873 a 877 por
/*”>Warning! You didn’t set license key for the following YITH products: {$product_list} which means you’re missing out on updates and support. Enter your license key, please” )?>
</div>*/
-
This reply was modified 6 years, 7 months ago by
JEFERSSON CANDIDO.
-
This reply was modified 6 years, 7 months ago by
JEFERSSON CANDIDO.
October 25, 2019 at 5:49 pm #21798BinBin
Participantremove this line in yit-licence.php
838 – 862
if ( $this->_show_eciton_esnecil_etavitca() ) {
$products_to_activate = $this->get_to_active_products();
if ( !!$products_to_activate ) {
$product_names = array();
foreach ( $products_to_activate as $init => $product ) {
if ( !empty( $product[ ‘Name’ ] ) )
$product_names[] = $product[ ‘Name’ ];
}if ( !!$product_names ) {
$start = ‘<span style=”display:inline-block; padding:3px 10px; margin: 0 10px 10px 0; background: #f1f1f1; border-radius: 4px;”>’;
$end = ‘</span>’;
$product_list = ” . $start . implode( $end . $start, $product_names ) . $end . ”;
$activation_url = $this->lru_esnecil_teg();
$c = str_replace( ‘##y2cgKsAXLQ##’, ”, ‘##y2cgKsAXLQ##y##y2cgKsAXLQ##i##y2cgKsAXLQ##t##y2cgKsAXLQ##h##y2cgKsAXLQ##-l##y2cgKsAXLQ##i##y2cgKsAXLQ##c##y2cgKsAXLQ##e##y2cgKsAXLQ##n##y2cgKsAXLQ##s##y2cgKsAXLQ##e##y2cgKsAXLQ##-##y2cgKsAXLQ##n##y2cgKsAXLQ##o##y2cgKsAXLQ##t##y2cgKsAXLQ##i##y2cgKsAXLQ##c##y2cgKsAXLQ##e##y2cgKsAXLQ##’ );
?>
“>Warning! You didn’t set license key for the following YITH products: {$product_list} which means you’re missing out on updates and support. Enter your license key, please” )?>
</div>
<?php
}
}
}October 30, 2019 at 3:01 am #21817Pembis Digi
Participantit works!
Thanks Bintang (y)January 21, 2020 at 1:57 pm #21990kyle roko
ParticipantYou can hide Yith notice by admin css:
my code can’t be added here so anyone understand this code could follow:use code snippet:
add_action ‘admin_head’ , ‘name your function here’
function ‘name your function here’
echo this:
‘style
.yith-license-notice {display: none;}
div#yith_dashboard_products_news {display: none;}
div#yith_dashboard_blog_news {display: none;}
/style’;May 20, 2020 at 12:36 pm #22322Srinivasa M
Participant-
This reply was modified 6 years ago by
Srinivasa M.
-
This reply was modified 6 years, 7 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.

