Arunas Liuiza
Forum Replies Created
-
Forum: Plugins
In reply to: [Gust] Error 404 – Page not foundHi,
Please try flushing permalinks (visit WP Admin > Settings > Permalinks). If problem persists, please give more details about what other plugins are being used.
Forum: Plugins
In reply to: [WP Bouncer - Limit Simultaneous Logins] Plugin not workingThis plugin has not been updated for a while. I have released a premium plugin, tinyIP, for the same function and it is tested with WordPress 4.0, if you are interested.
Forum: Fixing WordPress
In reply to: only alow single login / nou account sharingMy plugin, tinyIP, was built for exactly this purpose. Unlike vaofft’s solution, it does not alter WordPress structure, storing information via WordPress’ native Options API instead.
It has three modes – IP-based, Cookie-based and mixed mode – for session detection, also options form timeout + a javascript solution to keep users, who stay in one page for long periods of time (watching videos, etc.) from timeouting.
It is a premium plugin ($9.99), but licensed under GPL as per WordPress guidelines.
Forum: Plugins
In reply to: [Absolute Privacy] Can I stop people from sharing their password?My plugin, tinyIP, was built for exactly this purpose. Unlike vaofft’s solution, it does not alter WordPress structure, storing information via WordPress’ native Options API instead.
It has three modes – IP-based, Cookie-based and mixed mode – for session detection, also options form timeout + a javascript solution to keep users, who stay in one page for long periods of time (watching videos, etc.) from timeouting.
It is a premium plugin ($9.99), but licensed under GPL as per WordPress guidelines.
Forum: Plugins
In reply to: [tinyTOC] Some Improvementsv0.5 released today
Forum: Plugins
In reply to: [tinyTOC] creates duplicate TOC's and causes character set problemsfix added in v0.5
Forum: Plugins
In reply to: [tinyTOC] Some ImprovementsHi,
Thanks for suggestions (and the tip about UTF8 in the other post)! Files will be moved and widget option will be added in the next release (a couple of days).
As for options, I use my options lib in the frontend also, so I have to load it there too.
Forum: Plugins
In reply to: [tinyCoffee] Convert to $ symbol and change amountsAt the moment there is no way to change checkout icon. I’ll include a filter for that in the next release.
Forum: Plugins
In reply to: [Gust] Delete the "WP Admin" and logoHi, You should edit
views/header.html.phpfile. Removing line 2 and line 30 should do the trick.Forum: Plugins
In reply to: [Gust] How to add social media login?Hi, You would have to manually edit
views/login.html.phpfile.As for spellchecking – I am sorry, but this is a problem Gust inherited from Ghost: https://github.com/TryGhost/Ghost/issues/1294
I will revisit this as soon as Ghost solves it.I will be able to add an option to turn off the takeover of edit links in next release.
Forum: Plugins
In reply to: [tinyCoffee] Semantic ErrorsHi,
As for
<i>tags, that is what FontAwesome uses. I just use FontAwesome. Their choice might be questionable, but it is a question for FontAwesome people, not for me.Headline is
H1because it is the main heading of that<section>.If you dont use #modal mode, you should disable it via options – the modal window code will not be included anymore.
Forum: Plugins
In reply to: [tinyTOC] creates duplicate TOC's and causes character set problemsHi,
By default, the plugin embeds TOC at the begining of post content. if you didn’t turn that off in options and then added [toc], that would create two TOC’s – its the intended behaviour.
For spaces/accented characters – what encoding do you use?
Forum: Plugins
In reply to: [tinyCoffee] Option for Default Coffee AmountHi, thanks for the suggestion. Sorry it took so long for me to get back to you. I do most of my development on Github and it is hard to monitor these forums.
I added the option in 0.1.4, which was released today.Forum: Plugins
In reply to: [Gust] more tagHi, Markdown allows for pure HTML, so you can just add the more tag manually. It looks like this:
<!--more-->
Or, with custom title:
<!--more Please read more here-->