revlow
Forum Replies Created
-
Forum: Plugins
In reply to: [My Private Site] Getting the "Cannot modify header information" errorFound a fix. Just one of those weird, let me try this again glitches.
First I deactivated all the plugins except yours. No change. Then I changed the theme to WP 2015 — and got the correct login page. Deleted the Spacious theme from my server and reinstalled it. Bingo! It’s working. Go figure.
Thanks again for all your help David. This plugin is just what I was looking for.
Forum: Plugins
In reply to: [My Private Site] Getting the "Cannot modify header information" errorThanks David. I did install some other plugins.
- Askimet
- Anti-Malware and Brute-Force Security by ELI
- Contact Form 7
- Flamingo
- Javascript Html and Text Adder
- Post Duplicator
- Really Simple CAPTCHA
- WordPress SEO
- WP Better Emails
— haven’t activated yet.
There are two I haven’t used before, Javascript Html and Text Adder and Post Duplicator. I’ve used similar ones so I can switch if these are the culprit.
I’ll go through them one by one and get back to you. Gotta get some more coffee first. ??
Thanks again!
Forum: Plugins
In reply to: [My Private Site] Getting the "Cannot modify header information" errorOh, wait. I read the error more carefully. This is what it says:
Warning: Cannot modify header information – headers already sent by (output started at /home/gabby/public_html/wp-content/themes/spacious/page-templates/business.php:13) in /home/username/public_html/wp-includes/pluggable.php on line 1196
The home page is set up on this business template. I looked at pluggable.php. The line 1196 is:
header("Location: $location", true, $status);
And it is part of this:
if ( !function_exists('wp_redirect') ) :
/**
* Redirects to another page.
*
* @since 1.5.1
*
* @param string $location The path to redirect to.
* @param int $status Status code to use.
* @return bool False if $location is not provided, true otherwise.
*/
function wp_redirect($location, $status = 302) {
global $is_IIS;/**
* Filter the redirect location.
*
* @since 2.1.0
*
* @param string $location The path to redirect to.
* @param int $status Status code to use.
*/
$location = apply_filters( 'wp_redirect', $location, $status );/**
* Filter the redirect status code.
*
* @since 2.3.0
*
* @param int $status Status code to use.
* @param string $location The path to redirect to.
*/
$status = apply_filters( 'wp_redirect_status', $status, $location );if ( ! $location )
return false;$location = wp_sanitize_redirect($location);
if ( !$is_IIS && PHP_SAPI != 'cgi-fcgi' )
status_header($status); // This causes problems on IIS and some FastCGI setupsheader("Location: $location", true, $status);
return true;
}
endif;Thanks for any help you can give.
Forum: Plugins
In reply to: [Lightbox Plus Colorbox] Can't find Gallery settingWow! Don’t know how I missed that. Thanks! ??
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to AuthorizeThanks! It worked. ??
Forum: Plugins
In reply to: [IMPress Listings] Featured Listings widgetPerfect! Thanks again.
Forum: Plugins
In reply to: [IMPress Listings] Featured Listings widgetI noticed that today’s 1.0.2 update fixed this, it looks fine. Is there any reason I should I still add this CSS?
Forum: Plugins
In reply to: [IMPress Listings] Price tab on the single listing pageMakes perfect sense. Thanks!
Forum: Plugins
In reply to: [IMPress Listings] Featured Listings widgetOh, I meant Property Type overlay. It’s all crunched up.
Example: https://lowtaxnevada.com/
Forum: Plugins
In reply to: [WP Shortcodes Plugin — Shortcodes Ultimate] Carousel image sizesHi. I didn’t find one, but I didn’t spend much time after posting this. It was for the slider area of client’s site. I ended up using LayerSlider which I highly recommend. Great guy, provides prompt support, and goes out of his way to figure out a solution to a problem.
LayerSlider Responsive WordPress Slider Plugin
However, it’s much more involved doing a carousel — requires animation. The preset “Carousel” transition in Layerslider isn’t the same type of carousel Shortcodes does.
I hope they do find a solution. I’ll probably want to use Shortcodes for doing a carousel elsewhere. There was an update last week, but I haven’t checked it out — maybe they fixed this?