Gustav
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Message on the top of my blogNot a fix but remove lines: 45,46,48.
Or remove the plugin.Forum: Fixing WordPress
In reply to: Post number #1It gave me random numbers only.
Post Title 3 #456
Post Title 2 #20
Post Title 1 #15
Etc…- This reply was modified 6 years, 4 months ago by Gustav.
Forum: Fixing WordPress
In reply to: Post number #1Something like this: https://imgur.com/a/cehdYKV
Forum: Plugins
In reply to: [WP Steam Auth] GUIDE (Working) Show steam idEdited.
- This reply was modified 6 years, 4 months ago by Gustav.
Forum: Plugins
In reply to: [WP Steam Auth] Log in nothing happensI switched to another host and it worked.
Maybe you run on a free host?This maybe can help: https://www.ads-software.com/support/topic/wp-4-9-5/
Also try to change php version in your host. Change to 7.2 and downgrade if it doesnt help.Forum: Plugins
In reply to: [WP Steam Auth] Log in nothing happensJust moved to another host and it solved it.
- This reply was modified 6 years, 4 months ago by Gustav.
Forum: Plugins
In reply to: [Asgaros Forum] existing wordpress registered usersYes they can they dont need to make 2 accounts.
Forum: Plugins
In reply to: [Asgaros Forum] Show user description in widgetSolved it.
forum-widgets.php
$author_id = $element->author_id; $display_name = get_the_author_meta( 'description' , $author_id );
if ($avatars_available && $show_avatar) { echo '<div class="widget-avatar">'.get_avatar($element->author_id, $widgetAvatarSize).'</div>'; echo $display_name; }
echo $display_name; should maybe look different for you!
Forum: Plugins
In reply to: [Asgaros Forum] Topics overlap cssIn .css
z-index: 1000;
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent byDead plugin support there.
Forum: Fixing WordPress
In reply to: Warning: Cannot modify header information – headers already sent byYes the error is caused by the plugin called WP Steam Auth.
I dont understand why because in the previous host it didnt have this error.Im running this plugin on both host.
Old nad new.
It works on the old one but not on the new one.The instalation is the same on new host and old host.
There must be something about this new host but what can it be?
Or something else i just dont understand it.- This reply was modified 6 years, 5 months ago by Gustav.
Forum: Developing with WordPress
In reply to: Log out link in php code<?php if ( is_user_logged_in() ) { echo '<a href="<?php echo wp_logout_url( home_url() ); ?>">Logout</a>'; } else { echo 'Welcome, visitor!'; } ?>
- This reply was modified 6 years, 5 months ago by Gustav.
Forum: Plugins
In reply to: [Asgaros Forum] Why doesnt it fetch avatarI think i know what is causing the issue its buddypress.
Deactivated it and it solved it.Forum: Plugins
In reply to: [Asgaros Forum] Why doesnt it fetch avatarYes.
Forum: Plugins
In reply to: [WP Steam Auth] HTTP ERROR 500 HELP ME PLEASE