Fotis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Olsen Light] Broken Social Icons and MenuHi there,
Social icons are ok https://prnt.sc/ZGB6z8aUtkbqHave you resolved this? Also add this
.site-bar .nav{flex:0 0 100%;} .navigation > li > a { margin-right: 8px; }in your custom css box under Customize-Additional CSS to fix the nav bar.
Let me know if this helps
Forum: Plugins
In reply to: [AudioIgniter Music Player] Maximum Player Width not workingHi there,
Can you try this.ai-audioigniter{width:450px}in your custom css box under Customize->Additional CSS instead?
Changing colors is part of the PRO version of the theme. You can still use some CSS.
Try this.ai-wrap .ai-audio-control{background:green;} .ai-wrap .ai-track.ai-track-active, .ai-wrap .ai-track:hover{background:green;} .ai-wrap .ai-volume-bar.ai-volume-bar-active:before{background:green;}under Customize->Additional CSS and change green to your preference
Let me know if this helps
Forum: Themes and Templates
In reply to: [Olsen Light] Olsen Light Child Theme IssueHi there,
this is not related to the theme. Please disable notices https://www.youtube.com/watch?v=YFSAWMGtCBo in your installationForum: Plugins
In reply to: [Elements Plus!] v2.14.2: Update to Elementor 3.6.0 causes fatal errorHi there @r8r
We updated Elements Plus to work with the latest version of Elementor.
Thank you for your patience and for reporting this.Forum: Plugins
In reply to: [Elements Plus!] v2.14.2: Update to Elementor 3.6.0 causes fatal error@markisparki Of course! Please allow us some time though.
Forum: Plugins
In reply to: [Elements Plus!] v2.14.2: Update to Elementor 3.6.0 causes fatal errorThank you so much @r8r for your notice and quick fix suggestion.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Ajax bugHi there,
I guess this is true, I but again not for dynamic data. Again this needs a lot of modifications that currently its not supported I am afraid.Forum: Themes and Templates
In reply to: [Olsen Light] Olsen Light Child Theme IssueHi there,
probably, please switch to the Parent theme to make sure everything works. Then remove the child theme and create a new one https://www.cssigniter.com/kb/creating-a-child-theme/Forum: Plugins
In reply to: [AudioIgniter Music Player] Ajax bugHi there,
This is the script your-domain.com/wp-content/plugins/audioigniter/player/build/app.js?ver=1.7.2Loading content via Ajax for static content is bad practice, unless you have a single page app. In any case this requires additional coding which is not supported by AudioIgniter I am afraid. I believe any related dynamic plugin will never work unless you load its scripts after the ajax requests that fetches the HTML.
Forum: Plugins
In reply to: [AudioIgniter Music Player] Ajax bugHi there,
I am afraid there is no solution. While this is not related with the plugin, since AJAX request should fetch also the plugin code and not only its HTML. The way this is handled will work only with static content. Please consult your theme provider on how to load plugin scripts after the ajax callForum: Plugins
In reply to: [AudioIgniter Music Player] Ajax bugHi there,
can you explain a bit more more or provide a URL where I can see this issue?
How are you loading the player?Forum: Themes and Templates
In reply to: [Olsen Light] Olsen Light Child Theme IssueHi there,
Thank you for using Olsen Light. Currently your site seems broken I am afraid, So can you please check for plugin conflicts https://www.cssigniter.com/kb/checking-for-plugin-conflicts/
Disabling sidebar is easy and you will not a third party plugin. First check how to get post ID like described here https://www.cssigniter.com/kb/how-to-find-the-post-id/
Then add this.postid-XXX #site-content .col-lg-4 {display:none;} .postid-XXX #site-content .col-lg-8 {flex:0 0 100%;max-width:100%;width:100%;}in your custom css box under Customize->Additional CSS for each post you want to hide the sidebar and replace XXX with your post ID like described in the above post.
Let me know how I can help out more
Forum: Plugins
In reply to: [AudioIgniter Music Player] Album/Playlist downloadHi there,
Thank you your feedback and suggestion!
Your solution will work fine for now, but I am adding this in our request list for future plugin updates.Forum: Themes and Templates
In reply to: [Olsen Light] How to hide sidebar on a single postHi there,
I have personally replied in your ticket there. Please recheck or reopen your ticket.
I am closing this thread since this is not related to Olsen light themeForum: Themes and Templates
In reply to: [Olsen Light] Homepage layout changesHi there,
Can you explain a bit more and share a URL? Do you have a third party plugin for recipes?