kylmorg
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't switch between "Visual" and "Text" in post editorOkay, so I have 2014 theme active, all plugins turned off.
I’ve tried everything and diagnosed every problem I could and I’ve boiled it down and concluded that it HAS to be a javascript error. I added
define('SCRIPT_DEBUG', true);
to my wp-config.php file and diagnosed the problems via JavaScript Console.Here is a screenshot of what came back:
Forum: Fixing WordPress
In reply to: Add background image to content areaThis is an example of how I’d like my page to look:
The main difference is that that example uses the same main background image throughout the whole page. Using this site as an example, what I’d want is a second background image that just goes around the main content area where the jobs are posted and the sidebar where you can refine the search results.
This inner-background image would only be seen as a border and in the small space between the main content area and the sidebar. The main reason is so that the content areas are sectioned off and look like they’re floating independently on the page.
I hope that makes sense.
Forum: Fixing WordPress
In reply to: Add background image to content areaI am comfortable with CSS changes as long as I’m given the correct code I need to change/add/delete. I use inspect element often.
I do not have/use child themes, but I do have a CSS editor.
Thanks.
Forum: Fixing WordPress
In reply to: Can't switch between "Visual" and "Text" in post editorI just switched it to the Twenty Thirteen theme and turned off all plugins. I couldn’t switch to Fourteen because I’m having other issues on the back-end with plugins and adding new themes/plugins/etc.
I’ll leave it like this for a bit so you can examine it, thanks.
Forum: Fixing WordPress
In reply to: Can't switch between "Visual" and "Text" in post editorOkay so I’ve tried all the steps here. The latest thing I did was re-upload a fresh version of WordPress (but I kept the wp-config file and wp-content directory like you said.) When I go to my main page, this error is repeated over and over at the top of my page:
Warning: Invalid argument supplied for foreach() in /home/thattesa/public_html/wp-includes/plugin.php on line 657
Amidst those errors, it also says:
Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/thattesa/public_html/wp-includes/plugin.php:657) in /home/thattesa/public_html/wp-content/plugins/theme-tweaker-lite/theme-tweaker.php on line 111
The same message comes up when I try to access my wp-admin.
Forum: Fixing WordPress
In reply to: Changing the size of the podcast playerI’m using PowerPress, but I just realized the plugin has the option to switch what the player looks like. Thanks!
Forum: Fixing WordPress
In reply to: Can't switch between "Visual" and "Text" in post editorOkay so I tried 1 & 3 to no avail. As for #3, how do I switch the theme temporarily just to see if it fixes it? If it doesn’t fix it, I want to be able to switch back to the current theme I have. Sorry if that’s a silly/noob question.
Thanks for the suggestions so far.
Forum: Everything else WordPress
In reply to: Text & Visual Editor wont workI am also having this issue and I’ve tried just about everything. I’ve updated my theme to be current, disabled all the plugins, tried to add that line to the wp-config file, and every other solution I’ve seen via google.
I’m using the Twenty Twelve theme if that helps.
Thanks!
Forum: Fixing WordPress
In reply to: Updating PluginsOkay that worked for #3. It was that, along with the float of the widget area I had messed up. Thanks a ton.
Another question I had was adding an RSS feed for a podcast I’m about to do. I see on our sidebar at the bottom my co-blogger may have already added an RSS feed, but I don’t know if it’s current. I looked at a WP tutorial on what code to add, but I don’t know what sheet it goes in.