Fotis
Forum Replies Created
-
Hi there,
I get a CORS error for all your resources https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS . This is a security error, and it is not related to the plugin but your domain policy.I suggest disabling any security plugins, and consult you hosting provider to make sure you have correct domain setup.
Also make sure you have HTTPS redirect enabled using this plugin (if you have SSL) https://ww.wp.xz.cn/plugins/really-simple-ssl/Forum: Themes and Templates
In reply to: [Nozama Lite] The hamburger menu does not work.Hi there,
please check for plugin conflicts https://www.cssigniter.com/kb/checking-for-plugin-conflicts/I notice the main theme scripts file is not loading. Please reinstall the theme and let me know if the issue persists
- This reply was modified 4 years, 1 month ago by Fotis.
Forum: Themes and Templates
In reply to: [Olsen Light] Implement FontAwesome IconsHi,
We dont support Fontawesome.
The code is to replace dribble icon with another one, and just use a different social media URL
Can you add this before any custom css you have.olsen-icons-dribbble:before{ content:''; background:url("https://a.ltrbxd.com/logos/letterboxd-decal-l-pos-rgb.svg"); display:inline-block; width:20px; background-size:20px 20px; height:20px; }and let me know
Forum: Themes and Templates
In reply to: [Olsen Light] top menu alignment rightHi there,
try this.top-bar.mobile-empty { display: flex; }in your custom css box
Let me know if this helps
Forum: Themes and Templates
In reply to: [Olsen Light] Changing Social Share Icons for Olsen Theme PostsHi there,
Instagram does not support sharing. These are sharerers for each post and only the ones in the theme support sharing posts.Forum: Themes and Templates
In reply to: [Olsen Light] Implement FontAwesome Iconshi,
this was for the old version Olsen try this.olsen-icons.olsen-icons-dribbble:before{ content:''; background:url(your-tik-tok-image-URL); display:inline-block; width:20px; background-size:20px 20px; height:20px; }instead
Let me know if this helpsForum: Themes and Templates
In reply to: [Nozama Lite] The hamburger menu does not work.Hi,
can you share a URL so I can check this?Forum: Themes and Templates
In reply to: [Olsen Light] top menu alignment rightHi there,
add this.top-bar { justify-content: flex-end; }in your custom css box to align it on the right
Let me know if this helpsForum: Plugins
In reply to: [AudioIgniter Music Player] Track lengthThank you for your interest! We will try to release this as soon as possible
Forum: Themes and Templates
In reply to: [Olsen Light] Broken Social Icons and MenuHi,
try this.navigation li:hover > ul, .navigation .sfHover > ul { top: 10px; }in your custom css box to fix it
Let me know if this helps
Forum: Plugins
In reply to: [Elements Plus!] Why Gallery Plus! erases all alt texts???Hi there,
I am afraid we cannot promise the exact release time of a feature. Currently, all our updates cover Elementor breaking changes only and we don’t include feature releases.Forum: Plugins
In reply to: [AudioIgniter Music Player] Track lengthHi @boluda
This will be a good addition. Currently this is not possible, but I am adding this in our list for future releases.Forum: Themes and Templates
In reply to: [Olsen Light] Social Media Icons issueGlad this worked for you also!
Forum: Themes and Templates
In reply to: [Olsen Light] Changing max screen size for three line menu iconHello,
add this@media (min-width: 767px) { #masthead .navigation { display: block; } .mobile-nav-trigger { display: none; } }in your custom css box under Customize->Additional CSS
Let me know if this helps
Forum: Themes and Templates
In reply to: [Olsen Light] changed font not appearing in safari & mobileHi there,
How are you adding fonts? Can you please use a plugin https://ww.wp.xz.cn/plugins/olympus-google-fonts/ instead or using this guide http://www.paulirish.com/2009/bulletproof-font-face-implementation-syntax/ if you want to install manually