nicoolass
Forum Replies Created
-
Forum: Plugins
In reply to: [Advanced Contact form 7 DB] Not all records are seenHello,
Same here, since the latest update 2.0.4, not all data is displaying in back-office.
Best regards,
NicolasForum: Plugins
In reply to: [Contact Form 7] Script not loadedI found my mistake!
Forum: Plugins
In reply to: [Contact Form 7] Script not loadedhttps://www.aternoenr.fr/brochure-solaire-photovoltaique/
Redirection to the thank-you page does not work
and the difference I’m seeing with my other sites is this script not being loadedThanks,
NicolasHi, I’ve got the same issue on severals websites, when I go to the Extensions page :
Une erreur de type E_ERROR a été causée dans la ligne 1045 du fichier /home/xxx/www/wp-content/plugins/yet-another-related-posts-plugin/classes/YARPP_Admin.php. Message d’erreur : Uncaught ValueError: Unknown format specifier “p” in /home/xxx/www/wp-content/plugins/yet-another-related-posts-plugin/classes/YARPP_Admin.php:1045Stack trace:#0 /home/xxx/www/wp-content/plugins/yet-another-related-posts-plugin/classes/YARPP_Admin.php(1045): sprintf(‘Avez-vous visit…’, ‘
@ewkilian How did you solve the problem ?
Thank you
- This reply was modified 1 year, 7 months ago by nicoolass.
Hi Michael,
I tried the new version and it works !
Thank you !
Kind regards,
NicolasHi @mnelson4,
Related posts are only display in posts (not in pages or categorie’s pages).
I don’t use custom post types or custom taxonomies.If I don’t edit an old post the related posts are OK.
If I update an old post or create a new one, related posts are wrong (not all in the same category as my new post).What I have to do to have the good related posts in only the category of the current post :
1. Create/update the post
2. Configure the options of YARPP : Disallow by Categories => select all categories => Save Options
3. Click “Refresh” button to refresh the list of Related Posts in the post (no related posts are listed)
4. Update the posts
5. Configure the options of YARPP : Disallow by Categories => deselect all categories => Save OptionsThe post will display Related posts only in the category of the current post.
Forum: Plugins
In reply to: [Multi Step for Contact Form 7] Javascript Event RedirectionHi @ninjateamwp,
Thank you for your time and your answer.
I have just tested this morning and it’s working !
Maybe a cache problem as you said, I already have the latest version installed.Best regards,
NicolasForum: Plugins
In reply to: [Yoast SEO] Schema Giving ErrorAnd “user_login” is displayed in JSON-LD data
Forum: Plugins
In reply to: [Contact Form 7] Additional Headers / Reply-ToOk, thank you for your answer !
Forum: Plugins
In reply to: [Easy Quiz WP Exam Testing] error during installation@vinodjoshi : I do not have solutions for now.
I’m trying others plugins.Forum: Plugins
In reply to: [Easy Quiz WP Exam Testing] error during installationSame error for me
( ! ) Parse error: syntax error, unexpected ‘public’ (T_PUBLIC) in C:\wamp\www\xxx\wp-content\plugins\easy-quiz-wp-exam-testing\classes\EasyQuizWPExamTesting.php on line 608
Call Stack
# Time Memory Function Location
1 0.0041 256640 {main}( ) ..\plugins.php:0
2 1.5990 25372056 plugin_sandbox_scrape( ) ..\plugins.php:153
3 1.5998 25375664 include( ‘C:\wamp\www\xxx\wp-content\plugins\easy-quiz-wp-exam-testing\easy-quiz-wp-exam-testing.php’ ) ..\plugins.php:151
4 1.6026 25415040 include_once( ‘C:\wamp\www\xxx\wp-content\plugins\easy-quiz-wp-exam-testing\includes\classes.php’ ) ..\easy-quiz-wp-exam-testing.php:16Forum: Plugins
In reply to: [Yoast SEO] Bug with Link Prev in paginated pagesYou can add this lines to functions.php
function wpseo_disable_rel_next( $link ) {
return false;
}
add_filter( ‘wpseo_next_rel_link’, ‘wpseo_disable_rel_next’ );function wpseo_disable_rel_prev ( $link ) {
return false;
}
add_filter( ‘wpseo_prev_rel_link’, ‘wpseo_disable_rel_prev’ );Forum: Plugins
In reply to: [Contact Form 7 Modules] shortcodes does not work with WP 3.8@rgilman Thank you !
Forum: Plugins
In reply to: [Yoast SEO] Sitemap Link doesn't work?Same problem with WPML,
Sitemap was working in version 1.4.21 of WordPress SEO.
Nicolas