dzeriho
Forum Replies Created
-
Forum: Plugins
In reply to: [Theme Preview] Undefined index preview_css and preview_themeHi, just a follow up until the author releases a fix. Change your 42-43 lines in theme-preview.php file to the following:
$gr_preview_theme = isset( $_GET['preview_theme'] ) ? $_GET['preview_theme'] : ''; $gr_preview_css = isset( $_GET['preview_css'] ) ? $_GET['preview_css'] : '';
Thanks!
Forum: Plugins
In reply to: [Theme Preview] Does this work with child themes?Hi, it works with child themes but you need to use the ?preview_css=your-child-theme instead of the ?preview_theme=your-child-theme. Thanks!
Forum: Fixing WordPress
In reply to: Banned from www.ads-software.com?That was lightning fast ?? Hopefully the issue is the one you’ve mentioned and will go away. Thank you!
Hi,
Unfortunately this is not yet supported by the plugin. Neither in the free nor premium versions.
Thank you for your interest.
Kind regards,
mihajlovicnenad.comForum: Plugins
In reply to: [WooCommerce Frontend Shop Manager - Free Version] Cannot find admin panel!Hi,
The free version doesn’t include a product settings page. It only comes with the Premium version.
Kind regards,
mihajlovicnenad.comHi,
The free version does not include all of the functions that come with the premium version, which is why you are not seeing these buttons.
Kind regards,
mihajlovicnenad.comForum: Plugins
In reply to: [WooCommerce Frontend Shop Manager - Free Version] Plugin ConflictHi,
Thank you for reporting this. However, third party plugin compatibility is not supported. If you purchse the premium version, I could offer more help with this though.
Kind regards,
mihjlovicnenad.comHi,
Thank you for your interest.
The premium version gives you many more options and functionality. It also supports more Product types (Simple, Variable, External, Grouped, Downloadable). You can edit more Product options with the premium version, while the free version only gives you a taste of how the plugin functions.
Kind regards,
mihajlovicnenad.comHi,
Well, in the free version only top level categories are used. In the premium version, however, you can also access the child categories, but as for adding new categories, only top level are supported in both free and premium versions. Anyway, find this line in the woocommerce-frontend-shop-manager.php
foreach( get_terms('product_cat','parent=0&hide_empty=0') as $term ) {
and change it to thisforeach( get_terms('product_cat','parent=1&hide_empty=0') as $term ) {
. Now your child categories will be shown. Thanks for posting!Nenad
Forum: Reviews
In reply to: [Improved Sale Badges - Free Version] Free version not prettyI understand your frustration ??
When the premium version reaches 50+ badges, this one will certainly be updated!
Thank you for your review!
Forum: Plugins
In reply to: [Improved Sale Badges - Free Version] doesn't work get an error messageHi,
Well, the free version only has these ?? You can purchase the premium version at this link https://codecanyon.net/item/improved-sale-badges-for-woocommerce/9678382?ref=dzeriho if you like it ?? The premium version is constantly updated with new badges. Thanks!
Nenad
Forum: Plugins
In reply to: [Improved Sale Badges - Free Version] doesn't work get an error messageHi,
Thanks for reporting. I’ve just updated the plugin with the 1.0.1 version which shouldn’t have these issues. Update the plugin and it will be fine. You can find settings in the WooCommerce>Settings>Improved Sale Badges page. Thanks for downloading!
Nenad
Forum: Plugins
In reply to: [WooCommerce Frontend Shop Manager - Free Version] Buddypress integration?Hello,
Well if you’re using the WooCommerce for your shop this should go smooth. You should check the free version and if it works with the your users, and it should, then just go ahead and purchase the premium version. If something bad happens you can contact me further and I’ll check the compatibility. But as I said it should be fine ?? Thanks for you interest!
Nenad
Hi,
This plugin is for editing the Product fields, not adding ?? Thanks for your interest!
Nenad
Forum: Plugins
In reply to: [WooCommerce Frontend Shop Manager - Free Version] Installation errorHello,
Sorry about this, I’ve badly done the 1.0.2 commit and something wrong happened. Anyway just use the 1.0.3 and everything will be fine! Thanks everyone for their involvement ??
Nenad