• Resolved jshields

    (@jshields)


    Love the layout and how your plugin works, but I am having an issue with the facebook button (we are using the classical gamer theme, a child of the Arras theme). Whenever we press the facebook like button the window that pops up that gives you the option to unlike it or post it to facebook gets cut off, seen here:

    http://tinypic.com/r/k4tbu0/6

    Any suggestions on how to fix this? I changed the settings so that the buttons were on the top of posts and the same problem occurred.

    Thanks for the help!

    http://wordpress.org/extend/plugins/jamie-social-icons/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author martiniboy

    (@martiniboy)

    Thanks for downloading my plugin jshields I had a look at the Classical Gamer Theme and if your screen shot was taken from the home page it looks like the theme keeps everything inline by not allowing anything overflow. I am guessing that it is down to your themes css as I have not experienced this issue on any other theme but I may have missed something.

    If you want me to take a look send me a link to your blog and I will take a look to see if I can help you out, I think from looking at the themes demo I can see what the problem is but without my icons in it I can’t test and as it is not a free plugin I cannot download and run tests.

    Thread Starter jshields

    (@jshields)

    Here’s a link (it’s a test site):

    http://chiaz.com/wp/

    The screenshot wasn’t from the homepage, it was on one of the pages you can get to from it. Thanks for your time and help, I appreciate it! If you have any other Q’s let me know.

    Plugin Author martiniboy

    (@martiniboy)

    Hi jshields
    Thanks for sending me the link to your site, I have taken a look at the site and as I suspected there a div with a class of entry-content which has a style of overflow hidden, which prevents anything opening within the box which will overflow this.
    To rectify this you can go to your style.css – Appearance > Editor and on line 290 find

    .traditional .post .entry-content, #main .single-post .entry-content {
        font-size: 13px;
        line-height: 18px;
        margin-top: 20px;
        overflow: hidden;
    }

    And remove overflow hidden. I am not sure if this will effect anywhere else on the site though so you will need to run tests. So please make a backup of the stylesheet before editing. If you are unsure it may be worth asking your theme developer, this may be over written each time you update the theme though.
    I hope that this helps, if I can help out any more please let me know.

    Thread Starter jshields

    (@jshields)

    It appears to be working just fine, excellent! Thank you very much!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Jamie Social Icons] Issues with the facebook button’ is closed to new replies.