Mike Kipruto
Forum Replies Created
-
Hey @diagnoseo, great to hear that.
While running updates and testing on my staging site, I came across this notice:
[16-Jul-2024 08:49:30 UTC] PHP Warning: Trying to access array offset on value of type null in path-to-sitewp-content/wp-content/plugins/diagnoseo/includes/class-diagnoseo-metatags.php on line 44
To fix it, I replace line 44 on my end with this one:
self::$separator = get_option( 'diagnoseo_separator', $this->defaults['diagnoseo_separator'] ?? ' | ' );
I am happy to report it, please let me know if I can open a GH issue or pass it here. Thank you
- This reply was modified 4 months, 1 week ago by Mike Kipruto.
okay, no problem @diagnoseo. Thank you.
Hey @earthman100,
Thanks for reaching out and checking in on the status of this plugin.
I’m pleased to let you know that even though we have not released updates in a while, we are actively maintaining and refactoring the plugin behind the scenes and you can expect a new release sometime soon.
Did you bump into any trouble with the Lite version? Please let me know and I will gladly help.
Thanks.
Forum: Reviews
In reply to: [ACF: Dynamic User Role] This is just so cool!!Hey @niksebastian,
Thanks for taking the time to share your review and feedback!
We’re thrilled to hear that you found the plugin helpful to your site.
Have a good one!
Forum: Plugins
In reply to: [Secure Custom Fields] get_row_layout and get_sub_field returns emptyHey @pajay, Sorry for the trouble.
Since you are using the ACF Pro, I’d recommend you open contact the support team by opening a ticket here if you’ve not yet done already.
Thanks!
Forum: Reviews
In reply to: [ACF: Dynamic User Role] Awesome PluginHey @migwi,
Thanks for taking the time to share your review and feedback!
We’re thrilled to hear that you found the plugin helpful to your site.
Have a good one!
Forum: Reviews
In reply to: [ACF: Dynamic User Role] Easy ImplementationHey @theeuser,
Thanks for taking the time to share your review and feedback!
We’re thrilled to hear that you found the plugin helpful to your site.
Have a good one!
Forum: Fixing WordPress
In reply to: How to add custom post type in readingYou’re welcome @yogeshyadav20.
Forum: Fixing WordPress
In reply to: How to add custom post type in readingHI @yogeshyadav20,
Technically this is possible but you would need some customization.
That said, please take a look at the following thread from the WP StackExchange as the basis of your implementation.
I hope this helps!
Forum: Fixing WordPress
In reply to: Huge gap between Home Page Title & ContentForum: Fixing WordPress
In reply to: Huge gap between Home Page Title & ContentCan you give a try the following CSS and let me know how it goes?
.sidebar-right, .sidebar-divider-off{ margin-top : .4em !important; }
Forum: Fixing WordPress
In reply to: Huge gap between Home Page Title & ContentHi @hocowatchdogs,
I checked your website and noticed that the margin-top for the
sidebar-right sidebar-divider-off
class in that section is set to 209px.Please take a look at the link to the screencapture here
I would recommend reducing the same and that should be fixed the issue.
For example:
element.style { margin-top: 10px !important; }
I hope this helps!
Have a good one!
Forum: Fixing WordPress
In reply to: WordPress update !Hi @cplbc,
To add to what @amieiro has mentioned, you can as well disable the block editor-based widget system if you need your Widget functionality until you adapt your theme to work with the new widget system.
Please read more on the same via the following link
Restoring the classic Widgets EditorHave a good one!