Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Hi Jamie,
    You might try renaming the /wp-admin/google-recaptcha folder to e.g. google_recaptcha_
    This will disable the extension and you should then be able to login correctly.

    Hi timecode,

    I got it working on my website by using the https:// URL in Settings-General, and installing the “SSL Insecure Content Fixer” plugin (in the plugins settings, I use “Content”). Finally, I redirect all http requests to https with the following lines in the .htaccess:

    #enable SSL
    RewriteCond %{HTTP_HOST} ^pierreetleloup\.info$ [OR]
    RewriteCond %{HTTP_HOST} ^www\.pierreetleloup\.info$
    RewriteCond %{SERVER_PORT} 80
    RewriteRule ^(.*)$ https://www.pierreetleloup.info/$1 [R,L]
    # END enable SSL

    You might want to try this ?? I know it might be an overkill, and maybe some of these steps are redundant, but anyway it works fine now!

    Cyril
    In case you want to check, my website is -https://www.pierreetleloup.info

    Hi sofrenchy,

    You should open the /wp-content/plugins/fancier-author-box/languages/ts-fab-fr_FR.po file and edit it as you wish in any text editor.

    Once done, convert it to a .mo compiled file, e.g. using https://po2mo.net/ , and upload both of them to the /languages folder of the plugin.

    Remember to backup the edited files, since they will not survive the next plugin updates.

    Hope this helps,

    Cyril

    Thread Starter lecyril

    (@lecyril)

    In case anyone is interested, I updated the .po file and compiled it using an online converter :

    The modified files are here :
    .po file

    .mo file

    It would be very nice to have them included in the next update so all French-speaking users can benefit from the change, thanks!
    (not marking the topic as resolved for this reason, if you don’t mind)

    Cyirl

    Thread Starter lecyril

    (@lecyril)

    Perfect, thank you very much Ben. Everything is back to normal!
    I would gladly write a review if only I could add a sixth star to my previous 5-star review ??

    Cheers,

    Cyril

    Thread Starter lecyril

    (@lecyril)

    Question about a medieval plugin I am probably the only user still alive. Posted 4 hours ago.

    Perfect fix included in the new version. Released a few minutes ago

    Problem solved, I am on my way to the plugin reviews section… Thanks a lot for the outstanding support!

    Best regards,

    Cyril

    PS: The upgrade to 1.4.0 has reset all options back to their default values (e.g. post checked, page unchecked, TTL 12 hours, 10 results/page, etc) on both my websites. Probably not intentional ?

    Thread Starter lecyril

    (@lecyril)

    Thanks for your kind comment!

    A few minor things I noticed and that you might want to consider for future updates:

    -It seems that it is not possible to configure the color of the hover’d links in the Cloud Tag (see my website for example) in the customizer. It would be nice to be able to match it with a non-green color scheme (although I am aware that I can fix this with custom css).
    -I saw a support thread about how to display the title or the excerpt of the posts in the slider also for the mobile version of the site. I think it would be useful to incorporate these tweaks as theme options, in order to let users easily test whether they want them to be displayed or not. The image-only slider on my smartphone first puzzled me, and I think it might be disengaging for visitors.
    -Talking about smartphones, I think the main menu might look much prettier (e.g. floating little square, and/or similar to www.remarpro.com with the three lines suggesting that there is a menu there, if you know what I mean).
    That being said, congratulations for all the work you have done with this theme!

    Same problem for me with wordpress 4.1 and 3.0.5 (I did not check when I was using versions 3.0.1 to 3.0.4): no changes in the source code of my pages. I just reverted to 2.7.6 and it is working again.

    @lolaso81: The download link was given on the previous page. Generally, you can find older versions of all plugins in wordpress repository in the “Developers” tab (see other versions).

    Thread Starter lecyril

    (@lecyril)

    Hi Arnee,
    Thanks for trying!

    Clearing (or not) the cache did not change anything on my side, since the sitemap seemed to be always “fresh”.

    I tried changing the slug, the category name, both, creating a new category, but nothing worked. On the other hand, I was perfectly able to exclude [i]all other categories[/i] ! Note that the one I was trying to exclude was a recently created one (maybe one month ago?), whereas the ones I was able to exclude successfully had all been created more than a year ago, with older versions of WordPress and maybe before the installation of your plugin (not sure for all).

    In the end, I simply renamed one of the old categories I was not using, and re-tagged the articles with this one. Now everything is fine with the sitemap.

    Out of curiosity, would you mind trying to create a new category on your test blog, tag an article with it, and try to exclude this new category ? I think it might be the only way to reproduce the bug i was experiencing, otherwise let’s just call it a day and forget about it !

    I am marking the topic as resolved, but still interested in your answer ??

    Best regards,

    Cyril

    Thread Starter lecyril

    (@lecyril)

    Great news, thanks!
    Marking the topic as resolved, I trust you and your very efficient support ??

    Thread Starter lecyril

    (@lecyril)

    Hi,

    Yes, I noticed the changes in the code (anti-spam becoming ant-spm throughout the code). I had indeed cleared the browser cache but not purged the file from the cdn I am using!

    Now that I fixed the CDN settings, the plugin works as expected, I am marking the topic as [resolved].
    Thanks!

    Cyril

    Thread Starter lecyril

    (@lecyril)

    lauratasita, you are right when you say in your other thread that maybe this one should not be tagged as “resolved”, since what I found is merely a workaround waiting for the author to be definitely fixed!

    Just to be clear, I decided it to tag it as “resolved” so that other users could know there is a temporary solution out there …

    Anyway, glad this helped!

    Cyril

    Glad this helped ??

    Oh, sorry gixty7!

    I did not subscribe to this thread, and I missed your question.

    I use the WP Cron Control Plugin with “Enable WP-Cron Control” set to “Yes”. The plugin generates a secret string that you have to insert in the CRON command. Let’s say this secret string is 1234567abc

    In Cpanel, the CRON job I defined is :

    php /home/(…)/wp-content/plugins/wp-cron-control/wp-cron-control.php https://www.example.com 1234567abc

    (straightforward copy-paste from WP Cron Control Settings page, obviously replacing (…) by the path, example.com by your website, and 1234567abc by the secret string)

    According to WP Cron Control Plugin, it should also work with:

    wget -q “https://www.example.com.com/wp-cron.php?doing_wp_cron&1234567abc”

    I run the CRON job every night @2:52 (i.e. 50 / 2 / * / * / * ) in CPanel, and now everything works correctly! Ask your host if you are unsure how to set up CRON jobs, they will probably be able to do it for you.

    Cyril

    I also had an issue after upgrading to 4.6. Although I did not get the white page of death, I also could not log out without mylinks causing an error.
    You can try what solved my problem: open mylinks.php in a text editor, and remove the two blank lines at the end of the file, then reupload the modified file (remember to keep a copy of the unmodified file just in case…)

    This solved my issue, I hope the same for you!

    Cyril

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