somewebmedia
Forum Replies Created
-
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] PLugin doesn’t work anymore@matelo @dexspicer There is a new version that solves this bug.
Forum: Plugins
In reply to: [HC Text Widget] ShortcodeI’m really not sure what exactly you are asking.
Shortcodes are used in post/page content, so they can render something when visitors view the site.
Forum: Plugins
In reply to: [HC Text Widget] ShortcodeYou mean in the post content? Could you explain to me what would you use the editor for (what would be its purpose)?
Forum: Plugins
In reply to: [HC Text Widget] Visual Editor disabledI didn’t quite understand, where is visual editor deactivated?
Forum: Reviews
In reply to: [HC Text Widget] Needs UpatedHi codecandid,
I just saw this review (I didn’t know review section even exists).
Thanks for the five star, I appreciate it very much. Just in case you’ve misted it, the plugin has been fixed (about a month after your first comment).
Once again, thanks for the positive review.
Some Web Guy
Forum: Plugins
In reply to: [HC Text Widget] Editor iconsThis is resolved a long time ago, so I’m closing it.
Forum: Plugins
In reply to: [HC Text Widget] Embedded TinyMCE is brokenWe released the new version of the plugin that now supports tinyMCE 4 that was implemented into WP 3.9
Forum: Plugins
In reply to: [HC Text Widget] Embedded TinyMCE is brokenWe released the new version of the plugin that now supports tinyMCE 4 that was implemented into WP 3.9
Forum: Plugins
In reply to: [HC Text Widget] Editor iconsHm, it works nicely for us on 3.8. Do you have any other plugins that could interfere with it? Tried disabling all other plugins just to see will it work?
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] Do logout & auth_redirect(); work?Logout works, but it redirects user to home page.
With auth_redirect() you would get into endless loop. I could provide a public function that will enable redirections inside your custom code.
Something like this:
if (!is_user_logged_in()) { hc_enable_wpadmin(); auth_redirect(); }
How about that?
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] Setting URLs in wp-config seems to break pluginDid you go to the Settings/Permalinks and saved the options?
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] Can't loginPlease contact us at [email protected] so we can try to fix the problem by sending you new version of the plugin for test (if you are willing to help)
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] Can't login“valid_login” ??
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] Can't loginThe urlin the login form should be old url, because once you’ve got to the secret login the plugin sets a session that remembers you as a valid user, so from that point it lets you in to the wp-login.php
So by my opinion there is some problem with the sessions, but I can’t tell you anything without seeing it.
Forum: Plugins
In reply to: [HC Custom WP-Admin URL] Admin redirect works great, wp-login.php doesn'tThat’s strange. What version of WP are you using? Are you using any other security plugins that could interfere?