AndrewMunro
Forum Replies Created
-
Sure, I think this is what I used. This stretches the inner .canvas div to 100% width.
.pgm .canvas { width: 100% !important; }Thank you very much, works perfectly 🙂
Was just about to buy this until I installed the free version. There’s just too many errors in the admin, making it impossible to actually use the interface. I suggest the developer turns WP_DEBUG on so the errors can be fixed. It gives a really bad impression on what the rest of the plugin is like.
Ok thanks for the clarification, I’ll keep using my css override.
No problem. I also tried to remove it and was unsuccessful.
Thank you very much. And it’s Andrew 🙂
Thank you for the clarification on this. Looks like we’re stuck with user agent sniffing then 🙂 FYI just saw this notice appear since upgrading to 3.4 and activating your plugin.
Notice: get_themes is deprecated since version 3.4! Use wp_get_themes() instead. in /wp-includes/functions.php on line 2705
Oh and also PHP Notice: Undefined index: disable_styles in /wp-content/plugins/social-bartender/widget.php on line 53
Forum: Plugins
In reply to: [Download Monitor] [Plugin: WordPress Download Monitor] Members OnlyYeah they wouldn’t see anything. If you add an else condition after the if, you can show non logged in members a message.
Forum: Networking WordPress
In reply to: Prevent direct access to a single blogs uploadsOleVik and Ipstenu, thank you for this discussion. I am trying to do exactly the same thing as you OleVik, but I’m banging my head against the wall trying to prevent the direct access of a file. I’m trying to build a “member’s only” area for a client where they offer their dealers highly sensitive PDFs.
My latest attempt has been with the WordPress Download Monitor plugin mentioned here, and at first I thought it took care of preventing direct access to the file, but have know learnt it’s still possible. All it does it mask the url. Still going to use it though because it’s perfect for what I’m doing otherwise.
Anyways, I tried some of the .htaccess rules but they didn’t seem to have any effect for me (I replaced the somedomain\.com of course). I also don’t have the ability to move my files outside of the httpdocs directory as WPEngine doesn’t allow this by the look of it.
OleVik – Have you come across any more ideas on how to accomplish this since 2 weeks ago? Have you got this all sorted with those .htaccess rules? I must be doing something horribly wrong…
Forum: Plugins
In reply to: [Download Monitor] [Plugin: WordPress Download Monitor] Members OnlyAdrian,
You could create a new page template, then place the shortcode for the downloads page between some wordpress conditionals like this
I have removed the <option>{{{any-text}}}</option> from the dropdowns.html and it seems to be working now
Hmm, perhaps a walker? I have no clue how to write one, but just reading through your code in walkers.php suggests this would be a possible solution. I’d need to just modify the “age” taxonomy somehow and remove the children from the dropdown.
Awesome, thanks Brad. Playing with it now 🙂
Forum: Plugins
In reply to: Is there a way to show unique views of each post in panel?Hey cristihainic, did you end up finding anything? I’m after something similar. I would like an author to see JUST his/her post stats (hits/unique etc) between certain time frames, and not have access to everyone elses.