Nik
Forum Replies Created
-
Forum: Plugins
In reply to: [Socials Ignited] Amazon Missing?Hello.
The icons appear to be working properly. You can use
fab fa-amazon
for the amazon logo andfab fa-amazon-pay
for the amazon pay logo.Forum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Gallery image size problemHello!
Is your gallery set to Justified under the Gallery Type or is it set to Columns?
Forum: Plugins
In reply to: [WooCommerce] Sort the products in “out of stock” at the end of the pageThe code should work just fine, just try changing the priority on the filter, for example like this:
add_filter( 'posts_clauses', 'order_by_stock_status', 999 );
Forum: Plugins
In reply to: [AudioIgniter Music Player] Song Not Working ButtonHello.
This is an interesting feature, thank you for the suggestion, I’ll forward it to the team for further discussion.Forum: Plugins
In reply to: [AudioIgniter Music Player] dir. from ltr to rtlYou don’t have to edit any files.
Just go to Appearance > Customize and click the Additional CSS tab, then paste the code in the box.Forum: Plugins
In reply to: [AudioIgniter Music Player] dir. from ltr to rtlHello there.
RTL support for AudioIgniter will be added in an upcoming release.
Until then you can try adding these styles in the Additional CSS box under Customize to improve its appearance..rtl .ai-wrap .ai-control-wrap-thumb { margin-right: 0; margin-left: 20px; } .rtl .ai-wrap .ai-track-info { padding-right: 20px; padding-left: 0; } .rtl .ai-wrap .ai-track-time { text-align: left; } .rtl .ai-wrap .ai-audio-controls-meta { direction:initial; }
Forum: Plugins
In reply to: [AudioIgniter Music Player] Doesn’t work on popupI see there are some script errors on your page. You should start by addressing them to find out if they are breaking AudioIgniter’s functionality.
Here is a screenshot with the error I’m getting https://i.imgur.com/n4Gh3Oi.png It appears that there is no element with the .pop-up class on the page.Forum: Plugins
In reply to: [AudioIgniter Music Player] Not stop music when change other postThank you very much for providing us with this information. I’m sorry to hear that AudioIgniter might not be a good fit for your use case.
- This reply was modified 3 years, 8 months ago by Nik.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Doesn’t work on popupHello there.
Could you provide a URL where we could check out the issue?Forum: Plugins
In reply to: [AudioIgniter Music Player] Not stop music when change other postHello.
The pro version will give you the sticky player, but the music will still stop when navigating between posts. I’m afraid there is no easy way to to this if your theme is not already built to handle this.Forum: Plugins
In reply to: [MaxSlider] each slider image is a clickable link, not just buttonHello.
This solution is specific to the theme you are using, since you are using Loge we can discuss this further in the post you made in the theme’s support forum ??Forum: Plugins
In reply to: [Socials Ignited] Upgrade of Font AwesomeHello.
Thank you for bringing this to our attention. We will look for a suitable solution for this issue. In the meantime you can grab an older version of the plugin from the Previous Version section here and replace the latest one with it so you can still use the icons.Forum: Fixing WordPress
In reply to: Comment list is not displayed, After upgrading wordpressYes, this issue will occur in WordPress 5.5+
Contact the developer of your theme to get some help with this issue.
Forum: Fixing WordPress
In reply to: Comment list is not displayed, After upgrading wordpressHello.
This could be a theme related issue if your theme has a custom comments template. Try contacting your theme author for more help.Forum: Everything else WordPress
In reply to: How to import new blog theme to an existing WordPress site.Hello Jerome.
You could export your post content from the blog instance and import it on your other installation. Then you could take a look at the Multiple Themes plugin which allows you to use different themes on different site areas.Another solution would be to clone your blog in a new sub-domain installation on your primary server, then just add a link to the site’s menu which points to the subdomain installation.
Both options should be tested on a staging environment first to avoid any data loss on your primary installations.