• Resolved jcc2150

    (@jcc2150)


    Hello thanks for the plug in. I cant seem to get it working. When I’m previewing there seems to be a small appearance of a second ‘x’ right below. Also there’s nothing displayed. I’m not sure if its the template I downloaded. I’m not savvy in this part of town so any help would be awesome. Thanks!

    the temporary site is jc.unbrandedstudio.com

    http://wordpress.org/plugins/facebook-page-promoter-lightbox/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter jcc2150

    (@jcc2150)

    Update, I was able to get the faces to actually show up, I apparently added the wrong ID number…

    But I’m still trying to figure out how to get ride of the small mark below the ‘x’ close symbol. please help asap. Thank you

    Plugin Author Arevico

    (@arevico)

    Hi,

    glad you got the blank screen issue resolved. As far as the mark goes, the issue lies within your theme.

    The selector

    a {
    padding: .3em 0 .1em;
    position: relative;
    }

    in style.css is far to generic. It adds padding to the close button (as it is also a link). To fix this, either make the selector more specific or add the following rule

    html #arevicofancy-close{
    padding: 0;
    }

    Please let me know if this fixes the issue

    Thread Starter jcc2150

    (@jcc2150)

    Hello again,

    I’m sorry where can I find this? I did a search in the wordpress dashboard in ‘editor’ under the css.style but wasn’t able to find the selector code you show. Again I’m noob with this stuff.

    Off topic:
    Is having a very generic template going to kick me later down the road? I mean should I be considering another template (I thought it was simple but better than a pure blog template)

    Plugin Author Arevico

    (@arevico)

    it should be in /wp-content/themes/pilot-fish/style.css. I’f you can’t find it just add the second snippet to the same file.

    Choosing a generic template isn’t necessarily a bad thing. However, a template is designed for a specific type of website. Doing stuff which the template is designed for is easy, but if a specific type of pages doesn’t fit in the template some technical knowledge may help. Also beware, if your template comes with a lot of template-specific functionality, relying on that makes switching it more difficult in the future

    Thread Starter jcc2150

    (@jcc2150)

    Ok I found the first code you posted. Where should I be placing the

    html #arevicofancy-close{
    padding: 0;
    }

    I’m not familiar with terminology here, snipplet or rule ? :-\ Thank you for such fast replies!

    Plugin Author Arevico

    (@arevico)

    Make sure to put it at the end of the document, outside any other { … } block

    Thread Starter jcc2150

    (@jcc2150)

    ok i added it to the end of the css.style in the editor and updated. it still hasn’t changed.

    Thread Starter jcc2150

    (@jcc2150)

    Update: its finally working.

    I’m not sure if this was a question before but is it possible to have text above and below this box? like a “please click the like button to join our group” ? thanks

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Regarding to Blank Screen’ is closed to new replies.