Ben
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Profile Progression] 0.2.5 and 0.2.8 version on same plugin?Thanks @grosbouff
I’ve now noticed something else…
All members profile’s now have the profile progress bar filled (even if they have completed 0%, 13%, 80% etc).
The percentage is correct, but the bar doesn’t correlate! ??
Forum: Plugins
In reply to: [BuddyPress Profile Progression] 0.2.5 and 0.2.8 version on same plugin?FIXED! (you may want to add this in the next update)
the word ‘true’ in bold on line 13 below was missing from the bppp-member.php file!
<div class="bppp-stat"> <span class="bppp-stat-title"> <?php bppp_title();?> </span> <div class="bppp-stat-block"> <div class="bppp-bar"> <div class="bppp-bar-mask" style="width:<?php echo (int)(100-bppp_get_user_progression_percent());?>%"></div> </div> </div> <span class="bppp-stat-percent"><?php echo bppp_get_user_progression_percent(<strong>true</strong>);?>%</span> </div>
[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
Forum: Plugins
In reply to: [BuddyPress Profile Progression] 0.2.5 and 0.2.8 version on same plugin?I’ve just upgraded the plugin and below the profile progression bar on all user profiles, there’s an error message:
Warning: Missing argument 1 for bppp_get_user_progression_percent(), called in /home/(my cpanel login)/public_html/wp-content/plugins/buddypress-profile-progression/theme/bppp-member.php on line 13 and defined in /home/(my cpanel login)/public_html/wp-content/plugins/buddypress-profile-progression/bppp-template.php on line 160
Any idea how to fix this?
Hi WordPress, just to say this is all sorted now. I would really appreciate it if this forum post could be removed as it’s showing up in related search results, particularly the links and the name at the bottom of the post.
Thanks, Ben
Forum: Plugins
In reply to: [Event Calendar] [Plugin: Ajax Event Calendar] Calendar not loadingGreat plugin, just can’t get the calendar to load in the frontend of the site. All I can see is ‘add new event’ and the event categories button.
I have the shortcode [calendar] within the events page. I’ve checked these two snippets are within the right places (already in my theme – which is WooThemes Canvas)
<?php wp_head(); ?> just before the closing </head>
<?php wp_footer(); ?> just before the closing </body>I’ve checked conflicting plugins by deactivating them and reactivating one by one, no luck.
I know this plugin works with my theme as a friend has the same installation and it works for them…
Any ideas?
Ben