Konstantinos Kouratoras
Forum Replies Created
-
Forum: Plugins
In reply to: [Smooth Scroll Up] Scroll option shows only in Home pageHi Sibeesh!
Can you try re-saving the plugin’s options and try again?Forum: Plugins
In reply to: [Smooth Scroll Up] Any way to disappear?Hi! You can do it using custom JS code in the “Custom Javascript Code” section of plugin’s settings. An example code could be:
jQuery( function() { setTimeout( function() { jQuery( "#scrollUp" ).hide() }, 5000 ); } );
Forum: Plugins
In reply to: [Smooth Scroll Up] Option to turn off FontAwesomeHi!
I’ve just updated my plugin to v.1.1.1 and added a filter to prevent loading font-awesome.
Just add in your theme’s functions.php file the following line:
add_filter( 'scrollup_filter_load_font_awesome', '__return_false' );
Let me know if that works for you.
Forum: Plugins
In reply to: [Smooth Scroll Up] No such file error?Hi, I’ve just updated the plugin to ver. 1.1.1. Could you please download again and install?
Let me know if that worked for you.Forum: Plugins
In reply to: [Smooth Scroll Up] No such file error?Hi! Can you try downloading the plugin again from the official directory and try installing again?
Let me know if that worked for you.Forum: Plugins
In reply to: [Reading Time] Display in all pagesHi! In a future update, I am planning to add an option to exclude displaying from specific posts or pages.
Until then, you can achieve that with some extra lines of custom code. If you need help on that, let me know.
Forum: Plugins
In reply to: [Smooth Scroll Up] hideHi! I am not sure I fully understand what you want to achieve. Could you please explain a bit more?
Forum: Plugins
In reply to: [Smooth Scroll Up] Option to turn off FontAwesomeHi! The best would be to use the same handle for the library, so WordPress will load the library only once.
Can you tell me which handle the other plugin uses for Font-Awesome library or which just the name of the plugin?
Forum: Plugins
In reply to: [Smooth Scroll Up] Change Color? a.scrollup-link not taking style.Hi! You can easily do that, by using the “Custom CSS Code” textarea in plugin’s options.
In order to change the color of the icon, you can input CSS code like:
#scrollUp .fa{ color: #B92F1C; }
and use the color you want.Forum: Plugins
In reply to: [Smooth Scroll Up] Slow down effect speedExactly what suvronur said. I may include it as an option in a future update.
Forum: Plugins
In reply to: [Reading Time] Options – change minute/minutes to minYou can change the lines 107 & 110 in plugin.php.
For example you can change
__("minute", "estimated-post-reading-time")
to__("min", "estimated-post-reading-time")
Forum: Plugins
In reply to: [Reading Time] do_shortcutI am not sure I fully understand your question.
Which social media plugin do you use?
Forum: Plugins
In reply to: [Smooth Scroll Up] Don't work with WP 3.5Thanks for the info cubecolour, didn’t know that.
I will have that in mind from now on.Forum: Plugins
In reply to: [Smooth Scroll Up] Don't work with WP 3.5The issue was caused by your theme, not my plugin. ??
Forum: Plugins
In reply to: [Smooth Scroll Up] Don't work with WP 3.5Can you contact me at kouratoras [at] gmail [dot] com with admin credentials to check the issue further?