WebSite X5Help Center

 
Michel M.
Michel M.
User

Change preview of text object style  en

Author: Michel M.
Visited 833, Followers 1, Shared 0  

Hi there

I'm trying to build my new website and have problem with text object style

as when i create multi tabs text it always shows the preview of tabs arranged from left to right, and there no option to arrang it from right to left and we would need it to be arranged from right to left

is there any help please

Posted on the
16 ANSWERS
Esahc ..
Esahc ..
Moderator

Michel, this is then text object with multople tab?

You can drag the tabs to create whichever order you like, but I generally use slide show with navigation buttons displayed on mouse over so the user can go left or right.

Do you really need to display headings (tabs)? . . . .and why right to left? Perhaps a screen shot?

Read more
Posted on the from Esahc ..
Michel M.
Michel M.
User
Author

Unfortunately

i would like to rename each tab so i can't preview it as slide show

so if i choose  vertical , there is option of left or right , but aldo unfutunately it mot suit me becuse of amout of the slide

so i would like to arrange it Horizontal and that option doesn't have arrange to left or rigt ,  that is why im asking for help

Read more
Posted on the from Michel M.
JiPeR 48
JiPeR 48
Moderator

Hi Michel,

Useful? (sorry, I've only FR version)...

J.P.

Read more
Posted on the from JiPeR 48
Michel M.
Michel M.
User
Author

This option help to arrange them from rigt to left

but the prblem now is 1st view is the last tab not number 1

Read more
Posted on the from Michel M.
Esahc ..
Esahc ..
Moderator

Michel, as I said you can drag the tabs to any order you like so the page you want opens first

Read more
Posted on the from Esahc ..
Michel M.
Michel M.
User
Author

Cocould you please try to create 3 or more tabs

make tab 1 and far right and all others follow from lift side

once you preview the page it will shies the last tab 1st

So, how can i make tab number 1 at the right side  and  to be 1st also on the page preview

hope that i did explained my problem with that site builder

Read more
Posted on the from Michel M.
Esahc ..
Esahc ..
Moderator

On mine the first tab always opens when I come from another page, so I just drag the tabs to the order I require. You cannot get the far right tab to open first.

Read more
Posted on the from Esahc ..
Michel M.
Michel M.
User
Author

That eh i mea 

i can't get the far right tab to open first

whuch mean you need to update that option in tge software

or provude me with code that can help me to solve the issue please

Read more
Posted on the from Michel M.
Esahc ..
Esahc ..
Moderator

I have marked your post for attention by Incomedia

Read more
Posted on the from Esahc ..
Miguel Galarza
Miguel Galarza
User

Google translator:

Greetings - I'm going to assume this is what you want.

the style is as follows:

<style>
#imTextObject_01 .tab {float: right;}
#imTextObject_01 .text-tabs-inner { width: 100%; height: 37px; position: absolute; right: 0; }
</style>

It is placed before the closing head tag. Step 1 - statistics and code - code.

Note: Only works for horizontal tab style.

I hope this serves as a guide.

Read more
Posted on the from Miguel Galarza
Michel M.
Michel M.
User
Author

I need it in vertical view not horizontal please

Read more
Posted on the from Michel M.
Miguel Galarza
Miguel Galarza
User

Me again:
I forgot to say that each text object is numbered. Therefore you have to generate the two codes for each object. example:

<style>
#imTextObject_01 .tab {float: right;}
#imTextObject_01 .text-tabs-inner { width: 100%; height: 37px; position: absolute; right: 0; }
#imTextObject_02 .tab {float: right;}
#imTextObject_02 .text-tabs-inner { width: 100%; height: 37px; position: absolute; right: 0; }
#imTextObject_03 .tab {float: right;}
#imTextObject_03 .text-tabs-inner { width: 100%; height: 37px; position: absolute; right: 0; }
#imTextObject_3_04 .tab {float: right;}
#imTextObject_3_04 .text-tabs-inner { width: 100%; height: 37px; position: absolute; right: 0; }
</style>

To find out what object number it is, in the preview click the second button and select the "inspect the code" option. then in the upper left corner of the window that opens, select the icon with the box and the arrow . view image.

and you select the text object, the line of the code with the numbering should be highlighted in the window.

As a provisional solution it is somewhat cumbersome, but there is nothing left to do but wait for the developers to place the direct option.

Read more
Posted on the from Miguel Galarza
Miguel Galarza
Miguel Galarza
User
Michel M.
I need it in vertical view not horizontal please

?????????

Read more
Posted on the from Miguel Galarza
Michel M.
Michel M.
User
Author

Yes sorry i write vertical by mistake

however i can't find where to put the code

could you explain it again

thanks

Read more
Posted on the from Michel M.
Michel M.
Michel M.
User
Author

Do you know

even contact form object has issue , as you can't make the label shows on right side instead of left

i believe that older version of your software was better than the new one

im realy think genuinly that to go for another software as your software is gives me alot of toubles

i feel sorry that i paid money for your software

Read more
Posted on the from Michel M.
Esahc ..
Esahc ..
Moderator

Michel I wish you luck, but have to admit you are the first user I have come across who saw right to left requirement as a deal breaker. I am sure someone will answer here if they know how.

Read more
Posted on the from Esahc ..