oacstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Solid Post Likes] Hide counter for 0 likesHi @simonclay
We released version 1.0.6 that hides the counter when the value is zero and the setting for this is active.
Let me know if you run into any troubles.
Forum: Plugins
In reply to: [Solid Post Likes] Enabling comment likes breaks commentsHi @anonmeimei,
Thank you for your message.
We have had a handful of cases where our CSS class names would collide with the active theme. The next version will have more specific class names to prevent this kind of problem.I can see you already did conflict check for plugins. Could you maybe also try with a default theme to see if that helps maybe?
You can use https://www.ads-software.com/plugins/check-conflicts/ to activate default theme for your IP only. Does that change anything?
Do backup your site before you get started, always good to have one handy.Kind regards,
Hi @silvanarnet,
Thank you for your message.
This sounds like a PHP warnings / notices, not full error. They are for developers only and they must not display on your site to begin with.You can disable them by editing your WP_DEBUG settings in your wp-config.php.
Here is a short tutorial:
https://visualmodo.com/enable-disable-debug-mode-wordpress/Image Link: https://d.pr/i/JPmLmA
If it does not work with just the WB_DEBUG set to false:
try this:
// Disable WP_DEBUG mode define( 'WP_DEBUG', false ); // Disable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', false ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 ); // Do not use dev versions of core JS and CSS files (only needed if you are modifying these core files) define( 'SCRIPT_DEBUG', false );
Regardless we will try and remove the notice for the next version.
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] CSS Style on .is-activeHi @silvanarnet,
Thank you for your message and good call. We will add a specifier for the class for the next update.
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Display likes on index.php or Posts PageHi @clickroom,
In general you can add a shortcode with
<code>do_shortcode</code>
. That should also work in the loop. Something like this (untested code, but you get my drift):if ( have_posts() ) { while ( have_posts() ) { the_post(); echo do_shortcode( '[shortcode]' ); } }
What code are you using?
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Hide counter for 0 likesHi @simonclay,
Thank you for your input. What you describe is not yet available. We will have to try and see how to add this as a new feature. In summary.
- Activate counter in settings.
- Activate settings to hide counter when 0.
- Counter checks value.
- If the value is zero, hide the counter.
Would you just hide it in general in every location?
Kind regards,
AnnaForum: Reviews
In reply to: [Solid Post Likes] Excellent and customisableHi @simonclay
Appreciate the review, thank you very much. We are happy to hear it is working with Elementor for your project.
Forum: Plugins
In reply to: [Solid Post Likes] Reset likesHi @magnus69,
Thanks for the report.
A fix should not be too hard implement. I will try and schedule this for the next release.Kind regards,
AnnaForum: Plugins
In reply to: [Solid Post Likes] fatal error after SPL updateI take it no news is good news in this case.
Closing.Forum: Plugins
In reply to: [Solid Post Likes] fatal error after SPL updateHi @lizbrenner,
Thank you for reporting this. I have just released version 1.0.4 which should fix the fatal error.
Please let me know if it does not.
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Error while Showing Likes on Pages> Yes! Thanks that did the trick!
All working fine and looking good.Nice, thanks for testing. I released version 1.0.4 just now.
> Keep up on the Github-Repo
?.
> and you could maybe also introduce a real Like Button for this Plugin. With Borders and stuff!
Good suggestion. I have added this to my feature list.
Thanks again for reporting this.Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Error while Showing Likes on PagesHi @adapafang,
I was able to reproduce the
array_key_exists()
. Here is a proposed patch version. Does that remedy the error for you as well?Download link: https://a.cl.ly/DOurmeqO
> The Theme seems to be available here: https://themeisle.com/themes/neve/
Thanks. I did a quick test with the patched plugin version and it seems to be working ok:
Screencast: https://a.cl.ly/v1uQLKjDDo you still have problems with the masterswitch option while running neve?
> A more generic question: Is there a Github-Repo for the Plugin?
Not yet.
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Error while Showing Likes on PagesHi @adapafang,
> I get this Error ehen displaying the Like Plugin on my page;
Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array, int given in SolidPostLikesPublic.php:67
Can you please have a look at this and provide a fix for this?I will try and reproduce. Otherwise I won’t be able to do much. How do you try to display the likes?
> And by the way the master switch isn‘t working for me on WordPress 6.0.2 with the Neve Theme.
Same here. Could you provide a download link for the theme and I ll try and reproduce this as well.
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Icon suggestionHi Ole,
I am gonna close the thread, but this is still on the roadmap.
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Compatible with piotnetgrid?Hi there,
I haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Kind regards,