Sam Scholfield
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Gravity Forms] tw-sack Javascript syntax errorIt’s the latest version of WordPress, so 3.4.1. It’s not a multisite installation, just a single one.
There’s really nothing special about it at the moment as it’s in development.
Thanks for your help Jeffvand.
Sam
Forum: Plugins
In reply to: [Plugin: Gravity Forms] tw-sack Javascript syntax errorI don’t think it’s a plugin conflict – I have changed the settings in gravity forms to ‘No-conflict Mode’ and deactivated all other plugins.
Still no luck.
Do you know of any websites where you can download other versions of the plugins? I had no luck with a quick Google search.
Thanks!
Forum: Plugins
In reply to: [Plugin: Gravity Forms] tw-sack Javascript syntax errorTo further this – The error messages show when you click on one of the form fields from the edit form page.
Forum: Plugins
In reply to: [WP Client File Share] [Plugin: WP Client File Share] Thumbnails / Icons?I would also like to know this – Any answers?
Forum: Fixing WordPress
In reply to: bbPress changing 'Forum' to 'Newsroom'Thank you for the reply InvinciP, however I re-created this post on the bbPress forums and it’s now solved.
If anyone finds this post instead of the bbPress forum one, please see:
http://bbpress.org/forums/topic/changing-the-word-forumThanks again,
SamYep all sorted. Thanks!
Just wondering, sometimes the images come up as a broken image (with a cross in). Is this an API issue? I use Chrome as my browser.
Thanks!
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] [Plugin: WP Page Widget] Not workingAs I mentioned, some are working, but most aren’t.
The ones that are:
- Tags
- Blogroll
- Pages
All of the rest aren’t working. That includes custom made widgets.
Tested on the 2010 theme and on a custom theme with no extra content.
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] [Plugin: WP Page Widget] Not workingOk to further this… the above comment is also not true. The plugin seems to be working with some widgets and not others. e.g. it works with the custom menu widget, but not the text widget. It works with some of my created widgets, but not others (despite them being very similar in code).
Oh the fun with this plugin. Does anyone know of another plugin that does similar to this one? I don’t want to use dynamic widgets because I would like a different widget on almost every page (there are lots of pages).
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] [Plugin: WP Page Widget] Not workingNope, I take that back, not working again….
I can change a widget that I have selected as default. But I can’t add a new one. It doesn’t save.
Forum: Plugins
In reply to: [WP Page Widget] [Plugin: WP Page Widget] Problem with Text widgetJust encountered the same problem. I solved it by making sure I had at least 1 widget selected by default (using the standard WordPress widgets screen). The plugin only worked if one widget already existed for it to replace.
Forum: Plugins
In reply to: [Content Blocks (Custom Post Widget)] [Plugin: WP Page Widget] Not workingHi Tien,
I have just attempted to use this plugin again on another site. I still had issues however I was able to identify the problem.
If the default widget area has no widgets, a custom widget area (using this plugin) won’t work. However if you add one in, it will.
Forum: Hacks
In reply to: Getting Posts when Search result is NothingOK I think I understand what you are getting at.
I’m not sure on a better way of coding it, maybe creating separate functions with their own custom loop (using
WP_Queryinstead ofquery_posts). This would prevent a loop inside a loop.In regards to your code stopping, I don’t think the function ‘is_category_or_sub()’ is a WordPress function (unless you have created one).
See if this will help: http://codex.wordpress.org/Function_Reference/in_category#Testing_if_a_post_is_in_a_descendant_category
If you add [acceptance] into the message body section, it should output any values selected.
I think they are returned comma separated e.g. option 1, option 2.
Make sure that [acceptance] is the correct tag. your HTML part should look something like [checkbox acceptance “option 1” “option 2” “option 3”]
Hope that helps!
Forum: Hacks
In reply to: Getting Posts when Search result is NothingTry adding
<?php else : ?> <p>No results were found</p>before your
<?php endif; ?>Forum: Plugins
In reply to: [FormBuilder] [Plugin: FormBuilder] Multi checkboxes ?I used a different form builder… (Contact form 7 does everything + more)