Resource icon

XF 1 Tip [bd] Widget Framework Poll Block

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,802
Points
823

Reputation:

LQD submitted a new resource:

[bd] Widget Framework Poll Block - Ads Poll Bar Graph To Widget Results

This will make your results now appear as such
View attachment 1797
In template replace wf_widget_poll_block_result with the following.
Code:
<xen:edithint template="wf_default.css" />
<xen:edithint template="polls.css" />
<style type="text/css">
.widget-poll .pollBlock .pollResult h3.optionText {
text-overflow: inherit !important;
width: 100% !important;
display:block !important;
margin: 0;
padding: 0;
}
.widget-poll .pollBlock .pollResult div {
display:block !important;
}...

Read more about this resource...
 
Top