Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #584478

    I created a News section on my website using the blogging function. Whenever I click on a news item, however, the theme seems to go haywire. A fellow coder told me it’s a template problem with the Enfold theme, but I find it hard to believe that such a popular theme would not support a blog without custom coding…

    Am I doing something wrong? How can I fix this?

    • This topic was modified 8 years, 1 month ago by Allan.
    #585174

    Hey Allan,

    I’m guessing you are referring to the broken layout on single posts? Not sure what’s causing that and the login details are not working so I couldn’t log in, could you check them please?

    Regards,
    Rikard

    #585870

    Yes, I am referring to the broken layout when I click on a post. I just logged in successfully with the FTP info specified, it’s definitely correct…. I just added a note and WP login info to the private box.

    Thank you!

    #587153

    Hi!

    I am seeing following errors in console (please see screenshot below in private content field). Have you tried de-activating all active plugins and check if that helps? Also, have you uploaded/tried to upload these files to your child theme?

    Cheers!
    Yigit

    #588700

    I suspect that this may have occurred after originally installing BBPress but I’m not sure. I already tried de-activating all plugins with no success.

    I even made a fresh WP installation to solve the problem (hence “2” in the url). I used minimal plugins and imported content such as pages, posts, etc, but the template problem is still here. Having done a fresh installation, I’m really baffled here.

    I also tried adding the two files you mentioned in the screenshot just in case, but it has not solved anything. I hope the info above helps narrow down a possible cause.

    Thank you.

    #590174

    Hi!

    Are you referring to the broken sidebar? I found a few custom css code that breaks the sidebar:

    .extralight-border {
        margin-left: 0!important;
    }
    
    .sidebar_right, #nav_menu-12 {
        font-family: Montserrat, HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
        box-sizing: border-box!important;
        position: relative;
        right: -1px;
        border-left: 0!important;
    }

    And since the background color of the header is set to #ffffff (white), you can’t see the logo which is also white.

    Regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.