georgehanu
Forum Replies Created
-
Forum: Plugins
In reply to: [YOP Poll] Poll does not show all content verticaly in widgetHey [email protected],
From the main menu go to “Templates” and you will see a list with all the templates available. Choose the one you used for your poll and click on “Edit”. Then scroll down to the CSS section and look for:
<div id=”yop-poll-custom-%POLL-ID%”>
Replace it with:
<br style=”clear:both;”>
<div id=”yop-poll-custom-%POLL-ID%”>and save
Forum: Plugins
In reply to: [YOP Poll] hidden boxes with ChromeHello,
To fix your problem go to your poll template and locate CSS sections.
Then find this line:
#yop-poll-answers-%POLL-ID% ul li {
and then add after that line
background-image: none;Next step is to locate this line:
#yop-poll-answers-%POLL-ID% ul li input {
and add after
-webkit-appearance: checkbox;Regards,
YOP Team
Forum: Plugins
In reply to: [YOP Poll] radio button looks oddHey al1000,
Edit the Template you used for your poll and in the CSS section look for this:
#yop-poll-answers-%POLL-ID% ul li input {
and add this new line:
width: 10px;
Also find:
#yop-poll-answers-%POLL-ID% ul li {
and add this:
list-style:none;Forum: Plugins
In reply to: [YOP Poll] Could not activate – Fatal ErrorCan you tell us what fatal error is returned?
Forum: Plugins
In reply to: [WP-Polls] Vote & View Results Buttons Don't WorkYou could try Yop Poll.
Forum: Plugins
In reply to: [YOP Poll] Radio buttons on top text belowGlad it worked.
If you like Yop Poll and find it usefull, we could use a review.
Best Regards,
YOP TeamForum: Plugins
In reply to: [YOP Poll] Radio buttons on top text belowHi lynefitz,
Go to “Templates”, look for your poll’s template and from the menu that appears when you drag you mouse over it, click on “Edit”.
Scroll down to the “CSS” section and look for:
#yop-poll-answers-%POLL-ID% ul li input {
margin:0px;
float:none;
}
and then add after float:none;
width:10px;In the end you should have:
#yop-poll-answers-%POLL-ID% ul li input {
margin:0px;
float:none;
width:10px;
}Best wishes