Fotis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Olsen Light] Olsen Light Custom widgetsHi there,
Can you please install Classic Widgets plugin https://ww.wp.xz.cn/plugins/classic-widgets/ and let me know if the issue persists?Forum: Themes and Templates
In reply to: [Olsen Light] Error on home pageHi there,
This is error comes from Jetpack plugin and its subscription form shortcode. Perhaps you should either check the plugins settings or contact their support here for more help https://ww.wp.xz.cn/support/plugin/jetpack/Forum: Plugins
In reply to: [AudioIgniter Music Player] How do I unsubscribe from emails on this topic?Hi,
can you please explain a bit more? Are you referring to the support forums?Forum: Themes and Templates
In reply to: [Olsen Light] Adding new social iconsHi there,
follow this guide here https://ww.wp.xz.cn/support/topic/tick-tok-icon/
but replace with a github icon insteadForum: Themes and Templates
In reply to: [Olsen Light] Mobile Menu Does not workThatβ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.
- This reply was modified 4 years, 4 months ago by Fotis.
Forum: Themes and Templates
In reply to: [Olsen Light] Mobile Menu Does not workHi there,
can you please check for plugin conflicts https://www.cssigniter.com/kb/checking-for-plugin-conflicts/ and let me know?Forum: Plugins
In reply to: [AudioIgniter Music Player] I want to close the updateForum: Plugins
In reply to: [AudioIgniter Music Player] Cover qualityHi there,
increasing the size will eventually increase the size as long as the container is the same. An image 1000×1000 scaled down to 500×500 will look extremely crisp and nice even in 4k screens. Have you tried my suggestion for AudioIgniter image sizes?Forum: Plugins
In reply to: [AudioIgniter Music Player] Cover qualityHi there,
you can change AudioIgniter default image sizes using this method https://www.cssigniter.com/modify-image-sizes-using-simple-image-sizes/Let me know if this helps
Forum: Themes and Templates
In reply to: [Olsen Light] Icons broken after upgradeHi there,
can you please share a URL so I can check this out? Have you checked for plugin conflicts? https://www.cssigniter.com/kb/checking-for-plugin-conflicts/ ?Forum: Plugins
In reply to: [AudioIgniter Music Player] Playback position?Hi there,
This is a great feature! I am adding it as a request for future releasesForum: Plugins
In reply to: [AudioIgniter Music Player] link the name to buy now buttonHi there,
I am afraid this is not possible. I am sorry. You should use the add to cart button functionality instead.Forum: Plugins
In reply to: [GutenBee - Gutenberg Blocks] Translation not wrokHi there,
which string is not translated? Can you share a URL? Are you certain this is part of GutenBee?Are you using Loco translate plugin to translate strings?
Forum: Themes and Templates
In reply to: [Olsen Light] Carousel to display pages instead of posts?Hi there,
try thisβ.slide-content .entry-meta{display:none;}in your custom css box under Customize->Additional CSS
to hide content you don’t needAlso you can use a redirection plugin to navigate post to a page https://ww.wp.xz.cn/plugins/redirection/
Let me know if this helps
Forum: Themes and Templates
In reply to: [Olsen Light] Use Icon for Home on MenuHi,
try this#menu-main > li:first-child > a:before{ font-size:20px; content: "π‘"; } #menu-main > li:first-child a{font-size:0;margin-right:0}instead and let m know if it works