Add width to this line. .avatar.user-2-avatar.avatar-70.photo { width: 55px; } Good inspector https://wordpress.org/plugins/so-css/
WHAT DID YOU JUST SAID TO PUT INTO THE EDITOR? NOW I CANT ACCESS MY WEBSITE!
Anyone??
Anyone?
No there is not any security risk but you may see some old bugs. Keep using 2.4.8 and extensions version below 3.0 until PHP 5.5 is ready GoDaddy.
Hello George, Its because of your theme. Please consult with your theme developer to get a solution.
You can remove tag by uninstalling tags extension. For disabling labels in ask form simply browser to: http://YOURDOMAIN.COM/wp-admin/admin.php?page=anspress_options&option_page=labels and uncheck Show label in ask form. You can add labels in question from:
Question 2: By using the piece of code you provided, I’m able to register my new page and it is automatically added to the user menu, great! How can I decide in which position it will appear in the menu and assign an icon? I tried to add a link using the method previously quoted hoping it would override the automatically added one: function my_ap_user_link($links){ $links['badges'] = array( 'slug' => 'badges', 'title' => __( 'Badges', 'anspress-question-answer' ), 'link' => 'badges', 'order' => 100, 'show_in_menu' => false, 'public' => true, 'class' => 'apicon-chevron-right'); return $links; } add_filter( 'ap_user_menu', 'my_ap_user_link' ); It’s actually working but, I’m not sure it’s the right way to do it or not, and I don’t know which value to put for the “link” element. So is it the right way to do it or can I actually specify order and icon class in my ap_register_user_page function? If it is the right way to do it, what should be the value for the “link” element? This should be my last question on that matter. ^^; Thanks in advance. 😀 Fred PS: sorry to post it as an answer but I need to add code to it. Maybe I should open a new thread but it is closely related to my first inquiry. If it’s still better to separate every questions, I’ll do it from next one. 😉
Menu view of User Profile set up in WP Menu / Anspress Page
I’ve created a Menu using Anspress Page. Â See snapshots