Jeremiah
Forum Replies Created
-
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Default Free Icon not ShowingIt’s likely a configuration with your server. Try creating a .htaccess file and add the following to it:
<FilesMatch ".(ttf|otf|eot|woff)$"> <IfModule mod_headers.c> Header set Access-Control-Allow-Origin "*" </IfModule> </FilesMatch>Then, navigate to plugins/wp-menu-cart/font/ and add the .htaccess file to that folder.
Forum: Plugins
In reply to: Plugin Wp menu cart not workingHi Imariss,
All cart data is pulled from your e-Commerce plugin. Problem #2 is due to your shopping cart. What system are you using? Problem #1 is likely a configuration as well. Can you post a link to the pages so I can take a look?
Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Menu cart not on one lineYou’ll need to target the element above that for your positioning styles. example:
a.wpmenucart-contents{
top: 9px !important;
}Forum: Plugins
In reply to: [Menu Cart for WooCommerce] Menu cart not on one lineLooks like you just need to force it to show inline. Something like:
span.cartcontents{
display: inline !important;
}You can style that to adjust the margin, etc. If you need extra help we have a css customization service.
Forum: Plugins
In reply to: [WP Menu Cart] Can't display at menuYou’re welcome. Is this resolved? I spent 6 weeks in Istanbul one time. Absolutely amazing place. Take care!
Forum: Plugins
In reply to: [WP Menu Cart] Can't display at menuOkay, great! There’s a pretty simple fix for this, just takes a small understanding of php. Check out this post: http://wordpress.org/support/topic/wp-menu-cart-artisteer-41-designed-theme?replies=7
P.S. Are you living in Turkey?
Forum: Plugins
In reply to: [WP Menu Cart] Can't display at menuMerhaba!
It’s definitely a theme issue. Which theme are you using? Was it built with Artisteer?
Forum: Plugins
In reply to: [WP Menu Cart] Icon is not showncan you link to your site so we can take a look?
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Error?You’re welcome! Enjoy and feel free to leave a review or purchase the pro version. 😉 Take care!
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Error?Can you update to 1.0.9 and let me know if it works for you? I pushed an update last night.
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Error?Looks like there’s a bug. I’ll push an update today! And thanks for reporting!
Jeremiah
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Cannot search by SKUThe bug has been fixed in version 1.0.7. Enjoy!
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] image support?I’d love to discuss a custom job. Can you send an email to support@wpovernight and I can work with you more privately, share files back and forth, etc?
Thanks!
Jeremiah
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] image support?Are you saying that once the item is selected you’d like the image to also stay inside the field?
Forum: Plugins
In reply to: [Bulk Order Form for WooCommerce] Cannot search by SKUHi Daniel,
That bug is there, so sorry about that! Can you send an email to support@wpovernight.com? I’ll send you an updated version and then I’ll push the new version live to wp.org next week.
Jeremiah