Naoise Golden Santos
Forum Replies Created
-
Forum: Reviews
In reply to: [Newsletter - Send awesome emails from WordPress] Confusing and incompleteHello Stefano, thank you for your reply. Indeed I got confused with the version number and stated the WP version instead of the plugin’s, but yes, I am talking about the same plugin.
About the documentation, I don’t think it’s bad because of the English, but because of the structure, it is difficult to find and once you are there it is confusing to navigate. I obviously appreciate the great amount of effort you are putting into it, and I see its potential, as I said. Nevertheless, in the time of writing, it is a plugin that needs more work and fellow users will appreciate to know, thus my review. I will be happy to change it in the future.
All the best.
Forum: Plugins
In reply to: [Image Rotator Widget] [Plugin: Image Rotator Widget] Add image not workingI found a hack. The problem was mainly because the plugin is not localized, and the jQuery was referencing a
button[value="Insert in post"]
, but my button’s value was in Spanish.To fix it I changed line 146 of the plugin’s main.js to:
iframejq('.open .savesend input[type=submit]').each(function(i, e){
It inserts more than one image but is good for now. I hope this helps until they can update the plugin. It is a really good plugin.
Forum: Plugins
In reply to: [Image Rotator Widget] [Plugin: Image Rotator Widget] Add image not workingOk, it is nothing related to a trojan. The plugin accesses the thickbox’s iframe by
iframe[0].contentWindow.jQuery;
giving a function. This function is stored in the variableiframjq
.When you click “Insert into post” this variable is
undefined
.Sorry, I can’t recall exactly now, but I think it wasn’t really a conflict, just that I was setting wordpress conditions badly in the tempate. Sorry I can’t be of more help.
same here with PHP generated content
Forum: Fixing WordPress
In reply to: Get current post slug and display inside query_posts+ for a ‘the_slug()’ function in the wordpress codex
my bad, I was setting the conditions wrong.
Asked also in StackExchange for reputation lovers https://wordpress.stackexchange.com/questions/28900/advanced-custom-fields-conflict-with-wpml
Thank you! I also think it should be set by css rather than php.
Forum: Plugins
In reply to: White Label CMS and Child Themessame here, when will this fix come?
Forum: Plugins
In reply to: [White Label CMS] White Label CMS generating errors in WP 3.2.1same here
Notice: Undefined index: id in /…/wlcms-plugin.php on line 600
Forum: Fixing WordPress
In reply to: is_singular() not workingdidn’t work. by declare you mean just putting
$wpdb;
somewhere right? also triedglobal $wpdb;
but no.It’s strange because ten lines down it does work, it may have to do with the
add_action('init', 'my_init_method');
function…anyways, I ended up installing TopUp Plus plugin that got that part of the job done.
Thank you
Forum: Fixing WordPress
In reply to: the_post_thumbnail( array() ) not working<?php the_post_thumbnail( array(190,190) ); ?>
fixed it, because the image is sized to 150×190, but its a kind of un-elegant patch.Forum: Plugins
In reply to: Worm in WP Responder Email Newsletter and Autoresponder Plugin???same here, my hosting company deleted the forms.php file