michael5211
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Update Failed -1Marking as resolved
Forum: Fixing WordPress
In reply to: Update Failed -1Thanks @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.
Forum: Fixing WordPress
In reply to: Content repeats itself at the bottomHi 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?
Forum: Themes and Templates
In reply to: [Flash] How to delete blank sidebar space.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; }