lthomas122
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: So this just appeared…UPDATE: My first few lines in my functions.php were:
<?php include('shortcodes.php'); // theme textdomain - must be loaded before redux load_theme_textdomain( 'shopkeeper', get_template_directory() . '/languages' );
But I commented the include(‘shortcode.php’); to see what would happen. It made the warnings go from above the header of my site, which is great, however now on my login page I only get the following warning appearing on the page and can no longer log in:
Warning: Cannot modify header information - headers already sent by (output started at /homepages/14/d442309306/htdocs/app572581842/wp-content/themes/shopkeeper/functions.php:1) in /homepages/14/d442309306/htdocs/app572581842/wp-includes/pluggable.php on line 1196
What my functions.php looks like currently:<?php // include('shortcodes.php'); // theme textdomain - must be loaded before redux load_theme_textdomain( 'shopkeeper', get_template_directory() . '/languages' );
Forum: Fixing WordPress
In reply to: So this just appeared…Forum: Fixing WordPress
In reply to: So this just appeared…So here’s a link again:
https://drive.google.com/file/d/0ByNRJnQawolrZ0xHQ182WWNTcEE/view?usp=sharingliterally, all that has changed is that single-quote character. this is the file that seems to be causing the problem
Forum: Fixing WordPress
In reply to: So this just appeared…sorry that was me, I deleted line 2 to see if it would get rid of the warning, it didn’t, which is annoying.
Forum: Fixing WordPress
In reply to: So this just appeared…Ye i haven’t removed it though, I checked on my webexplorer if it was there and it isn’t.
Forum: Plugins
In reply to: [Sliding Widgets] Plugin stops my sticky menu from stickingit seems to be something to do with CSS, if there’s any CSS in a text widget on the sliding widgets pane, it affects the header.
Forum: Plugins
In reply to: [Sliding Widgets] Plugin stops my sticky menu from stickingi’m using the shopkeeper theme, if that helps!