aaronrobb
Forum Replies Created
-
Correction.
This issue only happens with the prettyPhoto option, which is the one I need working (client wants that style, and caption).So i’m noticing as well that there are no arrows showing for next/back while in the lightbox.
Actually, i just did that, and did a ‘regenerate thumbnails’ on it and it works perfect!
Thanks!
Forum: Plugins
In reply to: [Featured Item Metabox] Limit access to admins?I was having issues with the remove meta box not working. No idea why, but i currently hacked up the plugin code in the class file on line 76 to read:
if( ! is_wp_error( $this->type_obj ) && current_user_can('manage_options') ):
It may just be our system clashing with something else to not let the remove metabox work. Its working with that little code now, but I’ll keep searching to find why the basic remove function won’t run.
Thanks!
Forum: Plugins
In reply to: [WP Admin UI Customize] Slug is wrong on custom pluginUpdate:
Yes that was it! It needed a submenu. And for some reason, when I tried adding a submenu before, it broke the site with an error, but I just added your “add_submenu_page” line, changed the data, and it works!!
Forum: Plugins
In reply to: [WP Admin UI Customize] Slug is wrong on custom pluginThanks for the reply!
I believe the problem is that my plugin does not have a child (sub) menu. Since the plugin is only a single page, I’m not sure how to add a sub-menu to it….
Do you think this is the problem?
Forum: Plugins
In reply to: [Post Type Switcher] Confilct with WPML pluginYes, the hack part is good just for any future changes i need to make.
Tried the toggling, and nothing.
??
I’m wondering if the converted posts all have a db line that WPML doesn’t like?
Forum: Plugins
In reply to: [Post Type Switcher] Confilct with WPML pluginHey Jenny
Yep they appear when WPML is disabled.
And testing it out, i added the extra code to fix the problem, with WPML active, then if i go into one of the ‘missing’ pages through the front end, convert it back to Post, hit update, and then back to Page, it then shows up in the pages list.
So the code above is working, but just not on pre-existing converted pages….
Running the most recent WPML(3.1.5), and also just installed the Translation Mangement and String Translation plugins to try them out as well.
Thanks for looking into this.
I can give you admin access too if needed.Forum: Plugins
In reply to: [Post Type Switcher] Confilct with WPML pluginHi Jenny
What i mean is that i converted 250 or so of my posts to pages with Post Type Switcher, then installed WPML and they are all gone in the admin Page list area.
I’ve looked into the translation management area, but Pages are a normal thing to be translated, as its not a custom post.
The pages still exist on the front end, but even when i click Edit Page from the front end, it still doesn’t give me the ability to add a translation….
Thoughts?
Forum: Plugins
In reply to: [Post Type Switcher] Confilct with WPML pluginHey guys!
This hack works great, but any ideas how i can recover the 250+ pages that I had already converted before installing wpml?? Anyone able to do that yet?
WPML support has been no help at all.Forum: Plugins
In reply to: [Post Type Switcher] Converting to Page doesn't show up in listUpdate:
Its definitely based on the WPML plugin. When i deactivate it, all the Pages show up in the list. Then reactivate it and they disappear.
All other forum posts say this is fixed in the latest version…but obviously not…
Any fixes out there?
Forum: Plugins
In reply to: [FG Joomla to WordPress] Not Seeing all Posts/Pages/Media in WP backendJust found another support forum message saying we can just hit import again and it’ll just restart from where it may have stopped? This may be the answer if its just a php/memory timeout.
Forum: Plugins
In reply to: [FG Joomla to WordPress] Not Seeing all Posts/Pages/Media in WP backendAny word on the fix for this? I’m getting the same thing. Joomla has 1299 articles, and only 997 imported.
Only error messages I saw were for media, but i don’t that’s a problem.
Forum: Fixing WordPress
In reply to: WordPress 3.9 Broke My AutosaveThis is exactly what i was looking for. Searching for hours, and i figured it was a plugin, but couldn’t see which, so Thank You!!
Forum: Plugins
In reply to: [Print-O-Matic] How to print embedded Google Maps?Its using google’s Iframe embedding code, and now that I say that, it makes sense why its not printing.
I guess I’ll have to see if I can get it to work another way unless there is a easy way to include iframes in a print screen.
Forum: Plugins
In reply to: [Radio Buttons for Taxonomies] Turn off for Admins?Oh i agree it goes against the point of the plugin. ??
What we need it for is a organization-listing website with a number of authors, which we want to limit to choosing a single category for their organization(as to not click every category to be listed under), but then allow the admins to choose additional categories if needed.