superbadshit
Forum Replies Created
-
Forum: Plugins
In reply to: [Breeze - WordPress Cache Plugin] Major problem, not able to loginTheir 1.2.0 version messed up my whole site. The GDPR pop up bar isn’t working, many pages are broken. I will never again upgrade as soon as their update comes out. They always mess things up. One of the few developers who seem to always cause more issues than they fix…
Put this into your custom css stylesheet:
.awsm-grid-item .awsm-job-item {
box-shadow: none !important;
-webkit-box-shadow: none !important;
}This will get rid of the shadow around the box.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Social icons appears in the mega menu navigationThank you so much for kind advice!
Forum: Plugins
In reply to: [Advanced Product Labels for WooCommerce] V.1.1.4 not workingAs soon as it updates, it gives the following error: The plugin advanced-product-labels-for-woocommerce/woocommerce-advanced-product-labels.php has been deactivated due to an error: Plugin file does not exist.
Never seen this before nor had any similar issues with other plugins. When I recover the old version (1.1.3) it works again.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Nice if you consider to add the followingmany thanks for that! I see you’ve implemented quite a lot into the plugin! Very appreciative of the fact that you’ve listened ?? Thanks.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] white color swatchesI had to come up with a slightly different solution as i wasn’t happy with the way selected colour swatch wasn’t visible enough. I’ve achieved the following via custom CSS:
/*ADJUST STYLE OF COLOUR SWATCHES – PLUGIN*/
.tawcvs-swatches .swatch {
opacity: 1 !important;
}
.tawcvs-swatches .swatch-color.selected:before {
border: solid transparent !important;
}
.tawcvs-swatches .swatch.selected {
border: 2px solid !important;
border-color: #61b40e !important;
width: 32px !important;
height: 32px !important;
}P.S. change colour: #61b40e to your own preference.
Forum: Plugins
In reply to: [Customer Reviews for WooCommerce] Nice if you consider to add the followingThanks a lot for your thorough reply!
There are another two fairly decent but way too overpriced plugins that do this. I thought since your plugin is about reviews and you have already made several enhancements to the product reviews page (in the shop) that it would only make sense to add further enhancements to expand the feature list. Furthermore adding said features would only solidify your position and make it more appealing to a broader audience (as im learning right now there are very few plugins out there at the moment).
From general point of view I like to have as few plugins as possible on my site for obvious reasons. This is partially the reason I look for complete solutions that encompass the much needed and desired functionalities for my site.
Having to install several plugins to essentially add a single enhanced functionality is a bit of an overkill and an easy way to end up with too many plugins.I’m just actively looking for a solution along the lines of your plugin plus the features i mentioned so i thought i’d write to you to see if you have thought about adding such implementations.
I appreciate the fact that you may not have time to develop these features and thats ok!
Thanks anyways!
I’ll be honest with you. I was thinking to buy a premium plugin but there is no mention anywhere that this functionality is included with it. Plus this is a really ugly move on your part to only include it with a premium plugin since you are essentially leaving people who choose to use a free plugin susceptible to spam and unwelcome reviews.
For this very reason I went to codecanyon.net to find a different solution and not purchase your premium plugin.
I’m sure you don’t give a damn about a single lost customer but hopefully others who will read this will do the same.
Forum: Plugins
In reply to: [YITH WooCommerce Advanced Reviews] Reviews not being deletedThe reason he can’t delete the reviews is because he is only deleting the reviews under “Comments” section. Your way of placing the menus for this plugin is a poor choice to say the least which is exactly why I had the same problem deleting the reviews too.
You need to delete reviews under “Reviews” link in the admin side too.
Hope this helps.