jenncita
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Site breaks with WooCommerce activatedYay, it worked!!
Thanks, Kevin!
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Site breaks with WooCommerce activatedKevin, I added the new filter/function to my child theme’s functions.php file and uploaded but it didn’t work. :/
Even after a hard refresh, I’m still getting endless page load on the page with the title-enabled form: https://sweetreliefcenter.com/yikes-easyform-page-w-title/Here is the entire contents of the file:
_______________________________<?php
/**
* Perth child functions and definitions
*//***Loads child theme replacement main.min.js to fix the double anchor offset prob we were having***/
add_action( ‘wp_enqueue_scripts’, ‘dequeue_then_enqueue’, 100 );function dequeue_then_enqueue() {
// Remove parent theme script
wp_dequeue_script( ‘perth-main’ );// Enqueue replacement child theme script
wp_enqueue_script(
‘perth-child-main’,
get_stylesheet_directory_uri() . ‘/js/main.min.child.js’,
array( ‘jquery’ )
);
}/***Fixes conflict between Yikes EasyForms Mailchimp plugin, WooC and theme
***/
add_filter( ‘yikes-mailchimp-before-form’, ‘add_title_to_easy_forms_workaround’, 10, 2 );function add_title_to_easy_forms_workaround( $form_id, $form_data ) {
$title = isset( $form_data[‘form_name’] ) ? $form_data[‘form_name’] : ”;
echo sprintf( ‘<h3 class=”yikes-mailchimp-form-title yikes-mailchimp-form-title-%1$s”>%2$s</h3>’, $form_id, $title );
}?>
_________________________
I just pasted it right in. Any idea what the problem might be?Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Site breaks with WooCommerce activatedYour handle should be “Yayits-,” Kevin!!
So quick and helpful. Thank you, and a glowing review is coming Yikes’ way. <8
I’m thinking I can just use CSS if I need to hide the title so this should work great. I will add this to my theme’s function file and let you know if it works.
Best,
JennForum: Plugins
In reply to: [Easy Forms for Mailchimp] Site breaks with WooCommerce activatedBTW, as not-fluent as I am, I’m realizing you probably deal with a boatload of people that are more novice than me. So to make things clearer, I’m familiar with general code principles, code well in HTML and CSS and know how to edit javascript and PHP if given code snippets and basic instructions. I’m also generally familiar with enqueuing and other WordPress functions, so there shouldn’t be too much handholding needed here. ??
Forum: Plugins
In reply to: [Easy Forms for Mailchimp] Site breaks with WooCommerce activatedHi Kevin,
OK, that makes things clearer. It appears you are correct as I created a description-only page and it’s loading fine at https://sweetreliefcenter.com/yikes-easyform-description-only/
I’d love to be able to use both title and description, so a custom filter name would be great! I’m not terribly fluent in PHP or WP core but I can follow basic instructions if it’s not too much work to send.
Thanks much,
JennForum: Plugins
In reply to: [Easy Forms for Mailchimp] Site breaks with WooCommerce activatedKevin, thanks for the quick response!
I don’t have a staging site but I haven’t announced my page yet and it’s not being indexed, so I’m happy to keep it wonky for a day or two if you can help.
To facilitate your troubleshoot, I’ve created two new pages:
https://sweetreliefcenter.com/yikes-easyform-page-no-title-or-description/
https://sweetreliefcenter.com/yikes-easyform-page-w-title/As I believe you’ll see, the one with no title or description displays beautifully while the one with the title enabled causes page-hang. Only pages containing title/description-enabled forms are affected—the rest of the site loads fine. FYI, I’m clicking your chimp icon to create the shortcodes, not typing them in by hand. It happens for me in recently updated Chrome, FireFox and iPhone Safari.
Currently, Woo Commerce and EasyForms are the only two active plugins on the site (base plugins only—no zip converter or other Yikes or Woo extensions activated). I should note that the problem becomes fixed when I disable Woo Commerce base plugin, even if all other plugins on my site are enabled, including WC and Yikes extensions. By “fixed” I mean that title and form both display properly.
Also, the page stops hanging if I keep Woo but disable EasyForms, but then as we’d expect, the page with the EasyForm simply displays the shortcode text instead of the form.
Fingers crossed it’s an easy fix!!
Thanks,
JennForum: Fixing WordPress
In reply to: “Unable to locate WordPress Plugin directory.”I, too, am having this problem – with 2.8, clean install. Please fix!
Forum: Plugins
In reply to: WordPress 2.5 Can’t get rid of Widgets on SidebarI’m having the same problem! …Duplicate widgets that don’t go away even if I show 0 using the dashboard (yes, I have tried adding at least one — just gives me a duplicate!). I am using the Sandbox theme…can anyone help with this? I really love Sandbox!
It appears to be a theme issue – no probs with Default or Kubrick, but Sandbox and Thematic both do it. I even deleted my entire WP installation (database and all) and reinstalled fresh…I’m just starting out and want to get everything working before I start blogging!
I’m using:
Firefox 3.0.6
Wordpress 2.7.1 and
Sandbox 1.6,all of which are supposed to be the latest versions… I thought Sandbox was supposed to be widget-ready! I haven’t altered it in any way, can someone help with this?
My blog is at
blog.downloaddemocracy.comForum: Plugins
In reply to: WordPress 2.5 Can’t get rid of Widgets on SidebarI’m having the same problem! …Duplicate widgets that don’t go away even if I show 0 using the dashboard (yes, I have tried adding at least one — just gives me a duplicate!). I am using the Sandbox theme…can anyone help with this? I really love Sandbox!
It appears to be a theme issue – no probs with Default or Kubrick, but Sandbox and Thematic both do it. I even deleted my entire WP installation (database and all) and reinstalled fresh…I’m just starting out and want to get everything working before I start blogging!
I’m using:
Firefox 3.0.6
Wordpress 2.7.1 and
Sandbox 1.6,all of which are supposed to be the latest versions… I thought Sandbox was supposed to be widget-ready! I haven’t altered it in any way, can someone help with this?
My blog is at
blog.downloaddemocracy.comForum: Fixing WordPress
In reply to: Cannot Delete Unwanted Widgets from SidebarThanks for responding kmessinger!
It does appear to be a theme issue – no probs with Default or Kubrick, but Sandbox and Thematic both do it. I even deleted my entire WP installation (database and all) and reinstalled fresh…I’m just starting out and want to get everything working before I start blogging!
I’m using:
Firefox 3.0.6
Wordpress 2.7.1 and
Sandbox 1.6,all of which are supposed to be the latest versions…
Forum: Fixing WordPress
In reply to: Cannot Delete Unwanted Widgets from SidebarI have the same problem — duplicate widgets that don’t go away even if I get rid of all widgets using the dashboard (yes, I have tried adding at least one — just gives me a duplicate!). I am using the Sandbox theme…can anyone help with this? I really love Sandbox!