aldodager
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Add SKU on New order emailMaybe (and just maybe) the code is not there anymore. Sometimes when you update a plugin, the changes you did on the code are lost and replaced by the new files.
Rob, on our database website we even had some “viagra-alike” URLs redirect infection.
Maryanne reconsider change how his plugin works with your development team… cti.w55c.net is considered as a malicious site
Injecting an iframe for 3rd party “partners” is not cool. I understand that maybe that’s a source of income for you guys or a way of gathering info to “improve” the plugin.
Shareholic is a great plugin, thank you for putting it out here on the internet but maybe this iframe injection should be reconsidered. My website is even loading faster after removing that option.
Aldo
Forum: Plugins
In reply to: [WooCommerce] Add SKU on New order emailIt worked like a charm. Thank you very much Terry!
Forum: Plugins
In reply to: [WooCommerce] Add SKU on New order emailTerry. Thank you for replying. Right now the code looks like this:
<?php echo $order->email_order_items_table( false, true ); ?>
I’ll change it to your recommendation:
$order->email_order_items_table(true, true);
Will reply as soon as I do some testing.
Thank you again!
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Coming Soon Pro & Contact Form 7That’s so cool John, thank you very much.
Forum: Plugins
In reply to: [Ultimate Coming Soon Page] Coming Soon Pro & Contact Form 7John,
Shortcode still shows up on the page. Just sent an email with WP’s user and pass.
Thank you!
Forum: Reviews
In reply to: [Contact Form 7] Contact Form 7 with MailChimpHi. Just installed MC for WP and connected my account through the API key. Added [mc4wp_checkbox “Sign-up to our newsletter”] – On the form I filled all the fields and selected that checkbox, after hitting SEND it keeps showing the “loading” animation. I received the email with all the fields but the user’s email wasn’t added to MailChimp’s list.
Any idea on how to solve this?
Forum: Plugins
In reply to: [WP eCommerce] Excluding categories from a menuManthy,
Nope. I just removed some categories to patch things up. Stopped working when I updated WordPress and WP E-Commerce.
Aldo
Forum: Plugins
In reply to: [WP eCommerce] Excluding categories from a menuHi whitelamp, thank you for replying.
Actually yes, that part needs updating but maybe it’s a syntax issue.
As I said before, that line of code worked great before and categories 53,57 and 58 are the ones I want to exclude from that array.
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 and WordPress 3.4 changes not savingstrini, did you managed to solve the issue that the form doesnt gets saved? I have the same problem right now.
Aldo
Forum: Fixing WordPress
In reply to: Contact Form 7 Not Saving New Forms To DatabaseThis is the same problem that I’m having right now. The form appears on dashboard but it’s not saved to the database.
mattyk1972… did you solved this issue?
Aldo
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not saving changes on the formI just added a new form and it doesnt allow me to create a new one
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 not saving changes on the formIt’s not a problem of folder permissions because they are on 755 and also tried with 777 and nothing happened.
Other installed plugins are:
Jigoshop
J Shortcodes
NextGEN Gallery
Really Simple CAPTCHA
Testimonials Solution
Yoast Breadcrumbs
[sitemap]Forum: Fixing WordPress
In reply to: Excluding a categorythe code worked great!!!
thank you very much!