Edit/create the blog posts (content) slider

Home Forums Jevelin Theme Edit/create the blog posts (content) slider

Home Forums Jevelin Theme Edit/create the blog posts (content) slider

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • thomaslek
    Participant

    Hi i have a couple quick questions. I’m a total wordpress novice, so i hope they aren’t too obvious.

    1. I want to recreate/edit the slider in the ‘must-have gear’ exaple post. Same as this one https://jevelin.shufflehound.com/new-office-setup/. But i can’t find where to edit this or insert it. Do i need a seperate plugin?
    2. I would also like to know how i can remove the Author name from the blogposts.

     

    Attachments:
    You must be logged in to view attached files.

    Hi @thomaslek,

     

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

     

    I want to recreate/edit the slider in the ‘must-have gear’ exaple post. Same as this one https://jevelin.shufflehound.com/new-office-setup/. But i can’t find where to edit this or insert it. Do i need a seperate plugin?

    It’s a gallery slider that you can create by editing the post and setting its post format to Gallery as described in the attached screenshot.

    I would also like to know how i can remove the Author name from the blogposts.

    You can hide 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

     

    article span.post-meta-author {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    Attachments:
    You must be logged in to view attached files.

    thomaslek
    Participant

    Thanks! I fixed the second part now. However my interface when editting looks different (see screenshot). Do i need to disable a certain plugin to get it to look like your screenshot?

    Attachments:
    You must be logged in to view attached files.

    The interfaces are different because of the updated WordPress version comes with the Gutenberg editor that is enabled by default.

     

    You can install an older WordPress editor by using the classic editor as described in the below pages.

     

    https://wordpress.org/plugins/classic-editor/

    https://www.wpbeginner.com/plugins/how-to-disable-gutenberg-and-keep-the-classic-editor-in-wordpress/

    https://gogutenberg.com/disable-gutenberg/

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