whiteatom
Forum Replies Created
-
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
In reply to: [Mail List] [Plugin: Mail List] Form placement and customization?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
In reply to: [Mail List] [Plugin: Mail List] Form placement and customization?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
In reply to: [WP-Slimbox2 Plugin] overlay appearing on top of imageManaged 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.
https://jquery.com/upgrade-guide/1.9/
whiteatom
Forum: Plugins
In reply to: [WP-Slimbox2 Plugin] overlay appearing on top of imageOk.. 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
In reply to: [WP-Slimbox2 Plugin] overlay appearing on top of imageHmm.. 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: https://2013.swiftsure.org/?slimbox=on Try one of the images in the bottom right.
Cheers,
whiteatom
Forum: Networking WordPress
In reply to: www. and root domainYeah.. it’s not working. When I set up the base site at mydomain.com.. https://www.mydomain.com gave me a server unavailable. When I manually added a https://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
In reply to: Multisite Domain Mapping Help!!!!!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
In reply to: Blocked access to 'Media'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
In reply to: Import Feature Does Not Import File AttachmentsEven 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
In reply to: Blocked access to 'Media'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
In reply to: Blocked access to 'Media'all plugins off.. using the same custom theme the other site are using. I’ll try the default now.
whiteatom
Forum: Networking WordPress
In reply to: Blocked access to 'Media'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
In reply to: Pull latest posts from sub-domainahh.. and that plugin looks like it will do it for you.
Forum: Networking WordPress
In reply to: Pull latest posts from sub-domainThis is a modification of the “loop”. There are some examples of how to use WP_query on the codex.. 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