djbo5a5
Forum Replies Created
-
I am using https://www.ads-software.com/plugins/capability-manager-enhanced/ and it seems it works well. Now I can see only reviews that are assigned to me and I can respond to reviews by clicking the button “Respond”. It’s actually what I need. The only thing is that I want to hide the review title from the WP admin and leave only the review text instead. Is it possible to do this? Maybe it would be enough if the screen option “View mode” would be set to “Extended view” by default, is it possible to do this? It would be very useful to know how to set default values for other screen options.
Somehow it doesn’t work. I am using this shortcode [site_reviews_form assigned_users=”author_id” assigned_posts=”post_id”] in the custom post type. If I add the permission “Edit others” to the subscriber role, I can see other user reviews and I can edit them. If I uncheck “Edit others”, I can see only reviews that are assigned to me, but I can’t edit them. What could be wrong?
I would like to assign a guest review to the post author. Is it possible to do this? There are lots of authors on my website with the role “Subscriber” so I want them to see only reviews in wp-admin that are assigned to their posts.
- This reply was modified 1 year, 5 months ago by djbo5a5.
Yoast SEO version is 20.1
WP version is 6.1.1
All other installed plugins are up to dateYou can try to install the plugin “Disable Gutenberg” and probably you will see these errors in the browser console.
Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] Can’t export manually created ordersI export orders by custom fields and their values were added incorrectly. When I updated them with the correct ones everything works fine. Thank you.
I did already, but still, the error persists. Could you check my code below, maybe I missed something?
add_filter( 'webpc_dir_name', function( $path, $directory ) { if ( $directory !== 'uploads' ) { return $path; } return 'static/'; }, 10, 2 ); add_filter( 'webpc_dir_name', function( $path, $directory ) { if ( $directory !== 'webp' ) { return $path; } return 'static/uploads-webpc'; }, 10, 2 );
Instead of “maidomain.com/wp-content/uploads/”, I am using “maidomain.com/static/” which is a subdomain. I have changed the directories path here “/wp-admin/options.php”.
Currently, I am getting this error:
Server configuration error
The path for /uploads files does not exist (function is_dir() returns false). Use filter webpc_dir_path to set the correct path. The current using path is: /home/xxx/domains/maidomain.com/static/. Please read the plugin FAQ to learn more.
—
Error codes: path_uploads_unavailableForum: Plugins
In reply to: [ICS Calendar] Some dates are missingAfter changing limitdays parameter several times all dates started to show correctly even if limitdays=”365″, it looks like a cache. How to deal with it in the future? By the way, I don’t use any cache plugin in pages with calendars.
If I select a custom post type in “Select Custom Post For Account Page” it adds s letter to the end of the custom post type name. It is not ok, because I use not the English language. How can I fix this?
Forum: Plugins
In reply to: [ICS Calendar] Calendar is not generatedFixed. The problem was that the hosting provider was blocking the domain of the ICS calendar.
Forum: Plugins
In reply to: [ICS Calendar] Calendar is not generatedJust emailed you. Thanks
- This reply was modified 3 years, 9 months ago by djbo5a5.
Forum: Plugins
In reply to: [Super Page Cache] ?swcfpc=1 disappears from URL after wp redirectYes, I meant wp_redirect. Thank you!
Forum: Plugins
In reply to: [ICS Calendar] How to override templatesAwesome, thanks!
Forum: Plugins
In reply to: [ICS Calendar] How to override templatesThanks for the clear answer. Actually, I have found the solution without changing templates, the only thing which I didn’t like was navigation arrows, I wanted a bit more modern look and I changed them with jQuery. By the way, I have tested the plugin with Google calendar feed and everything works well. Will it work with boooking.com and Airbnb ICS feed? I can’t test them right now.
- This reply was modified 4 years, 2 months ago by djbo5a5.
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS/JS combination and minification not workingOk, thank you!