Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • AP CO

    (@andrewprinsen)

    Just want to bump this question. Thank you!

    AP CO

    (@andrewprinsen)

    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!

    AP CO

    (@andrewprinsen)

    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!

    Thread Starter AP CO

    (@andrewprinsen)

    That totally worked! Thank you again, malihu.

    Thread Starter AP CO

    (@andrewprinsen)

    Hi 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!

    Thread Starter AP CO

    (@andrewprinsen)

    Hey, that worked like a charm, Malihu! Thanks for a great plugin!

    Thread Starter AP CO

    (@andrewprinsen)

    Awesome Mike! That makes it much nicer to look at. Thank you again!

    Thread Starter AP CO

    (@andrewprinsen)

    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 {}
Viewing 8 replies - 1 through 8 (of 8 total)