Hi,
has anyone solved the puzzle of Orca line breaks in posts yet.
I know I can create a line break by using shift-enter. Like this
and this
But if I just click enter twice like this
there is no break. Boonex had fixed it. They did something to my css but when I asked them what it was they didnt get back to me.
So it was working fine. Now I upgrade to 6.1.3 and I notice some Orca css overwrites and my line breaks have gone again. Now in all my forum posts where I had a break I now have the lines bunched back up together.
And if I try to edit them it seems to be random if the shift-enter works or not.
Anyone have any ideas as to how to fix this (without just going to phpBB)
Cheers
Max
|
Hi,
Okay I fixed it by redoing a fix for Dolphin 6 that didnt work in 6.1 or 6.1.2 -
In orca/layout/base_en/css/main.css
in main.css after this code:
.post_text_sr { line-height:normal; }
needs insert this code:
.post_text p { margin: 10px; }
However has anyone noticed that every time you edit
a post the formatting changes somewhere, again its still down to line
breaks. This is a big problem.
Cheers
Max
|
FTP program,
try to find here 'Transfer Mode'
It must be setup as 'Binary' ! mode, not auto or text
recheck
|
Hi,
Is that what you have to do for all Dolphin installs/Upgrades? No mention of it in the installation instructions.
And that will fix the Orca formatting problems?
Thanks
Max
|
In common case - current upgrade (6.1.3) don`t change database, so you can just reload all changed files
and security changes was applied
we don`t work this days at orca, only secure places
|
Can you provide URL where you have problems in orca layout ? |
Hi,
I have fixed it now - no problems. The fix you sent me originally works. But when I upgraded from 6.1.2 to 6.1.3 it went. I had to redo it.
But for now it works.
Is it possible that you can add the fix to your main orca css files so when someone download Dolphin and Orca it is automatically there?
That would be a great help.
Thanks
Max
|
Hi,
As an extra note you might want to add the fix to your Boonex.com forum.
Heres what I am talking about. This is one line. Now I click enter and get to the next line.
Here is the next line. Now I hit enter twice.
Thats two time but under your formatting there will be no gaps between the lines. Now I hot enter 5 times
And on my screen it shows a large gap. But here. When I click submit they will all be bunched together.
Now add the fix you told me about and you will make everyone happy.
Thanks
Max
|
what orca css fix you mean?
seems now orca normal ...
|
Hi,
This is the fix that Boonex support gave me originally - this is the one I mean -
In orca/layout/base_en/css/main.css
in main.css after this code:
.post_text_sr { line-height:normal; }
needs insert this code:
.post_text p { margin: 10px; }
Thanks
Max
|
In this case text will begin from quite of bottom of thumb :)
at center of element - 1cm from top and 0.5 from left - is it good? :)
|
Hi,
Ys the fix is good. Without it you get no formatting, with it you get formatting. It works.
Cheers
Max
|