umarglobal
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] Woocommerce product pages slow to loadHi,
I am facing the exact same issue with a similar setup. I have disable the yoast plugin and the product editor loads superfast. The moment I enable the Yoast plugin it all slows down and it is purely a Yoast issue. My host company have had a look into this and has pinpointed the issue to Yoast. Can you please advise what the Github ticket is and when this is likely to be resolved?
I have a solution. Use this plugin
https://codecanyon.net/item/woocommerce-extra-product-options/7908619Forum: Plugins
In reply to: [WC Fields Factory] Overriding Price in Cart: Not Working After UpdateJust for your information when running the following function everything works. However these are static values
add_action( 'woocommerce_before_calculate_totals', 'add_custom_price' ); function add_custom_price( $cart_object ) { global $woocommerce; $items = $woocommerce->cart->get_cart(); foreach($items as $item => $value) { $value['data']->set_name('Test'); $value['data']->set_price(10); } }
- This reply was modified 6 years, 11 months ago by umarglobal.
- This reply was modified 6 years, 11 months ago by umarglobal.
Forum: Plugins
In reply to: [Simple Job Board] Search on front pageSimply duplicate the job-filters.php file and rename it to home-job-filters.php
include this in your hompeage using the following code
<?php include('location/home-job-filters.php'); ?>
Simply change the following code in the copied file to
// Get Current Page Slug $slugs = sjb_get_slugs(); $page_slug = $slugs[0]; $slug = '/jobs';
note that the slug to use is /jobs
Hope this helps
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Reviews disappearedHave you updated the category slug? The way Rich Reviews works, and personally I think its really bad, is that it shows the reviews based on the category slug. If you change the category slug to increase SEO exposure then the reviews disapear. Why not make it easier for everyone and have the reviews show up based on category ID? this will never change
Forum: Plugins
In reply to: [Rich Reviews by Starfish] Edit ReviewsBump!
No way to do this? This should be a basic feature
Forum: Plugins
In reply to: [WP Favorite Posts] Custom post typesDoes not seem to work with custom post types? Any help on this?
Following instructions but on the my favourites page its blank
Neither does it on mine. I dont think the plugin is longer supported.
Thanks
Rule is simply
?p=101
Forum: Plugins
In reply to: [Shopp Customer Register] [Plugin: Shopp Customer Register] Plugin StatusDid someone ever tell you that your a genius?
Where do I make a donation?
aaah come on kcomphlint.. you could have posted a solution.. im stuck on this and have no clue what to do.
Forum: Plugins
In reply to: [Shopp Customer Register] [Plugin: Shopp Customer Register] Plugin StatusThe shopp registration works great as is, and you have done a fantastic job working at it. The only feature request i would have is to get an email sent to the customer and merchant on account creation. ??
Thanks
Forum: Plugins
In reply to: [Category pagination fix] It does not work with WP 3.1.3This is not working with the latest version either. 3.2.1
Any chance of support on this plugin. Ill pay. Or shall i just give up on it.
Thanks
Forum: Plugins
In reply to: [Tiny Table] Does Not WorkI agree. Does not work! remove or fix
Any help on this? The map isnt appearing at all… otherwise a great concept