WebSite X5Help Center

 
Michel M.
Michel M.
User

Change preview of text object style  en

Auteur : Michel M.
Visité 837, Followers 1, Partagé 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

Posté le
16 RéPONSES
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?

Lire plus
Posté le de Esahc ..
Michel M.
Michel M.
User
Auteur

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

Lire plus
Posté le de Michel M.
JiPeR 48
JiPeR 48
Moderator

Hi Michel,

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

J.P.

Lire plus
Posté le de JiPeR 48
Michel M.
Michel M.
User
Auteur

This option help to arrange them from rigt to left

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

Lire plus
Posté le de 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

Lire plus
Posté le de Esahc ..
Michel M.
Michel M.
User
Auteur

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

Lire plus
Posté le de 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.

Lire plus
Posté le de Esahc ..
Michel M.
Michel M.
User
Auteur

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

Lire plus
Posté le de Michel M.
Esahc ..
Esahc ..
Moderator

I have marked your post for attention by Incomedia

Lire plus
Posté le de 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.

Lire plus
Posté le de Miguel Galarza
Michel M.
Michel M.
User
Auteur

I need it in vertical view not horizontal please

Lire plus
Posté le de 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.

Lire plus
Posté le de Miguel Galarza
Miguel Galarza
Miguel Galarza
User
Michel M.
I need it in vertical view not horizontal please

?????????

Lire plus
Posté le de Miguel Galarza
Michel M.
Michel M.
User
Auteur

Yes sorry i write vertical by mistake

however i can't find where to put the code

could you explain it again

thanks

Lire plus
Posté le de Michel M.
Michel M.
Michel M.
User
Auteur

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

Lire plus
Posté le de 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.

Lire plus
Posté le de Esahc ..