Manny (emanweb)
Forum Replies Created
-
Nope, I simply gave up and I am using another payment method since this plugin can’t keep up to date. I would even pay for a “pro” version but I guess the developer and CIELO don’t care much about it.
Forum: Reviews
In reply to: [WooCommerce] In love with woocommerceBy the way, all the “bad” one star reviews I see here is due to the lack of knowledge. If you don’t know how to customize or develop an eCommerce store hire someone and do not blame the tool. This is like an average driver on a F1 racing car…
I have exactly the same problem. I am using WP 3.8.1 and woo 2.0.20. Please advise what to do.
Eu estou exatamente com o mesmo problema. Estou usando WP 3.8.1 e woo 2.0.20. Por gentileza avise o que fazer.
Forum: Plugins
In reply to: [WP responsive FAQ with category plugin] Cannot get the plug in to workit isn’t working for me also: http://smk24.com/faq/
I am using WP 3.6a and woocommerce 2.0.14. Any help is very welcome. Thanks.
I took a look in the code and I don’t think this feature is set yet. Perhaps in future releases. I plan coding this myself pretty soon… I keep you guys posted.
Forum: Plugins
In reply to: [WooCommerce] [Plugin: WooCommerce] Checkout not workingJust in case anyone needs to know. I have modified a theme that wasn’t woocommerce compatible and my checkout page wasn’t working until I have enabled SSL.
Forum: Plugins
In reply to: [Ultimate Modal] Modal Responsive for mobile devicesI made changes to the modal code as I told you. I think in your case you can change the buttons I used to “close” the modal.
Forum: Plugins
In reply to: [Ultimate Modal] Modal Responsive for mobile devicesYou can see the code in action here: http://smk24.com/ I had to make few changes to the plugin’s code and CSS in order to work the way I want. Not sure it’s the solution you need. Good luck.
Forum: Plugins
In reply to: [Ultimate Modal] Modal Responsive for mobile devicesI fixed this problem by using a 300x200px modal and adding a “close” button inside the content. It works perfect on mobile devices.
Just create a csvimport folder under wp-content/uploads and set chmod to 777
Make sure to change the chmod on this folder after using it for security reasons.
I did a quick work around on this issue.
I added this line
$userrequest = str_ireplace('+','-',$userrequest);Right after
$userrequest = str_ireplace(get_option('home'),'',$this->getAddress());And on the plugin admin interface when I have + I replace for –
HPH
I think developer is no longer taking care of this plugin. I am having the same problem. Did you fix this issue?
I have the same problem and doing a little research I found this JS error on firebug:
“Uncaught TypeError: Cannot read property ‘jquery’ of undefined”
Then I see that this is a conflict issue with the theme I am using.
I am now doing some further debugging to make it work… Any clues/tips would be well appreciated! Thanks