• Resolved rontonneson

    (@rontonneson)


    I am a relative armature at working with WordPress sites. I am trying to help a volunteer organization that I work with do some updates on their site.

    On the Blog there are three links below the title that serve no useful purpose but I cannot find where they are to remove them. Also on the right sidebar I want to delete the top “TEXT WIDGET” bur also cannot find where it is stored.

    Thanks, Ron

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi there,

    The top three links come from your theme Chariti that you use.

    If you want to remove them from the backend you will need to find the single.php file of the parent theme and copy it to the child theme that you use and then change the PHP code to remove the links there.

    Alternatively, you can add the CSS code below to WordPress Dashboard > Appearance > Customize > Additional CSS:

    .chariti-blog-info-wrapper {
        display: none
    }

    The content in the right sidebar can be changed from WordPress Dashboard > Appearance > Widgets.

    Bets regards,

    Christopher

    Thread Starter rontonneson

    (@rontonneson)

    Thanks, the additional CSS worked perfectly.

    When I open WordPress Dashboard > Appearance > Widgets. I get a bunch of errors such as “The “text” block was affected by errors and may not function properly. Check the developer tools for more details.” I think as a result I am not seeing the undesired text.

    Hi there,

    Most probably that is because the widgets are created with classic widget editor and now you see the block editor widget section.

    You can click the three dot menu item on each item and remove the block altogether. That way you will get rid of the widgets.

    Please consider that removing the widgets will not cause the sidebar itself go away. To remove the whole sidebar and make the content section be full width you need to check your theme options, most themes have a section to set the layout for the blog single pages.

    Check your theme documentation here for more information.

    Alternatively, you can contact their support here.

    Best regards,

    Christopher Amirian

    Thread Starter rontonneson

    (@rontonneson)

    Got it fixed, I installed the classic-widgets plugin and that reviled what I needed.

    Thanks for the help, I am learning.

    Perfect! I’m glad that you managed to fix the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Help needed with Blog page’ is closed to new replies.