Fotis
Forum Replies Created
-
Hi there,
This is a POST max size issue, when adding more content.
Make sure you have a post size which can support big requests
There are 2 different places you can set it:
php.ini
post_max_size=20M
upload_max_filesize=20M
or
.htaccess / httpd.conf / virtualhost
include php_value post_max_size 20M
php_value upload_max_filesize 20M
Change 20 to a larger value (x100 times up)
But it is suggested to consult your host to increase your post_max_size to a large value.
Let me know if you need additional help with this.Forum: Plugins
In reply to: [AudioIgniter Music Player] Player not displaying on the page(audio igniter)Hi there,
Can you share more details.
Which draft, the page/post the shortcode is inside or the playlist post type?
How many items do you have in your playlist? Does this happen in a playlist with one, or less tracks?Forum: Themes and Templates
In reply to: [Olsen Light] Gap between two category headingsHi there,
add this in your custom CSS box under Customize-▸Additional CSS
.entry-categories a, .entry-category{margin:0}<span class=”prokeys-snippet-text”>Let me know if you need additional help with this.</span>
- This reply was modified 2 years, 3 months ago by Fotis.
Glad I could help!
Hi there,
This is the default behaviour
AudioIgniter is not a standalone application, its a plugin in WordPress which runs inside a browser.
Mobile phones will not allow any browser to run in the background. So their process is stoped.
If you need your site to behave like a native app, and allow to play continues please check PWA https://web.dev/explore/progressive-web-apps technology.
Hi there,
Everything seems normal. Can you share the Safari version you have? Are you certain these files you are using are supported?
Forum: Plugins
In reply to: [AudioIgniter Music Player] Media Query AdjustmentHi there,
you can add this <span class=”prokeys-snippet-text”>in your custom CSS box under Customize-▸Additional CSS</span>
<span class=”prokeys-snippet-text”>Let me know if this works for you.</span>
.ai-wrap .ai-control-wrap-thumb{ width:100%; margin-bottom:20px; } .ai-wrap .ai-control-wrap{display:block;} .ai-wrap .ai-control-wrap-thumb img{width:100%;}Forum: Plugins
In reply to: [AudioIgniter Music Player] Selected track colorThat’s great. Glad I could help. If you need additional help with anything, feel free to get in touch and I will be there for you within 24 hours.Also, we’d really appreciate if you could you take a minute and rate our plugin at https://ww.wp.xz.cn/support/plugin/audioigniter/reviews/
- This reply was modified 2 years, 4 months ago by Fotis.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Selected track colorHi @cksong
you can add this <span class=”prokeys-snippet-text”>in your custom CSS box under Customize-▸Additional CSS</span> and replace colors with your preference
.ai-track.ai-track-active, .ai-track:hover, .ai-track:focus { background:red!important; color:#ddd!important; }Forum: Plugins
In reply to: [AudioIgniter Music Player] Single Tracks to put directly in cart available?Hi there @neighbourtom
Thank you for your feedback. Currently this is not possible. Perhaps this will be implemented in future plugin updates.
Forum: Plugins
In reply to: [AudioIgniter Music Player] I cant play it in MobibleHi there,
I cannot see any players in the link you have provided. Can you share more information? Which browser and OS you are checking? Can you share the file format? Is it supported by the browser you are visiting?
Forum: Plugins
In reply to: [AudioIgniter Music Player] Large Blank Grey AreaThat’s great. Glad I could help. If you need additional help with anything, feel free to get in touch and I will be there for you within 24 hours.Also, we’d really appreciate if you could you take a minute and rate our plugin at https://ww.wp.xz.cn/support/plugin/audioigniter/reviews/.
- This reply was modified 2 years, 5 months ago by Fotis.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Large Blank Grey AreaHi there,
you can add this
.ai-wrap .ai-tracklist{width:100%;}<span class=”prokeys-snippet-text”>in your custom CSS box under Customize-▸Additional CSS</span>
<span class=”prokeys-snippet-text”>Let me know if this works for you.</span>
Forum: Plugins
In reply to: [AudioIgniter Music Player] Unknown Playlist and FileHello,
For assistance with the PRO version of the plugin you’re using, kindly reach out to us directly at https://www.cssigniter.com/support-hub/. These forums specifically cater to the free version of the Plugin.
Forum: Plugins
In reply to: [AudioIgniter Music Player] The plugin is not displayedHi,
All pages display this https://prnt.sc/c_iBhCjSgsdT and not player is loading, because no player seem to exist in these pages. I suggest
1. Check for plugin conflicts https://www.cssigniter.com/kb/checking-for-plugin-conflicts/
2. Switch themes temporary and check if the issue persists
Let me know the outcome.