Christoffer
Forum Replies Created
-
This is absolutely ridiculous!
If one person fails to log in x amount of times, the whole site will be blank and say “error”.I sincerely hope this gets fixed ASAP as it makes the lockout useless and downright damaging as people aware of this can break sites using your broken lockout functionality.
Otherwise it’s a great plugin.
Forum: Plugins
In reply to: [Achievements for WordPress] Displaying karma pointsNevermind. I found an answer:
<?php echo dpa_get_user_points( bp_displayed_user_id() ); ?>
Forum: Plugins
In reply to: [Achievements for WordPress] IdeasAnything to make your great plugin even greater! ??
What screen is this on? Do you have a screenshot?
The “Description” word is shown on the /achievements/ page and the /members/profilename/achievements/ page describing briefly what the achievement is about.
Thumbnails: Sorry, my bad! I didn’t include “the_post_thumbnail()” in my theme, so no wonder it didn’t show up. I put the code inside content-page.php for those who wonders. You may also put it inside page.php if it doesn’t include a content file.
Thanks for the help, Paul!
I get an error 404 page ??
Unfortunately, I didn’t :/
Wonderful!
I know, but that line of code will just be added again when I update the plugin. Thanks anyways!
<iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fsportenbeitostolen&width=450&height=258&colorscheme=light&show_faces=true&border_color&stream=false&header=false&appId=266022583419252" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:258px;" allowTransparency="true"></iframe>
Just link to your CSS file in the settings. You can’t edit the file unless you edit the .php file inside the plugins folder, but that’s not recommended. You can however add your own divs etc. via the settings page.
I don’t know why I can’t use my FB like box iFrame though.
Forum: Fixing WordPress
In reply to: Styling archives widgetHey! I just randomly came across this topic because I had the same issue.
However, I just wrote the following lines:
#sidebar .widget_archive a, #sidebar #archives ul li a {
[content here]
}You also may want to change the sidebar with something else, but it depends on your themes. The name is usually “#sidebar” though.
I’m also aware that this topic is three months old, but if someone else is looking for the answer, they may find it here.