mfritch
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Manager] Possible to control access to /download/ page?I have the same issue.
I configured Download Manager->Settings->File Browser Access to only allow certain users access. But I can still access the /download/ page even when not logged in.
I modified the functions.php as Shaon suggested, but anyone can still access the page. Do you have any other suggestions?
Forum: Plugins
In reply to: [Download Manager] Custom Role for Browser AccessThat is what I assumed would happen.
But it did not.
The client has a custom role called “Secure” which is a subscriber with access to the secure downloads. The role “Secure” shows up in all places where WordPress displays the user roles.
The custom role does not show up in the File Browser Access list. It only shows the standard WordPress roles (Subscriber, Editor, etc) it does not list any of the clients custom roles.
How do I get Download Manager to recognize and display the custom roles?
Forum: Plugins
In reply to: [Audit Trail] Ignore Anonymous UsersI came here looking for the same information. I see the question has been asked a number of times, but no answer given.
My question is how can I get the plugin to disregard visitors to a site that aren’t logged in?
Contrary to what is said above, my audit trail has page after page of activity by non-logged-in users.
Forum: Fixing WordPress
In reply to: Upgrade to 4.0 and single-{Post_Type}.php get 404 ErrorThanks for the response. I don’t know if this would have resolved the problem or not. When WordPress 4.0.1 was released, the issue that was causing a problem for this website was resolved and I was able to upgrade to 4.0.1 and then 4.1 with no problems.
Forum: Installing WordPress
In reply to: Login only after Password ResetI finally got around to fixing this issue today.
I use the plugin Duplicator to migrate sites, so I never thought of looking where the issue lie.
In the database options table, siteurl was set to “http://www.domain.com” while home was set to “http://domain.com”. Once the two options matched, by login issue was resolved.
Don’t know why Duplicator hiccuped though.
I, and my boss, would love to try this temp fix. However, I can’t figure out the directions. Is there a more complete set of instructions for getting the API Key?
Forum: Installing WordPress
In reply to: Login only after Password ResetBoth sites we are seeing this with are on Rackspace. The one is the clients own Rackspace account and the other is on a Rackspace cloud site.
Rackspace says they have no other reports of this happening.
Forum: Installing WordPress
In reply to: Login only after Password ResetGood thought, but I already checked that. The .htaccess only contains the information written by WordPress.
Forum: Installing WordPress
In reply to: Login only after Password ResetBoth sites were made newly “live”. No plugins were changed from the development area to the live area and there were no login issues in the development area.
Good thought on the wp-config file. But all database credentials are correct and all Authentication Keys and Salts valid.
Forum: Installing WordPress
In reply to: Login only after Password ResetGood thought, but I already checked that. The .htaccess only contains the information written by WordPress.
Plus, access is not restricted after you click the “Get New Password” button. It takes no further action after that to log in. You just click the button and immediately log in.
And now, it’s happening on another site that was launched yesterday. This new site uses a different theme, different set of plugins and a different Rackspace account.
Forum: Plugins
In reply to: Custom fields not showing for custom rolesI was assuming this was a plugin conflict since I deactivated all plugins except for WPFront User Role Editor and Advanced Custom Fields and the problem persisted.
However, I wasn’t the first developer on this project and I found the problem in the previous developers work. He had added a pre_get_posts filter to modify the where clause to only return posts that the user had access to in the admin screen. The unintended consequence was it was also filtering out the ACF’s.
I modified his code to not filter if the search was for post_type => ‘acf’ and it worked like a charm.
Forum: Plugins
In reply to: [WPFront User Role Editor] Custom Fields Not Showing for Custom RolesThanks for the response.
I was assuming this was a plugin conflict since I deactivated all plugins except for WPFront User Role Editor and Advanced Custom Fields and the problem persisted.
However, I wasn’t the first developer on this project and I found the problem in the previous developers work. He had added a pre_get_posts filter to modify the where clause to only return posts that the user had access to in the admin screen. The unintended consequence was it was also filtering out the ACF’s.
I modified his code to not filter if the search was for post_type => ‘acf’ and it worked like a charm.
Forum: Plugins
In reply to: [Meteor Slides] Slides Dissappread!Thanks for the response.
The website is being built, so no cache or minification.
The link I sent you was a fairly complicated site, so I went to a simpler one with the same problem, deactivated all plugins and removed all javascript from the header. The only line remaining is:
<script src=”http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js”></script>
I’m not seeing any javascript errors, but MeteorSlides is still not working. I wasn’t seeing any javascript errors before other than then min map not being loaded.
The link is:
http://www.nashualibrary.org.php53-7.dfw1-2.websitetestlink.com/
Forum: Plugins
In reply to: [Meteor Slides] Slides Dissappread!I seem to be having the same problem.
I’m using a custom post type, banner for the slides. I can have multiple Banners defined, and if they number of slides in the slideshow is set to 1, everything displays fine. When I set the number of slides higher, everything disappears.
Here is a test link on a site I am working on:
http://www.zyprrdev.com.php53-13.dfw1-2.websitetestlink.com/
The number of slides is set to 2.Any help would be greatly appreciated!
Forum: Fixing WordPress
In reply to: Upgrade to 4.0 and single-{Post_Type}.php get 404 ErrorThanks for the response.
I’ll give it a try and see if it fixes our problem, otherwise I’ll wait and see if there is a more general solution.