metwo
Forum Replies Created
-
Amazing!
You wouldn’t believe how much frustrating time I’ve spent yesterday trying to show posts on “normal pages”.
Turned out if forgot adding “display-posts post_status=”private”.Anyway, now its totally doing the job. Thank you for taking the time !
Cheers
Thanks for your reply, I really appreciate it! I figured out that what I was doing wrong was a mistake on my side.
I basically put the form in a block that was streched across the site instead of a centered block, that caused the whole form to strech.Thank you 🙂
Forum: Plugins
In reply to: [ContestHopper for WordPress] Hide buttonsYay nice,
thanks 🙂Forum: Plugins
In reply to: [ContestHopper for WordPress] Hide buttonsSweet, I figured out how to hide the buttons/boxes 🙂
For anyone else interessted in this just comment out following lines from the boxes.php (…/wp-content/plugins/contesthopper/templates/default/boxes.php)
Line 40+41:
$total_entries_str = __('Total Entries', 'contesthopper'); $days_left_str = __('Days Left', 'contesthopper');and line 49-57
<div class="counts blue"> {$total_entries_str} <div class="total_entries">{$total_entries}</div> </div> <div class="counts red"> {$days_left_str} <div class="num">{$days_left}</div> </div> </div>You can also do this with other boxes you want to get rid of 😉
So I still need to figure out how to make a user answer a question before participating.
Forum: Plugins
In reply to: [Cropnote] [Plugin: Cropnote] no annotations for me… please helpDonated something 😉
it’s not much but its what I can give at the moment… again thanks for helping!
I’ll show you my finished project, if it ever gets to the point where I think its good enough to go online 😛
Cheers
EugeneForum: Plugins
In reply to: [Cropnote] [Plugin: Cropnote] no annotations for me… please helpHi Jeff,
FINALLY! this is the greatest thing evvver 😀 no really, thank you so much for helping me out.
I finally got the add button 🙂
I don’t really have a lot but I feel like giving you something, are there any possibilities to donate you something!?
Forum: Plugins
In reply to: [Cropnote] [Plugin: Cropnote] no annotations for me… please helpHi guys, I’m not sure what I’m doing wrong here, I was looking for the code you mentioned above, but on line 376 in cropnote.php I get:
“register_uninstall_hook( __FILE__, ‘cropnote_uninstall’);”
instead of:
“add_action(‘wp_head’, ‘load_image_annotation_js’);”and on line 64 I get a blank line Instead of:
“var opts = { theme: ‘<?php echo $options[‘prettyPhoto’][‘theme’]; ?>’, <?php echo $options[‘prettyPhoto’][‘custom’]; ?> changepicturecallback:”am I looking at the right script here? I opened cropnote.php from within my plugins folder.
Anyway, I’m getting really excited about this, as I wanted to have this feature on my site for ages and no other plugin seemed to get so close to working as yours does 🙂