dre_714
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Nevermind I found the fix. I had to make sure that the “post” was selected within the pluggin’s settings
Forum: Plugins
In reply to: [Extended Coupon Features for WooCommerce FREE] Change messageHmm okay then thanks
That worked @dcooney thanks! 😀
Forum: Plugins
In reply to: [Cue by AudioTheme.com] Display full playlist – no scrollingHi Danster,
Um…it should have worked. Try this
.cue-playlist .cue-tracks{
border-width: 0px 0 0 !important;
color: grey;
cursor: pointer;
padding: 0;
display: inline !important;
overflow: visible !important;
}Here is an example
http://nexusbuildout.com/secular-music/“>Forum: Plugins
In reply to: [Cue by AudioTheme.com] Display full playlist – no scrollingHi guys,
I have found a solution. Try this css code.
.cue-playlist .cue-tracks{
border-width: 0px 0 0 !important;
color: grey;
cursor: pointer;
padding: 0;
display: inline;
overflow: visible !important;
}
Viewing 5 replies - 1 through 5 (of 5 total)