AP CO
Forum Replies Created
-
Forum: Plugins
In reply to: [Max Mega Menu] is it possible to show 4th level menu items in mega menus?Just want to bump this question. Thank you!
Forum: Plugins
In reply to: [Max Mega Menu] is it possible to show 4th level menu items in mega menus?Hello! Is there a way to format 4th level menu items in a different way than 3rd level items? My 4th level items do show up, but they seem to take on the same formatting as 3rd level items by default, which makes them kind of hard to distinguish from one another. Loving the plugin though – Thank you!
After lots of searching, this worked like a charm. Anything over 30 variations and my site would present EVERY variation as an option, only to have people choose something that wasn’t an actual available variation. Added this to my functions file, increased to 50 available variations, and now it works. Thank you!
Forum: Plugins
In reply to: [Page scroll to id] Using with button shortcodesThat totally worked! Thank you again, malihu.
Forum: Plugins
In reply to: [Page scroll to id] Using with button shortcodesHi malihu, another question. I’m trying to get the smooth scrolling to work with an image map I put together. The code for the image map is as follows:
<img id="Image-Maps-Com-image-maps-2015-01-08-155814" src="https://www.image-maps.com/m/private/39601/41140-mSpray-500.png" border="0" width="500" height="250" orgWidth="500" orgHeight="250" usemap="#image-maps-2015-01-08-155814" alt="" /> <map name="image-maps-2015-01-08-155814" id="ImageMapsCom-image-maps-2015-01-08-155814"> <area shape="rect" coords="498,248,500,250" alt="Image Map" style="outline:none;" title="Image Map" href="https://www.image-maps.com/index.php?aff=mapped_users_39601" /> <area alt="" title="Enumerate" href="#enumerate" rel="m_PageScroll2id" shape="poly" coords="247,122,277,11,6,2,136,148" style="outline:none;" target="_self" /> <area alt="" title="Target" href="#target" shape="poly" coords="256,122,286,13,469,81,339,202" style="outline:none;" target="_self" /> <area alt="" title="Spray" href="#spray" shape="poly" coords="250,131,328,212,236,242,60,217,139,158" style="outline:none;" target="_self" /> </map>
I tried adding the
rel='m_PageScroll2id'
inside my link so that it looked like
<area alt="" title="Spray" href="#spray" shape="poly" rel="m_PageScroll2id"
but that didn’t work. Should I instead be adding another selector in the plugin settings to make your smooth scroll work with this image map?
Thank you again!
Forum: Plugins
In reply to: [Page scroll to id] Using with button shortcodesHey, that worked like a charm, Malihu! Thanks for a great plugin!
Forum: Plugins
In reply to: [Google Forms] Form styling goes weird. Is there an easy way to re-style?Awesome Mike! That makes it much nicer to look at. Thank you again!
Forum: Plugins
In reply to: [Google Forms] Form styling goes weird. Is there an easy way to re-style?Awesome, that worked great once I figured it out! Thanks so much for the help, and the awesome plugin.
And for anyone who happens upon this and is looking for an easy solution, try dropping this code that I came up with in your custom CSS box within the plugin settings and see what you think:
h1.ss-form-title { display: none; } div.ss-form-container br { display: none; } div.errorbox-bad div.ss-item-required label { color: red; } label.gform-error { float: right; color: red; font-weight: bold; } body.ss-base-body {} div.errorbox-good {} div.ss-attribution {} div.ss-footer {} div.ss-footer-txt, div.ss-logo { display: none; } div.ss-form {} div.ss-form-container { font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } div.ss-form-desc {} div.ss-form-entry {} div.ss-form-entry>input { background-color: #fcfcfc; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } div.ss-form-heading {} div.ss-item {} div.ss-legal {} div.ss-navigate {} div.ss-required-asterisk { color: grey; font-weight: normal; } div.ss-scale {} div.ss-text {} form#ss-form {} h1.ss-form-title {} hr.ss-email-break {} input.ss-q-short { width: 200px; } label.ss-q-help { display: block; } label.ss-q-radio {} label.ss-q-title { font-weight: bold; } span.ss-powered-by {} span.ss-terms {} td.ss-gridnumber {} td.ss-gridnumbers {} td.ss-gridrow td.ss-gridrow-leftlabel td.ss-leftlabel {} td.ss-rightlabel {} td.ss-scalerow {} td.ss-scalenumber {} td.ss-scalenumbers {} textarea.ss-q-long { background-color: #e0e0e0; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; } tr.ss-gridrow {}