timjo
Forum Replies Created
-
Forum: Plugins
In reply to: [Testimonials Widget] Scroll Bar On Top of TestimonialsI have dropped this snippet everywhere and every style sheet i can think of but i am not having success
`.testimonialswidget_testimonials2 {
overflow: auto;
}htt://tonysmithconsulting.com in header widget is showing right and left scroll bar. I can’t find this style anywhere.
Grateful for your help.
May have spoke too soon on solution above.
tag, cat Lables and cat Values are gone but tag Values are still displaying.
ie:
http://sf.iabc.com/ai1ec_event/bonfire-branding-program/?instance_id=I have commented out both tag and cat w/ no effect ie:
`<tr>
<?php /*?><?php if( $categories ): ?>
<th scope=”row” class=”ai1ec-categories”><?php _e( ‘Categories:’, AI1EC_PLUGIN_NAME ) ?></th>
<td class=”ai1ec-categories”><?php echo $categories ?></td>
<?php endif ?><?php */?>
</tr>
<tr>
<th scope=”row” class=”ai1ec-tags”>
<?php /*?><?php if( $tags ): ?>
<?php _e( ‘Tags:’, AI1EC_PLUGIN_NAME ) ?>
<?php endif ?><?php */?>
</th>
<td class=”ai1ec-tags”><?php /*?><?php echo $tags ?><?php */?></td>
</tr>`Perfect!
Thanks Tons!
This is definately a feature (on/off) i would like to see added. Otherwise I will be forever updating this as updates come in.
But in mean time, Thanks Tons!PS: this is awesome pluggin. My client loves it and uses it almost exclusively. http://sf.iabc.com
even better would be the option to turn off both “categories” and “tags”. I definately agree w/ above that allot of users care not for cats or tags.