AndyiBM
Forum Replies Created
-
Hi Arne,
Thanks for your reply. Client website with custom theme: https://www.justglobalpayroll.com/hr-solutions/ Although now I have tested putting in a LINK TITLE (rather than using the image title), and I have now got a title showing – see both thumbnail images – the first (Employee Directory screen) doesn’t show the IMAGE title text, but the ‘Reports Screen’ one displays the LINK title text.
Is that right – we’ve got to add in a LINK title as well as the image title?
Cheers,
Andy
Just trying out this plugin and my title/caption has disappeared.
I know it was definitely there when I first installed the plugin, as I tested with the ‘title’, ‘alt’ and ‘caption’ fields to establish it was the ‘title’ which was displayed. However, it has now disappeared and I can’t get this text to display. I can’t see it in the HTML either, so it’s not been hidden via CSS. I have re-installed the plugin, and tried changing stuff, but still no text.
Any ideas?
Meginoz – you’re right… how embarrassing!!
Yes – very similar names.
Thank you very much ??
Forum: Fixing WordPress
In reply to: WordPress loses my password constantly (NOT ME!)I too have had the exact issue (on both Firefox and Chrome) where no error is shown – it just reloads the login box – this at the /wp-admin URL.
I found kmessinger solution of logging in via /wp-login.php URL worked no problem on both browsers.
It’s a temporary fix, but not very satisfactory – would prefer to login via /wp-admin – as I’m fully able to do with all other sites I have built.
Forum: Plugins
In reply to: [Spots] [Plugin: Spots] modifications to template don't take effectGreat – it’s not just me then ?? I’ve been trying to make a template update but with no effect either. Just made the ‘update’ connection before finding this thread.
Other than that, it’s a great plugin – gives me some useful options for when setting up a site for a client.
Forum: Fixing WordPress
In reply to: How Do I style/format my RSS feed?I have styled RSS feeds in the function.php like this:
function rss_post_thumbnail($content) { global $post; $thumbcontent = ''; if (has_post_thumbnail($post->ID)) { $thumbcontent = ''.'<div style="float:left;margin:0 10px 5px 0;"><a href="' . get_permalink( $post->ID ) . '">' . get_the_post_thumbnail($post->ID,'thumbnail') . '</a></div>'; } $thumbcontent = $thumbcontent . '<div><span>' . get_the_content() . '</span></div><a style="margin:5px 0 0;" href="' . get_permalink( $post->ID ) . '">Continue reading...</a>'.''; return $thumbcontent; } add_filter('the_excerpt_rss', 'rss_post_thumbnail'); add_filter('the_content_feed', 'rss_post_thumbnail');
It works fine, except that it repeats the post title (as plain text) before the excerpt. Still looking to get rid of that bit.
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] mailchimp plugin v1.2.5 settings corruptionBrilliant Jason – fixed both the ‘Settings’ issue, and the missing ‘MailChimp Setup’ link. Thanks!
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] mailchimp setting missingHey Paul/Nate,
I am having the same issues here on WP 3.2.1…
I firstly installed latest MailChimp plugin 1.2.5, and had the issue that Paul also has where ALL the plugins are incorrectly goven a ‘settings’ option when I install the MailChimp plugin (which leads to the ‘You do not have sufficient permissions to access this page’ error message).
So I downgraded to 1.2.4 (I have used this version on sites where I have no issue), which eradicated the additional ‘settings’ anomaly, but I now don’t get a settings link to configure the plugin.
This particular site has been problematical as the client tuns averything on a server where I only have SFTP access. I cannot upgrade any plugins through the WordPress interface – I have to do all via my FTP client – nor to I get a ‘Plugins > Editor’ option. I’m wondering whether this affects any permissions that the MailChip plugin requires…?
I’m trying to see if there is a way around the FTP/SFTP issue – although I’m mindful of not compromising the client’s security (for his main website), so don’t want to leave any login details where they may be easily found.
In the meantime, I have followed Jason’s link to fix the MailChimp 1.2.5 issues.
Forum: Plugins
In reply to: [More Fields] [Plugin: More Fields] version 2.1 | bugs & tipsI’ve started noticing I’m also getting the same bug as PedroDM’s #3…
“array_key_exists() [function.array-key-exists]: The second argument should be either an array or an object in /data01/lucybiz/public_html/wp-content/plugins/more-fields/more-plugins/more-plugins-admin.php on line 303” when I add a new field to a box. I might downgrade too until it gets fixed.Other than that, it works great. Thanks
Hi Nate – I’m just testing your plugin for first time use, and I had this issue too.
I’ve made Baranka’s change, and it works great. Would be good to get this fix included in an update.
Also – any plans to make this plugin use multiple lists? It’s great for one list, but some clients run different campaigns on same website.
Cheers!
Forum: Plugins
In reply to: Warning: call_user_func_array() [function.call-user-func-array]hey Corizzo, It’s the WYSIWYG Widget. Danny has now fixed it for 3.2
Forum: Plugins
In reply to: [Plugin WYSIWYG Widgets] Error on Widgets screen on WordPress 3.2Yup – works fine now. Good work, Danny – thanks for the quick response.
Andy
Forum: Plugins
In reply to: Warning: call_user_func_array() [function.call-user-func-array]I’ve just installed 3.2 and I’ve started getting the error ONLY on the ‘Widgets’ screen.
I don’t the add_action line of code (from ash.matadeen above) in my functions.php file.
I deactivated all plugins, and the error cleared.
Reactivated one at a time, and found the offending plugin. Informed the plugin author.
Forum: Fixing WordPress
In reply to: Custom post types permalinks 404onepack – thanks… this helped me.
I have this issue too.
Aleis – your ‘fix’ didn’t work for me (not keen on editing plugin files anyway).
Only way to delete a selected checkbox is to ‘reveal’ the Custom Fields box and delete from there AND delete from the Verve Box too. Is ok for me, but not an acceptable fix for clients.
Would be good to get a fix for this ??