Current status of the Ning Platform is always available on the Ning Status Blog.

Recipe Box for Social Web Site

Hey i found this Recipe Box widget for a blog page. I have it on my Blog site and it works fine. I though it might work for me on my Ning HTML box, but the text that i fill in for the name of the recipes does not show. The boxes and title show up fine, but no text in the boxes. Any thoughts?

<div class="clear"></div>
<div id="HTML2" class="widget HTML">
<h2 class="title">Recipes (or add your own index title)</h2>
<div class="widget-content">

<select onchange="self.location.href=''+this.options[this.selectedIndex].value+''" style="width:222px" class="tinyselect">
<option value="" /> name of first category ie pasta
<option value="recipe url" /> name of recipe
<option value="recipe url" /> name of recipe
<option value="recipe url" /> name of recipe
<option value="recipe url" /> name of recipe
<option value="recipe url" /> name of recipe
<option value="recipe url" /> name of recipe
<option value="recipe url" /> name of recipe
<option value="recipe url" /> name of recipe
<option value="recipe url" /> name of recipe
<option value="recipe url" /> name of recipe

</select> always end each category with this

</div></div><strong></strong><strong></strong> this is the end of the index

You need to be a member of Ning Creators Social Network to add comments!

Join Ning Creators Social Network

Votes: 0
Email me when people reply –

