Title: eggeno's Replies | WordPress.org

---

# eggeno

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices] Translate plugin](https://wordpress.org/support/topic/translate-plugin-75/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [7 months, 2 weeks ago](https://wordpress.org/support/topic/translate-plugin-75/#post-18729043)
 * Hello! I have resolved
 * Thanks aniway
 * Regards
    -  This reply was modified 7 months, 2 weeks ago by [eggeno](https://wordpress.org/support/users/eggeno/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Wholesale Suite – B2B, Dynamic Pricing & WooCommerce Wholesale Prices] Translate plugin](https://wordpress.org/support/topic/translate-plugin-75/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/translate-plugin-75/#post-18728802)
 * Hey, is anyone there?
   Can anyone answer? Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Loading icon missing](https://wordpress.org/support/topic/loading-icon-missing/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/loading-icon-missing/#post-16665576)
 * Hello Matheus!
   **First:** I have created _form-template-styles.css_ and placed
   it into my child theme folder**Second:** I have insert into my functions.php 
   file this snippet code
 *     ```wp-block-code
       function my_custom_override_iframe_template_styles() {
           wp_enqueue_style(
               'form-template-styles',
               get_stylesheet_directory_uri() . '/form-template-styles.css',
               /**
                *  Below, use give-sequoia-template-css to style the multi-step donation form
                *  or use give-donor-dashboards-app to style the donor dashboard
                */
               'give-sequoia-template-css'
           );
       }
   
       add_action('wp_print_styles', 'my_custom_override_iframe_template_styles', 10);
       ```
   
 * **Third:** I have inserted into _form-template-styles.css_ these css rules
 *     ```wp-block-code
       .give-donation-level-btn.give-btn{border-radius:30px!important}.give-btn.advance-btn,.give-submit.give-btn{border-color:#EB3F54!important;background:#EB3F54!important;border-radius:12px;}.give-form-templates{min-height:auto!important;}
       ```
   
 * Let me know!
   Best regards
    -  This reply was modified 3 years, 2 months ago by [eggeno](https://wordpress.org/support/users/eggeno/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Loading icon missing](https://wordpress.org/support/topic/loading-icon-missing/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/loading-icon-missing/#post-16660510)
 * Hello! Why doesn’t anyone respond to requests?
   Where is the support for the plugin?
   I am still waiting for an answer!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Loading icon missing](https://wordpress.org/support/topic/loading-icon-missing/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/loading-icon-missing/#post-16637956)
 * Please, can anyone answer me?
   Thanks in advance.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Loading icon missing](https://wordpress.org/support/topic/loading-icon-missing/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/loading-icon-missing/#post-16621056)
 * Hello!
   Why do you say I am implementing the style sheet incorrectly?I followed
   exactly what it says in the link you pointed me to.
 * I’m using the multi-step template and so I created, as described, a file called
   form-template-styles.css and inserted it via the function found here: [https://github.com/impress-org/givewp-snippet-library/blob/master/form-customizations/css-customizations/enqueue-style-for-givewp-iframes.php](https://github.com/impress-org/givewp-snippet-library/blob/master/form-customizations/css-customizations/enqueue-style-for-givewp-iframes.php)
 * The function was inserted on the funtions.php file of my theme by replacing get_template_directory_uri()
   with get_stylesheet_directory_uri() since I am using a child theme.
 * So why is the loading icon no longer visible? 
   Let me know!
 * Best regards!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[GiveWP - Donation Plugin and Fundraising Platform] Loading icon missing](https://wordpress.org/support/topic/loading-icon-missing/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/loading-icon-missing/#post-16608902)
 * Please, can anyone answer me?
   Thanks in advance.
 * Best regards!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Post Kit Addons for Elementor] 3.3.1 version breaks Elementor](https://wordpress.org/support/topic/3-3-1-version-breaks-elementor/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/3-3-1-version-breaks-elementor/#post-16510332)
 * For now, I have resolved with deactiving unused widget.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPB Addons for Elementor – News Ticker, Timeline, Team & More Widgets] Fancy list](https://wordpress.org/support/topic/fancy-list/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [6 years ago](https://wordpress.org/support/topic/fancy-list/#post-13099226)
 * OK! However I have resolved using :nth-child() selector
 * Thanks for support!
    Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPB Addons for Elementor – News Ticker, Timeline, Team & More Widgets] Overwrite content box function](https://wordpress.org/support/topic/overwrite-content-box-function/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [6 years ago](https://wordpress.org/support/topic/overwrite-content-box-function/#post-13049469)
 * Ok! Thank you very much
    regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Either I don’t understand or there is something wrong with the plugin](https://wordpress.org/support/topic/either-i-dont-understand-or-there-is-something-wrong-with-the-plugin/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/either-i-dont-understand-or-there-is-something-wrong-with-the-plugin/#post-12765075)
 * Hi Patrick!
 * I followed all your advice: I disabled all the plugins and switched to the default
   theme. Then I clicked on the “Reset indexables & migrations” button and then 
   I clicked on the “Click here to speed up your site now” button.
 * Everything seemed to work but as soon as I reactivated the plugins and my theme,
   the “Click here to speed up your site now” button appeared again. I clicked on
   it but nothing to do. Always the same bug! But then once the reindexation is 
   done, shouldn’t that alert disappear?
 * Also, now on the backend dashboard, there is a jquery error (see screenshot)
   
   [Jquery Error!](https://www.jumptooffers.com/screen-error.jpg)
 * In addition, the site is really slow. If I disable Yoast SEO my site is a bomb.
   
   This is truly frustrating! I hope you can solve all these bugs. I am also a your
   premium customer and in many of my sites, I have not updated to version 14 given
   all the problems that are occurring.
 * Best Regards!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Either I don’t understand or there is something wrong with the plugin](https://wordpress.org/support/topic/either-i-dont-understand-or-there-is-something-wrong-with-the-plugin/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/either-i-dont-understand-or-there-is-something-wrong-with-the-plugin/#post-12763268)
 * Hi Patrick I followed your suggestion. But it does not work 🙁
 * Yoast SEO continue to process objects!
    How should I do it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] 404 Error when trying to delete newsletter](https://wordpress.org/support/topic/admin-404-error-when-trying-to-delete-newsletter/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/admin-404-error-when-trying-to-delete-newsletter/#post-8912801)
 * Thanks for reply.
    My problem is not associated with that error.
 * Anyway I tried to disable Mod_security module inserting in my .htaccess this 
   code:
    <IfModule mod_security.c> SecRuleEngine Off SecFilterInheritance Off SecFilterEngine
   Off SecFilterScanPOST Off </IfModule>
 * But the problem is still there.
    More tips?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MailPoet Newsletters (Previous)] SSL Cloudflare Problem](https://wordpress.org/support/topic/ssl-cloudflare-problem/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/ssl-cloudflare-problem/#post-6750784)
 * Please, can anyone help me?
 * Thanks in advance
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EU Cookie Law for GDPR/CCPA] _blank link for: maggiori informazioni](https://wordpress.org/support/topic/_blank-link-for-maggiori-informazioni/)
 *  Thread Starter [eggeno](https://wordpress.org/support/users/eggeno/)
 * (@eggeno)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/_blank-link-for-maggiori-informazioni/#post-6618851)
 * Thanks a lot!
 * Have a nice day!

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

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