Vassilis Mastorostergios
Forum Replies Created
-
Forum: Plugins
In reply to: [AudioIgniter Music Player] Incompatibility with Hook WordPress themeNice ?? Glad to help!
Forum: Plugins
In reply to: [AudioIgniter Music Player] Incompatibility with Hook WordPress themeOh I see your website is behind some kind of wall because it’s under development. I believe this is the reason why this happens. If you can momentarily disable the wall so that we can verify the assumption.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Audio Volume ControlHello, this is something we’re actively working on, expect an update very soon ??
Forum: Plugins
In reply to: [AudioIgniter Music Player] Hide TracklistHey! Thank you so much for the kind comments and for buying the premium version (which by the way grants you access to our private support forums if you choose so ?? ).
We’re discussing this internally and will keep you posted here ASAP!
Forum: Plugins
In reply to: [AudioIgniter Music Player] Incompatibility with Hook WordPress themeHello! The plugin hasn’t been updated because there are simply no bugs (that we have found) and we’re pretty happy with it at the moment.
AudioIgniter doesn’t load on your website because for some reason Ajax requests to the endpoint providing the tracklist are failing from the server with a response of 503. This is most likely not an issue with the Hooks theme as well (you can verify this by temporarily reverting to the default WordPress theme for a little bit, let me know if it works there, but it definitely shouldn’t). I believe this is an issue with how your server is set up, I would contact your host about this issue and I’d be very interested to hear what they’re saying so that perhaps we could fix this from our end and make sure it doesn’t happen again.`
Thank you in advance!
Forum: Plugins
In reply to: [AudioIgniter Music Player] Advanced optionsI see what you mean. This is something we’ll have to think about (adding an extra download button for each song), unfortunately it can’t be customized ad hoc ??
I’ll keep you posted when/if it happens!
Forum: Plugins
In reply to: [AudioIgniter Music Player] Advanced optionsHeya! Thanks for the kind comments and I love you’re enjoying the player so far ??
I hate to disappoint but I’m afraid the player is not extensible like that, in general a waveform is not possible and not in our near-future plans to include I’m afraid.
As for the download preview, I think this is not possible right now but if I understand right you probably want to have as a preview the actual tracks that are being played (e.g. 15-30″ previews) and have the buy buttons as links for full purchase?
- This reply was modified 8 years ago by Vassilis Mastorostergios.
Forum: Plugins
In reply to: [AudioIgniter Music Player] autoplay and slow speedHello! After a lot of back and forth we’ve decided not to implement autoplay in AudioIgniter, as autoplaying sound on page load is generally considered a very bad practice and we wouldn’t like to be advocates of bad user experiences.
Apart from that, the major deal breaker is that autoplaying sounds is not possible in mobile devices (the operating systems do not allow it) and we wouldn’t be able to provide a consistent behavior between platforms.
I hope you understand our reasoning and thanks for using AudioIgniter!
Forum: Plugins
In reply to: [MaxSlider] Improving dot navigationYou can shoot me an email at vmasto [at] cssigniter [dot] com
Forum: Plugins
In reply to: [MaxSlider] Improving dot navigationHmm, is the website somewhere live so I can inspect it?
Forum: Plugins
In reply to: [MaxSlider] Improving dot navigationHeya!
We’d like to keep it simple and plug and play generally, but you can certainly do that with a sprinkle of custom CSS.
For example
.maxslider .slick-dots button { width: 20px; height: 20px; } .maxslider .slick-dots button:before { content: ""; width: 10px; height: 10px; display: inline-block; background-color: #000; border-radius: 50%; margin-left: 3px; }
This will add foreground dots to the dot navigation.
The image position can be changed by applying
background-position
on the image element you wish ??- This reply was modified 8 years, 3 months ago by Vassilis Mastorostergios.
Forum: Plugins
In reply to: [MaxSlider] Full width sliderWe can answer more specifically in the theme forum providing sample code, but in general you should place it outside the
.container
div. The .container div is the one that limits the size to a fixed width.So basically copy the code that is inside .col-xs-12 and paste it outside .container (above it).
Please feel free to open a ticket in Tabloid’s forum for specific details if needed!
Forum: Plugins
In reply to: [MaxSlider] Full width sliderThanks for the snippet and all the kind words! Means a lot!
Forum: Plugins
In reply to: [MaxSlider] Full width sliderHeya!
In order for the slider to span the full width of a website it needs to live inside a div or page element that also spans full width. This is basically a theme modification issue, the slider will not limit its width by itself, the only constrain is its parent element, so it all depends where exactly you place it on the theme.
Forum: Plugins
In reply to: [MaxSlider] ResponsiveHello! We’re planning on adding responsive options very soon. However, if you can share a URL of your website we can take a look and provide a few custom styles to improve the display ??