glennyboy
Forum Replies Created
-
Forum: Plugins
In reply to: [Cookie Control] [Plugin: Cookie Control] does nothingSame problem here – configured and nothing shows
Forum: Networking WordPress
In reply to: Buddypress -> Settings is blankHi
I had the same problem and a fix (along with others) is here:-
https://codex.buddypress.org/releases/developer-and-designer-information/
Cheers
GlennyboyForum: Plugins
In reply to: [BuddyPress Template Pack] bp-template-pack and multisite ?Yes, please share your solution with others.
Forum: Fixing WordPress
In reply to: Sequential Custom Post Numberingsorry ignore the foreach ($pageposts as $custom_post_tpe_name):, just the first line for the post type
Forum: Fixing WordPress
In reply to: Sequential Custom Post Numberingand add the zeros if less than 10:-
<?php $x = get_post_meta($post->ID,'incr_number',true);; if($x > 10){ echo "$x"; }else{ echo "0$x"; } ?>
I hope others find this useful
Forum: Fixing WordPress
In reply to: Sequential Custom Post NumberingI worked out my own problem….
Of course the post type needs to be added in so this line:-
posts.post_type = ‘custom_post_tpe_name‘ “
and this line
foreach ($pageposts as $custom_post_tpe_name):
seems to work ??
although if anyone knows how to put a leading 0 to the numbers under 10 that would be amazing….
a useful plugin, but would love to see the custom post types functionality also
Forum: Plugins
In reply to: [Pronamic Google Maps] [Plugin: Pronamic Google Maps] Balloon Stylingsolved my own issue.
CSS must read:-
.pgm img {
max-width: none!important;
}anyone?
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Bug in new 3.05 versionthat’s a shame…
I’ve re-creataed our survey and will look forward to your updates at a later time.Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Bug in new 3.05 versionHi
If fix is not available can you kindly advise how to revert back to 1.7.1 from 2.3.1 without losing existing forms.
Many Thanks
GlennyboyForum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Bug in new 3.05 version… and
Mandatory items Email and Name with no ID are excluded from ordering. I would generally want to put ‘Name’ first.
You input much appreciated!
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Bug in new 3.05 versionOther major issues guys:-
other than the above the plugin keeps trying to add a radio question with options:-
Answer A
Answer B
Answer C
Answer D
Answer EI’m not adding this!!!
Also I have fields in the top that have now lost their IDS???
Please help and also let me know where I can get the old plugin from. This is a major issue with finished system going live today.
Thanks
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Other FieldHi D
Appreciate you need a return on your work! i’d be interested in getting your details if you more generally do plugin work.
‘Other’ really would be good to see as this seems to be the main thing missing – I have hacked used jQuery and CSS to add images to questions. It’s not ideal, but it’s decent enough for now.
The fields sticking as ‘mandatory’ were just general fields (radio select question in this case). I had to delete the question and replace it in the end. Luckily you can put a new ID in on new items to put them back into the right place!
Cheers
Glennyboy
Forum: Plugins
In reply to: [SurveyMe] [Plugin: SurveyMe] Other FieldHi D
That would be great.
Regarding images it would be good if you could:-
1. upload an image and allow users to rate – eg 1-10
or
2. Upload a selection of images and use radio to select favourite etcThis could perhaps be done of you could add html next to an option (so then it doesn’t necessarily have to be an image, it could be a css box showing a colour etc).
Other than that there appears to be a bug on the form responses. No matter what you set on a new form it seems to only take that of the ‘default’ form. Also sometimes the mandatory field sometimes seems to stick and you cannot remove it.
It’s defo one of the better survey options out there though ??
Cheers
Glennyboy