Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Problem with Creativio theme conflicting with eStore.
- This topic has 3 replies, 2 voices, and was last updated 12 years ago by admin.
-
AuthorPosts
-
November 2, 2012 at 7:01 pm #7814rickaclarkMember
I am using the a child theme based on the creativio theme by [http://www.themetrunk.com/creativio/] I am using WordPress 3.4.2 with eStore Version v6.9.0.6, By Ruhul Amin , hosted on hostgator.com. I am having problems with my store located at: [http://nickhenry.org/store/]
With the Creativio child theme activated, when I click on the “subscription” button nothing happens. When I click on the “add to cart” I am correctly taken to the cart page. However, when I click on the “paypal” button a white box pops up with nothing in it.
When I activate the Creativio theme and hit the subscription button, I am taken to paypal. However, the shopping cart does not take me to paypal.
When I activate the Twenty eleven theme, everything works fine. I installed the “theme check” plugin and came up with a bunch of errors, unfortunately, they are geek to me. Below is what “theme check” found.
Are any of these errors enough to create my problems?
Although there were several lines, I have just included the lines that were required or warnings.
•REQUIRED:.sticky css class is needed in your theme css.
•REQUIRED:.gallery-caption css class is needed in your theme css.
•REQUIRED:.bypostauthor css class is needed in your theme css.
•WARNING: file_get_contents was found in the file includes/fn-core.php possible file operations.Line 161: $twitterFeed = @file_get_contents($feed);
•WARNING: curl_init was found in the file includes/fn-core.php possible file operations.
Line 312: if (function_exists(‘curl_init’)) {
Line 315: $ch = curl_init();
•WARNING: curl_exec was found in the file includes/fn-core.php possible file operations.
Line 319: $tinyurl = curl_exec($ch);
•REQUIRED: Could not find comment_form. See: comment_form
<?php comment_form(); ?>
•REQUIRED: get_option( home ) was found in the file includes/theme-widgets.php. Use home_url() instead.
November 3, 2012 at 4:54 am #50986adminKeymasterThis theme is inserting a bunch of hidden paragraph tags (
<p>
) between the form. This is causing the subscribe button to break.Just as a test do the following:
– Create a new wordpress page (we are going to use it to do a quick test).
– Go to the HTML view of this page
– Place only the
[wp_eStore_subscribe_fancy id=2]
shortcode in this page– Now publish the page and share the URL so I can check something
Regarding the shopping cart checkout… Uncheck the “Enable Fancy Redirection On Checkout” option from the eStore settings menu and check the add to cart checkout.
November 4, 2012 at 4:15 pm #50987rickaclarkMember[http://nickhenry.org/testcart/?preview=true&preview_id=254&preview_nonce=53481ef648]
November 5, 2012 at 3:17 am #50988adminKeymasterOkay that button is working fine on that page which should prove to you that this is not an issue in the eStore plugin. So try and take the same steps to insert the button in your other page. Insert the shortcode using HTML view since this theme does something weird when you do it in visual view. Also, make sure you don’t have HTML error in your other page. HTML errors can cascade down and break button codes.
-
AuthorPosts
- You must be logged in to reply to this topic.