Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1470998
Moving Blog Meta Section From Page Title Area
Closed

Comments

  •  2
    mietkiewczleszek started the conversation

    Hi, 

    1. I want to move my Meta Section from Page Title Area to above Text Blog which I have in single post. Is there a change to do that? Or there is any specific way to do it in other way?
    2. How can I edit content of Meta Section i wish i have the date and categories section only? 
    3. Can I change the categories URL link? No it links me to this category page but I wish I could update it to different URL?

    Thanks for help in advance!

  •  255
    Joanna replied

    Hi mietkiewczleszek,

    1) You can either add in your own custom code via the Child Theme's files (either as a copy of the original files or by creating your own functions to override the original functions), or you can try by adding in your own custom CSS move it down by styling it (depends on your coding abilities).

    2) You can disable some of the options via the Engage Theme Options > Blog > Single Post. If the option that you want is not there, let me know here and add your website blog URL and I can give you a small CSS snippet.

    3) You can change it but it would require that you edit theme's code with your own custom code. I can point you to the correct file to edit if that is any help?


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  •  2
    mietkiewczleszek replied

    Joanna,


    Thanks for fast response. I am beginner and codiing is not my good ability. 

    1. Can you give me more information where I should change it and how this CSS Code should look like?
    2. There: Engage Theme Options > Blog > Single Post i can only turn off/on the Meta Section. I wish i could edit this meta section and leave only date / category link rather than it is now (author / date / category)
    3. Will appreciate that if you could help me to correct file.

    My website below:

    http://createyourbody.pl/2018/02/06/placek-malinowy/

  •  255
    Joanna replied

    Hi mietkiewczleszek,

    1) Unforunately for this one it is more of a custom work request which is not covered with theme support (bug fixing and small css edits). You would need to hire a developer or custom code it yourself. We do offer a separate custom work service if that's of any help?

    Theme Customization

    2) This one I can help you with! In this file: engage\framework\blog\blog-functions.php on line 640-642 where it says:

    if( is_object( $author ) ) {
                
                    echo '<li><span class="meta-label">'</span></li>
    

    change the:

    <li>

    to:

    <li class="author">
    

    Then save the file, upload and replace to the same directory via ftp/hosting control panel.

    I also recommend you add that question to the feature requests ticket so the developer can add it in as a future theme update:

    Ideas & New Feature Suggestions

    3) This one also you may need to hire a developer for. But, I can point out the file which is used:

    engage\framework\header\header-functions.php from line 568



    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  •  2
    mietkiewczleszek replied

    Hi Joanna

    I am not good in programing but I remember something from mid school.

    Your answer for question 2 didn't work but I put all this section in "//" comment to turn it off.

    And it works. 

    Thanks a lot, I will put feature request ticket.

  •  255
    Joanna replied

    Hi mietkiewczleszek,

    Ok, yes put it in as a feature request and the developer can have a look at it for a future update


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)