Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 7

CurtisOdenLorenzoMaluchicandymantannerc +2 guests

Plugin doesn't show up in the EMBED version

This discussion is related to the Voting addon.
The option appears on the left side ONLY on the "non-embedded" version. After embedding into Wordpress the option disappears. How can I fix this?

Comments

  • Im having the same problem. I tried increasing my wordpress template width and the buttons appeared on the left side but changing the templates css width messed up all the other pages. Theres got to be another option. Any ideas?
  • This is what I found out so far. I downloaded a different Vanilla theme and the vote buttons showed up on the right side. It looks like you just have to change some css in the theme or the plugin css.
  • Posts: 72
    Same problem here. Voting option doesn't appear on embed vanilla theme.
  • Posts: 9
    Same issue @todd any help?
  • Posts: 1 1 like
    FWIW, I have been playing with the Voting plugin and the embed theme and I have found that by editing the voting.css style in the voting plugin folder and adding a new style called:

    ul.DataList li.Comment {
    padding-left:60px;
    }

    and editing the ul.MessageList div.Meta span.Votes style and setting the value

    right: 630px;

    seems to display a reasonable layout.

    You should vary the value of right depending on the width of your content area in your web page.
Sign In or Register to comment.