eoriaifo
Forum Replies Created
-
Forum: Plugins
In reply to: [Code Snippets] How to display Learndash Course Description in shortcodeGood day,
I figured it out. I added the below code in Code Snippers
add_shortcode( 'dynamic_content', function () { global $post; if ( ! $post ) { return ''; } $courseid = learndash_get_course_id(); $user_id = get_current_user_id(); if ( ! learndash_course_completed( $user_id, $courseid ) ) { $coursecontent = get_the_content(); echo $coursecontent; } return ''; } );
I then added this shortcode [dynamic_content] in the page builder and it displays the course description
Regards
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress no long displayingGood day,
You are right.
It is the below plugin.
Flutterwave Payment Forms
Thank you
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress no long displayingGood day,
I can see Tablepress in the dashboard but the tables do not display.
I also ad a new table but the table options do not display.
Please, click on the screenshot link
https://drive.google.com/file/d/1VREoFZlha1OetBtqYl3LxL3vKu_9Tjk0/view?usp=sharing
Thank you
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] TablePress no long displayingGood day,
Please, use the below one
https://drive.google.com/file/d/1nwrTUL3UO5nk-EVc2_HuyvUlqX3bjXnD/view?usp=sharing
Thank you
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] update crashes the siteWonderful.
Thank you
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] update crashes the siteGood day,
Unfortunately, the 1.8.3 version doesn’t work. When trying to pay, it displays page is missing.
Thank you
Forum: Plugins
In reply to: [Contact Form 7 - PayPal & Stripe Add-on] update crashes the siteGood day,
Yes, experienced the same issue.
Is it possible to get the previous version or resolve the issue?
Thank you
@diondesigns is right instead of using localhost, add the port as well, such as localhost:8889
To note, this is for local installation through MAMP
Thank you @diondesigns
Forum: Plugins
In reply to: [WordPress Social Login] Error when logging with FbOptimiza (@malditoweekend). Thank you. It worked perfectly
Simply add this code “define(‘ALLOW_UNFILTERED_UPLOADS’, true);” to wp-config.php file just above the following statement /* That’s all, stop editing! Happy blogging. */
Solution found in this website
Forum: Fixing WordPress
In reply to: ERROR: Cookies are blocked due to unexpected outputGood day,
I was able to resolve it by doing this.
I had added a code in my functions.php and then this error started.
I removed the code but the error was still there.
I then discovered that there were spaces below the last line in the functions.php (?>)
So I deleted the spaces below ?> and it worked
@joeborge0914 is right. It worked for me. Thank you
Forum: Plugins
In reply to: [Real Estate Website Builder] placester plugin, how to design detail pagesGood day,
I installed the plugin and now I cannot access the site anymore and gives the below errorWarning: require_once(PLS_FUNCTIONS_DIR/util.php): failed to open stream: No such file or directory in /home/marock/public_html/wp-content/plugins/placester/blueprint/blueprint.php on line 398
Fatal error: require_once(): Failed opening required ‘PLS_FUNCTIONS_DIR/util.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/marock/public_html/wp-content/plugins/placester/blueprint/blueprint.php on line 398
Please how do I resolve this?
Thank you