Fotis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Olsen Light] Image gallery stopped workingHi there,
can you verify that when adding an image you have this https://prnt.sc/79YgsSdxmRsm selected?Forum: Plugins
In reply to: [AudioIgniter Music Player] Unlimited track Issue on websiteHi there
please increase your max_input_vars to higher values
There is no highest configuration, this related to your hosting provider setup. Also make surephp.ini post_max_size=120Mor
.htaccess / httpd.conf / virtualhost include php_value post_max_size 120Mare the minimum you have as a value
- This reply was modified 3 years, 9 months ago by Fotis.
Forum: Plugins
In reply to: [Elements Plus!] Elements Plus breaks “Edit With Elementor” 3.7+Hi @tmuka
Thank you for reporting this. We are investigating it, and we will release an update fixing this issue as soon as possible. In the meanwhile, please downgrade Elementor to a previous working version https://elementor.com/help/rolling-back-to-a-previous-version-of-elementor/. Also make sure Elements Plus is in the latest version.Forum: Plugins
In reply to: [AudioIgniter Music Player] Unlimited track Issue on websiteHi @theweb3103
There is no limitation on how many items you can add in AudioIgniter.
Can you contact your hosting provider and make sure– max_input_vars is high enough to handle all items
– No POST Suhosin limit is reachedThese are handled by php.ini file. So you host should check them out.
Let me know when they have an answerForum: Themes and Templates
In reply to: [Olsen Light] Full Width Template Not Taking Up Full ScreenHi,
you can add this.col-lg-8.offset-lg-2.col-12 { max-width: 100%; margin: 0; flex: 0 0 100%; }in your custom CSS box to expand it. But you will need to change the image size also. Use this method https://www.cssigniter.com/modify-image-sizes-using-simple-image-sizes/ and then refresh your Jetpack CDN to get the new image sizes (disable and enable it).
Let me know if this helps
Forum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Gutenbee Gallery – Justification option brokenHi there,
Thank you for reporting this. Can you check for plugin conflicts https://www.cssigniter.com/kb/checking-for-plugin-conflicts/ ? If you switch to the default WordPress theme temporary or in a fresh installation does this feature work?Forum: Plugins
In reply to: [AudioIgniter Music Player] Music player fails to fully loadGlad I could help!
Let me know if you need help with anything else
in the meantime, if you could share a review for AudioIgniter here https://ww.wp.xz.cn/support/plugin/audioigniter/reviews/ it would help us a lotForum: Plugins
In reply to: [AudioIgniter Music Player] Music player fails to fully loadHi there,
if you try this
https://www.idatis.org/temporal
URL it will work. This is why http://www.idatis.org is the correct domain and not idatis.org (yes for the web these are different).
This triggers a CORS error
Access to fetch at 'https://www.idatis.org/?audioigniter_playlist_id=1895' from origin 'https://idatis.org' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
which prevents the audio to load due to security reasons.
I suggest adding a redirect from odatis.org to http://www.idatis.org to resolve all your issuesForum: Plugins
In reply to: [AudioIgniter Music Player] short code not renderingHi there,
Thank you for sharing this. Can you please open a ticket to Tutor LMS support if they actually support shortcode rendering in their editor?Forum: Plugins
In reply to: [AudioIgniter Music Player] Can you help please? not play from mobileHi @mattiave
Glad I could help!
Let me know if you need help with anything else
in the meantime, if you could share a review for AudioIgniter here https://ww.wp.xz.cn/support/plugin/audioigniter/reviews/ it would help us a lotForum: Plugins
In reply to: [AudioIgniter Music Player] Can you help please? not play from mobileHi there,
it seems Safari does not recognise this Audio file. Can you try any other mp3/wav file and let me know? Do you have any security plugins enabled or your hosting provider is WordPress.com?Forum: Themes and Templates
In reply to: [Olsen Light] Carousel not workingThat’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 theme at https://ww.wp.xz.cn/support/view/theme-reviews/olsen-light. I
Forum: Themes and Templates
In reply to: [Olsen Light] Carousel not workingHi there,
can you please check for plugin conflicts https://www.cssigniter.com/kb/checking-for-plugin-conflicts/ and let me know if any third party plugin is causing thisForum: Plugins
In reply to: [AudioIgniter Music Player] Remember last player position ?Hi there,
I am afraid there is no bulk option for this.
Are you using the Pro version of the plugin? Please open a ticket here instead https://www.cssigniter.com/support-hub/ since this is the free version of the plugin support forumForum: Themes and Templates
In reply to: [Olsen Light] underline for linksHi there,
do you have a URL so I can check this out? This would help.widget a { text-decoration: underline; }in your custom css box under Customize->Additional CSS
Let me know if this worked