K
Forum Replies Created
-
i fixed the issue. in my wp-config files there was some malware lines which i deleted. my other website issues were fixed too.
ok its not working all, the product page now says $7.00 / Array instead of the duration.
I added this code in the products classes file and it seems to be working
function set_default_product_types( $product_types ) {
$product_types = array(
‘simple’ => __( ‘Simple’, ‘dokan’ ),
‘variable’ => __( ‘Variable’, ‘dokan’ ),
//kmod
‘subscription’ => __( ‘Subscription’, ‘dokan’ ),
);Forum: Plugins
In reply to: [Front End PM] possible to hide user’s email addresses?When you start writing new message. in the TO section. it shows email addresses of other users. can you see it. i can send you screen later at night.
Forum: Fixing WordPress
In reply to: New link inserter box can't be closed?I found workaround. select any other text on page, click on linking button on menu, then click any other text again. this will make the link box disappear.
Forum: Fixing WordPress
In reply to: New link inserter box can't be closed?Same thing is happening to me since I upgraded to 4.5