Title: Raam Dev's Replies | WordPress.org

---

# Raam Dev

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 1,799 total)

1 [2](https://wordpress.org/support/users/raamdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/raamdev/replies/page/3/?output_format=md)…
[118](https://wordpress.org/support/users/raamdev/replies/page/118/?output_format=md)
[119](https://wordpress.org/support/users/raamdev/replies/page/119/?output_format=md)
[120](https://wordpress.org/support/users/raamdev/replies/page/120/?output_format=md)
[→](https://wordpress.org/support/users/raamdev/replies/page/2/?output_format=md)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Php 8 – Independent Publisher](https://wordpress.org/support/topic/php-8-independent-publisher/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [10 months, 1 week ago](https://wordpress.org/support/topic/php-8-independent-publisher/#post-18590224)
 * Hi [@amerlin](https://wordpress.org/support/users/amerlin/),
 * I am running the theme on PHP 8.1 without any problems. There is a PHP warning
   that gets thrown in PHP 8.1 (see [https://github.com/raamdev/independent-publisher/issues/326](https://github.com/raamdev/independent-publisher/issues/326)),
   however that is not a fatal error so it should not produce a white screen.
 * Can you please check your PHP logs to see what error is being thrown when the
   theme is active?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Eliminate space between paragraph blocks](https://wordpress.org/support/topic/eliminate-space-between-paragraph-blocks/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/eliminate-space-between-paragraph-blocks/#post-18356190)
 * Hi [@nancy54cat](https://wordpress.org/support/users/nancy54cat/),
 * Changing the style of the content in the post editor so that the space between
   paragraphs is smaller would require modifying the CSS styles:
 *     ```wp-block-code
       .editor-styles-wrapper p { margin-block-start: 0.5em; margin-block-end: 0.5em; }
       ```
   
 * As [I noted in your previous question](https://wordpress.org/support/topic/dividing-line-between-posts-2/),
   you can normally do that on WordPress.com by logging in and viewing your site,
   then clicking on the “Customize” button at the top of the page, then you’ll see
   a menu on the left with an item called “Additional CSS” where you can paste in
   the CSS style to customize the default style.
 * Here are some more articles that may be helpful:
    - [https://wordpress.com/go/web-design/what-is-css/](https://wordpress.com/go/web-design/what-is-css/)
    - [https://wordpress.com/support/editing-css/](https://wordpress.com/support/editing-css/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Eliminate space between paragraph blocks](https://wordpress.org/support/topic/eliminate-space-between-paragraph-blocks/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/eliminate-space-between-paragraph-blocks/#post-18340218)
 * Hi [@nancy54cat](https://wordpress.org/support/users/nancy54cat/),
 * The link that you included for the page you need help with is a link to the post
   editor in the WordPress Admin. Are you looking to change the space between paragraphs
   when you’re editing the post in the WordPress Admin, or when you are viewing 
   the published post?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Dividing line between posts](https://wordpress.org/support/topic/dividing-line-between-posts-2/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/dividing-line-between-posts-2/#post-18297769)
 * Hi [@nancy54cat](https://wordpress.org/support/users/nancy54cat/),
 * You can change the color of that border using some CSS like this:
 *     ```wp-block-code
       .site-main > .hentry:nth-child(n+2) { border-color: #727272 !important; }
       ```
   
 * You can change the `#727272` color code to any color. You’ll find the color codes
   online searching for “html color code”. Here’s an example tool that lets you 
   select a color and generates the code: [https://htmlcolorcodes.com/color-picker/](https://htmlcolorcodes.com/color-picker/)
 * However, you’ll need to be able to add that CSS style to your site so that it
   changes the color of the border. You can normally do that on WordPress.com by
   logging in and viewing your site, then clicking on the “Customize” button at 
   the top of the page, then you’ll see a menu on the left with an item called “
   Additional CSS” where you can paste in the CSS style to customize the default
   style.
 * Here are some more articles that may be helpful:
    - [https://wordpress.com/go/web-design/what-is-css/](https://wordpress.com/go/web-design/what-is-css/)
    - [https://wordpress.com/support/editing-css/](https://wordpress.com/support/editing-css/)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Borders around images](https://wordpress.org/support/topic/borders-around-images-7/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/borders-around-images-7/#post-18255208)
 * [@nancy54cat](https://wordpress.org/support/users/nancy54cat/) It should be possible
   to put borders around the images using some CSS styles. Do you have an example
   border you can show me?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comment Reply Email] Replay Email HTML format is not working](https://wordpress.org/support/topic/replay-email-html-format-is-not-working/)
 *  [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/replay-email-html-format-is-not-working/#post-17397376)
 * I can confirm that the fix in v1.1 of this plugin is to replace this line:
 *     ```wp-block-code
       $mailContent = esc_attr($this->options['mail_message']);
       ```
   
 * With this:
 *     ```wp-block-code
       $mailContent = wpautop($this->options['mail_message']);
       ```
   
 * Here: [https://plugins.trac.wordpress.org/browser/comment-reply-email/tags/1.1/comment-reply-email.php#L218](https://plugins.trac.wordpress.org/browser/comment-reply-email/tags/1.1/comment-reply-email.php#L218)
 * And also replace this line:
 *     ```wp-block-code
       <textarea name="mail_message" id="mail_message" cols="100%" rows="10" ><?php echo esc_attr($this->options['mail_message']); ?></textarea>
       ```
   
 * With this:
 *     ```wp-block-code
       <textarea name="mail_message" id="mail_message" cols="100%" rows="10" ><?php echo esc_html($this->options['mail_message']); ?></textarea>
       ```
   
 * Here: [https://plugins.trac.wordpress.org/browser/comment-reply-email/tags/1.1/comment-reply-email.php#L342](https://plugins.trac.wordpress.org/browser/comment-reply-email/tags/1.1/comment-reply-email.php#L342)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Styling Jetpack Subscribe button](https://wordpress.org/support/topic/styling-jetpack-subscribe-button/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/styling-jetpack-subscribe-button/#post-16690363)
 * Hi [@absentfriends](https://wordpress.org/support/users/absentfriends/),
 * It looks like the other buttons in your sidebar are actually `<a>` elements and
   not `<button>` elements. You’ll need to target your CSS styling at the `button`
   element like this: [https://github.com/raamdev/independent-publisher/blob/79ec16dc83fd02b25db2b736aaad6e7b72e56c6b/style.css#L316-L345](https://github.com/raamdev/independent-publisher/blob/79ec16dc83fd02b25db2b736aaad6e7b72e56c6b/style.css#L316-L345)
 * Depending on the other CSS on your site, you may need to add the `!important`
   property to force your styles to override the default: [https://www.w3schools.com/css/css_important.asp](https://www.w3schools.com/css/css_important.asp)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comet Cache] Referrer-Policy header is being omitted](https://wordpress.org/support/topic/referrer-policy-header-is-being-omitted/)
 *  [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/referrer-policy-header-is-being-omitted/#post-16487857)
 * [@siravecavec](https://wordpress.org/support/users/siravecavec/) I’m sorry to
   hear that and I understand your frustration. I’ve sent an email to [@clavaque](https://wordpress.org/support/users/clavaque/)
   and pointed him to this thread.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Comet Cache] Referrer-Policy header is being omitted](https://wordpress.org/support/topic/referrer-policy-header-is-being-omitted/)
 *  [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/referrer-policy-header-is-being-omitted/#post-16187781)
 * Hi [@temereva](https://wordpress.org/support/users/temereva/),
 * I haven’t been the maintainer of this plugin for several years now and I’m no
   longer a committer or contributor to the project.
 * [@clavaque](https://wordpress.org/support/users/clavaque/) is the new maintainer
   and can address the above request.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Sticky post: show except instead of full post?](https://wordpress.org/support/topic/sticky-post-show-except-instead-of-full-post/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/sticky-post-show-except-instead-of-full-post/#post-16130208)
 * Hi [@thejokertm](https://wordpress.org/support/users/thejokertm/),
 * I believe that’s possible by overriding [this function](https://github.com/raamdev/independent-publisher/blob/79ec16dc83fd02b25db2b736aaad6e7b72e56c6b/inc/template-tags.php#L824-L839)
   in a [child theme](https://github.com/raamdev/independent-publisher#using-a-child-theme-to-customize-independent-publisher)
   and removing the `&& is_sticky()` from [this line](https://github.com/raamdev/independent-publisher/blob/79ec16dc83fd02b25db2b736aaad6e7b72e56c6b/inc/template-tags.php#L831).
    -  This reply was modified 3 years, 7 months ago by [Raam Dev](https://wordpress.org/support/users/raamdev/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Fatal errors with PHP 8 + HyperDB](https://wordpress.org/support/topic/fatal-errors-with-php-8-hyperdb/)
 *  Thread Starter [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/fatal-errors-with-php-8-hyperdb/#post-16045324)
 * Hi [@eeide](https://wordpress.org/support/users/eeide/),
 * Unfortunately v6.0.1 did not fix the issue with PHP 8 + HyperDB. I’m still getting
   the same fatal error when visiting the events archive page.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Fatal errors with PHP 8 + HyperDB](https://wordpress.org/support/topic/fatal-errors-with-php-8-hyperdb/)
 *  Thread Starter [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [3 years, 8 months ago](https://wordpress.org/support/topic/fatal-errors-with-php-8-hyperdb/#post-16032583)
 * Hi [@abzlevelup](https://wordpress.org/support/users/abzlevelup/),
 * > Quick question were you able to use the plugin properly after commenting those
   > lines of code? And continue with the migration to v6.0?
 * The plugin appeared to work normally with that line commented out, however I 
   did not do any extensive testing as I’m not familiar with all of the plugin’s
   features. Also, there was no migration to v6.0 involved—I was testing v6.0 and
   did not have any previous versions installed.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Recent changes to theme?](https://wordpress.org/support/topic/recent-changes-to-theme/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [5 years ago](https://wordpress.org/support/topic/recent-changes-to-theme/#post-14542086)
 * [@zeadsdead](https://wordpress.org/support/users/zeadsdead/) sorry! I missed 
   your message here.
 * I agree that the menu behavior could be improved. There are [a couple of existing issues on GitHub related to menus](https://github.com/raamdev/independent-publisher/issues?q=is%3Aissue+is%3Aopen+menu)
   but I invite you to add something additional describing what you’d like to see,
   as GitHub is where I track these things and will revisit the open issues whenever
   I work on a new release.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Menu : Sub items hidden](https://wordpress.org/support/topic/menu-sub-items-hidden/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/menu-sub-items-hidden/#post-14348662)
 * [@jlou65535](https://wordpress.org/support/users/jlou65535/) That’s strange. 
   I tested it on my WordPress.com site and the Content Options appeared in that
   menu. It’s possible that the option is only available when using the theme on
   WordPress.com. You might want to post a question about this [on the WordPress.com support forums](https://wordpress.com/theme/independent-publisher-2/support)
   and mention that you’re using the theme on a self-hosted WordPress.org site.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Independent Publisher] Menu : Sub items hidden](https://wordpress.org/support/topic/menu-sub-items-hidden/)
 *  Theme Author [Raam Dev](https://wordpress.org/support/users/raamdev/)
 * (@raamdev)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/menu-sub-items-hidden/#post-14348325)
 * [@jlou65535](https://wordpress.org/support/users/jlou65535/) If you’re referring
   to showing Post Excerpts on the home page, you should be able to do that in Appearance
   → Customize → Content Options →
    Blog Display → Post excerpt.

Viewing 15 replies - 1 through 15 (of 1,799 total)

1 [2](https://wordpress.org/support/users/raamdev/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/raamdev/replies/page/3/?output_format=md)…
[118](https://wordpress.org/support/users/raamdev/replies/page/118/?output_format=md)
[119](https://wordpress.org/support/users/raamdev/replies/page/119/?output_format=md)
[120](https://wordpress.org/support/users/raamdev/replies/page/120/?output_format=md)
[→](https://wordpress.org/support/users/raamdev/replies/page/2/?output_format=md)