Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1143909

    Hello
    When sorting with the category widget my results show –
    date / comments / author
    in that order, which is great, and just what I want.
    If I use the search widget instead it shows –
    date / comments /
    There is a right separator but no author meta. I’d like to have the author show up there as well, please.

    #1143910

    Sorry, I forgot to add a link to show you the search results (in private).

    #1145049

    Hi webWahine,

    You will need to create a search.php file inside your Child Theme and move the search template.
    Then you can run any modifications you want.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1145121

    Hello, Victoria

    That makes sense but what code do I need, please? Also, I’ve tried to turn off and on meta in the blog admin area and it’s not effecting a change. Any ideas about that? :)

    #1145355

    Hi webWahine,

    Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

    #1145400

    Ok, I understand, but could you please let me know what you think about turning off meta elements in the blog admin area is not effecting a change?

    #1145506

    Hi webWahine,

    I am not sure what do you mean by that. Can you please state your question in other words, explain a bit more?

    Best regards,
    Victoria

    #1145521

    In my enfold theme options / blog layout / blog meta elements – if I unchecked ‘blog post author’ as an example, save changes, the author meta was still showing. I just tried again and now it’s working for a regular single post, however, if I do a category search and select eg ‘oceania’, the author meta is still showing –

    https://dev.latitude65.ca/category/destinations/oceania/

    June 23, 2019 | 9 Comments | by Spice

    One more quick question, please – what css would I use use to hide the last separator, eg –

    August 11, 2019 | 39 Comments |

    thanks again :)

    #1145533

    Hi webWahine,

    The setting in the Theme options does not affect the category page or the widget.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.archive.category .post-meta-infos .text-sep.text-sep-comment, 
    #top.archive.category .post-meta-infos .blog-author.minor-meta {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1145550

    Almost there!!! The last | separator for the search results is still showing. Please let me know what css that needs :)

    #1145642

    Hi webWahine,

    Try adding this css code as well:

    #top .post-meta-infos > .text-sep:nth-last-child(2) {
        display: none;
    }

    Best regards,
    Nikko

    #1145886

    Perfect! Thank you, Nikko – all good here :)

    #1145962

    Hi webWahine,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Show author meta in search results’ is closed to new replies.