kurousa007
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Membership] Display a key icon before the title of a membership postThank you for your reply.
I was able to complete.This allows you to see the public and private pages from the icon in front of the title.
function my_the_title($title, $id) { $protected = SwpmProtection::get_instance(); $auth = SwpmAuth::get_instance(); if($auth->is_logged_in() && $protected->is_protected($id)){ //simple membership login & protection return '<i class="fas fa-unlock-alt"></i>'.$title; }elseif($protected->is_protected($id) && !$auth->is_logged_in() ){ //simple membership NOT login & protection return '<i class="fas fa-lock"></i>'.$title; }else{//NO protection return ''.$title; } } add_filter('the_title', 'my_the_title', 10, 2);Kind regards
Hi alexgso,
Does this issue still occur if only SiteOrigin Page Builder and SiteOrigin Widgets Bundle are active?
Yes.
Enable SiteOrigin Page Builder and SiteOrigin Widgets Bundle, wp- admin will be white out.
Invalidating the plug-in from the server runs wp-admin.
When logging out with the plug-in enabled, the login screen will be white out.
In this case, the public page is in operation.WordPress 4.8.2 and plugin 2.5.10.
WP DEBUGFatal error: Cannot unset string offsets in /wp-content/plugins/siteorigin-panels/inc/admin.php on line 118
No ERROR.
WordPress 4.8.2 and plugin 2.5.10.,WordPress 4.9 and plugin 2.5.14. on localhost.But Because it is a published site, it can not check the operation after version upgrade
Thank you very much!
Thanks to that I was able to display the builder.
I appreciate your help.Thank you for answering.
I immediately tried it, CSS did not work anymore.However, not only the builder, but also the CSS of the slider plugin does not work unless it is described directly in the archive template, so it may be another problem.
Forum: Plugins
In reply to: [Photo Book Gallery] The image is displayed in a small size of the photo bookThank you very much for your support!
Forum: Plugins
In reply to: [Photo Book Gallery] The image is displayed in a small size of the photo bookOK!
However, since the return to the previous one version, the error condition is not happening now.