LunarWerx Studios
Forum Replies Created
-
The irony, hours spent trying to figure this out, to find it was not even my fault lol.Thanks Joel
Came here to comment, Classic Widgets fixed it for me as well (GreenThumbs).
Forum: Plugins
In reply to: [HungryFEED] How to hide "Event Description" from a google calendar feedAfter banging my head against a wall since I posted this, I ended up using https://ww.wp.xz.cn/plugins/google-calendar-events/. SO MUCH EASIER. Thanks for making this plugin, I used it for months, but when no help came, I had to do something.
Forum: Plugins
In reply to: [wp-admin classic] Plugin has conflicts with WP 4.0Yep, breaking things for me too. Anyone know if this is still supported?
Forum: Plugins
In reply to: [Google Forms] Asterik is creating a breakWorked perfect for me, I actually had technically figured it out but it would never fix it for me because I had stupidly had been switching between the settings page and the form page’s css input which seemed to be conflicting -_- so much fail on my part xD thanks a ton!
Forum: Plugins
In reply to: [Google Forms] Asterik is creating a breakThat fix did not work for me.
http://sturdiguns.com/suggest/
Still looking into a fix. Though this did clear up another issue I was having with size, thanks for posting previously.input.ss-q-short { width: 385px; height: 18px; } textarea.ss-q-long { width: 685px; height: 18px; }For now I just turned off the “required” asterisks on everything but one, but I would like to be able to turn them on eventually.
Sounds awesome! If there was a way to change my rating I would change it. Thanks a ton for responding! Glad to hear that some of my ideas were something worth implementing 😀
Forum: Plugins
In reply to: [Usernoise modal feedback / contact form] Cannot view FeedbackSame problem as well.
WordPress 3.5.2
Usernoise 3.7.7windows/chrome/ie
I get no error though, just a blank page
Forum: Plugins
In reply to: [Mail Subscribe List] Making the form more aesthetically pleasingWon’t let me edit. this is very flawed after looking it over. It messes up the admin backend which I had not counted on. Maybe someone could look at it and see whats wrong but at the moment this is broken.
Forum: Plugins
In reply to: [Mail Subscribe List] Centering the email box and Submit buttonThe problem lies within sml.php. The creater used <p> tags in the php and it is overriding the wordpress page properties. To change this, open sml.php
line 73 is the pre-text (prepend)
line 79 is the “Thank you” text
lines 84, 85 and 86 are the formsif ($showname) $return .= '<p class="sml_name"><label class="sml_namelabel"To center the lines, add (align=”center”).
if ($showname) $return .= '<p class="sml_name" align="center"><label class="sml_namelabel"Forum: Themes and Templates
In reply to: Addins Sidebar to theme without oneWell, then ignore the themes origin and return to the original question. I have a FEW themes I really liked with no sidebar, including this one and would like to get a sidebar on them. Does anyone have any information on how to add a sidebar to a theme without one at all?