Title: whiteatom's Replies | WordPress.org

---

# whiteatom

  [  ](https://wordpress.org/support/users/whiteatom/)

 *   [Profile](https://wordpress.org/support/users/whiteatom/)
 *   [Topics Started](https://wordpress.org/support/users/whiteatom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/whiteatom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/whiteatom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/whiteatom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/whiteatom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/whiteatom/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)

1 [2](https://wordpress.org/support/users/whiteatom/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/whiteatom/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/whiteatom/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] capabilities for NGG](https://wordpress.org/support/topic/capabilities-for-ngg/)
 *  Thread Starter [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/capabilities-for-ngg/#post-4599637)
 * Doing some more digging.. it turns out to be a bug in NextGen.. The system used
   for authorization relays on the hierarchy of default roles.
 * In this site I am using custom user roles… even when I select my custom user 
   roles, it has no idea how to set the permissions. This appears to be a bug as
   far as I’m concerned because you cannot integrate the NGG auth system fully with
   wordpress.
 * Are there any plans to update NGG to properly support capabilities? The Roles
   and Capabilities screen should have a check box for each role and not rely on
   a hierarchy that it is not possible to tie into.
 * Any suggestions for a workaround?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mail List] [Plugin: Mail List] Form placement and customization?](https://wordpress.org/support/topic/plugin-mail-list-form-placement-and-customization/)
 *  [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-mail-list-form-placement-and-customization/#post-2838614)
 * Not in my theme – and it does include wp_footer. Any other ideas?
 * I don’t think many people want it on the footer of every page – why the choice
   to put it there? A widget would make way more sense wouldn’t it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mail List] [Plugin: Mail List] Form placement and customization?](https://wordpress.org/support/topic/plugin-mail-list-form-placement-and-customization/)
 *  [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-mail-list-form-placement-and-customization/#post-2838612)
 * Yes.. the docs for this plugin are very poor…
 * How do we make the form appear? not a widget, not a short code? Could anyone 
   point me in the right direction? Plugin activated and the back end is working..
   but the form is nowhere to be seen. Is there a way to add email addresses to 
   the list through a function?? I would like to add from another plugin.
 * Looks good, but not of any use without this form…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Slimbox2 Plugin] overlay appearing on top of image](https://wordpress.org/support/topic/overlay-appearing-on-top-of-image/)
 *  Thread Starter [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/overlay-appearing-on-top-of-image/#post-3366451)
 * Managed to solve it.. Jquery 1.9 breaks this plugin. I was replacing the stock
   jquery with a CDN version and it was getting the lastest version – which was 
   just rolled over today.
 * Heads up – this plugin is going to break when they upgrade jQuery in a future
   WP release.
 * [http://jquery.com/upgrade-guide/1.9/](http://jquery.com/upgrade-guide/1.9/)
 * whiteatom
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Slimbox2 Plugin] overlay appearing on top of image](https://wordpress.org/support/topic/overlay-appearing-on-top-of-image/)
 *  Thread Starter [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/overlay-appearing-on-top-of-image/#post-3366343)
 * Ok.. more info.. and the problem.
 * The overlay (#lbOverlay) is appearing inside the #lbBottom inside the #lbBottomContainer,
   not before the #lbCenter like it does on my other sites.
 * Basically it is structured like this:
 *     ```
       <div id='lbCenter'></div>
       <div id='lbBottomContainer'>
           <div id="lbBottom">
               <div id="lbOverlay"></div>
           </div>
       </div>
       ```
   
 * Instead of this:
 *     ```
       <div id="lbOverlay"></div>
       <div id='lbCenter'></div>
       <div id='lbBottomContainer'>
           <div id="lbBottom"></div>
       </div>
       ```
   
 * Thoughts on this???
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Slimbox2 Plugin] overlay appearing on top of image](https://wordpress.org/support/topic/overlay-appearing-on-top-of-image/)
 *  Thread Starter [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/overlay-appearing-on-top-of-image/#post-3366333)
 * Hmm.. i tried just making the opacity 0 until it’s fixed, but now the “Prev” 
   and “Next” clicks don’t work because the overlay is still there taking the clicks….
 * Ugg.. anyone have any clues about this? the overlay is appearing after the image
   in the HTML, the z-indexs are being set, the CSS is loading, no other classes/
   ID’s are being applied from my own CSS that I can see…
 * Here’s the site: [http://2013.swiftsure.org/?slimbox=on](http://2013.swiftsure.org/?slimbox=on)
   Try one of the images in the bottom right.
 * Cheers,
 * whiteatom
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [www. and root domain](https://wordpress.org/support/topic/www-and-root-domain/)
 *  Thread Starter [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/www-and-root-domain/#post-2424604)
 * Yeah.. it’s not working. When I set up the base site at mydomain.com.. [http://www.mydomain.com](http://www.mydomain.com)
   gave me a server unavailable. When I manually added a [http://www.mydomain.com](http://www.mydomain.com)
   blog, that worked, but it was different than the my domain.com one.
 * Is the htaccess file supposed to do this rewrite for me? because I certainly 
   don’t see anything in there about redirecting to www.
 * whiteatom
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Multisite Domain Mapping Help!!!!!](https://wordpress.org/support/topic/multisite-domain-mapping-help/)
 *  [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/multisite-domain-mapping-help/#post-2425157)
 * The easiest way to set up domain mapping is to point all your add-on domains 
   to the same folder.. and use the IP
 * So the A records for all of your add-on domains point to your server name (do
   a dig on your hosting domain (world.com) and make them all the same).
    Then you’ll
   need to go into your cpanel or plesk or whatever they give you and point all 
   your add-on domains at the folder you have wordpress installed in. Then enter
   the IP of your server (just ping world.com). Map all your add-on domains through
   the plugin to the various blogs.
 * Good luck 🙂
 * whiteatom
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Blocked access to 'Media'](https://wordpress.org/support/topic/blocked-access-to-media/)
 *  Thread Starter [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/blocked-access-to-media/#post-2424601)
 * deleted the new blog and create another one and it works just find – very strange.
   I’d love to know where these type of things are controlled.. it seems silly to
   have to delete the entire blog for what is likely one database flag.
 * thanks for the input.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Import Feature Does Not Import File Attachments](https://wordpress.org/support/topic/import-feature-does-not-import-file-attachments/)
 *  [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/import-feature-does-not-import-file-attachments/page/2/#post-1829427)
 * Even if the importer can’t find the images.. maybe give us an error? I just says
   all is well.. but doesn’t do it’s job.
 * Frustrating.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Blocked access to 'Media'](https://wordpress.org/support/topic/blocked-access-to-media/)
 *  Thread Starter [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/blocked-access-to-media/#post-2424476)
 * yeah.. still not there.
 * It just doesn’t make any sense.. I have an Admin (not Super) account with admin
   access to 2 sub-sites, both with all plugins disabled, and the same theme. On
   one dashboard there is a Media link in the menu, and the other there isn’t.
 * I’m going to try deleting the site and recreating it.. this is starting to drive
   me crazy.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Blocked access to 'Media'](https://wordpress.org/support/topic/blocked-access-to-media/)
 *  Thread Starter [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/blocked-access-to-media/#post-2424474)
 * all plugins off.. using the same custom theme the other site are using. I’ll 
   try the default now.
 * whiteatom
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Blocked access to 'Media'](https://wordpress.org/support/topic/blocked-access-to-media/)
 *  Thread Starter [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/blocked-access-to-media/#post-2424427)
 * Under Network Settings?? They are checked.. this is the issue. They uploads work
   on all of the sites except this one.. and I can’t for the life of me see anything
   that’s different about it.
 * And the uploads do work on the one broken site for SuperAdmins… soo.. i know 
   uploads are working on the network… and I know uploads work on this particular
   site of the network. They are just blocked somewhere.
 * Any other thoughts?
 * whiteatom
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Pull latest posts from sub-domain](https://wordpress.org/support/topic/pull-latest-posts-from-sub-domain/)
 *  [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/pull-latest-posts-from-sub-domain/#post-2424386)
 * ahh.. and that plugin looks like it will do it for you.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Pull latest posts from sub-domain](https://wordpress.org/support/topic/pull-latest-posts-from-sub-domain/)
 *  [whiteatom](https://wordpress.org/support/users/whiteatom/)
 * (@whiteatom)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/pull-latest-posts-from-sub-domain/#post-2424385)
 * This is a modification of the “loop”. There are some examples of how to use WP_query
   on the [codex](http://codex.wordpress.org/Class_Reference/WP_Query).. but I don’t
   think this will allow you to pull posts from a separate site.
 * Do you truly need a separate site? Or could you just create a post category and
   template that page differently. I’ve found that most of my clients who want something
   like this don’t actually need a sub-site.. just a category.
 * whiteatom

Viewing 15 replies - 1 through 15 (of 33 total)

1 [2](https://wordpress.org/support/users/whiteatom/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/whiteatom/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/whiteatom/replies/page/2/?output_format=md)