Title: jsj90's Replies | WordPress.org

---

# jsj90

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Blog Single Entries](https://wordpress.org/support/topic/blog-single-entries/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/blog-single-entries/#post-9419998)
 * Hi,
 * I tried that but it doesn’t work. But I tried this and it worked.
 * .single .thumbnail img {
    max-width: 420px; }
 * Did I do something wrong on the setting?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Blog Single Entries](https://wordpress.org/support/topic/blog-single-entries/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/blog-single-entries/#post-9412985)
 * Hi,
 * 1. Thank you for the response. I tried to put an image of a size 64 x 64 but 
   it was also extended to 1349 x 1349.
 * 2. I see. I thought it would be possible considering the option for the layout
   is available in the blog single entries option. However, I tried to select the
   Right Sidebar option on the page setting itself and it worked. Seems like that’s
   the only solution so far.
 * Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Header Margin](https://wordpress.org/support/topic/header-margin-2/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/header-margin-2/#post-9351755)
 * Hi,
 * To the content of my site to avoid the overlapping with the menu.
 * Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] CPT Page to have 100% Full Width](https://wordpress.org/support/topic/cpt-page-to-have-100-full-width/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/cpt-page-to-have-100-full-width/#post-9330685)
 * Hi,
 * Thanks. Meaning I need to include the slug? If I have 3 CPT, how should I input
   it?
    Sorry for all the weird questions :/
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] CPT Page to have 100% Full Width](https://wordpress.org/support/topic/cpt-page-to-have-100-full-width/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/cpt-page-to-have-100-full-width/#post-9330654)
 * Hi,
 * I followed the article and the instruction given. But my CPT page is still showing
   sidebar.
 * /**
    * Alter your post layouts * * [@return](https://wordpress.org/support/users/return/)
   full-width, full-screen, left-sidebar or right-sidebar * */ function my_post_layout_class(
   $class ) {
 *  // Alter your layout
    if ( is_singular( ‘post’ ) ) { $class = ‘full-screen’;}
 *  // Return correct class
    return $class;
 * }
    add_filter( ‘ocean_post_layout_class’, ‘my_post_layout_class’, 20 );
 * Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] CPT Inherit Homepage Template](https://wordpress.org/support/topic/cpt-inherit-homepage-template/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/cpt-inherit-homepage-template/#post-9324290)
 * Exactly just what I need!
 * Awesome. This is the best theme I used so far!
 * Thank you for the patience!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] CPT Inherit Homepage Template](https://wordpress.org/support/topic/cpt-inherit-homepage-template/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/cpt-inherit-homepage-template/#post-9324269)
 * Hi,
 * Thanks for the reply.
 * If let’s say I want the layout to inherit nothing but the header and the footer
   only?
 * Do I just copy do this?
 * <article id=”post-<?php the_ID(); ?>” itemprop=”blogPost” itemscope=”itemscope”
   itemtype=”[http://schema.org/BlogPosting”&gt](http://schema.org/BlogPosting”&gt);
 *  <?php
    // Get posts format $format = get_post_format();
 * </article>
 * Doesn’t seem to work for me.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] CPT Inherit Homepage Template](https://wordpress.org/support/topic/cpt-inherit-homepage-template/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/cpt-inherit-homepage-template/#post-9323732)
 * Actually the home page template is the default template for Oceanwp. I want to
   make all my CPT to inherit the home page template whereby there is no
    1. Title
   2. Meta entries 3. Related post.
 * I hope that make sense.
 * Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Multiple CPT for Oceanwp Metabox](https://wordpress.org/support/topic/multiple-cpt-for-oceanwp-metabox/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/multiple-cpt-for-oceanwp-metabox/#post-9317937)
 * Hi,
 * It worked!
 * Thank you very much.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ProfileGrid – User Profiles, Groups and Communities] Content Availability](https://wordpress.org/support/topic/content-availability/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [9 years ago](https://wordpress.org/support/topic/content-availability/#post-9180336)
 * Hi,
 * Already sent the ticket.
 * Looking forward to your reply.
 * Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Elementor’s Countdown Widget](https://wordpress.org/support/topic/elementors-countdown-widget/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [9 years ago](https://wordpress.org/support/topic/elementors-countdown-widget/#post-9165738)
 * Hi Tom,
 * Thanks for the solution. If I were to do that, that will stop the sticky navbar
   from functioning. Any workaround for that?
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ProfileGrid – User Profiles, Groups and Communities] After Register](https://wordpress.org/support/topic/after-register-2/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [9 years ago](https://wordpress.org/support/topic/after-register-2/#post-9163549)
 * This is resolved.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ProfileGrid – User Profiles, Groups and Communities] After Register](https://wordpress.org/support/topic/after-register-2/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [9 years ago](https://wordpress.org/support/topic/after-register-2/#post-9163547)
 * Thanks! It’s working now.
 * AWesome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Show Posts] Image Size](https://wordpress.org/support/topic/image-size-144/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/image-size-144/#post-9132180)
 * Hi Tom,
 * Thanks for the reply. It’s the one on the sidebar.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget With Thumbnails] List Style](https://wordpress.org/support/topic/list-style-2/)
 *  Thread Starter [jsj90](https://wordpress.org/support/users/jsj90/)
 * (@jsj90)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/list-style-2/#post-9121544)
 * Hi Martin,
 * Thank you very much. My mistake. I only used the li.
 * Thanks for the help.

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

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