• Resolved sissiseacha

    (@sissiseacha)


    How do I remove the posts featured beside the slider? I wish I could leave just the slider, but if I don’t choose anythinjg to show there, the original images from the theme appear there. I can’t find beside-block in the front-page code, so I don’t think it’s there (as you can see here https://sissiseacha.com.br/ , I was able to remove most of the things I didn’t want in this part of the code)

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello @sissiseacha,
    It seems you want to show only slider images on the front page, right?
    Well, you can achieve this by changing code. GO to your Admin Panel’s Appearance -> Theme Options -> Tools -> Custom CSS
    Then inside Custom CSS code put the following code:

    .besides-block{
    display:none!important;}

    This should remove the code you unwanted.
    After removing beside-block you’ll get white space on the right side of your site. You should take care of this issue too.

    but if I don’t choose anythinjg to show there, the original images from the theme appear there.

    You can edit the beside-block going to theme’s inc > profitmag-functions.php >function profitmag_beside_posts()

    The best way to make changes like this to a theme is to use a child theme, so your tweaks won’t be overwritten when updating the theme. Here are some guides in case you haven’t made one before:

    https://codex.www.ads-software.com/Child_Themes
    https://www.smashingmagazine.com/2016/01/create-customize-wordpress-child-theme/
    https://op111.net/53/
    https://vimeo.com/39023468

    Let me know how it goes.
    Regards!!

    I thought I replied here… The above worked great. Thanks for all the info and taking time to write back.

    Cheers

    Hello @kenny Stengel,
    I am glad that it worked. If your question has been answered, we would love if you would mark this topic as resolved. This helps us find the topics that still need attention and more people will get helped, possibly like you did.
    Regards.

    Theme Author Rigorous Themes

    (@wpgaint)

    Hello @sissiseacha,
    We can see old theme used in your site. Please update it to get latest features and updates.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove the beside-block’ is closed to new replies.