14music
Forum Replies Created
-
Forum: Plugins
In reply to: remove the (free) word that appears next to the shipping methodadd_filter( ‘woocommerce_cart_shipping_method_full_label’, ‘remove_local_pickup_free_label’, 10, 2 );
function remove_local_pickup_free_label($full_label, $method){
$full_label = str_replace(“(Free)”,””,$full_label);
return $full_label;
}Not working for me
Forum: Plugins
In reply to: [WooCommerce] No available shipping methods error messagewhich of the shipping method you used
Forum: Networking WordPress
In reply to: Multisite in subdomainWordPress is installed on the rootdirectory. Subdomain was created from the cPanel
Forum: Networking WordPress
In reply to: Multisite in subdomainI believed set it up right on the server. But after wordpress multisite was setup the sub domain is empty
what am I supposed to do? I’m very new at tthisForum: Networking WordPress
In reply to: Multisite in subdomainForum: Plugins
In reply to: [Rich Text Excerpts] Remove or edit "Continue reading" textPut this code at the bottom of your theme Function.php
function sbt_auto_excerpt_more( $more ) {
return ‘aaa’;
}
add_filter( ‘excerpt_more’, ‘sbt_auto_excerpt_more’, 20 );function sbt_custom_excerpt_more( $output ) {return preg_replace(‘/<a[^>]+>Continue reading.*?<\/a>/i’,”,$output);
}
add_filter( ‘get_the_excerpt’, ‘sbt_custom_excerpt_more’, 20 );Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides only shows 5 imagesInstruction on template tag? for multiple slides
sorry, new at thisForum: Plugins
In reply to: [Meteor Slides] Meteor Slides only shows 5 imagesAny luck Josh? I emailed you the login a few days ago
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides only shows 5 imagesI don’t have anything else customized. I uninstalled and re-install the theme. still not working
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides only shows 5 imagesI emailed it [ email redacted ]
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides only shows 5 imagesother plugins are deactivated
and here’s the function.php https://pastebin.com/RExQZ04BForum: Plugins
In reply to: [Meteor Slides] Meteor Slides only shows 5 imageshere it is https://pastebin.com/zVnrKGZS
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides only shows 5 imagesThe code for that template file is on pastebin.com
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides only shows 5 imagesHey, I don’t use custom css. I’m still limited to 5 slides, no more- no less. can I get some help here?
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slides only shows 5 imagesI changed from 5 to 2 and it’s still 5 I don’t think the quantity works at all