satish09
Forum Replies Created
-
Forum: Plugins
In reply to: Page Load Speed = 6.8 Secs?your page load time is about 7.5 Sec Is It Not Probably Good..
improve This Via Trick
use Caching Plugin And Minify JS and CSS..
I Check Your Link And Found Many Redirect. Remove No Off Redirect As It Possible..
Hope This Will Help You @joshspiresForum: Plugins
In reply to: [WooCommerce] Order emails are not sentfor simply do this…
go to woocommerce > setting > emailenter this email in send from field [email protected] (change yourdomain.com with your own domain name..)
if you want to use your own email id then do this
wordpress comes with its own cron sometimes it not work properly
do your own cron jobs…i think it help if you need more help find me on speranza.in with livechat….
Forum: Plugins
In reply to: [WooCommerce] Change text "items" in menuyou need to edit in woocomre plugin > template > cart
Forum: Plugins
In reply to: [WooCommerce] sorting by attributteadd below code to your theme function.php file and thts, it….
add_filter( ‘woocommerce_get_catalog_ordering_args’, ‘custom_woocommerce_get_catalog_ordering_args’ );
function custom_woocommerce_get_catalog_ordering_args( $args ) {
$orderby_value = isset( $_GET[‘orderby’] ) ? woocommerce_clean( $_GET[‘orderby’] ) : apply_filters( ‘woocommerce_default_catalog_orderby’, get_option( ‘woocommerce_default_catalog_orderby’ ) );
if ( ‘random_list’ == $orderby_value ) {
$args[‘orderby’] = ‘rand’;
$args[‘order’] = ”;
$args[‘meta_key’] = ”;
}
return $args;
}
add_filter( ‘woocommerce_default_catalog_orderby_options’, ‘custom_woocommerce_catalog_orderby’ );
add_filter( ‘woocommerce_catalog_orderby’, ‘custom_woocommerce_catalog_orderby’ );
function custom_woocommerce_catalog_orderby( $sortby ) {
$sortby[‘random_list’] = ‘Random’;
return $sortby;
}Forum: Plugins
In reply to: [WooCommerce] Checkout freeze on firefox.hey @ponzio pilato. disable force checkout option in woocomerce > setting > checkout.
i think this will help you…
Forum: Plugins
In reply to: [WooCommerce] Add to Cart Colorhey, @jmbfishing can you send me your store link… and also provide your add to card button color hex code.. i will post complate css code you can copy past it and thats it…
Forum: Plugins
In reply to: [WooCommerce] Lost password redirects to wp-login.phpplz send your link.. to check and help you better
Forum: Fixing WordPress
In reply to: Need Auto Sitemap update pluginuse yoast seo it is a best option for it…
[Link redacted]Forum: Fixing WordPress
In reply to: adsense script error ?plz wait untill 48 hours it come back automaically..
if still not showing write here again..
[Link redacted]open both link and check url..
i hope u clearly see differant…[Link redacted]
Forum: Fixing WordPress
In reply to: subcategory urlchange your permalink to default it will surely help…
[Link redacted]
Forum: Fixing WordPress
In reply to: wordpress logoplz put your site or blog link here.. so i can understood exatly…
visit [Link redacted]