-
AuthorPosts
-
August 20, 2016 at 1:59 am #674910
We would like to display the post category under the post title in the masory, how can we do that?
August 23, 2016 at 5:26 am #676165Hey kilimats,
Thank you for using Enfold.
Please try the code provided in the previous thread. https://kriesi.at/support/topic/display-the-post-category-above-the-title-in-masonry-view/#post-660217
Best regards,
IsmaelAugust 23, 2016 at 5:55 am #676178thats awesome, this made me realize i need to display all three on the same line otherwise the picture is covered by half, how can i display them all in one line like so: [posted date] – [Category] – [post title] ?
and i would like to hide the post description too if possible, only visible when entering the post page
- This reply was modified 8 years, 2 months ago by yingyang.
August 26, 2016 at 5:52 am #677937Hi,
Add this in the Quick CSS field:
.av-inner-masonry-content-pos-content > * { display: inline-block !important; margin-right: 5px; }
Best regards,
IsmaelAugust 26, 2016 at 7:58 am #677987Thanks almost perfect, How do i show the date first, correct the spacing after post title and remove the By AUTHOR text.
Also is it possible to add text between each section? i’d like it to show as:
DATE | POST TITLE Closed P&L on POST CATEGORY
- This reply was modified 8 years, 2 months ago by yingyang.
August 30, 2016 at 5:38 am #679269Hi!
Add this code below the previous one to remove the author info:
.av-masonry-text-sep.text-sep-author, .av-masonry-author { display: none !important; }
Use the following to fix the space between the title and the date:
.av-masonry-entry .av-masonry-entry-title { margin-right: 10px; }
Unfortunately, you can’t move the date before the title without modifying the parent theme files.
Regards,
IsmaelAugust 30, 2016 at 6:07 am #679270almost thanks,
– the author still shows after adding the code
– how can i make the date font bigger and show firstSeptember 3, 2016 at 2:40 am #681506Hi,
1.) Did you place it below the previous code?
.av-inner-masonry-content-pos-content > * { display: inline-block !important; margin-right: 5px; } .av-masonry-text-sep.text-sep-author, .av-masonry-author { display: none !important; }
2.) Unfortunately, you can’t move the date before the title without modifying the parent theme files. If you want to make it bigger, use this:
.av-masonry-date, .av-masonry-text-sep { font-size: 20px; }
Best regards,
IsmaelSeptember 3, 2016 at 7:34 am #681553thanks, the date font size is a good workaround, i did add the code you gave me but the author still shows, any idea?
September 6, 2016 at 2:44 pm #682661Hi,
Please try adding following code to Quick CSS
span.av-masonry-author { display: none!important; }
If that too does not help, please create temporary admin logins and post them here privately.
Best regards,
YigitSeptember 6, 2016 at 2:58 pm #682667worked u rock !!
-
AuthorPosts
- The topic ‘Masory: display category under post title’ is closed to new replies.