Matt Barrett (corradomatt)
Forum Replies Created
-
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] secrets_mismatch errorAnyone have any ideas on how to fix this without rebuilding the entire site?
Ok, I got it. I was missing the [0] operator for the array to tell it what part of the resulting array I needed (even though there was only 1 option).
So in my case, I want the “color” field on the post type I’m using so my code was this…
echo $child_post->fields['color'];
But should have been this…
echo $child_post->fields['color'][0];
Hopefully that will help out someone else in the future. Thanks again guys…btw, great plugin!
Thank you for your reply Srdjan and Amir. I used the print_r command to view the output as suggested and this is what is returned…
Array ( [dob] => Array ( [0] => 1342310400 ) [eye-color] => Array ( [0] => ) [color] => Array ( [0] => Black/Brown Parti ) [pending] => Array ( ) [sex] => Array ( ) [date-available] => Array ( ) )
I’ve looked through the code examples on that link and other pages throughout the wp-types website for help and I’m stumped. I’m not a php expert or anything but I can usually figure out issues like this….I’m just not having any luck this time.
Thanks for the reply Srdjan. I changed the last line of code from above to…
echo $child_post->fields['wpcf-color'];
And now it doesn’t output anything. The field is a 1 line text field, non-repetitive.
Yea, I’m having an “unterminated string literal” error. It seems that there’s an issue with a quote….
collapsItems['collapsCat-7:2'] = '<ul><li class=\'collapsing categories item\'><...
According to firebug the issue is with the quote just before the ul tag. Any suggestions?
What’s strange to me is that this occured after an update to wordpress and/or the SEO plugin (I don’t remember which I installed last). But also that I have another development site that is running the EXACT same setup with regard to theme and plugins and the SEO plugin works fine.
I’ve already tried deactivating all plugins, reinstalling WordPress SEO, changing themes and nothing seems to help.
I might try to rebuild the site from scratch with a wordpress export-import since I don’t really have too much content overall. I guess it’ll probably take me an afternoon but I don;t know what else to do and I really want to use the SEO plugin.
I might be having a similar problem. I upgraded to wordpress 3.4.1 and now the admin doesn’t even give me the option to display the SEO Options box on pages and posts.
Forum: Plugins
In reply to: [Event Organiser] [Plugin: Event Organiser] How to edit calendarI have this same question. I would also like to change the time displayed to am/pm rather than military time. How do edit the template for the calendar and have it so that the changes are not overriden when I update the plugin?
Yup, that did the trick! Thanks Stephen. Increased the memory limits in php.ini and all is good.
Thanks for the reply Stephen. I’ll look into the memory issue. I didn’t even think of that as I’ve never seen an issue like that with a wordpress site. Not sure why I would be running out of memory not really much installed on the site. Maybe it has to do with the gantry framework – it does seem like it might be a little resource hog.
I’ll report back with the results.
Forum: Plugins
In reply to: [wpMandrill] [Plugin: wpMandrill] Test email failingHey Loreen72, I’m having the same trouble and I’m not sure where to find “notify via email” to check it off. Could you point me in the right direction?
I haven’t used the plugin (just found it this morning) but it looks great! The complete random-ness of the variation display doesn’t bother me too much but it would be great if we could set a percentage for each test.
Say you wanted variation b to receive around 20% of the views you could set that in the admin. I don’t think it would be necessary to have that option be absolute – meaning that getting it close to whatever percentage the admin set would be great. I think that feature would be especially helpful if there were several (anything more than 2) variations being tested.
Either way, this plugin looks awesome. I’m anxious to start trying it with some of my clients. If it works the way I expect this is something I would gladly pay for, especially if there was good support and a feature like the one I just suggested. ??