nadglobtrotter
Forum Replies Created
-
The answer is on their website: https://wpml.org/home/sitepress-additions-to-wordpress/#comment-10079.
Forum: Fixing WordPress
In reply to: How do I redirect to another page?Seems that gengo_synblock() is now deprecated and indeed replaced with gengo_snippet().
Forum: Plugins
In reply to: Gengo for WP 2.3If Jamie worked a lot on the development of the term/taxonomy structure then surely he is preparing an update for his plugin so it can be compatible with WP2.3! Right now the plugin is not compatible with the new structure and on the Gengo Community we don’t know enough to fix that.
Forum: Themes and Templates
In reply to: How can I give the default search widget a style?Hi wassanova,
In your style.css, add :#searchform input#sidebarsubmit {display: none;} #searchform {background: url("[pathtoyourimage]") no-repeat;} #searchform input#s {margin-left: 20px;}
If you want to show the image inside the form :
#searchform input#sidebarsubmit {display: none;} #searchform input#s {background: url("[pathtoyourimage]") no-repeat; padding-left: 20px;}
However, in both cases there’ll be no button anymore to validate the search. People will have to hit “enter” when the focus is still in the search form.
Hope it helps!
NadForum: Fixing WordPress
In reply to: creating a bi-lingual siteThe answer is here : https://jamietalbot.com/wp-hacks/forum/comments.php?DiscussionID=3&Focus=31#Comment_31.
Forum: Plugins
In reply to: How to let vistors choose their language with gengo ?For this you can use some of Gengo template functions. You’ll find a demonstration of what can be done on https://wp-multilingual.net (in the sidebar).
Forum: Installing WordPress
In reply to: Gengo problem in admin pageI haven’t tried to associate translations to drafts, but my guess is that associations work only with published articles. But it shouldn’t be a problem if you write the article in both languages, publish one of them, go to the other, make the association, and publish right away.
Forum: Fixing WordPress
In reply to: Gengo does not work (no other plugin running!)Indeed, Gengo is not compatible with WordPress 2.3. We are all waiting for the update!!
Also, the problem with the menu has already been notified to the plugin author, but unfortunately I have found no answer on how to fix it.
Forum: Fixing WordPress
In reply to: Add button-link to forum?Hi iamme, if it works fine, can you change the status of this post to “Resolved” please? thanks!
Forum: Fixing WordPress
In reply to: Add button-link to forum?You need to add the Forum link to the navigation bar:
<div id="main"> <div id="nav"> <ul class="nav"> <li class="first"><a href="https://peslt.com">Home</a></li> <li class="page_item page-item-2"><a href="https://peslt.com/?page_id=2" title="About">About</a></li> </ul> </div> </div>
Probably somewhere in the “header.php” file of your theme. Find <ul class=”nav”>. You probably have some PHP calls in it. Just before it closes (
</ul>
) add the line :<li><a href="https://yourlinktotheforums">Forum</a></li>
Forum: Fixing WordPress
In reply to: next_post_link broken in 2.3, codex not updatedHello,
Since I also have problems with Gengo plugin since I updated to 2.3, i just deactivated it to test a couple things… and what happened? The next and previous_post_links are not broken anymore…
So my problem comes from Gengo, and not WP2.3.
What about you mingofaust? are you using Gengo too?Forum: Fixing WordPress
In reply to: Importing Simple Tagshmm. Just upgraded again and still have the same problems (gengo problems + database problems with previous and next_post_links, see here : next_post_link broken in 2.3, codex not updated). ??
Forum: Fixing WordPress
In reply to: Importing Simple TagsMichaelH, are you suggesting that it is possible to download a corrupted version of 2.3? Because I’ve been having some problems too after upgrading. So maybe I should try to reinstall too?
Forum: Fixing WordPress
In reply to: Add button-link to forum?You can simply add an html link in the menu bar. Can you give the url to your blog so I can tell you exactly where to add the link?