Replies

  • Hello Randy :)
    It's working perfectly for me in an HTML box.


    <div class="clear"></div>
    <div id="HTML2" class="widget HTML">
    <h2 class="title">Recipes (or add your own index title)</h2>
    <div class="widget-content">
    <p><select onchange="self.location.href=''+this.options[this.selectedIndex].value+''" style="width: 222px;" class="tinyselect">
    <option value="recipe url">t1</option>
    <option value="recipe url">t2</option>
    <option value="recipe url">t3</option>
    <option value="recipe url">t4</option>
    <option value="recipe url">t5</option>
    <option value="recipe url">t6</option>
    <option value="recipe url">t7</option>
    <option value="recipe url">t8</option>
    <option value="recipe url">t9</option>
    <option value="recipe url">t10</option>
    <option value="recipe url">t11</option>
    </select></p>
    </div>
    </div>
    <p> </p>

    3222407?profile=RESIZE_1024x1024

    • Ah. I see now. It's working. Thanks George.

  • Hey George or anyone. I was trying to add a picture above each category box in the recipe box code, but it didn't work. Here is the code i was trying to add, but not sure how to write it in.

    <p><a target="https://storage.ning.com/topology/rest/1.0/file/get/11509646?profile=original"><img class="align-center" src="https://storage.ning.com/topology/rest/1.0/file/get/11509646?profile=original" width="180" /></a></p>
    <p></p>

  • Hello Randy :)
    use this code instead I misstated a divide Wednesday..  It looks better with the divide.. LOL

    <div class="clear">
    <div id="HTML2" class="widget HTML">
    <h2 class="title">Recipes (or add your own index title)</h2>
    <div class="widget-content">
    <p><select onchange="self.location.href=''+this.options[this.selectedIndex].value+''" style="width: 222px;" class="tinyselect">
    <option value="recipe url">t1</option>
    <option value="recipe url">t2</option>
    <option value="recipe url">t3</option>
    <option value="recipe url">t4</option>
    <option value="recipe url">t5</option>
    <option value="recipe url">t6</option>
    <option value="recipe url">t7</option>
    <option value="recipe url">t8</option>
    <option value="recipe url">t9</option>
    <option value="recipe url">t10</option>
    <option value="recipe url">t11</option>
    </select></p>
    </div>
    </div>
    </div>

    If you want the images bigger raise the padding top than mess with your background size percentages. The code goes in your design studio CSS section.
    Same image on all use this code..

    .tinyselect > option{
     padding-top:25px;
     background-image: url("https://storage.ning.com/topology/rest/1.0/file/get/11509579?profile=original")!important;
     background-size: 15% 50%!important;
     background-repeat: no-repeat;}
     


    if you want a different image for each one use this code below.. Just change the number (1) at the end of the lead-in for each one you will end up with 11 codes to do them all individually. There is 4 completed below just change the image links to whatever you want

     .tinyselect > option:nth-child(1){
     padding-top:25px;
     background-image: url("https://storage.ning.com/topology/rest/1.0/file/get/11509579?profile=original")!important;
     background-size: 15% 50%!important;
     background-repeat: no-repeat;}

     .tinyselect > option:nth-child(2){
     padding-top:25px;
     background-image: url("https://storage.ning.com/topology/rest/1.0/file/get/11509579?profile=original")!important;
     background-size: 15% 50%!important;
     background-repeat: no-repeat;}

     .tinyselect > option:nth-child(3){
     padding-top:25px;
     background-image: url("https://storage.ning.com/topology/rest/1.0/file/get/11509579?profile=original")!important;
     background-size: 15% 50%!important;
     background-repeat: no-repeat;}

     .tinyselect > option:nth-child(4){
     padding-top:25px;
     background-image: url("https://storage.ning.com/topology/rest/1.0/file/get/11509579?profile=original")!important;
     background-size: 15% 50%!important;
     background-repeat: no-repeat;}

    3222536?profile=RESIZE_1024x1024

    • Hi George. Thanks, this is great only i wanted the pictures outside the boxes. Just above each box. Can that be done?

      • Something like this.

        3232181?profile=original

        • With the app you're using as soon as you select one it directs you to a new page it wouldn't make any sense to write the Java to have an image show up like that. It may not even load before the page changes. May I suggest another CSS hover effect..

           


          .tinyselect > option:nth-child(1):hover{
            background-image: url("https://storage.ning.com/topology/rest/1.0/file/get/11517120?profile=original")!important;
            background-size: 45% 100%!important;
            background-repeat: no-repeat;
            background-position: 100% 0px;
            padding-top:50px!important;  }

          3233756?profile=RESIZE_320x320

          When you hover your mouse over one of the tabs it'll show up like this.

          3233773?profile=RESIZE_320x320

          • That would work. I like that one. :)

            • That works great George. Dose it matter what size picture i use? Should i keep it the size i have now? The pic is 180x180.

              Also i have three holiday pages that i would like to use a recipe box for each page, but with different pictures. Would i target like this?

              .page-christmas-lane .tinyselect > option:nth-child(1):hover{

              • Oops nope. I just saw what i have to do to target the pic's. Let me see if i can do it. Learning on the job. lol.

This reply was deleted.
 

Some interesting articles related to community management, digital marketing etc. could be found in our digest. Don't hesitate to leave a feedback so we would know that we should continue :-)

Latest Activity

Rhonda liked ⚡JFarrow⌁'s discussion Ning Creators Sound Off: Share Your Network
Mar 27
⚡JFarrow⌁ updated their profile photo
Mar 24
Markus Miner and ⚡JFarrow⌁ are now friends
NC for Hire
Mar 19
Markus Miner replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"Man I'd love the help I was about just start a new network"
Mar 19
⚡JFarrow⌁ replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"I can fix that... ill send you my contact info. no problem"
Mar 18
⚡JFarrow⌁ replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"I can fix that... ill send you my contact info. no problem"
Mar 18
Markus Miner replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"Changed my design and now my logo overlap my new background header with no option to remove it.…"
Mar 15
Markus Miner replied to ⚡JFarrow⌁'s discussion
Ning Creators Sound Off: Share Your Network
"Because Ning is a terribly ran business with lack of upgrades and becoming obsolete "
Mar 15
Paul Corona replied to Anastasia_Ning_Support's discussion
Migration FAQ
"It might be transferred, but finding it and setting it up in a usable format is virtually…"
Mar 14
How to Speak to Travelocity Customer Service updated their profile
Feb 26
⚡JFarrow⌁ posted a discussion
Its been a few years since we have collaborated on a Community Share Post.   I would like to know…
Feb 24
Anderson updated their profile
Feb 20
More…

Meanwhile, you can check our social media channels