AlexisMS
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeI’m back again ;).
I’ve asked the theme authors, and they’ve checked the code for any modification – but it’s standard WordPress functions only. The following code is used:
<?php echo _e( ‘Next Tour’, THEMEDOMAIN ); ?>
and
<?php echo $next_post->post_title; ?>
Is there anything I need to change to make it work with qtranslate?
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeOk, I’ll try to contact the theme authors to see if we can find a solution for the problem. Thanks for your help!
Forum: Plugins
In reply to: [Easy Testimonials] More Than One Testimonial Image Upload Field?Has there been any update meanwhile supporting more than one image inside the testimonials?
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeThanks for your help. I tried to get the right code, but until now either crashed the whole page or changed nothing at all. Since I’m not really good in php, I might have tried to replace the wrong code parts, too.
That’s the whole page code, if that helps in any way:
deleted
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeMy fault. I changed the permalinks settings and thus enabled the pre-path mode. Unfortunately, it does not solve the issue with the [:de]German tour name[:en]English tour name[:] on bottom of the tour pages yet.
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeThanks for the tipp and sorry it took so long to answer. I really appreciate any idea that might help to solve the problem.
I tried to change the settings, but it’s not possible up to date. I can only choose between query modus and pre-domain modus. Pre-path checkbox is greyed out and not “clickable”.
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeYes, of cause. Here is one:
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeYes, exactly.
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeYes, that’s a part of the php-file for tour-pages. Basic language is German, second language will be English (only translated in a few pages yet).
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeYes, there is a Theme.po file in themes/altair/languages.
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeI’d really like to answer, but I do not know what a .po-file is. I’m not a professional unfortunately. :/
Forum: Plugins
In reply to: [qTranslate X] qTranslate X issue with Altair themeHi and thanks, I’ve alread read all those links, but I still don’t know how to fix the problem at all. It’s the name of the tour that has a problem, but only in those previous/next sections. In all other parts of the websites, tour names are correctly translated… And it concerns only some tour names, not all – but there’s no difference in translation.
Forum: Plugins
In reply to: [IvyCat AJAX Testimonials] Navigation arrows instead of automatic rotation?Since noone answered here yet, I’ve searched google and several other platforms to find a solution. Some sites say “use_button_img=true” added inside the shortcode should work. I’ve tried, but it does not work. Seems to concern an old version of IvyCat slider, because it is not even mentioned in the up to date desription.
Forum: Fixing WordPress
In reply to: White screen after 4.0 update failedFinally… found the problem, and it was quite simple. WordPress is installed in a subfolder, and index.php just has the wrong link in its “require( dirname( __FILE__ ) . ‘wp-blog-header.php’ );” . That’s it.
However, thanks to anyone taking a look at the “problem” so far.
Forum: Fixing WordPress
In reply to: White screen after 4.0 update failedSahifa has to wait… think that’s not causing the main problem.
Since I got a working Dashboard again, I now renamed the themes and plugins again (to their original names). I disabled all plugins and activated “Twenty Fourteen” theme. Wp-config.php doesn’t lack a line or something like this… any other ideas why there could be still a white screen?