WebSite X5Help Center

8 ANSWERS - 1 USEFUL
Anthony A.
Anthony A.
User

Incomedia WebSite X5 Evolution 10.1.2.42

with using custom codes.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck

http://www.wdesigners.us (new)

http://www.usx5.com (coming soon)(Sign up)

Read more
Posted on the from Anthony A.
Javier R.
Javier R.
User
Author

Thanks Anthony, unfortunately I can not mark the post as the correct answer, it would be nice to have some more info on how to implement the code to achieve the look of the page.

Read more
Posted on the from Javier R.
Bernd S.
Bernd S.
User
Anthony A.
with using custom codes.

unnecessary meaningless reply

if this post is the correct answer, please mark this answer as correct answer.

-------

regards

Read more
Posted on the from Bernd S.
Gorg ..
Gorg ..
User

OK,  its time to tell us how you make *full with* for diferent area of page , give us tutorial, or better, give us a more modern widgets ( gallery, sidebars, go to top button,modern slider, css3 buttons,modern arrows for sliders, new modern transition efect, responsive design, modern template ...and that´s it !!

Then, you can save secret *how to* create your site !!

Read more
Posted on the from Gorg ..
Incomedia
Claudio D.
Incomedia

Hello Gorg,

Thank you for the suggestion. We will take it in consideration for the future releases of the program.

Many thanks!

Read more
Posted on the from Claudio D.
Gorg ..
Gorg ..
User

Hi Claudio, 

this suggestion I post here 5-6 times fo last 3 years, and answear is allways same : " We will take it in consideration for the future releases of the program."

Like copy/paste  ! No hard feelings, it's always same....The answer that has no time limit, and that does not solve anything. 
Here is an example of this, where is the answer to the question in this post about feedready site looks!?

All the best,

Gorg

Read more
Posted on the from Gorg ..
Javier R.
Javier R.
User
Author

Thanks Gorg, I'm still waiting for an answer from incomedia with more "common sense" than antony's reply. They replied to you but not to the actual question in this post.

Regards.

Javier

Read more
Posted on the from Javier R.
Anthony A.
Anthony A.
User
Bernd S.
Anthony A. with using custom codes. unnecessary meaningless reply if this post is the correct answer, please mark this answer as correct answer. ------- regards

Meaningless or not, I answer which version being used, and the custom code is the css style being used for that page, if user has more than basic knowledge, then I point the user in right direction! hopefully next time you answer back to user and not my comment that I simply tring to help.

Javier

you need have good understanding of 2 things, 1) how webx5 works, 2)how css codes works.

here 's a little example: when you create website withx5, each cell you have inside your page is being named "imcell" so if you have 4 cells inside your page, they will be identify as imcell_1, imcell_2, imcell_3, etc and anything inside your page is "imcontent".

after you design your page, you need to add custom style base on your cell position, what you see over there is

<style>

#imContent { width: 100%; min-width: 960px; }

#imContent > div { width: 100% !important; min-width: 960px; }

#imContent > div > div { width: 50% !important; margin: 0 auto; }

#imContent > div > div > div { width: 100%; }

/* One Column */

#imCell_2, #imCell_3, #imCell_4, #imCell_15 { width: 100% !important; min-width: 960px; }

#imCellStyle_2, #imCellStyle_3, #imCellStyle_4, #imCellStyle_15 { width: 100%; min-width: 960px; }

/* Two Columns */

#imCellStyle_6, #imCellStyle_11, #imCellStyle_13, #imCellStyle_14 { margin-left: auto; min-width: 480px; }

</style>

over there they identify those cells that they need to be 100% in width and which one shold marge as one column.

those styles need to be created base on your template and be added inside head section of your page.

hopfully since everyone asking for full width content, we would be able to see that option in the next version of x5, otherwise I dont think there would be a chance for user like me who has the knowlage but yet, want to do it in easy way would buy the ver11.

if this post is the correct answer, please mark this answer as correct answer.

------------------------------------------------------------

Good Luck

http://www.wdesigners.us (new)

http://www.usx5.com (coming soon)(Sign up)

Read more
Posted on the from Anthony A.