piglab
Forum Replies Created
-
Thanks, Rick. I related the ticket. The problem still remains.
Thanks, Rick. Unfortunately, your instructions do not work. I run PHP 7.4.29. The Health Check does not show any problems. Also I installed your plugin on my other site on the same virtual server (Windows Server 2019) with a different theme and minimum plug-ins. Unfortunately, I have the same problem when I try to Connect PayPal: it’s hanging (Processing…), no pop-up comes up.
Any other ideas?
Forum: Fixing WordPress
In reply to: Align author avatar with author info? Formatting problems.doc4 and/or dewski007
Sorry to bother you but I have the same problem as dewski007 but after reading doc4’s suggestion I still do not understand how to make the avatar align left. I’m a newbie with php. Can you provide the entire script, please? So far, I have only:
<?php echo get_avatar($post->post_author); ?>
and the avatar automatically goes right.I do not understand where I should put:
.date .avatar {
width: 16px;
height: 16px;
float: left;
display: block;
}on my page.
Thanks!