Hi @mungbean,
Do you mean instead of the Section Title, it is printing the Listing Title? Also, kindly let me know which Theme you’re using and provide a screenshot of the issue, if possible.
Regards,
See screenshot here: https://ibb.co/pbKVV0D
No, it is literally printing “Section Title” on the listing. I assume it should be blank unless I specify the text for section title in settings?
I am using the BuddyX theme.
Hi @mungbean,
Actually, it is not supposed to be empty. Its default value is set to Section Title, you can change it from Directory Builder > Single Page Layout > Listing Header: https://i.imgur.com/Fighvy1.png
You can make it empty if you want.
Regards,
Mahdi.
Thanks for clarifying. I noticed that when I set it to blank/no section title, the icons for heart, share, flag etc. then shift to the left side of the container.
Is there a way to have a blank section title and still keep the icons in the original position on the right align?
Is it possible to repeat the listing title where the section title appears?
-
This reply was modified 4 years, 4 months ago by
mungbean.
Hi @mungbean,
1. Yes, just use this CSS:
.directorist-single-listing-action {
margin-left: auto !important;
}
2. Yes, you need to override the default template for the header of a single listing layout. It can be found under directorist/templates/single, in a file named header.php. You just need to change the $section_title to $listing->get_title() (line no. 16): https://i.imgur.com/IXWYPla.png
You can learn more about template overriding here: https://directorist.com/documentation/directorist/developers-guide/template-override/
Regards,
Mahdi.