1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need help to reduce my slideshare widget on Wordpress

Discussion in 'WordPress' started by China_girl, May 7, 2016.

  1. #1
    I have a wordpress blog and am trying to incorporate one of my slideshare widget, but its going out of the specified box.

    chinambbs.org/blog/

    Can anyone please guide me to incorporate the widget in the box or can I increase the size of the whole column ?
     
    China_girl, May 7, 2016 IP
  2. Host Capitol

    Host Capitol Greenhorn

    Messages:
    33
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    10
    #2
    To fit the widget in the box, you can change the width of the iframe to 100%, for example, and delete (or comment out) the inline css of the div it's contained in.
    <div style="width:425px" id="__ss_13308721"> 
    HTML:
     
    Host Capitol, May 7, 2016 IP
  3. China_girl

    China_girl Well-Known Member

    Messages:
    4,096
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    195
    #3
    Thanks for your reply.
    This is what it displays now in the widget section :

    <div style="width:425px" id="__ss_13308721"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/MBBSinChina/shihezi-university-school-of-medicine-invites-indian-students" title="Shihezi University - School of Medicine invites Indian students" target="_blank">Shihezi University - School of Medicine invites Indian students</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/13308721" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0" allowfullscreen></iframe> <div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/thecroaker/death-by-powerpoint" target="_blank">PowerPoint</a> from <a href="http://www.slideshare.net/MBBSinChina" target="_blank">China MBBS Educational Institution</a> </div> </div>
    Code (markup):
    Where should I change it ?
     
    China_girl, May 7, 2016 IP
  4. Host Capitol

    Host Capitol Greenhorn

    Messages:
    33
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    10
    #4
    You're welcome. Make the changes in the iframe and the first div.

    Here's the same code with the changes:
    <div id="__ss_13308721"> <strong style="display:block;margin:12px 0 4px"><a href="http://www.slideshare.net/MBBSinChina/shihezi-university-school-of-medicine-invites-indian-students" title="Shihezi University - School of Medicine invites Indian students" target="_blank">Shihezi University - School of Medicine invites Indian students</a></strong> <iframe src="http://www.slideshare.net/slideshow/embed_code/13308721" width="100%" height="269" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC;border-width:1px 1px 0" allowfullscreen></iframe> <div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/thecroaker/death-by-powerpoint" target="_blank">PowerPoint</a> from <a href="http://www.slideshare.net/MBBSinChina" target="_blank">China MBBS Educational Institution</a> </div> </div>
    Code (markup):
     
    Host Capitol, May 7, 2016 IP
    China_girl likes this.
  5. China_girl

    China_girl Well-Known Member

    Messages:
    4,096
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    195
    #5
    Thank you very much, I could fix it inside the box now, wow.... looks so good now.

    I removed the Powerpoint link, is that okay? Also is there any option that the slides keep moving automatically, when some user is online?
     
    China_girl, May 7, 2016 IP
  6. China_girl

    China_girl Well-Known Member

    Messages:
    4,096
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    195
    #6
    Hello friend, waiting for your reply about :
    I also have one more question about my other site related to Wordpress and thought not to open a new thread, instead ask here:
    Here :
    chinambbsabroad.com

    When you hover on to the "MCI Listed Universities" there is a list of universities displaying. Some of the universities with two letter names are displaying well, but some universities with three letter names like : "Nanjing Medical University" is showing in two lines. I wanted that to also display in one line, How can I do it?

    Please help anyone.
     
    China_girl, May 8, 2016 IP
  7. Host Capitol

    Host Capitol Greenhorn

    Messages:
    33
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    10
    #7
    I suggest contacting the developer of the widget as there doesn't seem to be an autoplay function.

    As far as your second question, you could either change the font size or increase the width of the ul menu. I recommend the latter.

    #menuhead li ul a {
        width: 180px;
        float: left;
        display: inline;
        border-bottom: 1px solid #555;
    }
    Code (css):
     
    Host Capitol, May 9, 2016 IP
    China_girl likes this.
  8. China_girl

    China_girl Well-Known Member

    Messages:
    4,096
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    195
    #8
    Thank you so much for your reply for both the queries, I could able to fix it as I wanted, xoxoxo
     
    China_girl, May 22, 2016 IP
  9. China_girl

    China_girl Well-Known Member

    Messages:
    4,096
    Likes Received:
    72
    Best Answers:
    0
    Trophy Points:
    195
    #9
    Seems I am not able to make the border of my bottom box on the site, wider:
    chinambbs.org

    If anyone can just let me know how to increase the height of the box, at the bottom of this page, where the facebook fan page widget is located. Thanks.
     
    China_girl, Jun 26, 2016 IP
  10. Amarkolom

    Amarkolom Active Member

    Messages:
    186
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    88
    #10
    Nice to know your problem is fixed , this is really best forum i ever found. Every problem I also shared here , is sloved however.
     
    Amarkolom, Jul 5, 2016 IP