Forest_Parks
Forum Replies Created
-
Forum: Plugins
In reply to: [Drip for Gravity Forms] This plugin isn’t working?Same here, did you ever resolve this?
Thank you so much. This worked like a charm.
Sorry, not getting anywhere yet…. I tried modifying the cost as followed and it’s just outputting blank list items…
if(function_exists('stats_get_csv')){ $popular = stats_get_csv( 'postviews', array( 'days' => 7, 'limit' => 10 ) ); echo '<ol>'; foreach ( $popular as $p => $post ) { if ( in_category( 'Recipes', $post['post_id'] ) ) { printf('<li><a href="%s">%s</a>(%d)</li>', $p['post_permalink'], $p['post_title'], $p['views'] ); } } echo '</ol>'; }Thanks in advance for your help… Also any pointer as to how I would also add in the featured image?
Forum: Plugins
In reply to: [Peanut Butter Bar (smooth version)] Url not working for button….Thanks Andrew,
I ended up using a generic word such as LINKHERE and then using a javascript replace to replace it with the correct link.
It works for now, obviously not ideal.
Forum: Plugins
In reply to: [Author Advertising Plugin] Need an updateIt would be good to have a working version, anyone had any movement on this?
Thanks, I have sent a mail.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Wp-Stats not transferringThanks, I have contacted you via support.
Forum: Plugins
In reply to: [WP-Polls] Current result shown with answer…Thank you very much! Looks like this should be able to be customised for what I need! I’ll come back if I have anymore questions.
Thanks for your awesome tools by the way.
Thanks, bug report sent.
So glad I found this…. Was driving me insane! I was commenting out the js and renabling when I needed to save stuff in the plugin!
I added this
<?php if (isset($_GET['page']) && $_GET['page'] == 'MySolrServerSettings'): ?> <script type="text/javascript"> ==== REST OF JAVASCRIPT IN HERE=== </script> <?php endif; ?>Seems to be working for me.