HD15
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] 500 error after upgradeHi Mike,
There weren’t any errors. I found the log in the cPanel and called the hosting company. As far as they were concerned the site was working fine. But I downgraded to 2.3.13 and it is okay now.
To be specific the 500 error was only happening when i tried to start the checkout process and clicked on “cart”. The rest of the site was fine.
Forum: Plugins
In reply to: [upPrev] Plugin not workingBrilliant – thank you!
I will leave off the images for now and work out what’s going on with the thumbnail size when I get a chance.
Thanks again
Forum: Plugins
In reply to: [upPrev] Plugin not workingOkay, I’ve turned it back on. Please let me know if there is any way to fix it.
Many thanks,
Forum: Plugins
In reply to: [upPrev] Plugin not workingit’s http://www.outsidethehorsebox.com. But I’ve had to disable the plugin as the site is live. If you need to see it in action I could either take a screen shot or if you let me know when you’d taking a look at it I suppose I could leave it on for a few minutes.
Many thanks
Forum: Plugins
In reply to: [Captain Slider] Video Slides Not Workingthanks for that. It seems to be fine in a test post.
As a matter for future revisions it might be nice to point out “view slider” button does not work when you create a slide. There isn’t actually anything in the documentation letting you know that. After all the button is there and it’s tempting to click on it to try and preview the slide. 🙂 Perhaps that’s obvious to more experienced wordpress users, but for a novice like myself it wasn’t.
Many thanks!
Forum: Plugins
In reply to: [Captain Slider] Video Slides Not WorkingThe url for the slider page in question is here:
http://outsidethehorsebox.com/slides/ocala-novice-helmet-cam/just shows up with the title and nothing else.
Thanks, Amir.
I’ve already got a dummy post with the fields attached. On the first group of custom fields I had a dummy post with the fields inserted; the importer wouldn’t recognise them; I then played around with the settings and now the importer recognises them, but now they won’t display on new posts. The group name displays but the actual fields will not. I’ve gone through all the settings, and they are set to appear on the custom post type I’m working with etc etc.
As this is a bit odd, I might just use the custom field creator that comes standard on wordpress, then import data, then try and change the settings so those fields are “under types control”.
Yes, please do.
Nevermind! I didn’t scroll down far enough on the list as all of the custom fields are labelled wpcf-…
🙂
Thanks for that, tag=af doesn’t work unfortunately. I’ve tried tag_id and the number as well. I’ve got a couple of other parameters in the shortcode that work so I don’t think I’ve done something silly with the syntax.
Any other thoughts?
THanks!I’d definitely agree some sort of average rating function built into the next update would be great. I also think the multi-rating function discussed earlier in this post would be key too.
If I were able to be picky it would be great to have the average rating show up near the title for each post, not just at the top of the review section.
Also….it would be amazing to have a top rated widget.
I love the plugin though! I must have spent a couple of days looking for a rating/review plugin that was any good. With the changes above this plugin would definitely beat the GD Star rating plugin hands down as it is so much easier to use!
I’ve done some looking around and tried to figure out this shortcode thing.
I’ve tried adding:
add_filter(‘textarea’, ‘do_shortcode’ , 11); to the participants database main php file. I’ve also tried it with ‘field’ instead of ‘textarea’. I’ve also tried it without the priority 11 – that’s just something I found on a post.
I think I’ve probably got the wrong field name and/or I’m adding it in the wrong place?
Any suggestions?
Thanks Xnau,
That’s very helpful. I’ll try to do the search form, but I’m a serious beginner with code so I’ll see how I go!
On the shortcode, text area question…. putting the 2 shortcodes next to one another doesn’t really solve what I’m trying to accomplish because I want each entry to be rated, that just allows a rating for the entire list.
I’ve been looking around to to figure out how to do what I think you are referring to with adding the “standard content filter to the output of a textarea’, but I keep coming across solutions for getting shortcodes to work in either customer text areas or widgets so I’m not sure I know enough to adapt it for this instance.
I’m going to keep trying to figure out how to put the shortcode in the text area and if you have any suggestions for pointing me in the right direction that would be greatly appreciated!
Regardless of getting my customizations to work I think you plugin is going to be super useful. I’m using it to replace Capsio – which is a serious pain.
Thanks again,
HeatherI think I could theoretically use the Poll Daddy plugin to add a rating for each entry. However this works through a shortcode [polldaddy rating] but when I create a “rating” field in the PDB the shortcode isn’t rendered, just the text.
I’ve looked around a bit and tried adding <?php echo do_shortcode(‘[polldaddy rating]’); ?> to the end of the list php file, but I don’t think that was the right place.
Any suggestions?
Still interested in any thoughts on the search interface question too.
Thanks!
Thanks, but HOW do I do that, what do I need to modify and how do I modify it??