Forum Replies Created
list of topics you have created till now.
-
-
Yes, I made it work for v3.2.1 of Font Awesome (I needed a couple of icons which weren’t available in the version included into the theme package by default). I followed the steps, given by Mehmet, exactly and it finally worked. At first I thought the last step was unnecessary because code inside font-awesome.css seemed the same but after I replaced it with Mehmet’s code, new icons started to show correctly.
I hope it helps!I think I’ll be ok with 3.2.1 – t has all the icons I need. However I’m using Read WP – are the steps you’ve mentioned the same for it? I used search on forums but there’s no way to specify a thread to search in.
After updating the theme to the latest version, I tried again and it now works in mobile Safari. Thanks a lot, Ahmet!
Hi Mehmet! I did the exact same steps: downloaded Font Awseome v4.0.3 from the official site, unzipped the archive and replaced file from Font Awesome folder on the server with 5 corresponding files from v4. I also replaced font-awesome.css file with updated version but now all icons on my site turned into empty squares.
I think it could be because of new naming conventions in v4 (fa-[name]-[shape]-[o]-[direction]). There’s also a new default font path for v4 as stated here https://github.com/FortAwesome/Font-Awesome/wiki/Upgrading-from-3.2.1-to-4
What should I do to make the updated icons work?Unfortunately entering this into custom CSS didn’t do anything to post meta + it killed the permalink functionality from external js which I mentioned in the previous comment. And I can’t get it working even after deleting this custom CSS!
I’d like to resolve the issue asap. Any ideas?
Sure, it’s http://infovert.net/
I also noticed that permalink sign which Mehmet gave me script for (http://www.pixelwars.org/forums/topic/insert-permalink-sign-into-post-headerfooter/) is also invisible in mobile Safari.
That’s awkward and is a rather big potential problem.
are you sure you’re using fonts which have native Russian support?
I just noticed that this discussion was about Bloggy WP but I think the code is no different for Read WP?
Hi Mehmet! I used this code to get rid of “by author” info in the homepage and single posts and it worked great.
body.home .by-author { display: none; }
body.single .by-author { display: none; }However, when I visited my website through Safari on the iPhone, the homepage of the site shows only the name of the post without date and category while they’re shown in individual posts.
Is it a bug or should I add some additional code to Custom CSS?
I had the same issue with Cyrillic fonts, thanks! By the way, if I have WP Google Fonts plugin installed, should I disable it after your next update?