brittasg
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [AudioIgniter Music Player] only the shortcode is displayingHello,
I am having the same issue as of today (or maybe 1-2 days, I didn’t check for 2 days). Only the shortcode is displaying and I don’t know what to do.
Has this issue been solved?
Thanks
.ai-tracklist .ai-track{background:black!important;} .ai-tracklist .ai-track:hover{background:darkblue!important;} .ai-wrap .ai-scroll-wrap > div:last-child div{ background:black!important; } .ai-wrap .ai-track-progress{ background:black!important; } /*Volumn control hover and focus buttons */ .ai-wrap .ai-btn:hover svg, .ai-wrap .ai-btn:focus svg { color: darkblue; } /*Main play button */ .ai-wrap .ai-audiocontrol { background: darkblue; } /*Main play hover and focus */ .ai-wrap .ai-audio-control:hover, .ai-wrap .ai-audio-control:focus { background: black; } /* Volume bars / .ai-wrap .ai-volume-bar.ai-volume-bar-active::before { background: darkblue; } / Music progress */ .ai-wrap .ai-track-progress { background: black; }Thanks for your reply. Is this default colour new?
I have used this custom CSS to change it, but it won’t let me change it anymore:
It won’t let me share a screenshot here. But the button and volume bar are now reddish / pink.
Before, I used the colours goldenrod or blueviolet.
.ai-tracklist .ai-track{background:black!important;}
.ai-tracklist .ai-track:hover{background:darkblue!important;}
.ai-wrap .ai-scroll-wrap > div:last-child div{
background:black!important;
} .ai-wrap .ai-track-progress{
background:black!important;
} /*Volumn control hover and focus buttons */
.ai-wrap .ai-btn:hover svg,
.ai-wrap .ai-btn:focus svg {
color: darkblue;
}
/*Main play button */
.ai-wrap .ai-audiocontrol {
background: darkblue;
}
/*Main play hover and focus */
.ai-wrap .ai-audio-control:hover,
.ai-wrap .ai-audio-control:focus {
background: black;
}
/* Volume bars / .ai-wrap .ai-volume-bar.ai-volume-bar-active::before { background: darkblue; } / Music progress */
.ai-wrap .ai-track-progress {
background: black;
}I do not have the PRO version, just the regular one.
Thanks for your reply.
I am not using any other plugins on my website.
What could it be?
Viewing 7 replies - 1 through 7 (of 7 total)