Blog Post Search Layout

Home Forums Jevelin Theme Blog Post Search Layout

Home Forums Jevelin Theme Blog Post Search Layout

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • peterchurch1
    Participant

    For my blog page I am using a left sidebar, small images style. When selecting Categories or Search it brings the results back in a right sidebar, masonry style. How/where do I control that?

    Hi @peterchurch1,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me page URL from your site where it’s happening so that I can help you?

     

    Best regards,
    Shufflehound team

    You can display left sidebar to it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .archive.category #sidebar,
    .search-results #sidebar {
        float: left;
    }
    
    .archive.category #content,
    .search-results #content {
        float: right;
        padding-right: 0;
        padding-left: 2%;
    }

     

    The category and archive pages display according to default layout and currently there isn’t any option to change it without custom coding.

    peterchurch1
    Participant

    Thank you, that worked great in moving the sidebar. The resulting posts still display in Masonry style though, how do I get them to appear stacked as in the “small images” layout on the blog page: http://inform.mckeany-flavell.com/blog/? Can that be done? Thanks!

    As said above the category and archive pages display according to default layout and currently there isn’t any option to change it without custom coding.

    peterchurch1
    Participant

    So, I have really been wrestling with this and to use this theme I need to change the layout of the category and archive pages to match the “small images” blog layout. Do you please have any further suggestions, or can you give me direction on what custom coding would be required? Thank you.

    To achieve this, you have to create archive.php and category.page template files in the child theme of Jevelin theme and develop custom code into them.

     

    Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support

     

    If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5

    peterchurch1
    Participant

    Thanks for your support, the theme is working out nicely! Quick question: how can I add a Heading Pro title to the blog template page to match the other page titles? Thank you!

    You are always welcome 🙂

     

    To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single thread as it makes the thread messy and hard to read.

     

    If you want to you can also add reference of this thread in your newly created thread.

     

    We would be more than happy to help you on your new thread.

Viewing 10 posts - 1 through 10 (of 10 total)