webrightnow
Forum Replies Created
-
Forum: Plugins
In reply to: [Fast Secure Contact Form] Send by SMTPOk thanks. So I take it that feature has been removed from FSCF? Also I’m not clear on this: if I install the above plugin, can I keep using FSCF as before and should I then set the Send Mail function to PHP, or keep it as WordPress?
ThanksForum: Reviews
In reply to: [Easy Video Player] Flowplayer logo black backgroundMy comments are not rude at all, I think they are fair given the experience I had of this plugin. This is the whole point of reviews, to help other people make a decision BEFORE they install a plugin and go to the trouble of trying to customise it for their needs. In my case I found the plugin to be a waste of my time for all the reasons I described. As a developer you should accept criticism and thank users for it, even when it’s bad, then try to use it constructively to improve your product, instead of being resentful about it: that’s just unprofessional. If a plugin has effectively become obsolete because there are better solutions out there (including the built-in WP player) then I have every right to point this out to other users – sorry if you don’t agree with that but that’s the way it works.
Forum: Plugins
In reply to: [Popups - WordPress Popup] Popup delayI’m sorry, I completely missed that option! I found it now and reduced from 5 seconds to 0. Thanks!!
Forum: Plugins
In reply to: [TW Recent Posts Widget] Unable to select categoryThanks Rebroken, perfect!
Maybe the plugin author could confirm that this will be fixed in the next release, so we can update without losing the code edit?
Forum: Themes and Templates
In reply to: [Unite] Italics not showing in editorWell, what can I say? Today I log onto the admin and the problem has completely gone. I have no idea what happened and feel foolish for having wasted people’s time… I can only guess that it was a strange Chrome glitch, maybe a cache problem brought on by installing various plugins.
Glad it’s gone anyway.Forum: Themes and Templates
In reply to: [Unite] Italics not showing in editorYes, tried disabling all plugins in case it was a conflict, no change…
Forum: Themes and Templates
In reply to: [Unite] Italics not showing in editorThe issue is not in the frontend but in the admin’s text editor so I can’t give a direct link, though I’m happy to provide an admin login if someone from Colorlib wants to investigate.
In the frontend the text looks normal, it just turns white in the visual editor.
Forum: Plugins
In reply to: [The Events Calendar] End Time for EventsYes, I second this!
Ok, so I see this issue was reported 7 months ago. There have been several plugin updates since then but apparently no solution? Some feedback from the authors would be welcome. Thanks.
Forum: Plugins
In reply to: [Flexible Posts Widget] Show posts from current category onlyAny update on this feature? This would be really useful, there are some other plugins like Ultimate Posts Widget that allow you to filter by current category but unfortunately they don’t work with custom post types. I would definitely use this plugin if some filtering options were added.
Forum: Plugins
In reply to: [Ultimate Posts Widget] Display posts only within current TaxonomyI too would like this but it would seem that the plugin author is no longer providing support here.
I tried the “Related Posts by taxonomy” plugin but it didn’t work for me, posts from my custom post type are not showing.
Does anyone know of any other plugin that will only display posts from the current post type?
Forum: Fixing WordPress
In reply to: Saving large menus return to 404, whereas small menus won'tHi, did anyone find a solution to this? I am experiencing the same exact problem.
Forum: Fixing WordPress
In reply to: 500 Internal server error after server moveDeleting the files and re-uploading them as the account owner fixed it. Initially only the home page was working and all other pages were showing a 404 error, but I was able to log onto the admin, change the permalink structure, save the settings and this finally brought the website back to normal.
Forum: Plugins
In reply to: [Nav Menu Images] Adding description after titleNever mind, I figured it out. I realized I had accidentally deleted the $link function that was being called by the title position switch, so I replaced it.
I also got rid of the $prepend and $append functions which I don’t really need as I don’t want those titles to be bold. I ended up with this code in place of the one from my OP:$description = ! empty( $item->description ) ? '<br/><span>'.esc_attr( $item->description ).'</span>' : ''; $item_output = $args->before; $attributes .= " class='{$attributes_classes}'"; $item_output .= '<a' . $attributes . '>'; $link = $args->link_before . apply_filters( 'the_title', $item->title, $item->ID ) . $description . $args->link_after;
This works perfectly as far as I can tell.
Hope this helps anyone who might be interested in adding descriptions.
The only problem is that now I won’t be able to update the plugin, so I really hope some version of this code is added to the next release.
Forum: Plugins
In reply to: [Advanced Excerpt] Incompatibility with RelevanssiThanks Chris, that’s good to know. Look forward to the update.