KZNCraig
Forum Replies Created
-
Thank you for your response so far.
This is a live environment so I cannot easily disable plugins and change theme. The troubleshoot option is not available.
All plugins are up to date and WordPress core is up to date.
I can reproduce the error my side. So it happens for me (the developer), and for the client.
The error is pretty clear as it says: “Array cannot be empty” which is triggered in a file called class-sensei-lesson.php on line 38
PHP Fatal error: Uncaught ValueError: array_rand(): Argument #1 ($array) cannot be empty in */plugins/sensei-lms/includes/class-sensei-lesson.php:38
When I open this file line 38 shows php comments within a class called “class Sensei_Lesson {” – not code. So it is very confusing.
Is there a chance I can get direct email ticket support?
Forum: Themes and Templates
In reply to: [Lodestar] Clickable Telephone LinkTry write your number in this format:
<a href="tel:+918939566195">+91-8939566195</a>
Not sure if the “Header Top Text” allows html but you could try.
Thank you for your response. I managed to hack a solution with php and jquery. I would be nice in the future if you could add this functionality. Keep well.
This happened in 2021 https://support.avg.com/answers?id=9065p000000Q3arAAC
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Search functionalityUpdate: I ended up using a search plugin called Ivory Search and all works nicely now.
Forum: Plugins
In reply to: [MAS Companies For WP Job Manager] Search functionality@abbas – thanks for your reply
I do not use a search feature plugin. I used a search form similar to what is used on WP Job Manager using their tutorial Tutorial: Creating a custom job search?form.
I thought that search functionality would be a standard feature in MAS Companies For WP Job Manager.
I tried to enable the companies post type using various ways and nothing worked.
I tried using:<input type="hidden" name="post_type" value="companies" />
in my search form but this did not work.
I tried to register the post_type “companies” in functions/php like this:function wporg_custom_post_type() { register_post_type('companies', array( 'labels' => array( 'name' => __('Companies', 'textdomain'), 'singular_name' => __('Company', 'textdomain'), ), 'public' => true, 'has_archive' => true, 'exclude_from_search' => false, 'publicly_queryable' => true, ) ); } add_action('init', 'wporg_custom_post_type');
Did not work.
I also tried using a plugin called Custom Post Type UI and added “companies” as a post type. This did not work.
Can you tell me how to: “Please make sure are you also enabled the Companies post type in your search feature.”
The search here is working for JOBS https://gedafrica.com/jobs/job-seekers/
Here is the companies page https://gedafrica.com/jobs/businesses/ where the search is NOT working.Forum: Plugins
In reply to: [Social Feed Gallery] Application does not have permission for this actionHI Sijal, I have the exact same problem and its critical. Any updates of a fix?
Forum: Plugins
In reply to: [Easy Google Fonts] Trojan detected in Easy Google fontsYup, happened to me as well. Please fix.
Hi,
In my case I had several websites that were hacked. I narrowed it down the a plugin called “Rich Reviews” by “Nuanced Media” – I traced this and more info can be found here: https://wpvulndb.com/vulnerabilities/9885
Wordfence identifies infected files.
Forum: Themes and Templates
In reply to: [Lodestar] 5th page pannel ?@umponcel – thanks. I tried to add it in the code but failed. I will find a solution and update here.
Forum: Themes and Templates
In reply to: [Lodestar] 5th page pannel ?@umponcel – Hi, did you find a way to add extra panels to the front page?
Thank You! All seems fine now….
Forum: Plugins
In reply to: [WP eCommerce] Purchase Button ErrorThank You magicbmxfreestyle.
I managed to resolve the issue (for anyone else with it) by disabling all plugins (except wpsc). After re-enabling those plugins one-by one, I think one of the culprit plugins was ‘Login With Ajax’. But when I re-enabled ‘Login With Ajax’ the problem was still fixed – YAY!
There were two plugins that I never re-enabled because I don’t use them anymore – they were: ‘MagPie PRO’ and ‘File Un-Attach’. So possibly one of those could have been causing the issue?
Hope that helps anyone with this issue of the cart contents being lost on checkout with a subsequent notice of “Transaction Results – You don’t have the permission to view this page”
Forum: Plugins
In reply to: [WP eCommerce] Purchase Button ErrorHi magicbmxfreestyle,
Did you ever resolve this issue? – i get the exact same thing happening on checkout. (Transaction Results – You don’t have the permission to view this page).
I am only using the test gateway and both wordpress and the shopping cart are the latest versions.
Forum: Plugins
In reply to: [WP eCommerce] Products and Add To Cart Shortcode ProblemsMihai first of all thank you for the time you are taking to help.
I had tried disabling all plugins except WPEC earlier to no avail. I just did it again and still have a spinning icon.