enterprise will not let me edit some web pages
Jun 8, 2013 9:39 am by lokoman
Jun 8, 2013 9:39 am by lokoman
http://es.games312.com/tag/battle
I tried to edit this and some of the pages that are under /tag/* and let me translate the content. but not the title..
Re: enterprise will not let me edit some web pages
Jun 8, 2013 7:24 pm by Yana
Jun 8, 2013 7:24 pm by Yana
Hi,
In order to edit the text you need to add ?language_edit=1 .
For example:
http://es.games312.com/tag/battle?language_edit=1
You should be able to edit page title. You need to click "Edit page title" in the left top corner.
Re: enterprise will not let me edit some web pages
Jun 9, 2013 12:59 pm by lokoman
Jun 9, 2013 12:59 pm by lokoman
not save the translation of the title ..
none of the pages with the path / tag / * save the title after translate
Re: enterprise will not let me edit some web pages
Jun 11, 2013 11:08 am by Edvard
Jun 11, 2013 11:08 am by Edvard
Can you describe more in details what you do?
Re: enterprise will not let me edit some web pages
Jun 11, 2013 2:26 pm by lokoman
Jun 11, 2013 2:26 pm by lokoman
if I go into any of the pages that are in the folder / tag /
ej: http://es.games312.com/tag/battle
and edit the title of the page: http://es.games312.com/tag/battle?language_edit=1
change the title: Juegos de Guerra... change it for Juegos de Batallas
I put my username and password and keep it
update the page and no changes are effected.
the biggest problem is that it does not happen on a single page, it happens all the pages that are in the folder / tag /
http://es.games312.com/tag/kongregate
http://es.games312.com/tag/tower-defense
etc etc..
Re: enterprise will not let me edit some web pages
Jun 11, 2013 2:46 pm by Yana
Jun 11, 2013 2:46 pm by Yana
Thank you,
We will investigate the issue.
Re: enterprise will not let me edit some web pages
Jun 11, 2013 3:54 pm by Edvard
Jun 11, 2013 3:54 pm by Edvard
Hi,
In your HTML source code I can see that you have extra unnecessary spaces after title, for example:
<title>Kongregate Games - Free Online Games at Games312 </title>
Please make sure to remove the extra spaces, so it will be:
<title>Kongregate Games - Free Online Games at Games312</title>
In that case you will be fine.
Re: enterprise will not let me edit some web pages
Jun 11, 2013 6:58 pm by lokoman
Jun 11, 2013 6:58 pm by lokoman
<title><?php echo $setting['site_name'].$_GET['sortby'].$_GET['page']; ?></title>
sortby = new rating etc etc
page = 1 2 3 etc etc
receiving no pagination not stop making changes?
Re: enterprise will not let me edit some web pages
Jun 13, 2013 9:32 am by Edvard
Jun 13, 2013 9:32 am by Edvard
Please try: <title><?php echo trim($setting['site_name'].$_GET['sortby'].$_GET['page']); ?></title>
SIMILAR TOPICS
Joomshaper Pagebuilder buttons Link edit problem | Jan 11, 2019 10:04 am | Replies: 1 | Post by: kumatest |
Combining manually translated French pages with GTranslate | Oct 16, 2018 2:24 pm | Replies: 3 | Post by: oxygensmith |
Google doesnt index gtranslate pages | Jul 23, 2012 4:44 am | Replies: 21 | Post by: trotsak |
Enterprise URLs not working | May 14, 2018 8:25 pm | Replies: 1 | Post by: dpitfield |
Geotargetting pages | Jan 18, 2018 8:48 pm | Replies: 5 | Post by: challisc |