Roger MacRae
Forum Replies Created
-
Forum: Plugins
In reply to: [Genesis Simple Sidebars] Erro: Illegal string offsetThe problem still persists. The reason the problem persists is because the info array is empty and the newest version of php doesn’t like that.
The fix is simple and here it is:
foreach ( (array) $_sidebars as $id => $info ) { if (!is_array($info)) { //do nothing } genesis_register_sidebar( array( 'name' => esc_html( $info['name'] ), 'id' => $id, 'description' => esc_html( $info['description'] ), 'editable' => 1, ) ); } }
at least that is what worked for me.
Sure I will look into it. Cubepoints is not dead though. I use it on a lot of my sites
Forum: Plugins
In reply to: [NextGen NivoSlider] Nextgen 2.0.0I just did a clean install of 3.2.5 to verify what you are saying.
The only thing I was wrong about the line number. The line is 261/262.
Making the change above does work.
Forum: Plugins
In reply to: [NextGen NivoSlider] Nextgen 2.0.0ok everyone. You can now update nextgen gallery to the most current version. To make nextgen-nivoslider work with the newest version of nextgen gallery all you have to do is change one line in includes/ngg-nivoslider-widget.php.
The line you are looking for is line 523. You are looking for the following code:
$output .= plugins_url( 'includes/timthumb.php', dirname( __FILE__ ) ) . '?src=' . $image->path . '/' . $image->filename.'&zc=' . ($s['resize'] - 1) . '&cc=' . $s['resizeBGColor'];
Change
$image->path . '/' . $image->filename
to$image->imagePath
That’s it. Simple.
just use css input.
Forum: Plugins
In reply to: [IQ Testimonials] No email being sentcheck your wordpress email settings
Forum: Plugins
In reply to: [IQ Testimonials] Form shortcode in page not working (Page not found)has to be something wrong with your installation. Try to delete and reinstall
Forum: Plugins
In reply to: [IQ Testimonials] Format of Testimonialsyou can control all that with css
Forum: Plugins
In reply to: [IQ Testimonials] High bandwidth usageyeah disable images
Forum: Plugins
In reply to: [NextGen NivoSlider] Nextgen 2.0.0Is this plugin ever going to be updated. Nextgen is at version 2.0.17 but we can’t use it because it is no longer compatible
Forum: Plugins
In reply to: [Genesis Simple Hooks] Update To HTML 5Forum: Plugins
In reply to: [IQ Testimonials] No rotationIf it only recently stopped working I would check to see if another plugin is conflicting with it. That or a theme conflict is the most likely cause.
Forum: Plugins
In reply to: [Amazon SES DKIM Mailer] Develop on GitHub for more user contributionI am not really interested in using github at this time. Just one more place for me to keep track of.
As for why I always change the complete file I don’t know any other way. I don’t really know much about svn, I just know how to push the update based on what I read on wordpress.
Forum: Plugins
In reply to: [Amazon SES DKIM Mailer] Plugin Not Working After Upgrade to 1.4yeah that error is not an error. I am trying to track down why it is showing as it doesn’t happen every time
Forum: Plugins
In reply to: [Amazon SES DKIM Mailer] Plugin Not Working After Upgrade to 1.4sorry folks, this was an oversight. The issue is fixed now. Please update to version 1.6