Fotis
Forum Replies Created
-
Forum: Plugins
In reply to: [AudioIgniter Music Player] Streaming in Chrome don’t works@reditores can you share the stream URL also?
Forum: Plugins
In reply to: [AudioIgniter Music Player] Streaming in Chrome don’t worksHi there,
AudioIgniter supports multiple stream sources,
Can you please share the stream URL and the URL you have a player with that stream?Does your stream supports https?
- This reply was modified 3 years, 12 months ago by Fotis.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Plug in Not playing my songThat’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/
Forum: Plugins
In reply to: [AudioIgniter Music Player] Plug in Not playing my songHi
This is not related to the plugin but:
The correct URL is this https://desireelaverne.com/ one while you are checking the non secure one. (http)So I suggest using this plugin https://ww.wp.xz.cn/plugins/really-simple-ssl/ to enable SSL and HTTPS redirection to avoid this issue.
Let me know if this helps
Hi,
you can check this guide https://www.w3schools.com/howto/howto_css_style_hr.asp on how to style thisLet me know if this helps
Great,
thank you for explaining
Open index.php file and add this<h3 class="entry-title archive-title"> <?php the_archive_title(); ?> </h3>before
<?php if ( ! empty( $post_col ) ) : ?> <div class="row"> <?php endif; ?>If you decide to proceed with this modification I would suggest you create a child theme, copy over the files you are editing and make the modifications there. This will allow your changes to survive future theme updates. If you directly edit the theme’s files, all changes will be lost once you update.
Have a look at this guide to learn more about child themes and how to create one http://www.cssigniter.com/ignite/beginners-guide-child-themes/
Then add some style to it
.archive-title{ margin-bottom:20px; }in your custom CSS box under Customize-▸Additional CSS
Let me know if this helps
Hi there,
these should rendered by default. Can you share a URL from your site?Forum: Plugins
In reply to: [AudioIgniter Music Player] Image size for playerHi there,
everything works correctly. Please preview not using customizer but Chrome dev tools https://developer.chrome.com/docs/devtools/ or mobile of courseFor Customizer you might need to change 480 in my previous code to larger values
I can see the playlist rendering normally https://prnt.sc/Tt7DZSSfMLEt
Can you share more details, you browser, operating system? Make sure you have checked from incognito window or from another browser or device to make sure this is not rendering
Forum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Using Vimeo’s Video File LinksHi,
currently you cannot embed it from this URL because is not embeddable. You could download the file and add it in your Media (Media->Add New) and then use Gutenbee Video block instead to play it.Let me know if this helps
Forum: Themes and Templates
In reply to: [Olsen Light] sidebar menu items with more linesGlad I could help!
Forum: Plugins
In reply to: [AudioIgniter Music Player] Image size for playerHi,
add this@media (max-width: 480px) { .ai-wrap .ai-control-wrap-thumb { width: 110px; margin: 0 20px 0 0; } .ai-wrap .ai-control-wrap{ flex-wrap:nowrap; } }in your custom css box under Customize->Additional CSS
Let me know if this helps
Forum: Plugins
In reply to: [AudioIgniter Music Player] Image size for playerHi there,
Thank you while it needs a passphrase to actually check it. Can you remove this?Forum: Plugins
In reply to: [AudioIgniter Music Player] player stopped working on home pageHi there,
I get this log
Access to fetch at ‘https://ygpband.com/?audioigniter_playlist_id=100’ from origin ‘http://ygpband.com’ 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.This means you are viewing the HTTP and not the HTTPs version. This https://ygpband.com/ will work fine, but you will need to use this plugin https://ww.wp.xz.cn/plugins/really-simple-ssl/ to setup correctly your SSL
Forum: Plugins
In reply to: [AudioIgniter Music Player] Image size for playerHi there,
Can you share a URL so I can check this? Do you have the PRO version installed? I just tested a demo installation and it works as expected