Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renew plugin from scratch #18

Closed
kamalkhan opened this issue Dec 19, 2016 · 13 comments
Closed

Renew plugin from scratch #18

kamalkhan opened this issue Dec 19, 2016 · 13 comments
Assignees

Comments

@kamalkhan
Copy link
Contributor

I am currently working on a framework and will be building the plugin from scratch so until then I will not be fixing the current issues as they will be deprecated.

@tosunkaya
Copy link

Very good.

@melleman
Copy link

Nice. Did you have a timelane when the new version will go online?

@kamalkhan
Copy link
Contributor Author

I will be updating the master branch of this repository very soon so everyone will be able to jump right in.

@ghost
Copy link

ghost commented Feb 8, 2017

Hey @kamalkhan I've just seen this message, and was about to try and dive into fixing a notice that's appearing when using PHP 7.1.1, but not sure if it's worth it after reading this post.

Notice: A non well formed numeric value encountered in \wp-content\plugins\kk-star-ratings\index.php on line 606

Line 606: $per = ($raw>0?ceil((($raw/$cast)/5)*100):0).'%';

Just in case this is useful for you at all? Appears in the 'Order' column when viewing Pages in WP Admin.

@Tobias-Conrad
Copy link

@kamalkhan Hi, i want to thank you for the nice plugin. Can you finish your framework and release a new version with bugs fixed. You can advertise your development service inside your plugin to raise money for your update efforts.

@kamalkhan
Copy link
Contributor Author

@Tobias-Conrad Thank you for your concern. I have been shifting from one product to another from time to time as I am not able to allocate a consistent required time to continue open source development. A side project had come up during the development of the framework so I had to switch away. I will try my best to come back at this asap, no guarantees I am afraid.

@Tobias-Conrad
Copy link

May you enter the pareto 80/20 system do 20% for 80% outcome.

@Tobias-Conrad
Copy link

and you did update the plugin thanks a lot for that

@TutorialWordPress
Copy link

Hi

Is there a way to deregister the js script / css load so I can combine all in one file?

I've tried all the ways I know and couldn't get it working.

Any help would be much appreciated, thanks!

@ecodar
Copy link

ecodar commented Sep 7, 2018

I found a temporary solution to move KK Star rating Javascript to the footer. Because of I build WP theme from scratch, I registered jQuery to footer and use CDN service. Here is what I do so far:

Add this line code to function.php
wp_deregister_script( 'jquery'); wp_register_script( 'jquery', 'https://cdnjs.cloudflare.com/ajax/libs/jquery/1.12.4/jquery.min.js', null, null, true );

Modify kk-star-ratings ver 2.6.1 @ kk-star-ratings\index.php
Original:
$this->enqueue_js('js', self::file_uri('js.min.js'), $this->ver, array('jquery'), $Params, false, true);
Modified:
$this->enqueue_js('js', self::file_uri('js.min.js'), $this->ver, array('jquery'), $Params, true, true);

@web-corp-eu
Copy link

Don't show stars in google

@github-actions
Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Jan 29, 2023
@github-actions
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants
@kamalkhan @Tobias-Conrad @tosunkaya @melleman @web-corp-eu @TutorialWordPress @ecodar and others