Fotis
Forum Replies Created
-
Forum: Plugins
In reply to: [AudioIgniter Music Player] SyntaxError Unexpected tokenHi @dan1105 Yes! most likely Wordfence will block ajax requests like this. I suggest disabling it temporary and rechecking
Forum: Plugins
In reply to: [AudioIgniter Music Player] Won’t Allow Me To Add Additional Tracks@clifton11221 You might need to set post_max_size limit higher( a lot).
Thank you for reporting this, Can you share a URL where you have added the slider and does not appear?
Credentials will work at [email protected]
But in the code I can see a lazy loading method. In any case, I will investigate this, while I dont think its related in AudioIgniter since I tested a similar scenario without this issue.Hi there,
It seems you are trying to lazy load a component but your page height is too small. Can you disable this feature or plugin?Forum: Plugins
In reply to: [AudioIgniter Music Player] AUDIOIGNITER: Time Sync’d audioHi there
This is a nice feature and we will talk with the team on implementing it in our next version. Currently this is not possible though. You can check here https://jobs.wordpress.net/ if you want custom work to implement it or help you fix any minor bugs of your current script.
Hi,
Try adding this.ai-wrap .ai-track-no-thumb.ai-track-thumb {
width: 40px;
height: 60px;
line-height: 70px;
}Also remove this custom css you have to fix the thumbnail, or just add some real images
.ai-wrap .ai-track-no-thumb {
height: 60px;
line-height: 97px;
}Forum: Themes and Templates
In reply to: [Olsen Light] Change the width of the sidebarHi there,
try this under Customize->Additional CSS. Let me know if this helps
@media (min-width: 768px) {
.col-md-4 {
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%;
}
.col-md-8{
flex: 0 0 80%;
max-width: 80%;
}
}Forum: Plugins
In reply to: [AudioIgniter Music Player] Playlist of mp3 directoriesHi @pavlos7
Some features might be found in the PRO version https://www.cssigniter.com/plugins/audioigniter/
Currently these are not possible with the free one.Forum: Plugins
In reply to: [AudioIgniter Music Player] Files with percent symbol won’t play@itsriko Please let me know when you have resolved this!
Also if you have some time and you like AudioIgniter dont forget to leave us a review https://ww.wp.xz.cn/support/plugin/audioigniter/reviews/
It will really help usForum: Themes and Templates
In reply to: [Olsen Light] Translate Continue Reading and Previous/Next PostHi there,
This is not a style change I am afraid. And it is suggested to work with a plugin in order to change strings. This plugin will not have any effect in your site performance.
Forum: Themes and Templates
In reply to: [Olsen Light] Remove Logo in FooterI dont see any logos in the footer https://prnt.sc/Z7O8nY6lItj1
Forum: Themes and Templates
In reply to: [Olsen Light] Video formatGlad I could help!
Forum: Themes and Templates
In reply to: [Olsen Light] Translate Continue Reading and Previous/Next PostHi there,
Please have a look here https://www.cssigniter.com/kb/easily-modify-theme-strings/Let me know if this helps