• Hello,

    My audioigniter player plugin suddenly, without me having used the admin website in a couple of weeks, changed colours of the button as well as volume bar to red.

    The issue now is that 1.) first of all, I didn’t do anything to change that, and 2.) I am not able to change it back.

    I tried to adapt all colours like I used to, goldenrod, blueviolet, nothing works, they stay red. Furthermore, my wordpress CSS admin site won’t let me change any of the other colours anymore, too.

    The problem now is that those new colours do not fit the rest of the website layout at all.

    Has there been some sort of update? I don’t know what to do.

    Please help.

    Britta

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support Fotis

    (@markwaregr)

    Hi there,
    Do you have the PRO version of AudioIgniter? Can you please check for plugin conflicts https://www.cssigniter.com/kb/checking-for-plugin-conflicts/ first to make sure no other plugin is causing this?

    Thread Starter brittasg

    (@brittasg)

    Thanks for your reply.

    I am not using any other plugins on my website.?

    What could it be?

    Thread Starter brittasg

    (@brittasg)

    I do not have the PRO version, just the regular one.

    Plugin Support Fotis

    (@markwaregr)

    Can you share a URL so I can check it? Which colors you previously had?

    Thread Starter brittasg

    (@brittasg)

    .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;
    }
    Thread Starter brittasg

    (@brittasg)

    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.

    Plugin Support Fotis

    (@markwaregr)

    Hi @brittasg

    By default AudioIgniter does not have any options to change colors (not in the free version) so you have changed colors using Custom CSS which is not valid. The red/pinkish color is the default color the theme has.
    Can you please try this custom css as the only css you have and share a URL of your player?

    Thread Starter brittasg

    (@brittasg)

    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:

    Thread Starter brittasg

    (@brittasg)

    .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;
    
    }
    Plugin Support Fotis

    (@markwaregr)

    Hi,

    can you share a URL where you have applied this custom CSS?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Audioigniter suddenly changed colours of button and volume bar – update?’ is closed to new replies.