ajcke
Forum Replies Created
-
Forum: Plugins
In reply to: [Add Posts to Pages] Display thumbnail at 100%@arsham Mirshah Do you know how I can achieve this?
Forum: Plugins
In reply to: [Stag Custom Sidebars] Links DisabledIt was a simple fix.
#comments { clear: both}
I should have noticed that before.Forum: Plugins
In reply to: [Stag Custom Sidebars] Links DisabledIE11 is the only browser it works correctly in.
Forum: Plugins
In reply to: [Stag Custom Sidebars] Links DisabledIt had been removed on an update. I’ve added the column back. It looks like it has something to do with part of the comment section floating up when the column is added. So it’s really not an issue with this plugin at all I think. When I highlight “Leave a comment” it highlights the container with the custom sidebar/widget.
What is the best way to handle this so that I have a standard consistent way for users/devices to display a larger image and/or full screen image? Could I modify or adjust any of the NextGen settings or try a different plugin? I love nextgen and so do my clients and we haven’t found anything to compare.
Forum: Plugins
In reply to: [Stag Custom Sidebars] Links DisabledIt’s like there is a tag that isn’t properly closed, but I’m not seeing anything obvious.
Forum: Plugins
In reply to: [Stag Custom Sidebars] Links DisabledThe shortcode I’m using is [stag_sidebar id=’weddings’]
The “weddings” side bar is using the menu widget.
Forum: Plugins
In reply to: [Google Forms] ResponsiveJust found the answer to achieving a responsive textarea on this post.
div.ss-form-entry > textarea { width: 100%; }
Forum: Plugins
In reply to: [Google Forms] ResponsiveDid you find an answer to this? I tried making the textarea width 100% and a few other things. I’m not sure how to break out of the columns setting. Textareas are set to 145px wide, cols=0. Way too small. Thought the following would do something but didn’t
.ss-q-long { width:100%; }
Forum: Plugins
In reply to: [Add Posts to Pages] Post teaser – limit charactersNice. Thanks.
Forum: Networking WordPress
In reply to: Subsite administrators no access to pluginsThanks! That’s what it was. I must have changed that setting a while back.
We are having the same problem. My users are getting frustrated. Revisionary users used to be able to upload media. It broke somewhere. We are using RoleScoper and Revisionary plugins together.
It looks like I can see the issue, but I cannot resolve it. Under Role Scoper Options and Defaults and Role Definitions the checkbox Upload Files is not checked for revisors. If I check the box and update the settings the page refreshes and the check disappears from the box. Is there a way I could check this box through phpmyadmin or resolve the issue on the front end?
I updated our RoleScoper and Revisionary plugins to the latest versions yesterday. The problem did not resolve. I then upgraded WordPress from 3.4 to 3.6.1 this morning. Revisionary users still cannot upload media.
Role Scoper Version: 1.3.62
Database Schema Version: 1.1.4
WordPress Version: 3.6.1 (network multisite enabled)
PHP Version: 5.3.3Forum: Hacks
In reply to: Display Specific Header Image According to Page Root ID (Ancestor)Thanks catacaustic and bcworkz!
Forum: Hacks
In reply to: Display Specific Header Image According to Page Root ID (Ancestor)Resolved
Forum: Hacks
In reply to: Display Specific Header Image According to Page Root ID (Ancestor)Yep…closing bracket. The div id is now changing depending on the root id or root page. I’ll try to get it completely setup next week. Very cool. Thanks for all your help!