Hi, how can I show the category instead of the date?
Hey DROR,
It’s possible, however each box/post is encapsulated by a link therefore it’s not possible to make links for the categories however, we can show it as plain text. To do that first check this post: https://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Then go to the shortcodes folder in the enfold-child then create a file and name it av-helper-masonry.php then paste this code: https://pastebin.com/adk62gn0
Hope this helps :)
Best regards,
Nikko
Thanks, how can I show only the post title without the date or category or anything else?
Hi,
You can do it by editing the Masonry > Element captions (tab) > Element Title and Excerpt then set to Display Title.
Best regards,
Nikko
It is set to only display title but it still shows the date. How can I remove the date so only the post title will show?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
.av-masonry-date {
display: none;
}
Best regards,
Yigit
When I add it to the bottom of my custom css it doesn’t work. When I moved it to the top it did work.
Why is this? And how can I prevent the stuff I add at the bottom from not working?
Hi,
I replied you here – https://kriesi.at/support/topic/missing-line-in-product-review-box/#post-940926
Let us keep this thread on hold for now and return back to it after checking your custom CSS.
Best regards,
Yigit