oacstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Solid Post Likes] Issue with Oxygen BuilderHi 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,
Forum: Plugins
In reply to: [Solid Post Likes] Undefined index: post_idHi 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,
Forum: Plugins
In reply to: [Solid Post Likes] How to show like count on the right side?Hi there,
We 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,
Forum: Plugins
In reply to: [Solid Post Likes] Compatible with piotnetgrid?Forum: Plugins
In reply to: [Solid Post Likes] Aucune ic?ne s’affiche…Closing.
Forum: Plugins
In reply to: [Solid Post Likes] Issue with Oxygen BuilderHi @pcbuildbg,
Thanks for being patient. Here is a proposed fix: https://a.cl.ly/2Nu70yBZ
Could you try this version and let me know if that removes the notice for you?
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Undefined index: post_idHi @dhregular,
Thanks for reaching out. Here is a proposed fix: https://a.cl.ly/2Nu70yBZ
Could you try this version and let me know if that removes the notice for you?
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] How to show like count on the right side?Hi @bl4ckb34rd,
Good idea for a next release. In the meantime try this custom CSS:
.oacs-spl-counter { float: left; }
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Issue with Oxygen BuilderHi @pcbuildbg,
Will be more than happy if you fix it so I can use it in this project.
Fair enough :). I ll try to set aside some time to do get to this.
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Issue with Oxygen BuilderHi @pcbuildbg,
Thank you for the feedback and reaching out.
I am aware of the error. I think what happens is that I am not correctly typecasting here.
Then it start to show in blog post and works, but it just dissapeared from blog archive when using it with shortcode.
Indeed, that is why it is no quick fix. I suppose we have to case switch here to account for inside and outside the WP loop.
I will try and fix this soon, but in the meantime you can turn off WordPress debugging. This is a PHP warning only and it will not hinder any functionality. Besides PHP warnings should not be displayed to begin with unless your site is a development environment.
You can set this:
// Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
in your
wp-config.php
to get rid of the warning.Source: https://www.ads-software.com/support/article/debugging-in-wordpress/
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Aucune ic?ne s’affiche…Dear Marilyne,
Thank you for your feedback.
This is a standard site, I do not have standard publications. I only have presentation pages and galleries.
Whatever the settings, nothing is displayed. Maybe your plugin is not compatible with my website!
I took a closer look at “simply gallery” and I am afraid you are right.
The way it is structured means that Solid Post Likes is not compatible.I have added it to my roadmap item, but currently I am pretty busy with work stuff so it will be a while before I can take a shot at this.
Sorry I don’t have better news.
Kind regards,
AnnaForum: Plugins
In reply to: [Solid Post Likes] Aucune ic?ne s’affiche…Hello @chrisetmary,
Good evening,
I have a showcase site for photography, I have photo galleries and I would like visitors to be able to put a heart on their favorite photos.
I use the extension “simply gallery” and either there is something I don’t do right or your extension doesn’t work on my site. I tried with the shortcode but I only have the possibility to add CSS codes and every time I try to integrate the shortcode I get an error message.
Am I doing it wrong?
Thank you in advance for your feedback.
You are using this here https://www.ads-software.com/plugins/simply-gallery-block/ / https://simplygallery.co/ – correct? Solid Post Likes only works with post types.
If I see this correctly then the plugin uses Javascript to create a dynamic slide show and also the gallery effect (masonry etc).
Solid Post Likes needs the post structure (i.e. a title, content etc.) because it hooks to these parts to manage the output.Does it work ok when you try and display the likes in your standard posts?
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Compatible with piotnetgrid?Dear @olpo24
Sorry for dropping off. Whole family got sick and we still need a couple of days to recuperate. I ll pop back in once we got things sorted.
Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Compatible with piotnetgrid?Hi again,
> Yes, other shortcodes do render.
Ok. Can I see your grid online somewhere?
I would like to take a look with my browser developer tools.Kind regards,
Forum: Plugins
In reply to: [Solid Post Likes] Compatible with piotnetgrid?Hi @olpo24,
> In the grid card template I put in the shortcode [oacsspl].
But there is no output on the frontend.
> Am I right?Yes, I am afraid that is to be expected. Solid Post Likes does not declare any support for Grids, Slider etc. They can be completely independent of the WordPress structure and do their own thing.
Have you tried other shortcodes? Do they render in general?Kind regards,