Title: Psylicium's Replies | WordPress.org

---

# Psylicium

  [  ](https://wordpress.org/support/users/psylicium/)

 *   [Profile](https://wordpress.org/support/users/psylicium/)
 *   [Topics Started](https://wordpress.org/support/users/psylicium/topics/)
 *   [Replies Created](https://wordpress.org/support/users/psylicium/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/psylicium/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/psylicium/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/psylicium/engagements/)
 *   [Favorites](https://wordpress.org/support/users/psylicium/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/psylicium/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/psylicium/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Collapse or hide the customizer by default when previewing a theme – possible?](https://wordpress.org/support/topic/collapse-or-hide-the-customizer-by-default-when-previewing-a-theme-possible/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/collapse-or-hide-the-customizer-by-default-when-previewing-a-theme-possible/#post-18471432)
 * Great! That was exactly something like that I was looking for. I’ve tried myself
   to inject something via JavaScript that switched the ‘expanded’ and ‘collapsed’
   classes, but didn’t quite know which hook to use. Thanks for your input – marking
   it as solved 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not receiving emails when someone comments](https://wordpress.org/support/topic/not-receiving-emails-when-someone-comments-2/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/not-receiving-emails-when-someone-comments-2/#post-18456946)
 * God, I’m so stupid, and my host’s info isn’t exactly clear regarding mail configuration.
 * Turns out that I can ONLY send mail from my own domain, psylicium.dk, and I missed
   ONE thing over and over again… Like I wrote in my initial post, I created several
   new mail addresses for my domain, and this time I also changed the WP admin email
   to those, but the problem persisted, and in the logs, there still was a gmail
   address that broke things – but I was sure I had changed everything to my psylicium.
   dk mail address.
 * And THEN it dawned on me … my user profile still had a gmail address! I haven’t
   at any point thought that the admin and user profile was two different things.
   I just assumed, that since I’m the only user, the admin email was reflected in
   the user profile, if I changed it 😑
 * I changed the user email address to my psylicium.dk one, and set the admin one
   back to my original gmail one. And that did the trick! No errors in the mail 
   log, and the comment approval email arrived immediately.
 * So, to sum up, if anyone else has a problem with WordPress on a one.com host:
 * **You can’t use an external email like gmail in the user profile – only a valid
   email address that belongs to your domain, like me[at]mydomain.com**
 * I was sure it worked sometime in the past, but now I think about it, it might
   have been with my previous host. I switched some years ago, and just imported
   the database from the old host to one.com – gmail and all. And since I haven’t
   been using comments for years, I just noticed the problem now.
 * Everything seems to be in working order now, so I’m marking it as resolved – 
   and thanks for your feedback 🙂
    -  This reply was modified 1 year, 4 months ago by [Psylicium](https://wordpress.org/support/users/psylicium/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not receiving emails when someone comments](https://wordpress.org/support/topic/not-receiving-emails-when-someone-comments-2/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/not-receiving-emails-when-someone-comments-2/#post-18455315)
 * So … I got a reply from my host, and if I have to be honest, they are far from
   helpful 🙁 “Make sure your SMTP is setup correctly”, link to a WP SMTP Mail plugin(
   which I’ve already tried with no success) and a guide. Followed it, and like 
   before, I can send test mails, but whenever I comment, I still get the same error
   as in my first post. And “besides that, we can’t give further support on WordPress
   regarding email systems”. Well, thanks for nothing!
 * I replied them with the complete error log, and insisted that something is wrong
   on THEIR side, as you know – it works perfectly sitewise, EXCEPT for the comments.
   I then tried a few mail logging plugins, and as I suspected: no errors when I
   request a new password or send test emails, but of course the usual when commenting.
   I couldn’t get detailed logs, as all I got was “could not instantiate mail function”.
   So far, so good. Something specifically in the comment routine, or what you call
   it, is triggering the error, as far as I can tell. Well, obviously I was aware
   of that all along, but somehow (and I can’t remember how), I got a backtrace 
   log of what actually happens when a comment is posted:
 *     ```wp-block-code
       [0] wp_mail called at [/customers/0/c/d/psylicium.dk/httpd.www/wp-includes/pluggable.php:2069][1] wp_notify_moderator called at [/customers/0/c/d/psylicium.dk/httpd.www/wp-includes/comment.php:2406][2] wp_new_comment_notify_moderator called at [/customers/0/c/d/psylicium.dk/httpd.www/wp-includes/class-wp-hook.php:326][3] WP_Hook->apply_filters called at [/customers/0/c/d/psylicium.dk/httpd.www/wp-includes/class-wp-hook.php:348][4] WP_Hook->do_action called at [/customers/0/c/d/psylicium.dk/httpd.www/wp-includes/plugin.php:517][5] do_action called at [/customers/0/c/d/psylicium.dk/httpd.www/wp-includes/comment.php:2380][6] wp_new_comment called at [/customers/0/c/d/psylicium.dk/httpd.www/wp-includes/comment.php:3743][7] wp_handle_comment_submission called at [/customers/0/c/d/psylicium.dk/httpd.www/wp-comments-post.php:25]
       ```
   
 * I know I shouldn’t edit those files, but I’ll go through them tomorrow to see
   if I can make some changes to get it functional. Stay tuned.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Not receiving emails when someone comments](https://wordpress.org/support/topic/not-receiving-emails-when-someone-comments-2/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/not-receiving-emails-when-someone-comments-2/#post-18453015)
 * I don’t think the notification mails are only meant for authors, because on [this page](https://wordpress.org/documentation/article/settings-discussion-screen/),
   it states that the “me” refers to either an author or administrator. So you are
   partly right – the “Anyone posts a comment” option only notifies the author of
   replies, whereas the “comment held for moderation” are meant for the administrator
   email listed in Settings > General. But since I am both the author and the administrator
   using a single account, I _should_ receive a notification in either case.
 * I troubleshooted some more today, thinking something in my database was awry,
   so I deleted everything and did a clean install of WordPress – same issue 🙁 
   The last thing I can come up with, is that my hosting provider perhaps blacklisted
   something due to all the spam comments I received before starting to use Akismet.
   I am waiting for their reply now, but if they didn’t block something, and everything
   looks good on my domain, I am out out of ideas…
 * BTW: The ‘notify_administrator’ hook did work – I got a mail. I used some simple
   demo script I found, that just said “You have a new reply”, and if it turns there’s
   no issues with my host, I may use this as a last resort. I just have to figure
   out how to customize it to also include the post title and an excerpt of the 
   comment. There’s probably some variables or functions for that 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Lightbox] Any way to disable the default font Yanone Kaffeesatz?](https://wordpress.org/support/topic/any-way-to-disable-the-default-font-yanone-kaffeesatz/)
 *  [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/any-way-to-disable-the-default-font-yanone-kaffeesatz/#post-18448899)
 * You can add this to your styles.css:
 *     ```wp-block-code
       #slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {	font-family: '<YOUR-FONT>', sans-serif !important;	font-size: 1em !important;}
       ```
   
 * Edit: Ahhh … I misread, sorry. You wanted to bypass loading of the font altogether.
    -  This reply was modified 1 year, 4 months ago by [Psylicium](https://wordpress.org/support/users/psylicium/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove sidebar when previewing](https://wordpress.org/support/topic/remove-sidebar-when-previewing/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/remove-sidebar-when-previewing/#post-5316537)
 * Edit: Of course I could just choose Minimize at the bottom, but I want to be 
   permanently hidden, instead of popping up every time I refresh the page.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Remove the admin customize/preview pane?](https://wordpress.org/support/topic/remove-the-admin-customizepreview-pane/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/remove-the-admin-customizepreview-pane/#post-4637387)
 * Bump … it must be possible one way or the other.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to … multiple paragraphs of text and floated images?](https://wordpress.org/support/topic/how-to-multiple-paragraphs-of-text-and-floated-images/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/how-to-multiple-paragraphs-of-text-and-floated-images/#post-3301525)
 * Solved.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to … multiple paragraphs of text and floated images?](https://wordpress.org/support/topic/how-to-multiple-paragraphs-of-text-and-floated-images/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/how-to-multiple-paragraphs-of-text-and-floated-images/#post-3301524)
 * Thank you for the replies. I got it sorted out now. I followed [this tutorial](http://www.fldtrace.com/wordpress/float-images-in-wordpress-properly),
   and got rid of the image captions. So far it seems to be working 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to … multiple paragraphs of text and floated images?](https://wordpress.org/support/topic/how-to-multiple-paragraphs-of-text-and-floated-images/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/how-to-multiple-paragraphs-of-text-and-floated-images/#post-3301521)
 * > This is not a WordPress issue, but a general HTML and CSS issue.
 * Thanks for your reply, Andrew. I see the problem with the div, but technically
   it _is_ a WordPress issue, since the <div>s aren’t placed as they should be regarding
   floats. I have tried assigning both the “alignnone” and “alignleft” classes to
   the images, but the output code is exactly the same. I would assume that if you
   use the class “alignleft” to the image, WP would throw a clear: left; into the“
   wp-caption” and enclose the entire paragraph in a <div> (or something like that)…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to … multiple paragraphs of text and floated images?](https://wordpress.org/support/topic/how-to-multiple-paragraphs-of-text-and-floated-images/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/how-to-multiple-paragraphs-of-text-and-floated-images/#post-3301517)
 * Sure, [http://beta.stilstand.dk/biografi/](http://beta.stilstand.dk/biografi/)
   🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Changes in theme are not showing up on site](https://wordpress.org/support/topic/changes-in-theme-are-not-showing-up-on-site/)
 *  [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/changes-in-theme-are-not-showing-up-on-site/#post-3250861)
 * Sounds like your friend’s browser are showing locally cached copies of your website.
   Always do a forced refresh (on Windows, it’s CTRL-F5). That will force the browser
   to redownload all files, and the changes should show up immediately.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Replying to inline comments makes page reload](https://wordpress.org/support/topic/replying-to-inline-comments-makes-page-reload/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/replying-to-inline-comments-makes-page-reload/#post-2926309)
 * Oh, I think I figured it out. Turns out that i was missing a “parent” tag in 
   the `<li>` class, and that my `<div class="reply">` was also a bit messed. It
   works now 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Make wp_nav_menu output "current_page_item" in navbar when viewing a single page](https://wordpress.org/support/topic/make-wp_nav_menu-output-current_page_item-in-navbar-when-viewing-a-single-page/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/make-wp_nav_menu-output-current_page_item-in-navbar-when-viewing-a-single-page/#post-2017692)
 * I believe that did the trick. I now see the current_page_parent. On to styling.
   Thanks, Christine 🙂
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Make wp_nav_menu output "current_page_item" in navbar when viewing a single page](https://wordpress.org/support/topic/make-wp_nav_menu-output-current_page_item-in-navbar-when-viewing-a-single-page/)
 *  Thread Starter [Psylicium](https://wordpress.org/support/users/psylicium/)
 * (@psylicium)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/make-wp_nav_menu-output-current_page_item-in-navbar-when-viewing-a-single-page/#post-2017630)
 * I see no current_page_parent in the source. Is a snippet of code required anywhere
   to make WP output this selector? Of do I have to enable that new and fancy admin
   menu-thingy in functions.php`?

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/psylicium/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/psylicium/replies/page/2/?output_format=md)