fannyrm
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] Description category displayThanks for your help !
I added the line here : partials > Footer > Layout
And my description is now displayed before the footer.Thanks for your time,
Best regards,
Forum: Themes and Templates
In reply to: [OceanWP] Description category displayThanks for your reply !
I tested it, but the description is displayed several times, for each entry. I would like to only display the description just one time, below all the posts.
You can see the screenshots here :
what I would like : https://postimg.cc/dhKZskgx
what I have with the code in the partials/entry fold : https://postimg.cc/0bSJ1dXSBest regards,
Forum: Themes and Templates
In reply to: [OceanWP] Custom post type and sidebarHi, me again
In fact, I wanted a left sidebar because I wanted to display my sidebar before the content on mobile, but it’s not the case. And when I select the checkbox to display in first sidebar in Appearance > Customize > Blog, it doesn’t work. Do you know how is it possible to change the order on mobile ? Thanks !
Forum: Themes and Templates
In reply to: [OceanWP] Custom post type and sidebarThanks for this link, it helps me !
I use this code and I have the left sidebar on all my custom post type pages.
Thank you very much !function my_post_layout_class( $class ) {
// Alter your layout
if ( is_singular( ‘mycpt’ ) ) {
$class = ‘left-sidebar’;
}
elseif ( is_archive( ‘mycpt’ ) ) {
$class = ‘left-sidebar’;
}// Return correct class
return $class;}
add_filter( ‘ocean_post_layout_class’, ‘my_post_layout_class’, 20 );`It’s ok !
Forum: Themes and Templates
In reply to: [OceanWP] Breadcrumbit works, thanks for all !!
Forum: Themes and Templates
In reply to: [OceanWP] BreadcrumbI have one last question, I just noticed that on some pages the breadcrumb is too long and it is cut … is there a solution?
thanks againForum: Themes and Templates
In reply to: [OceanWP] BreadcrumbGreat, it works, thank you very much !!
Forum: Themes and Templates
In reply to: [OceanWP] BreadcrumbThank you for your prompt response ! unfortunately, when I copy the code, I have error message : “Expected LBRACE at Line 2, col 1.”
Forum: Plugins
In reply to: [Permalink Manager Lite] www redirection does not work anymoreIt’s ok, thank you !!
Forum: Themes and Templates
In reply to: [OceanWP] template blog pageI want to edit the page selected as “article pages” in the wordpress options. I looked at the template blog.php but it’s not it?
Is it safe that with Elementor Pro I can edit this page easily?
Forum: Themes and Templates
In reply to: [OceanWP] template blog pageHello,
Ok thank you !
And if I want to customize archives pages without Elementor, to change the template of the page, is it possible via ftp file ? If it is possible, what is the file to edit?
Thank you very muchForum: Themes and Templates
In reply to: [OceanWP] Display recent post on homepageThank you !
It works perfectly, thank you very much for the update !!
Thank you 🙂