pdopchev
Forum Replies Created
-
Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Responsive LayoutThank you, appreciate the help!
Forum: Plugins
In reply to: [The Events Calendar] Backend IssuesFinally figured out what was causing that error – the .htaccess file in the wp-includes dir
# Restrict PHP File Execution
<Files “*.php”>
Deny from All
</Files>Forum: Plugins
In reply to: [The Events Calendar] Backend IssuesThere is no caching anywhere. Did you mean clear the unused transients because those are cleaned…
By the way, enabled the Debug mode and getting the following error:
Undefined property: stdClass::$plugin in /home/trave371/public_html/wp-includes/class-wp-list-util.php
And that is the corresponding code in class-wp-list-util.php
/*
* This is simple. Could at some point wrap array_column()
* if we knew we had an array of arrays.
*/
foreach ( $this->output as $key => $value ) {
if ( is_object( $value ) ) {
$this->output[ $key ] = $value->$field;
} else {
$this->output[ $key ] = $value[ $field ];
}
}
return $this->output;
}Cheers,
PetarForum: Plugins
In reply to: [The Events Calendar] Backend IssuesThank you for the quick reply Jeremy!
The Calendar is the only active plugin and I have switched to the Twenty Nineteen theme but the issue is still there.
Switching to a different plugin like Modern Events Calendar gives the same thing in the backend Editor… which is quite weird!
Petar
Forum: Plugins
In reply to: [The Events Calendar] Shorten event title in month viewJust re-added it and it works great! Thank you so much for your help, appreciate it!
Forum: Plugins
In reply to: [The Events Calendar] Shorten event title in month viewThank you for your quick reply. The code above actually breaks the website…
Hi guys,
Just wanted to add a link to the problem above: https://rompskis.com/course/learning-section-one/
(@naskobogdanov and I are working on this project together)
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Weird Search ResultsThanks for the quick response @msaari. Tried with disabling Relevanssi but the issue still persists so it is not caused by the plugin.
Also disabled other plugins and used the native WordPress search engine but still nothing. Will have to dig deeper.
Forum: Plugins
In reply to: [Event Calendar Newsletter] Time for events disappearedThank you, Brian, that did the trick! And yes, using the PRO version of the plugin.
Forum: Plugins
In reply to: [Client Dash] RegistrationMagic doesn’t show in Client DashHi Joel,
Thanks for the prompt reply!
Once I choose the plugin and click the “add to menu” button a little spinning circle is displayed and nothing happens. It seems like the action of adding the plugin “freezes”
Great, thank you so much for your help!
Thanks, will see what I could “mess up” ??
Forum: Fixing WordPress
In reply to: Database table does not existHi @jakept,
Actually the error comes up when creating the package (when the plug in scans the database and website content), not installing it…