oumz99
Forum Replies Created
-
I reverted to 3.15.3 and it is working.
thank you for sharing. adding and testing this code. Another problem is that while I develop on MAMP, VVV and test cpanel my widgets are working there but not on “some” sites / servers whcih is strange. The strange part is that there is no other third party plugin installed in those sites as well so it is not. a third party plugin conflict.
Forum: Everything else WordPress
In reply to: Unable to update pluginsCheck contributor or developer access to the plugin.
- This reply was modified 2 years ago by oumz99.
Forum: Reviews
In reply to: [WP OAuth Server (OAuth Authentication)] Good pluginOk, I have come back after a long time. I understand you’re using the PHP library for oAuth2 but there is no need to create extra tables in WordPress database the options table + usermeta is enough to handle the Storage/WordPressdb. I would love to share more details, just need to find time. Probably share a diff with you. Do you have a github repo ? I can send a pull request.
Forum: Plugins
In reply to: [BruteProtect] The FutureCompletely agree. I hope even after migrating to Jetpack this is maintained as a separate installable plugin.
Forum: Plugins
In reply to: [BruteProtect] Error BP100sorry a typo in above ,
do_action('login_form');
any help would be appreciated.Forum: Alpha/Beta/RC
In reply to: CSS-style and customize the new [audio] playerThe audio and video players in WP 3.6 with media elements, are they not responsive or is it my theme ?
Forum: Plugins
In reply to: [WooCommerce] Error in line no.3 add-to-cart-variation.jsNever mind.
It is fixed I forgot to update the singleproduct -> Add to cart templates.Resolved.
Forum: Plugins
In reply to: [WordPress Importer] Authors not importingthx!
Forum: Plugins
In reply to: [WordPress Importer] Embed Importer into Theme?USe this:
$WP_Import->import( $file );Forum: Reviews
In reply to: [WooCommerce] Uncessary changes and unstable for devs??
Forum: Reviews
In reply to: [WooCommerce] Uncessary changes and unstable for devsYes, I’ve been using overriding core WC templates for quite a while now. And global $product; $product contains $post.
But it does not fully answer my question. Here’s is a situation I’ve been trying to get an answer of:1. I want to show a product in a Post
2. So I run a custom loop query_post(‘post_type=product&p=123);
3. Now I want to use standard WooCommerce Templates to show product price/Tabs/Short descriptions/Attributes/Related products etc..
I have been trying to use woocommerce templates to get this using ob_get_clean but since there is no global $product defined while echoing the template nothing is shown.Is there a better way to do the same or am I missing something ?
Forum: Reviews
In reply to: [WooCommerce] Uncessary changes and unstable for devsI don;t know how I missed it…..
I have seen that page at least 10 times and missed the theming snippets part..But still I need a little info. here…
Most of the WooCommerce functions like : woocommerce_show_product_images,woocommerce_template_single_title …..and so on. Output the HTML.
Like in wordpress we have a the_ID() and a get_the_ID(). Do we have similar functions in WooCommerce ?
If no any workarounds ? How can I grab the ID/images/title of the product in a php array?Try using the vSlider 5.0. its much better than 4.1.2.
Forum: Plugins
In reply to: [vSlider Multi Image Slider for WordPress] Not picking up featured imagesYou can simply check the url’s in vSlider by editing it.
When you migrate, the vSlider url’s would not change, so you’ll need to change them, unless you;re using vSlider 5.0 which has its own import/export functionality.The link you’ve mentioned, “my-picture.jpg” its not an image and vslider works for only images.