Greg007
Forum Replies Created
-
Forum: Plugins
In reply to: [qTranslate] WordPress 3.7 ?@rezoredger As soon as the update for 3.7 arrives, I plan to rewrite the code to old settings and update the plugin.
What do you think about this plan? ??
It should work I guess…Forum: Plugins
In reply to: [qTranslate] new wordpress version 3.7.1 not working with qtranslateYes, that’s right!
What I meant is that I only added “=” and I didn’t delete “!”,
so this didn’t work. I just wanted to point that out, so you don’t make the same mistake…Forum: Plugins
In reply to: [qTranslate] WordPress 3.7 ?@hititdesign
THANKS, this did the job!!I didn’t try the first solution given in the beginning of this topic,
changing define(‘QT_SUPPORTED_WP_VERSION’, ‘3.6.1’); to 3.7.1.Are these solutions the same, or one is better than other maybe?!
Forum: Plugins
In reply to: [qTranslate] new wordpress version 3.7.1 not working with qtranslateP.S.
I am using WP 3.7.1, I don’t know will this work with 3.7.2,
and I am not sure is there 3.7.2 at all or you made a mistake… ??Forum: Plugins
In reply to: [qTranslate] new wordpress version 3.7.1 not working with qtranslateOK, I found a (temporary) solution (I hope the author will update the plugin soon) on other topic.
Chang the following at qtranslate_wphacks.php
line 54 :if($GLOBALS[‘wp_version’] != QT_SUPPORTED_WP_VERSION)
change to
if($GLOBALS[‘wp_version’] == QT_SUPPORTED_WP_VERSION)
You will find qtranslate_wphacks.php on your server,
in wp-content->plugins->qtranslate. Change it and upload it back to server.HINT
delete ! after adding =
I just added =, didn’t delete !, and it didn’t work.
Only after a while I found out why… ??Forum: Plugins
In reply to: [qTranslate] new wordpress version 3.7.1 not working with qtranslateAfter just a few days (maybe even one day), my website is gone from google for all languages except the default languages (I have 4 languages).
The problem is I have problems with going back to WP 3.6.1,
I backed up with UpdraftPlus backup, and did a backup of database,
but I cannot import database backup and UpdraftPlus didn’t get me back to 3.6.1… :/Forum: Fixing WordPress
In reply to: Database import errorI have tried that, but without success.
I also tried with deleting just the tables inside the database, but again not working.I somehow reverted back to the old database (although I deleted it), but again I didn’t resolve my problem.
I wanted to go back to WP 3.6.1 because qtranslate is not working with 3.7.1, but I cannot do it.Forum: Fixing WordPress
In reply to: Home page permalink problemLong story short: how do I make my home page permalink be mywebsite.com,
not mywebsite.com/164 ?? ??Forum: Plugins
In reply to: [qTranslate META] meta fields don't displayOK, I didn’t know that vvv.my-website.com will actually open a real website.
??
That is not my website… :))Forum: Plugins
In reply to: [qTranslate META] meta fields don't displayOK, I localized my problem with home page.
Permalink of my homepage is https://www.my-website.com/164
And when I open that address, my home page title is as I set it!Bun when I open https://www.my-website.com, I get only website title as my homepage title.
How to solve this?
How to set the home page link to be https://www.my-website.com, not https://www.my-website.com/164
In Permalink Settings, Post name is choosen!Forum: Plugins
In reply to: [qTranslate META] meta fields don't displaychristian70, thank you very much, qtranslate meta field is under the main content indeed, I didn’t saw it there! :))
All-in-one-seo and seo-by-yost plugins add meta fields on the right side of the screen as soon as you open “all pages” (you can set it there without opening the page itself),
so I though the qtranslate meta fields should be there also (although no reason to think that way) ??So now I made some progress with my website :), although I have problem with setting page title for HOME PAGE.
My home page is in fact a post with a table with prices and some text,
and I didn’t set any title for this post because title and tagline are set in theme that I am using (themify theme).By default, title of the home page is the site title but without tagline, and seo-by-yost and all-in-one-seo plugin added tagline immediately to page title.
Now I set it the way I want it in the qtranslate meta field, but I still get only site name as page title for the home page (tagline is not displayed).
What am I doing wrong? Did anybody understood my problem… ??
Forum: Plugins
In reply to: [qTranslate META] meta fields don't displayI installed qTranslate META, but no meta fields in the backend anywhere.
I reinstalled, but again the same.I am on WP 3.6.
I had All in one SEO, and SEO by YOST, by they are not installed (YOST) or active (all in one seo).
Could it be that they are making problems, although they are not active.Where should this qTranslate META field be?
I have 4 pages in 4 languages, should it be there when I open a page to edit it?!Forum: Plugins
In reply to: [qTranslate META] meta fields don't display@luli “Do you have the meta description in your code source for the home page ?
It’s ok for all the page and post, but not for the home page”Are you sure about this?
You are suggesting that it is better to have it in code source than just to set it via this plugin??!Forum: Plugins
In reply to: [Yoast SEO] qTranslate supportP.S.
just installed all-in-on-seo-pack,
it’s working “out of the box”… ??Forum: Plugins
In reply to: [Yoast SEO] qTranslate supportThere is an answer on YOAST FAQ page ,
but it is not working for me.I am getting some error, let me know if you succeed to do this.
I add this code to functions.php at my theme folder, and to functions.php in wordpress install folder, but both times I get error.Let me know your experience please.