jpahonen
Forum Replies Created
-
Hi again. I found a fix, it’s not working perfectly, but at least people will be able to view the material in some form: https://www.ads-software.com/support/topic/overaly-greyed-out-with-nextgen-20-and-202-and-wp35-and-36
Hope this helps you out too. Still eager to find a proper, working solution though.
Hmm. Are you using Slimbox as well, since I found this:
https://groups.google.com/forum/#!topic/slimbox-support/TDno_iHg1ok
https://code.google.com/p/slimbox/issues/detail?id=36
I’ve tried fooling around with it, but haven’t got it working yet.
Ok, thanks for the info, guys. Sorry to hear you’re battling with the same issues, though. I’ve tried going through the settings, but can’t make it work. I’ve also tried the new beta upgrade, but that’s not solving things either. This is super frustrating.
Hey fellas. I’ve been ploughing through the support threads but it seems no-one else has had this problem? Just wondering whether or not it’s a Nextgen problem. I’m also curious if the Pro version could fix this?
Forum: Fixing WordPress
In reply to: How to make alternative menus?Ok, I’ll try again. Thanks. I read it through though and most of it was like Hebrew to me. But let’s see.
Forum: Fixing WordPress
In reply to: How to make alternative menus?Cheers. This really helped me get started, but the problem still exists: how can I change the menu bar’s content when switching from a language to another?
At the moment the code in my header.php looks like this:
<div > <h1><a href="<?php echo get_settings('home'); ?>"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div></div><div id="navmenu"> <ul> <li><a href="<?php echo get_settings('home'); ?>">Home</a></li> <?php wp_list_pages('title_li=&include=3,4,2,7'); ?>
Forum: Fixing WordPress
In reply to: How do I redirect to another page?Cut out that hardcoded thing and go in admin > gengo > Synonyms.
Scroll down to Synonym Blocks.Hey Moshu, and thanks for helping me out earlier! I’m just wondering, are the Synonym Blocks the same thing as snippets? My menubar shows only the headers Languages, Translations, Synonyms and Exclusions and when clicking Synonyms, the options Category Translations and Snippets appear.
Thanks again!