Viewing 20 posts - 1 through 20 (of 20 total)
  • Author
    Posts
  • #815569

    Dear Enfold-Team,

    in single blog posts I would like to change the position of the categories, that are placed above the title by default. I would like to show them up at the end of the post near the blog meta elements like date and comments.

    Would you help me achieving this? Would be great.

    Cheers
    Sophie

    #815725

    Hey Sophie,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #815770

    Hey Rikard,

    thank you for your very fast response. Yes of course, please kindly find the link to my website in Private Content (my website is still in maintenance mode, just disabled the mode). Also I send you link for the screenshot in Private Content, hope this explains it a bit more precise.

    Thank you for all your efforts in advance.

    Cheers
    Sophie

    #815946

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #816041

    Hey Yigit,

    thank you for your fast response. Please kindly find the login credentials in Private Content. Thanks for all your efforts in advance.

    Cheers
    Sophie

    #816083

    Hi,

    Thanks!
    Editor is missing under Appearance tab, could you please add following code to wp-content/themes/enfold-child/functions.php file via FTP?

    function av_move_blog_title(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery(".single .blog-categories.minor-meta").detach().appendTo('.single span.post-meta-infos')
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'av_move_blog_title');

    Best regards,
    Yigit

    #816292

    Hey Yigit,

    that’s great. That code moved the categories to the bottom, but now they are displayed BELOW date and comments and not NEAR date and comments (please see screenshot in Private Content). Also, may it be possible to show it like follows:

    1. Juli 2017 | 1 COMMENT | CATEGORY (of course CATEGORIES, when there is more then 1 category): Category1, Catgeory2

    (“CATEGORY/CATEGORIES:” in uppercase and then in lowercase “Category1, Catgeory2”)

    That would be fantastic. Thank you for all your efforts.
    Kind regards
    Sophie

    #816379

    Hi Sophie,

    I think it would be a lot better if editor was not missing or if you provided FTP logins here privately. Could you please post them if you do not mind so we can adjust the code? :)

    Best regards,
    Yigit

    #816396

    Hi Yigit,

    yes of course ;.) . Please kindly find the FTP logins in Private Content.

    Cheers
    Sophie

    #816739

    Hi,

    Thanks for the information however FTP logins are not working for me. Could you please check them once again? :)

    Best regards,
    Yigit

    #816852

    Dear Yigit,

    many thanks for reply, the working perfectly on FileZilla!
    Please find at Private Content new Login details.

    Cheers
    Sophie

    #816867

    Hi,

    Thanks Sophie!

    FTP logins worked, thanks. I added custom CSS code to Style.css file, please review your website.

    Best regards,
    Yigit

    #816873

    Hey Yigit,

    that works :-) . But can you make it as per the attached screenshot? And of course CATEGORIES, when there is more then 1 category? Thanks so much in advance.

    Cheers
    Sophie

    #817304

    Hi Sophie,

    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 its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Yigit

    #817324

    Hey Yigit,

    oh, that’s a great pity :-( . But you helped me moving the categories to the bottom near the date and comments – and that is okay with me. Can you just tell what code did you add? And did you add in my child theme?

    Thanks for all your efforts, Yigit.

    Cheers
    Sophie

    #817334

    Hi Sophie,

    All changes are done on functions.php and style.css files of your child theme, therefore they are update safe :)

    You are welcome Sophie! Would love to help further however it is as i mentioned a little more complicated. If you would like to simply add “category” or “categories” in front of your categories, we could help with that though

    Cheers!
    Yigit

    #817467

    Hi Yigit,

    thank you for making the changes update safe in child theme :-) .

    Ooooh, that would be so gorgeous and would make me so happy, if you could add ” KATEGORIE: ” in front of the categories. Really do appreciate all your help :-) !

    Cheers
    Sophie

    #817477

    Hey Sophie!

    I added following code to Quick CSS in Enfold theme options > General Styling

     .html_elegant-blog #top .post-entry .blog-categories:before {
        content: 'KATEGORIE: ';
    }
    

    Please review your website :)

    Regards,
    Yigit

    #817499

    I am so happy, Yigit :-) ! This looks great! Thank you so much for all your efforts and your patience :-) !

    Cheers
    Sophie

    #817502

    Hey!

    You are welcome Sophie! We are always happy to help :)

    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 20 posts - 1 through 20 (of 20 total)
  • The topic ‘Position of categories in single posts’ is closed to new replies.