Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Fixing WordPress
    In reply to: Update Failed -1
    Thread Starter michael5211

    (@michael5211)

    Marking as resolved

    Forum: Fixing WordPress
    In reply to: Update Failed -1
    Thread Starter michael5211

    (@michael5211)

    Thanks @gappiah That’s it! I just disabled and it works. That’s amazing you knew I had Start Templates first try. Thanks for your help.

    Thread Starter michael5211

    (@michael5211)

    Hi James, thanks so much for your reply.

    I noticed that shortcode too, but what’s strange is I’m pretty sure I never altered the text tab in fear that something like this might happen. I exclusively use the theme builder plugin. However, even when I disable this plugin (and all the others) the problem still persists.

    I’ve been in touch with the editor plugin team and they agreed the problem was nothing to do with them. It’s really frustrating because whenever I use the text editor to remove the extra shortcode snippets, more come back to replace them.

    Any ideas?

    Thread Starter michael5211

    (@michael5211)

    @rubick322

    Thanks so much for taking the time to help me. Unfortunately, I’m not able to do that because the forum plugin (BuddyPress) I’m using doesn’t act like a normal editable page. However, your comment did give me the idea of how to fix it, and now I’ve got it with some CSS.

    Just in case anyone else has a similar issue in the future, this is the code that fixed it for me:

    .bbpress #secondary {      
    display: none;
    }
    .bbpress #primary {
        margin: 0 auto;
        max-width: 10000px;
        width: 100%;
    		padding-left: 50px;
    		padding-right:50px;
    }
Viewing 4 replies - 1 through 4 (of 4 total)