erwindemoel
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Polylang Pro translate slugs in EnglishSolved the issue, I had to filter the menu items to English and re-add the items.
Forum: Developing with WordPress
In reply to: i-feather not working with CDN javascriptThanks George, your solution worked! 🙂
When I added a script with “feather.replace();” it started working. I thought that’s what the feather.min.js file was for, but I guess I needed to initialize it with this.
Forum: Developing with WordPress
In reply to: i-feather not working with CDN javascriptHi George, thanks for your sharp reply. I substituted the quotes, but I still don’t see the feather icon. Any other good ideas? 🙂
- This reply was modified 2 years, 5 months ago by erwindemoel.
Forum: Developing with WordPress
In reply to: i-feather not working with CDN javascriptHi, thanks for the suggestion. I removed the parameters, but it still doesn’t work here.
Icon is behind the text “Test:”
- This reply was modified 2 years, 5 months ago by erwindemoel.
Forum: Developing with WordPress
In reply to: i-feather not working with CDN javascriptHi, thanks for the suggestion. Unfortunately it didn’t work.
The ” was added by the forum and not in my code.
This is the script code that’s generated on my WordPress page:
<script type=”text/javascript” src=”https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.29.1/feather.min.js?ver=1.0” id=”mi-ifeather-js”></script>
Thanks a lot, that helped me resolve the issue! I had to comment out:
function end_el() and function start()
Forum: Plugins
In reply to: [Polylang] Polylang homepage to root permalinkThis post solved my question:
https://polylang.pro/doc/define-your-home-page-as-a-static-page/