atiquetedevelopers
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error uploading images (but the images are at the server!)It’s a problem with 1&1 hosting, and solved with this plugin: https://schnurpsel.de/wordpress-plugins/123-image-resize/
Forum: Plugins
In reply to: [TweetScroll Widget] [Plugin: TweetScroll widget] Not loading tweetsI updated it and everything is working!
Thank you, Vladimir ??
Forum: Plugins
In reply to: [TweetScroll Widget] [Plugin: TweetScroll widget] Not loading tweetsHello
I have the same issue. I have found that the first time that the widget is saved and loaded it works fine.
But if I refresh the page it’s not working anymore, and the jQuery petition always returns an empty div.
Also, I don’t have any of the plugins that doubleedesign postedThe website is: rafabarreto.es
ThanksForum: Plugins
In reply to: [Apply with LinkedIn buttons] New API LinkedIn@acegamer, send me an email: atiquetedevelopers / gmail[dot]com
Forum: Plugins
In reply to: [amr shortcode any widget] Remove used widgetsI’m going to try show the ID on the Widget for Shortcode menu… Because it is confusing to recognize what widget corresponds to each ID
Forum: Plugins
In reply to: [amr shortcode any widget] Remove used widgetsHi anmari
First of all, thanks for your reply and for this plugin
I’m depending on the id’s because I use the same Gallery Widget (in the widget, I put ids of photos) a loooot of times, to put it in different posts. And the same it’s the same for all.
I’m using:[do_widget id="blabla-1"] [do_widget id="blabla-2"]
Forum: Plugins
In reply to: [amr shortcode any widget] same widget with different parametersOk… I do it with the widget ID, I dind’t catch how it works until read about ID parameter.
Sorry!
Forum: Plugins
In reply to: [Contact Form 7] Spanish Accents in File AttachmentThanks for your reply.
I check my logs but seems it’s everything OK (and is not!):
89.140.110.137 - - [23/May/2014:11:06:58 +0000] "POST /contacto/ HTTP/1.1" 200 746 "https://www.MYWEBSITE.com/contacto/" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0" 89.140.110.137 - - [23/May/2014:11:06:59 +0000] "GET /wp-content/uploads/wpcf7_captcha/1259675536.png HTTP/1.1" 200 1565 "https://www.MYWEBSITE.com/contacto/" "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0"
Forum: Plugins
In reply to: [Contact Form 7] Spanish Accents in File AttachmentAnd… I tried to do something like this in classes.php (function mail_attachments):
foreach ( (array) $this->uploaded_files as $name => $path ) { if ( false !== strpos( $template, "[${name}]" ) && ! empty( $path ) ){ $path = str_replace(' ', '-', $path ); // Replaces all spaces with hyphens. $path = preg_replace('/[^A-Za-z0-9\-]/', '', $path); // Removes special chars. $attachments[] = $path; } }
But when I download the file in the generated mail, it’s empty ??
Forum: Plugins
In reply to: [Contact Form 7] Spanish Accents in File AttachmentWhen I upload a file named with something like ‘testfile – áéí.doc’ (accents in the filename), I get an error that corresponds to the option:
“# Sender’s message was failed to send”Only happens when the filename contains special chars, what can I do to fix it?
Thanks!
Forum: Plugins
In reply to: [Contact Form 7] Spanish Accents in File AttachmentPlease, any help with this?
I try to edit “classes.php” without success ??
Forum: Plugins
In reply to: [WP-PostRatings] Mouse over imageSolved… It’s a problem with “W3 Total Cache” plugin, if I minify JS files, it crashes.
Forum: Plugins
In reply to: [Slickr Flickr] Not working in Internet ExplorerI follow all your steps and I disable minification and it doesn’t work either… ??
The error:
SCRIPT438: Object doesn't support property or method 'removeExpression'
I found this topic: https://stackoverflow.com/questions/12046242/simple-modal-jquery-1-8-0-and-ie9
And if I change my version of jquery to 1.7.2 it works!
So… That’s it! Thanks for your help (and for the plugin!)!
Forum: Plugins
In reply to: [Slickr Flickr] Not working in Internet ExplorerJquery is loaded and working ??
You can see it here: https://www.empachate.com/kaisen-sushi-bar/
Thanks Russell!
Forum: Fixing WordPress
In reply to: Random Post order not working with paginationHi, I’m trying to do the same!
Any solutions? Thanks ??