Addonify
Forum Replies Created
-
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Issue with shopping meterHello @visionoptika
Here’s the problem. We were not able to reproduce the issue that you have been facing on our end. This is why we were looking for your staging wp login access.
Didn’t received your email yet. Can you please double-check which mailbox did you send us the email?
Waiting for your response.
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Two cart drawers openClosing this thread.
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Color badgeCheers 🙂
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Color badgeBadge colour nice find. Looks like the option is missing. Adding this to the list too.
#adfy__woofc-trigger:hover .badge { color: white; background-color: #f44336; }This is how you can change the badge color.
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Color badgeHi,
We will be adding this feature in upcoming versions.
For now please use custom media query CSS.
@media ( max-width: 575px ) { #adfy__woofc-trigger { right: 20px; /* Example: 20px from right */ bottom: 20px; /* Example: 20px from bottom */ } }I hope you know to paste this CSS style.
Forum: Plugins
In reply to: [Addonify - WooCommerce Wishlist] Disable css filesHi @abouelsaad
Currently disabling CSS file is not possible.
If you need to overwrite root variables that can be done easily. Refer to this link.
Hope this helps.
Hi Leonidas,
Thank you for reporting the issue . We’ll be implementing the fix in the upcoming update.
Best regards
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Issue with shopping meterJust emailed you. Please check your mailbox.
Hi @blue2shop
I noticed a design conflict with the theme that you are using.
Follow the steps below:
- Go to Dashboard > Appearances > Customizer.
- Find Additional CSS box & paste the below CSS code there.
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-quantity .adfy__woofc-quantity-form .adfy__woofc-quantity-input-button {
fill: var(–adfy_woofc_cart_product_quantity_input_button_text_color) !important;
color: var(–adfy_woofc_cart_product_quantity_input_button_text_color) !important;
}
3. Once you paste the above CSS code, click the update/publish button at Customizer. This is how it will look once you paste the above code https://prnt.sc/o7uNR4-DVYFY
4. Done.
Now the design issue should be fixed.
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Issue with shopping meterHi Leonidas,
Thank you for the link. We have inspected the issue.
If you can edit plugin files with the help of
Plugin File Editorfrom your WordPress site’s dashboard, navigate to../public/partials/cart-sections/of the plugin. Then select the fileshipping-bar.php. Replace line 16 with the code below:if ( $per < 100 && $left > 0 ) {Save the file.
Let me know if the issue gets fixed.
Best regards.
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Issue with shopping meterHi Leonidas,
I have tried to reproduce the issue that you have mentioned above. But I could not reproduce it.
Could you share your website’s link? I would like to inspect the issue and provide you with the proper solution.
Best regards.
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Two cart drawers openHi @artemis21
We apologize for the late response.
Check if the “add to cart” button has a CSS class “ajax_add_to_cart”. Also check if a JS event, ‘added_to_cart’ gets fired after an item is added to cart when clicked on “add to cart” button.
In our plugin, the cart drawer opens only when “added_to_cart” JS event is fired.
Best regards.
Forum: Plugins
In reply to: [Addonify Floating Cart For WooCommerce] Two cart drawers openHi,
Yes, that drawer
class="components-modalframe wc-block-mini-cartdrawer is-mobile wc-block-components-drawer"is not coming from our plugin.Please disable the coming soon page or allow us the website access so we can investigate the issue.
Looking forward.
Forum: Plugins
In reply to: [Addonify - Compare Products For WooCommerce] Update the pot fileFixed in
v1.1.10. Please update.