Title: jpr105's Replies | WordPress.org

---

# jpr105

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Authors List] Misleading refund policy](https://wordpress.org/support/?post_type=topic&p=17713721)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [2 years, 2 months ago](https://wordpress.org/support/?post_type=topic&p=17713721#post-17713997)
 * OK I understand but how can I do to be refunded (already 3 emails!)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Yearly Archive] Collapse or not collapse](https://wordpress.org/support/topic/collapse-or-not-collapse/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [2 years, 4 months ago](https://wordpress.org/support/topic/collapse-or-not-collapse/#post-17459233)
 * Oups, in fact I just activated “showyearoverview” and it’s OK 😉
   So “collapseyears”
   is something different I guess
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TablePress - Tables in WordPress made easy] Automatically populate your tables](https://wordpress.org/support/topic/automatically-populate-your-tables/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/automatically-populate-your-tables/#post-15626566)
 * Thank you for your quick response.
 * So you think it will be possible with TablePress and its add-ons.
 * OK I will go deeper and test your tool.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Happy Addons for Elementor] Post Tab Widget Meta Data](https://wordpress.org/support/topic/post-tab-widget-meta-data/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/post-tab-widget-meta-data/#post-14854059)
 * Hello [@aurangajeb](https://wordpress.org/support/users/aurangajeb/)
 * Thank you for your reply
 * I completely agree with you about changing the code.
 * Thanks for your CSS tip, the date is no longer clickable!
 * So, thanks to the CSS I was able to
    1) make the author’s name disappear 2) make
   the date not clickable
 * Now I just have to wait for these settings to be integrated in the widget interface
 * Thanks in advance
    Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Happy Addons for Elementor] Post Tab Widget Meta Data](https://wordpress.org/support/topic/post-tab-widget-meta-data/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/post-tab-widget-meta-data/#post-14841489)
 * I answer my own comment
 * So I modified “happy-elementor-addons/widgets/post-tab/widget.php” like that
 * **Before**
 *     ```
       <div class="ha-post-tab-meta">
       <span class="ha-post-tab-meta-author">
       <i class="fa fa-user-o"></i>
       <a href="<?php echo esc_url( get_author_posts_url( $post-
       >post_author ) ); ?>"><?php echo esc_html(
       get_the_author_meta( 'display_name', $post->post_author ) );
       ?></a>
       </span>
       <?php
       $archive_year = get_the_time( 'Y', $post->ID );
       $archive_month = get_the_time( 'm', $post->ID );
       $archive_day = get_the_time( 'd', $post->ID );
       ?>
       <span class="ha-post-tab-meta-date">
       <i class="fa fa-calendar-o"></i>
       <a href="<?php echo esc_url( get_day_link( $archive_year,
       $archive_month, $archive_day ) ); ?>"><?php echo get_the_date(
       "M d, Y", $post->ID ); ?></a>
       </span>
       </div>
       ```
   
 * **After**
 *     ```
       <div class="ha-post-tab-meta">
       <?php
       $archive_year = get_the_time( 'Y', $post->ID );
       $archive_month = get_the_time( 'm', $post->ID );
       $archive_day = get_the_time( 'd', $post->ID );
       ?>
       <span class="ha-post-tab-meta-date">
       <i class="fa fa-calendar-o"></i>
       <?php echo get_the_date( "j F Y", $post->ID ); ?>
       </span>
       </div>
       ```
   
 * It works like a charm but when I change tabs, the old layout comes back … like
   there is a ghost in this code …
 * I don’t understand and it’s beyond my capabilities
 * Strange isn’t it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZ SQL Reports Shortcode Widget and DB Backup] create_function() is deprecated in /elisqlreports/index.php on line 881](https://wordpress.org/support/topic/create_function-is-deprecated-in-elisqlreports-index-php-on-line-881-2/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/create_function-is-deprecated-in-elisqlreports-index-php-on-line-881-2/#post-14817346)
 * When I edit ‘elisqlreports/index.php’ I get this message:
    “Something has gone
   wrong. Your change may not have been saved. Please try again. It is also possible
   that you need to correct manually and upload the file via `FTP`.” If I use cPanel,
   I can edit it but:
 * 1 – I get this error after activating it: ”
    Warning: Use of undefined constant‘
   widgets_init’ – assumed ”widgets_init” (this will throw an Error in a future 
   version of PHP) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3. wptiger.
   co.uk/wp-content/plugins/elisqlreports/index.php on line 883 ” (you have to do
   +2 on the line number because I put line 881 as a comment and I added a blank
   line)
 * 2 – I can’t load my publications with Elementor
 * 3 – I get these errors when I log out:
 *     ```
       Warning: Use of undefined constant ‘widgets_init’ - assumed '‘widgets_init’' (this will throw an Error in a future version of PHP) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php on line 883
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-login.php on line 400
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-login.php on line 416
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/functions.php on line 6362
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1020
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1021
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1022
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1023
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1024
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1025
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1028
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1029
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1032
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1033
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1034
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1035
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1038
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1039
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1040
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1041
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1044
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1329
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/pluggable.php on line 1332
       ```
   
 * 4 – I get these messages when I log in again:
 *     ```
       Warning: Use of undefined constant ‘widgets_init’ - assumed '‘widgets_init’' (this will throw an Error in a future version of PHP) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php on line 883
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-login.php on line 400
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-login.php on line 416
   
       Warning: Cannot modify header information - headers already sent by (output started at /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-content/plugins/elisqlreports/index.php:883) in /home/pnzw2003/myTiger-Preprod/e021-702d742396d3.wptiger.fr/wp-includes/functions.php on line 6362
       ```
   
 * 5 – impossible to log in
 * 6 – I have tu uninstall your plugin
 * Hope that can help you
 * Best regards – Jean-Paul
    -  This reply was modified 4 years, 10 months ago by [jpr105](https://wordpress.org/support/users/jpr105/).
    -  This reply was modified 4 years, 10 months ago by [jpr105](https://wordpress.org/support/users/jpr105/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Spinning arrow, mail correctly sent, page frozed](https://wordpress.org/support/topic/spinning-arrow-mail-correctly-sent-page-frozed/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/spinning-arrow-mail-correctly-sent-page-frozed/#post-9920586)
 * Thank you for your help
 * Here is what I did :
    2 steps to solve this problem:
 * 1) Remove all plugins and code from functions.php that disable the REST API WordPress
   
   2) Go to site.com/wp-admin/options-permalink.php and push the button
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Strong Testimonials] Too many redirections](https://wordpress.org/support/topic/too-many-redirections-2/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/too-many-redirections-2/#post-5930073)
 * Me again,
 * I translate “**testimonial**” in strong-testimonials.php :129 by “**temoignage**”
   instead of “**témoignage**” and it works fine.
 * Solved 😉
    Cheers
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Strong Testimonials] "This field is required" translation](https://wordpress.org/support/topic/this-field-is-required-translation/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/this-field-is-required-translation/#post-5928675)
 * Hello,
 * Thank you for your quick reply.
 * I managed to adjust some translations in “jquery.validate.min.js.” However there
   is one that I can not translate ;-(
 * You can see an example [here](https://db.tt/JnnIEzMh).
 * It seems to me that this is a sentence made dynamically … right?
 * Thank you again for your reply
 * Best Regards
    Jean-Paul
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Facebook] Plugin beaucoup trop compliqué](https://wordpress.org/support/topic/plugin-beaucoup-trop-complique/)
 *  [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/plugin-beaucoup-trop-complique/#post-7896781)
 * Bonjour,
 * Je suis aussi à la recherche d’un plugin FB et je trouve votre remarque très 
   pertinente.
 * Avez-vous trouvé votre bonheur ? Et si oui, qu’avez-vous choisi ?
 * Merci d’avance.
 * Cordialement – Jean-Paul
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Access Manager] Comments are not locked](https://wordpress.org/support/topic/comments-are-not-locked/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/comments-are-not-locked/#post-3509588)
 * Google is my friend !
 * Here is the answer
    [http://www.animae.pl/wordpress-uam-user-access-manager-plugin-recent-comments-fix/](http://www.animae.pl/wordpress-uam-user-access-manager-plugin-recent-comments-fix/)
 * So, everything works perfectly
 * Regards
    Jean-Paul
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fast Secure Contact Form] Warning: Cannot modify header information – headers already sent](https://wordpress.org/support/topic/warning-cannot-modify-header-information-headers-already-sent-14/)
 *  [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/warning-cannot-modify-header-information-headers-already-sent-14/#post-3424455)
 * Hi,
 * I read your post and I do not intend to change my theme nor deactivate plugins
   one after the other.
 * I get this error with 2 plugins: DMSGuestbook and Ultimate TinyMCE and I think(
   but I’m not quite sure) with User Access Manager. Canvas is my theme.
 * Maybe this will help you to find a solution.
 * Good luck
 * Regards-Jean-Paul
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Login Logout Menu] Redirecting login](https://wordpress.org/support/topic/redirecting-login-1/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/redirecting-login-1/#post-3495059)
 * Hi,
 * Here is more information about my problem: in fact, this error occurs when I 
   activate WooDojo Maintenance Mode and I connect with their login link.
 * Since I found the solution, I mark this topic as resolved
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[DMSGuestbook] Side effect on Fast Secure Contact Form](https://wordpress.org/support/topic/side-effect-on-fast-secure-contact-form/)
 *  Thread Starter [jpr105](https://wordpress.org/support/users/jpr105/)
 * (@jpr105)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/side-effect-on-fast-secure-contact-form/#post-3494629)
 * Dani
 * Thank you for your quick response. I noticed your suggestion but I prefer to 
   let the error be displayed in order not to hide other potential errors (mainly
   because I’m building my site).
 * So I close this post.
 * Regards – Jean-Paul

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