jDiction Forum

English => General Questions => Topic started by: hkk on November 24, 2014, 07:12:47 am

Title: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 24, 2014, 07:12:47 am
Hi and tx for the great extension first!
Everything is working fine. I just want to make the popup tinyMCE for he translations bigger.. now it opens in wig blank screen but is visible in less than half of it.. in something like iframe.. and even scroling cant help.. is there any way to expand this... TX.

And some other question.. is someone in Russia for example opens the site, will it automaticaly load RU version or will load default..
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: Harald Leithner on November 24, 2014, 08:10:42 am
Hi,

The latest test Version fixed this issue. You can download it from this thread http://forum.jdiction.org/index.php?topic=657.new;topicseen#new

Joomla will autoselect the language based in the Browser settings so des a guy Form russia will get the russian version
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 24, 2014, 11:02:56 am
Hi. I updated but dont see any change. It is still small size.. and when i try to expand it manualy it expands but under the white background.. only a square is visible..  i want to be able to expand it over all white back - 100% horisontal and 100% vertical..
TX.
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: Harald Leithner on November 24, 2014, 11:41:37 am
could you send me a screenshot what you mean?
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 24, 2014, 12:05:45 pm
http://kavarna-property.com/jdictproblem.jpg (http://kavarna-property.com/jdictproblem.jpg)
What i want tinyMCE to be bigger.. more wide then the red lines on pic.. now even if i try to expand it just cuts it there.. same for height.. on laptop its almost full height, but on monitor its again only 1/2 and cant expand...
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: Harald Leithner on November 24, 2014, 01:47:35 pm
I change the width to use full size, try the attached version.
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 24, 2014, 02:11:15 pm
tx.. width is now fine.. i cant see the height.. couse i'm on laptop and now its almost 90% but i'll check tomorrow at work on sqare monitor.. it will be great if there is also full height :) TX again!
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 25, 2014, 12:16:29 pm
hi again. Width is OK.. but in sqare screen 1280x1024 height is still very little.. can u do it also 100% or at least 900px.. u can just tell me which file have to edit if u have no time..
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: Harald Leithner on November 25, 2014, 12:20:53 pm
I'm still not sure what you mean, because the editor could be resized if you like to.

The problem is that some components have multiple editors and that looks a bit strange if you have not a big screen.
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 25, 2014, 12:40:51 pm
if u see again the picture in up posts.. i could not resize it more than red lines.. its something like iframe there and when i resize, it just cuts it and have to scroll...  i need this iframe or what ever it is to be with bigger height.. the width is now fine.. tx
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: Harald Leithner on November 25, 2014, 01:29:40 pm
The Iframe should have full height could you send me a full screenshot of your browser window?
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 26, 2014, 06:49:22 am
Here screen what i mean..
http://kavarna-property.com/images/jdictionproblem.jpg

On PC with monitor 1280x1024 height is only 1/2 and cant expand more than red line on screenshot.... too much white bottom...
On my laptop  heigh is almost 100% because its screen height is 768... but we use the PC at work...

TX again for the fast help!
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: Harald Leithner on November 26, 2014, 09:11:34 am
That should be fixed in the latest snapshot i posted... I habe to check this.

Which browser are you using?
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 26, 2014, 09:19:15 am
Mozilla.. can u tel me just wich file to edit and what to change, because i have some changes in CSS and pictures.. and when i upload the new version u send me it overrides them.. and have to upload the old onese.. which my override this height value.. but weight is fine after i uploaded my css and pics for the modules so i gues it is not the problem..
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: Harald Leithner on November 26, 2014, 10:30:28 am
the Problem is in the joomla css.

I fixed it in /media/com_jdiction/css/bootstrap-modal.css adding
Code: [Select]
.itrmodal.modal .modal-body iframe {
  max-height: none !important;
}
at line 67

maybe this didn't work for you? please check the max height for the iframe.
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 26, 2014, 01:21:50 pm
TX A LOT!!!

After knowing what to search i found my problem.. it was in my admin template CSS .. in my case in /www/administrator/templates/isis/css/template.css

at about line 3914 the code
Code: [Select]
.modal-body iframe {
max-height: 390px;
border: 0 !important;
}

and i change 390px to none;

ALL FINE NOW.. TX a lot again!
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: Harald Leithner on November 26, 2014, 01:32:27 pm
yes but this should be overridden by jdiction, so thats strange that this is not the case by your installation...
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 26, 2014, 03:20:50 pm
dont want to start another post so i'll ask here if needed will start other post..
Have 2 quick questions..
1. is it posible to add flags images for K2 items.. like for the articles... where is easy to see which article is translated or not.. in K2 item i must get in to edit the item and then hit Translate.

and 2. Will google see my translated with jdiction articles and k2 items or will see only the main language?
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: Harald Leithner on November 26, 2014, 05:27:50 pm
1. Attached is a brand new more flexible jdiction version with better 3rd party component support.

2. Google will find every language you publish with jdiction, even more it associate translations for the same content.

attached is the new jdiction verison and a new k2 jdiction.xml file
Title: Re: How tochange pop up tinyMCE size,,, very small!
Post by: hkk on November 26, 2014, 06:12:06 pm
Tx.. a lot better now.. very easy to translate.. big bow to u :)