jsj90
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Blog Single EntriesHi,
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
In reply to: [OceanWP] Blog Single EntriesHi,
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
In reply to: [OceanWP] Header MarginHi,
To the content of my site to avoid the overlapping with the menu.
Thank you.
Forum: Themes and Templates
In reply to: [OceanWP] CPT Page to have 100% Full WidthHi,
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
In reply to: [OceanWP] CPT Page to have 100% Full WidthHi,
I followed the article and the instruction given. But my CPT page is still showing sidebar.
/**
* Alter your post layouts
*
* @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
In reply to: [OceanWP] CPT Inherit Homepage TemplateExactly just what I need!
Awesome. This is the best theme I used so far!
Thank you for the patience!
Forum: Themes and Templates
In reply to: [OceanWP] CPT Inherit Homepage TemplateHi,
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=”https://schema.org/BlogPosting”>
<?php
// Get posts format
$format = get_post_format();</article>
Doesn’t seem to work for me.
Forum: Themes and Templates
In reply to: [OceanWP] CPT Inherit Homepage TemplateActually 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
In reply to: [OceanWP] Multiple CPT for Oceanwp MetaboxHi,
It worked!
Thank you very much.
Forum: Plugins
In reply to: [ProfileGrid – User Profiles, Groups and Communities] Content AvailabilityHi,
Already sent the ticket.
Looking forward to your reply.
Thank you.
Forum: Themes and Templates
In reply to: [GeneratePress] Elementor’s Countdown WidgetHi 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
In reply to: [ProfileGrid – User Profiles, Groups and Communities] After RegisterThis is resolved.
Forum: Plugins
In reply to: [ProfileGrid – User Profiles, Groups and Communities] After RegisterThanks! It’s working now.
AWesome!
Forum: Plugins
In reply to: [WP Show Posts] Image SizeHi Tom,
Thanks for the reply. It’s the one on the sidebar.
Forum: Plugins
In reply to: [Recent Posts Widget With Thumbnails] List StyleHi Martin,
Thank you very much. My mistake. I only used the li.
Thanks for the help.