petyata
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Here is a link to the test website, where i made some small changes to the css yesterday: http://doma.altlabs.net/sbs – and now it is not working on IE
while on the public version http://www.sbs-bg.org it is working.
unfortunately downgrading the css to the previous versions doesn’t solve the problemHi there,
It was working under all browsers, but yesterday disappeared and on IE (10, 9, 8) is not visible at all.
Can you give me some advice, please? I have updated to the last 0.2.6 version.
Thank you,
PetyaForum: Fixing WordPress
In reply to: Display WP function with CSS styleYou missed a part in the code, however helped me to solve this issue by myself :). Here is my code, adjust it appropriately:
<?php if (is_user_logged_in() ) { wp_get_current_user(); $current_user = wp_get_current_user(); if ( !($current_user instanceof WP_User) ) return; echo 'You are currently logged in as <span id="user-loged-name">' . $current_user->user_login . '</span><br />'; wp_loginout( home_url()); // Display "Log Out" link. } ?>
Viewing 3 replies - 1 through 3 (of 3 total)