Ryan Hellyer
Forum Replies Created
-
Forum: Reviews
In reply to: [Spam Destroyer] Works better than I believed possible!Cool. I’m glad to hear it’s working so well for you 🙂
Forum: Reviews
In reply to: [Spam Destroyer] Highly Recommend this PluginAwesome 🙂 I’m glad to hear it’s working well for you.
dragoeco, that does not remove emoji’s, that removes smilies. They’re not the same thing.
Forum: Plugins
In reply to: [Unique Headers] header text show/hide option????You are currently using just an image as your header. The plugin just allows you to replace that for each page.
If you use the text option in WordPress to show the header text as well as the custom header image, then both should show up. If you use a custom header image, then the standard header text should also be shown. If this is not the case, please let me know and I’ll look into it for you.
Forum: Plugins
In reply to: [Unique Headers] Adding ALT tag to header imageNo, that is not possible sorry.
Forum: Reviews
In reply to: [Unique Headers] Superb plugin!Excellent. Glad to hear it’s working well for you 🙂
Forum: Plugins
In reply to: [MultilingualPress] Bug in lastest versionYes, that is the plugin. It occurs with the current latest version.
I don’t have time right now to provide a step by step guide, but I could do that for you next week if you can’t replicate this issue.
Any information about what may be causing this. Even a site URL may help, or even better would be access to the install itself.
If it’s not about caching, then what is it about dwell?
I’m happy to help, but I need a little more information to assist.
Forum: Reviews
In reply to: [Spam Destroyer] It works.Awesome. Glad to hear it does the job well for you 🙂
Forum: Plugins
In reply to: [Tailor Page Builder] "Tailor this Page" link not presentAwesome. Thanks 🙂
Forum: Plugins
In reply to: [Tailor Page Builder] "Tailor this Page" link not presentI would set it to use a permissions check for a start, then allow users to move away from that and to use a specific role instead.
With your current setup, even super admins can’t use the plugin. And if someone has removed admins options managing abilities, they may assume that installing your plugin will not work for those users and accidentally give their users more power than they intended to. By using a permissions check for
manage_optionsand then allowing them to selectively choose a specific role if they want, then you could avoid this issue.Forum: Plugins
In reply to: [Tailor Page Builder] "Tailor this Page" link not presentI found the problem. There is a bug in your check_user_role() function. It only works for the role of ‘administrator’.
You need to be doing a permissions check, not a user role check. So something like this would be required:
if ( current_user_can( 'manage_options' ) ) {}Forum: Plugins
In reply to: [Tailor Page Builder] "Tailor this Page" link not presentThere are no theme or plugin conflicts, as the only one I’m running is the Tailor plugin 😉 And this is a fresh site with no content on it.
From my perspective, the plugin does not work.
I’ll try to do some debugging for you and work out what may be triggering this. Perhaps either some of my files are corrupt, or you have made an error in your code somewhere.
Forum: Plugins
In reply to: [Tailor Page Builder] "Tailor this Page" link not presentNone of the screenshots show exactly where the new link should be, so perhaps it’s there, but I’m missing it. Without knowing exactly where it should appear, I can’t check though.
So here’s a screenshot of it:
https://random.hellyer.kiwi/files/2016/07/tailor-test.png