Title: Title Loading Slow
Last modified: October 4, 2022

---

# Title Loading Slow

 *  Resolved [alsakb](https://wordpress.org/support/users/alsakb/)
 * (@alsakb)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/title-loading-slow/)
 * Hi,
 * I’m Getting a problem. once I go to any of my product titles showing after 4-
   5 Sec Later.
 * Also, the Variation is not working correctly.
 * Link- shorturl.at/fISX1
 * Please help me with this.

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * (@xue28)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16070291)
 * Hi [@alsakb](https://wordpress.org/support/users/alsakb/)
 * Thanks for reaching out!
 * Can you please share with us a clear screenshot of what you see on your end so
   that we could address you more effectively?
 * If you don’t already have a screenshot service installed, you can try [https://snipboard.io](https://snipboard.io)
   or [http://skitch.com/](http://skitch.com/). You can share the direct link to
   the image as a response to this topic.
 *  Thread Starter [alsakb](https://wordpress.org/support/users/alsakb/)
 * (@alsakb)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16070460)
 * Hi,
 * Here are the screen record –> [https://drive.google.com/file/d/1iUtytSVEVgsIuk2SYzBzZgtpAI4T4pFA/view?usp=sharing](https://drive.google.com/file/d/1iUtytSVEVgsIuk2SYzBzZgtpAI4T4pFA/view?usp=sharing)
 * Thank you
 *  [Saif](https://wordpress.org/support/users/babylon1999/)
 * (@babylon1999)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16072733)
 * Hello [@alsakb](https://wordpress.org/support/users/alsakb/),
 * This kind of problem is usually caused by a conflict with your theme or with 
   another plugin.
      The best way to determine this is to:
    - Temporarily switch your theme to [Storefront](https://www.woocommerce.com/storefront/)
    - Disable all plugins except for WooCommerce
    - Repeat the action that is causing the problem
 * I understand that performing this test might be a concern as your site is serving
   customers at the moment, you can [use this plugin](https://wordpress.org/plugins/wp-staging/)
   to create a staging environment that won’t affect your main site.
 * If you’re not seeing the same problem after completing the conflict test, then
   you know the problem was with the plugins and/or theme you deactivated. To figure
   out which plugin is causing the problem, reactivate your other plugins one by
   one, testing after each, until you find the one causing conflict. [You can find a more detailed explanation of how to do a conflict test here.](https://docs.woocommerce.com/document/how-to-test-for-conflicts/)
 * Let us know how things go. 🙂
 *  Thread Starter [alsakb](https://wordpress.org/support/users/alsakb/)
 * (@alsakb)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16073956)
 * I find a problem with Jquery. for the title and add-to-cart button alignment 
   I use
 *     ```
       jQuery('.single_add_to_cart_button').attr('id', 'add_to_cart_button');
       			jQuery( function($) { jQuery( ".product_title.entry-title" ).insertBefore( ".woo-price-area" ); });
       ```
   
 * is there any way by PHP? for only add to cart button and title?
 * please suggest me.
 * thank you
 *  [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/)
 * (@xue28)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16077455)
 * Hi [@alsakb](https://wordpress.org/support/users/alsakb/)
 * Thanks for sharing the screen recording of your issue here.
 * These forums are meant for general support with the core functionality of WooCommerce
   itself. For questions related to development and custom coding, your best bet
   is to ask on any of these channels for support. We’re lucky to have a great community
   of open-source developers for WooCommerce, and many of our developers hang out
   there, too.
 * – [WooCommerce Developer Resources Portal](https://developer.woocommerce.com/)
   –
   [WooCommerce Advanced Facebook group](https://www.facebook.com/groups/advanced.woocommerce/)–
   [WooCommerce Community Forum](https://wordpress.org/support/plugin/woocommerce/)–
   [WooCommerce Developer Slack Channel](https://woocommerce.com/community-slack/).–
   Hire a [WooCommerce Expert](https://woocommerce.com/experts/)
    -  This reply was modified 3 years, 6 months ago by [xue28 (woo-hc)](https://wordpress.org/support/users/xue28/).
 *  Thread Starter [alsakb](https://wordpress.org/support/users/alsakb/)
 * (@alsakb)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16082253)
 * Hi,
 * Can you please how i move only add to cart button for a variable product, only
   button? Now product meta.
 * Thank you
 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16086458)
 * Hello,
 * > Can you please how i move only add to cart button for a variable product, only
   > button? Now product meta.
 * For better assistance, may I ask you to provide the following?
 * – A link to the product page you are referring to.
 * – A screenshot showing how you would like to move the add to cart button?
 * Looking forward to hearing from you.
 *  Thread Starter [alsakb](https://wordpress.org/support/users/alsakb/)
 * (@alsakb)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16087411)
 * Hi,
 * The page link is below.
 * [https://bit.ly/3ejA5Ua](https://bit.ly/3ejA5Ua)
 * so if you visit the page you will see the title and the buy now button will load
   after the delay.
 * title I can make woocommerce function. but add to cart button is not working.
 * Note: I’m doing an extra-designed page for a single variable product.
 * Thank you
    -  This reply was modified 3 years, 5 months ago by [alsakb](https://wordpress.org/support/users/alsakb/).
 *  [Saif](https://wordpress.org/support/users/babylon1999/)
 * (@babylon1999)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16089794)
 * Hello [@alsakb](https://wordpress.org/support/users/alsakb/),
 * From our end, we don’t know if this is a feature made by your theme developer.
   I can also see you have a couple of CSS issues in the debugger.
 * In other threads, I found that [ increasing the site’s maximum upload and PHP Memory limit solves most slow loading problems, especially for heavily customized like yours.](https://wpmudev.com/blog/increase-memory-limit/)
 * As long as the problem is not happening when you switch to the Storefront theme,
   then the best place to take this to is your theme developer to understand the
   problem better.
 * Perhaps we can help based on their reply. 🙂
 * Cheers!
    -  This reply was modified 3 years, 5 months ago by [Saif](https://wordpress.org/support/users/babylon1999/).
 *  Thread Starter [alsakb](https://wordpress.org/support/users/alsakb/)
 * (@alsakb)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16089918)
 * Hi,
 * Actually, I did this button after the variation to the right side of my layout.
   Because I couldn’t find any better ways for the variable Add to cart Button.
 * I tried a lot of codes it’s not working for variable products.
 * If you can help me with a Button for a variable product please help me with the
   function.
 * I want a variable in the middle of a single product page And a buy now button
   on the right side of the single product page layout.
 * thank you
 *  [Igor H](https://wordpress.org/support/users/ihereira/)
 * (@ihereira)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16093236)
 * Hello,
 * From my end, add to cart button is working.
 * 
    Link to image: [https://snipboard.io/MmS4Eg.jpg](https://snipboard.io/MmS4Eg.jpg)
 * — [CSS – Positioning](https://www.tutorialspoint.com/css/css_positioning.htm).
   —
   [HTML CSS Button Positioning](https://stackoverflow.com/questions/13998677/html-css-button-positioning).
 * These articles might help you out to change the button position on your page.
   However, my recommendation is to reach out to your theme support, they will be
   able to provide you with more information.
 * Thanks.
    -  This reply was modified 3 years, 5 months ago by [Igor H](https://wordpress.org/support/users/ihereira/).
 *  Thread Starter [alsakb](https://wordpress.org/support/users/alsakb/)
 * (@alsakb)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16101713)
 * Hi,
 * Yes, it’s working because still i didn’t change it. I want Buy Now button on 
   the right side.
 * Without variations Like Below.
 * [https://prnt.sc/eypm6pqkA2Oy](https://prnt.sc/eypm6pqkA2Oy)
 * right now I make it by Querry I just give position buy now button after loading
   the page.
 * is there any way to the set only buy now button for variable products.
 * Like, for single product button link is –> [add_to_cart]
    for variable products
   what? Thank you
 *  [Saif](https://wordpress.org/support/users/babylon1999/)
 * (@babylon1999)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16104267)
 * Hello [@alsakb](https://wordpress.org/support/users/alsakb/),
 * As mentioned earlier, this is a fairly complex development topic which is not
   within our [scope of support here in the forums](https://woocommerce.com/support-policy/).
 *  I’m going to leave it open for a bit to see if anyone is able to chime in to
   help you out.
 * I can also recommend [the WooCommerce Developer Resources Portal](https://developer.woocommerce.com/)
   for resources on developing for WooCommerce.
 * You can also visit the [WooCommerce Facebook group](https://www.facebook.com/groups/advanced.woocommerce/)
   or the `#developers` channel of the [WooCommerce Community Slack](https://woocommerce.com/community-slack/).
   We’re lucky to have a great community of open-source developers for WooCommerce,
   and many of our developers hang out there, as well.
 * Hope this helps!

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Title Loading Slow’ is closed to new replies.

 * ![](https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504)
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woocommerce/reviews/)

 * 14 replies
 * 4 participants
 * Last reply from: [Saif](https://wordpress.org/support/users/babylon1999/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/title-loading-slow/#post-16104267)
 * Status: resolved