MikevZ
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Problem using the same permalink slugI’d love to have the polylang-slug functionality integrated in Polylang’s core. Especially for my tech blogs since most category slugs represent product and vendor names or general definitions. So thanks in advance Chuby 🙂
Forum: Plugins
In reply to: [=== Plugin Name] Cannot browse – blank page, no notebooks appearingGlad you’ve resolved your issue. Mine still persists even though I disabled -all- other plugins. Guess I’ll create my own ticket.
*BUMP*
Forum: Plugins
In reply to: [=== Plugin Name] Cannot browse – blank page, no notebooks appearingSame here, I’m suspecting my iThemes Security plugin which hides the backend feature with a different login slug. Anyone else with this problem -and- this security plugin enabled?
Do icons align correctly in your menu?
My Nirvana powered website can’t get them side by side next to the menu text regardless which alignment setting I use.
Thanks in advance,
MikeHi Dzikri, Any progress on the style adjustments?
Howdy Dzikri,
My apologies for misunderstanding. I’ve setup my other live site with Menu Icons: http://interways.com
Deliberately used 3 main menu items with an icon and 2 without one for comparison.
Thanks a bunch for checking out which style adjustments are required for my theme (Nirvana).
Cheers Mike
Any pointers?
Hi Dzikiri, yes the image hoster (imgur.com) is live here, but I’ve uploaded it to my self-hosted site too just in case:
http://van-zand.com/?p=2690&draftsforfriends=G8fZVJzjAaM8zfx0WBvuvwpZCpvYt0Aa
(link valid for 30 days)
Forum: Plugins
In reply to: [Polylang] Fix: cross domains icons (aka Elusive font)You’re very welcome, thank you for creating the best ML-plugin for WP 🙂
In retrospect, my fix/info seems more appropriate for the used theme (Nirvana) that ran into those garbled icon issues than Polylang, which ran just fine out of the box. Nevertheless, good info I hope 🙂
Forum: Themes and Templates
In reply to: [Nirvana] WPML translation plugin compatibilityHaven’t found any unfortunately.
I’m using Polylang and offered CryOut paid development to support Polylang. Sadly no response.
Forgive me if the following tip for an alternative plugin is against the policy here, it’s just that I ran in too many issues with Multilanguage (404s, conflicting with Pretty Link, no option to customize the alias, e.g. just EN instead of en_US nor separate domain names per language).
So without further ado, I highly recommend checking out Polylang (free as well)
In case somebody else runs into 404 errors then here’s a fix for those who use Windows hosting.
Add the following code in your Web.config:
<rewrite> <rules> <rule name="wordpress" patternSyntax="Wildcard"> <match url="*"/> <conditions> <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true"/> <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true"/> </conditions> <action type="Rewrite" url="index.php"/> </rule></rules> </rewrite>