Alex Alexandru
Forum Replies Created
-
Forum: Reviews
In reply to: [Rating System] Works well, but annoying ads – fixedHello.I have updated the plugin.This should be no problem check it out.
Forum: Plugins
In reply to: [Rating System] Error message when not logged in Reset1.Error message has been added
2.Not done.Forum: Plugins
In reply to: [Rating System] Comment order by likes/dislikes doesn't appear to workHello could you install the version from Github and let me know if is working.
Forum: Plugins
In reply to: [Rating System] Disable votingSorry this is not possible.
Forum: Plugins
In reply to: [Rating System] Statistics and likes / dislike column problems.Statistics in dashboard the widget will be removed in next update.I will fix the column for custom post types.
Forum: Plugins
In reply to: [Rating System] Statistics and likes / dislike column problems.Could you post a screenshot?
Forum: Plugins
In reply to: [Rating System] Fatal Error – when trying to activateThanks for confirming this.We will push the fix in the next update.
Forum: Plugins
In reply to: [Rating System] get the "number of LIKE of each POST" in php code?Hello currently you cannot use your custom icon.
If you want to get the number of like you can use this php code$post_id = 1; get_post_meta($post_id,'vortex_system_likes',true);
Forum: Plugins
In reply to: [Rating System] This plugin recommends Responsive Lightbox nag notificationHello. Is not the plugin who recommends installing responsive lightbox is your theme.I know is saying Rating System ( is a bug ). Your theme recommends responsive lightbox you can test this by deactivating the plugin.
Forum: Plugins
In reply to: [Rating System] Fatal Error – when trying to activateOpen the plugin folder.In rating-system.php right at the top should be
//activation hook include(plugin_dir_path( __FILE__ ).'activation.php');
change it to
//activation hook //include(plugin_dir_path( __FILE__ ).'activation.php');
and try to activate the plugin.If it activates see if the buttons are working if they don’t you will have to wait for the update.
Forum: Plugins
In reply to: [Rating System] Fatal Error – when trying to activateYes that is the problem.When the plugin is activated gets all the comments and adds 0 likes and 0 dislikes.I will fix this in next update.Thanks for the help.
Forum: Plugins
In reply to: [Rating System] Fatal Error – when trying to activateYou could also try with 64M
Forum: Plugins
In reply to: [Rating System] Fatal Error – when trying to activateYou could put this in wp-config.php
define('WP_MEMORY_LIMIT', '64M');
Instead of 64M put how much did the host put in php.ini.Let me know.
Forum: Plugins
In reply to: [Rating System] Visuel composer integrationContact me at [email protected]
Forum: Plugins
In reply to: [Rating System] Visuel composer integrationCan you give me a link to your website?