Forum Replies Created

Viewing 15 replies - 1 through 15 (of 26 total)
  • Thread Starter shilogh55

    (@shilogh55)

    I’ve checked with the hosting company and the settings are really good.
    I’ve also changed themes deactivated plugins and there doesn’t seem to be a conflict. I will go over them again. I am at a loss as why it would be so slow to add to cart.

    Thread Starter shilogh55

    (@shilogh55)

    Thank you for your response,
    I Tried changing the theme and deactivating plugins and it is still slow to add to cart for products with variables. I have a staging site set up and am doing any changes/tests/updates there.
    It is only products with many variables, color, length and number of each product, all others add to the cart quickly.
    I’m checking to see if there are any conflicts with the must-use and drop-in plugins that I don’t have access to.
    I wonder if anyone else has had this issue.
    Thank you

    Thread Starter shilogh55

    (@shilogh55)

    Thank you for the response.
    The memory limit is 512 MB and the PHP time limit is 3600.
    The issue started after we updated woocommerce to the latest version.
    I done many searches to see how we can speed up the add to cart but can’t seem to find any.

    Thread Starter shilogh55

    (@shilogh55)

    I’ve removed the functions above and also removed all styles. All plugins have been deactivated except woocommerce and I still can’t get the place order button to work. It does work in the twenty fourteen theme but not in the child theme.
    Does anyone have any ideas of what else I can try.

    Thanks

    Thread Starter shilogh55

    (@shilogh55)

    I completely removed the functions and the place order button stil does not work.
    Does anyone have any suggestions on what else to try.

    Thanks

    Thread Starter shilogh55

    (@shilogh55)

    Thanks
    Changed it and the order now button still doesn’t work.

    I wonder what could be causing the error.

    Thread Starter shilogh55

    (@shilogh55)

    This is all that I have changed in the functions.php

    <?php
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 10 );
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 20 );
    remove_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 40 );
    remove_action( 'woocommerce_after_single_product_summary', 'woocommerce_output_product_data_tabs', 10);
    
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_excerpt', 10);
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_add_to_cart', 30 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_meta', 35 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_template_single_price', 40 );
    add_action( 'woocommerce_single_product_summary', 'woocommerce_output_product_data_tabs', 45 );
    
    function my_add_order_review_product_image( $product, $product_obj ) {    $image = wp_get_attachment_image( get_post_thumbnail_id( $product_obj->post->ID ), 'shop_thumbnail' );
    return $image . $product;} add_filter( 'woocommerce_checkout_product_title', 'my_add_order_review_product_image', 10, 2 );
    Thread Starter shilogh55

    (@shilogh55)

    Thanks
    I switched to the default 2013 and it worked (with some errors and the paypal end.
    Now to figure out why the button won’t work in my child theme of twenty fourteen.
    Not sure where to start looking, I’ve disable all the plugins and couldn’t get it to work. It must be something I’ve coded.

    Thread Starter shilogh55

    (@shilogh55)

    sorry, that should be that I increased the php memory to 96MB.
    I again deactivated all the plugins except woocommerce and the place order button on the checkout page is still inactive.

    Thread Starter shilogh55

    (@shilogh55)

    yes, I’m using a child them with twenty fourteen theme.
    I deactivated all the plugins and still the button would not work.
    There seems to be some jquery/javascript in the footer, do you think this could be causing the probem?
    I also increased the memory for php to 64.

    I’m still getting the white screen after a manual update.

    PHP Parse error: syntax error, unexpected T_STATIC in /home/xxx/public_html/xxx/wp-content/plugins/easy-modal/classes/admin/notice.php on line 18, referer: http://www.xxx.com/absolute/wp-admin/plugins.php

    I tried uploading the earlier version and I get the white screen as well and the same error message.

    bummer, didn’t work for me, white screen again after update.

    PHP Parse error: syntax error, unexpected T_STATIC in /home/xxx/public_html/xxx/wp-content/plugins/easy-modal/classes/admin/notice.php on line 18, referer: http://www.xxx.com/absolute/wp-admin/update-core.php?action=do-plugin-upgrade

    I’m having the same problem, after updating the site would only display a white screen. I’ve deactivatd the plugin and will wait for a fix.

    Thread Starter shilogh55

    (@shilogh55)

    Hi Rachelzupke,

    Here is what I did to have a full width slider at the top and then below that a left sidebar and the right side for content.

    I installed the plugin Shortcodes Ultimate.

    Then I made the page a full width page by using the full width template in the drop down menu in the page attributes on the right side of the screen.

    In the page editor I put in the shortcode for the slider.

    Then below this, using shortcode ultimate I made two columns, I set the left column width to 1/4 and the right to 3/4.
    The left column I used for a secondary menu and the right column is where I put my page content.

    Make sure to copy what you have in the left sidebar so that you can use again in the left column you create.

    I hope this helps you.

    Thread Starter shilogh55

    (@shilogh55)

    Does anyone have any ideas on how I can fix the above error I have with the arrows?

Viewing 15 replies - 1 through 15 (of 26 total)