Title: Cristina Mantione's Replies - page 2 | WordPress.org

---

# Cristina Mantione

  [  ](https://wordpress.org/support/users/paroleinlinea/)

 *   [Profile](https://wordpress.org/support/users/paroleinlinea/)
 *   [Topics Started](https://wordpress.org/support/users/paroleinlinea/topics/)
 *   [Replies Created](https://wordpress.org/support/users/paroleinlinea/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/paroleinlinea/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/paroleinlinea/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/paroleinlinea/engagements/)
 *   [Favorites](https://wordpress.org/support/users/paroleinlinea/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 35 total)

[←](https://wordpress.org/support/users/paroleinlinea/replies/?output_format=md)
[1](https://wordpress.org/support/users/paroleinlinea/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/paroleinlinea/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/paroleinlinea/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[LiteSpeed Cache] ?local_ga_js=4bd5651ccabb8accc3ade87e582b0fa8 403 Forbidden LiteSpeed\Optimizer](https://wordpress.org/support/topic/local_ga_js4bd5651ccabb8accc3ade87e582b0fa8-403-forbidden-litespeedoptimizer/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/local_ga_js4bd5651ccabb8accc3ade87e582b0fa8-403-forbidden-litespeedoptimizer/#post-17072139)
 * Hi [@qtwrk](https://wordpress.org/support/users/qtwrk/)
 * report sent, or do you need it to be copied here?
 * Best,
 * Cristina
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow website after update to WordPress 6.3](https://wordpress.org/support/topic/slow-site-after-update-to-wordpress-6-3/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/slow-site-after-update-to-wordpress-6-3/#post-17019055)
 * Hi [@lion73](https://wordpress.org/support/users/lion73/)
 * Thanks for your reply, I hope to hear good news soon.
   I was thinking about migrating
   to another hosting, but at the moment, I have to wait for the renewal because
   there are less than 15 days to go before the yearly subscription expires, and
   it seems it’s not possible to migrate in this timeframe (besides the fact that
   they asked me an exorbitant amount of money to do it).So, the hosting migration
   is already under consideration. However, take note that before I upgraded to 
   WP 6.3.1, I had shorter page loading times. Then I upgraded to WP 6.3.1 and was
   asked to upgrade the database, and when I went back to WP 6.2.2, the times were
   higher than before, so I am waiting to see if that is the problem.
 * Once I solve the loading time issues with the new version of WP 6.3.x, I can 
   figure out what to do about hosting, which I want it to be in Italy for EU GDPR
   purposes anyway.
   Best,Cristina
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow website after update to WordPress 6.3](https://wordpress.org/support/topic/slow-site-after-update-to-wordpress-6-3/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/slow-site-after-update-to-wordpress-6-3/#post-17011020)
 * I installed 6.3.1 same problem. I had to downgrade WP again.
   I hope this problem
   will be fixed soon.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Slow website after update to WordPress 6.3](https://wordpress.org/support/topic/slow-site-after-update-to-wordpress-6-3/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/slow-site-after-update-to-wordpress-6-3/#post-17003692)
 * Hello Corrina,
   This is the [link](https://www.paroleinlinea.com) to the website(
   WP 6.2).Let me know if you need further information.Best,Cristina
    -  This reply was modified 2 years, 9 months ago by [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product editing problems with template](https://wordpress.org/support/topic/product-editing-problems-with-template/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [3 years ago](https://wordpress.org/support/topic/product-editing-problems-with-template/#post-16762493)
 * Hi [@kaushiksomaiya](https://wordpress.org/support/users/kaushiksomaiya/)
 * Thank you for the link.
   As advised in it, I added this code to the function.php
   file:
 *     ```wp-block-code
       function reset_product_template( $post_type_args ) {
       	if ( array_key_exists( 'template', $post_type_args ) ) {
       		unset( $post_type_args['template'] );
       	}
   
       	return $post_type_args;
       }
       add_filter( 'woocommerce_register_post_type_product', 'reset_product_template' );
       ```
   
 * At the moment it seems it fixed the problem!
   Thank you!I’ll test the single products
   for a couple of days to check if everything works.Best,Cristina 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Product editing problems with template](https://wordpress.org/support/topic/product-editing-problems-with-template/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [3 years ago](https://wordpress.org/support/topic/product-editing-problems-with-template/#post-16759257)
 * Hi Julian,
   I’m sorry that you also have the same problem, but did WooCommerce
   support reply to you?I hope they’ll fix the problem soon…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] TUTOR LMS prevents YouTube video embedding in the other parts of the Website.](https://wordpress.org/support/topic/tutor-lms-prevents-youtube-video-embedding-in-the-other-parts-of-the-website/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/tutor-lms-prevents-youtube-video-embedding-in-the-other-parts-of-the-website/#post-16229064)
 * Hi [@parag44](https://wordpress.org/support/users/parag44/)
 * Ahhh, you mean I have to deactivate the whole string and not replace it? I understood
   I had to replace it.
    Now it seems it works, Thanks!
 * Best,
    Cristina
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] TUTOR LMS prevents YouTube video embedding in the other parts of the Website.](https://wordpress.org/support/topic/tutor-lms-prevents-youtube-video-embedding-in-the-other-parts-of-the-website/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/tutor-lms-prevents-youtube-video-embedding-in-the-other-parts-of-the-website/#post-16227977)
 * Hi [@parag44](https://wordpress.org/support/users/parag44/)
 * I tried to do it… nothing changed.
 * Screenshot so you can see the original string and the one you suggested me to
   add with //before.
 * [https://1drv.ms/u/s!Aga-8hipEvOCjZlS6_nAAztC4B2rfQ?e=PLZ0Nm](https://1drv.ms/u/s!Aga-8hipEvOCjZlS6_nAAztC4B2rfQ?e=PLZ0Nm)
 * Tutor LMS prevents YouTube videos throughout the rest of the website (pages, 
   articles, WooCommerce products)… and I see from the support requests I’m not 
   the only one… I need those videos, or I wouldn’t use them.
 * I really hope you can give me a working solution.
    Best, Cristina
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] TUTOR LMS prevents YouTube video embedding in the other parts of the Website.](https://wordpress.org/support/topic/tutor-lms-prevents-youtube-video-embedding-in-the-other-parts-of-the-website/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/tutor-lms-prevents-youtube-video-embedding-in-the-other-parts-of-the-website/#post-16224007)
 * Hello [@parag44](https://wordpress.org/support/users/parag44/),
 * In wp-content/plugins/tutor/classes/Course_Embed.php line 28 there is the exact
   same string. However, I entered it as you suggested, but nothing changed. The
   problem has not been solved.
 * I hope there is another fix that works,
 * Best,
    Cristina
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Depicter — Popup & Slider Builder] Error 403 loop in the edit page.](https://wordpress.org/support/topic/error-403-loop-in-the-edit-page/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/error-403-loop-in-the-edit-page/#post-15992662)
 * Hello,
    Thank you for the video! I tried the learning mode solution. It seems
   it fixed the problem. I’ll try a bit longer, Depicter, to be sure of it, and 
   then update the post with a final reply as feedback. <3 Write to you soon, Cristina
    -  This reply was modified 3 years, 9 months ago by [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Brozzme DB Prefix & Tools Addons] IMPOSSIBLE TO DEACTIVATE AND UNINSTALL PROPERLY](https://wordpress.org/support/topic/impossible-to-deactivate-and-uninstall-properly/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/impossible-to-deactivate-and-uninstall-properly/#post-15438014)
 * Hello,
 * I checked and it’s not my hosting, and my wp-config is writeable.
 * when I click to install it your plugin activates automatically without choice.
   If I click on deactivate it returns an error and it’s not possible to eliminate
   it. Look at the plugin code before saying it’s my hosting.
 * Ah, I didn’t appreciate that my review was deleted. Your plugin caused me a problem.
   And it’s my right to give one star.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] Tutor LMS login issue with WordPress 5.9](https://wordpress.org/support/topic/tutor-lms-login-issue-with-wordpress-5-9/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/tutor-lms-login-issue-with-wordpress-5-9/#post-15377589)
 * Hello [@largbasket](https://wordpress.org/support/users/largbasket/),
 * thank you for your message. With the last update released, Tutor LMS works perfectly
   with WordPress 5.9!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] Tutor LMS PRO Dashboard login issue](https://wordpress.org/support/topic/tutor-lms-pro-dashboard-login-issue/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/tutor-lms-pro-dashboard-login-issue/#post-15111825)
 * Hello Munayam, I followed the advice. The dashboard is correctly assigned, and
   I have unchecked the option Tutor native login… but nothing changed.
 * To be sure, I have regenerated the dashboard page, too.
 * Nothing.
    ç.ç
 * Instead, I didn’t understand how to check this: “Please do not assign woocommerce
   default pages to Tutor LMS and vice versa.”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] tutor_earnings’ table doesn’t exist in the database](https://wordpress.org/support/topic/tutor_earnings-table-doesnt-exist-in-the-database/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/tutor_earnings-table-doesnt-exist-in-the-database/#post-14743582)
 * Hello [@munayam](https://wordpress.org/support/users/munayam/),
 * thank you for your help and for reporting the issue to the dev team. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tutor LMS - eLearning and online course solution] Quiz doesn’t work](https://wordpress.org/support/topic/quiz-doesnt-work-3/)
 *  Thread Starter [Cristina Mantione](https://wordpress.org/support/users/paroleinlinea/)
 * (@paroleinlinea)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/quiz-doesnt-work-3/#post-14743580)
 * Hello [@munayam](https://wordpress.org/support/users/munayam/),
 * thank you for your help! 🙂

Viewing 15 replies - 16 through 30 (of 35 total)

[←](https://wordpress.org/support/users/paroleinlinea/replies/?output_format=md)
[1](https://wordpress.org/support/users/paroleinlinea/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/paroleinlinea/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/paroleinlinea/replies/page/3/?output_format=md)