Aaron Reimann
Forum Replies Created
-
Forum: Plugins
In reply to: [Blank Slate] Not loading page in Safari iPhoneI only have access to the iOS simulator by Apple, but it seems to be working for me. Are you having the issue on any other iPhones? (sorry, its hard to narrow that down)
Forum: Plugins
In reply to: [Blank Slate] Retaining FaviconI’m going to close this because I need more information and there is a good chance that the updated version of the plugin will resolved the issue. If not, please reopen the ticket and send me a link.
Thanks
Forum: Plugins
In reply to: [Blank Slate] Trying to get property of non-objectPlease reopen the ticket if the issue is not resolved.
Thanks
Forum: Plugins
In reply to: [Blank Slate] Nothing displayingI can not replicate the issue. Please try the updated version and see if that fixes the issue.
Forum: Plugins
In reply to: [Blank Slate] Nothing displayingCan you give me a link so I can see it? And which theme are you using?
Forum: Plugins
In reply to: [Blank Slate] Trying to get property of non-objectI’ll be looking into that.
Forum: Plugins
In reply to: [Blank Slate] Retaining FaviconI’m not 100% sure what the Javascript is doing. Can I get a link?
Forum: Reviews
In reply to: [Blank Slate] A Must Have PluginThanks!
Forum: Plugins
In reply to: [Asgaros Forum] Get user roleI found what I was looking for:
$user_id = get_current_user_id(); $role = AsgarosForumUserGroups::getUserGroupsOfUser ( $user_id );
Thanks!
Forum: Plugins
In reply to: [Asgaros Forum] Get user roleThanks for getting back to me. I appreciate it.
I think I asked for the wrong thing. I’m looking for a list of Custom User Groups for the current logged in user.
Forum: Plugins
In reply to: [Blank Slate] Activate depending on User Agent?I think you could modify functions.php to detect the agent and then load or not load depending, but the plugin does not support that by default.
You could also fork the plugin and edit it directly. To be honest, this plugin shouldn’t change too much over the years because it is so simple.
Which theme are you using?
Forum: Plugins
In reply to: [Blank Slate] Plug in update neededIt looks like there isn’t a way for me to look at the code since it is not GPL compliant.
Forum: Plugins
In reply to: [Blank Slate] Exclude scripts fron blank pageThe only way to do that would be to modify functions.php to remove the function that that plugin is calling when your template page is loaded.
Does that make sense? My guess is that it is just a few lines of code needed.
Forum: Plugins
In reply to: [Blank Slate] Plug in update neededI would be surprised if my plugin is the culprit. My only affects the template by no including get_header(); and no including get_footer();.
The plugin is including some type of functionality in get_header(), it should be moved to a proper place in the init process of WordPress.
Which plugin are you using?