Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter jpr105

    (@jpr105)

    OK I understand but how can I do to be refunded (already 3 emails!)

    Thread Starter jpr105

    (@jpr105)

    Oups, in fact I just activated “showyearoverview” and it’s OK ??
    So “collapseyears” is something different I guess

    Thread Starter jpr105

    (@jpr105)

    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

    Thread Starter jpr105

    (@jpr105)

    Hello @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

    Thread Starter jpr105

    (@jpr105)

    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?

    Thread Starter jpr105

    (@jpr105)

    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 3 years, 3 months ago by jpr105.
    • This reply was modified 3 years, 3 months ago by jpr105.
    Thread Starter jpr105

    (@jpr105)

    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

    Thread Starter jpr105

    (@jpr105)

    Me again,

    I translate “testimonial” in strong-testimonials.php :129 by “temoignage” instead of “témoignage” and it works fine.

    Solved ??
    Cheers

    Thread Starter jpr105

    (@jpr105)

    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.

    It seems to me that this is a sentence made dynamically … right?

    Thank you again for your reply

    Best Regards
    Jean-Paul

    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

    Thread Starter jpr105

    (@jpr105)

    Google is my friend !

    Here is the answer
    https://www.animae.pl/wordpress-uam-user-access-manager-plugin-recent-comments-fix/

    So, everything works perfectly

    Regards
    Jean-Paul

    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

    Thread Starter jpr105

    (@jpr105)

    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

    Thread Starter jpr105

    (@jpr105)

    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)