One Page Design

peterkovacssoft
43 Posts
peterkovacssoft posted this 07 November 2014

A question to you would be to turn to a single page that is possible in the near future it will be possible to bring together the theme themlerel? or possibly longer possible? if yes, now I would like to ask a little help from you. Thanks in advance for their answers

A question to you would be to turn to a single page that is possible in the near future it will be possible to bring together the theme themlerel? or possibly longer possible? if yes, now I would like to ask a little help from you. Thanks in advance for their answers

Last edited 13 November 2014 by Support Team

Vote to pay developers attention to this features or issue.
29 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 07 November 2014

Hello,

Please feel free to write this question in your native language as your above query is not clear.

Best regards,
Tammy

Hello, Please feel free to write this question in your native language as your above query is not clear. Best regards, Tammy
peterkovacssoft
43 Posts
peterkovacssoft posted this 07 November 2014

Kérdésem az lenne hogy a mai trendi weboldalak amik egy oldalon jelenik meg az egész hogy olyat lehet e themlerrel készíteni vagy esetleg későbbiekben lesz e rá lehetőség ?

Kérdésem az lenne hogy a mai trendi weboldalak amik egy oldalon jelenik meg az egész hogy olyat lehet e themlerrel készíteni vagy esetleg későbbiekben lesz e rá lehetőség ?
Support Team
Support Team posted this 10 November 2014

Hello

Unfortunately the online translation of your message is not quite clear too.
Do you mean the one page templates like this one?
http://ironsummitmedia.github.io/startbootstrap-agency/

Please confirm that this is exactly what you mean and we'll provide you with the instruction on how to create such one page template. With Themler you can create such template.
And please let us know what CMS you're going to use.

Thank you,
Olivia

Hello Unfortunately the online translation of your message is not quite clear too. Do you mean the one page templates like this one? http://ironsummitmedia.github.io/startbootstrap-agency/ Please confirm that this is exactly what you mean and we'll provide you with the instruction on how to create such one page template. With Themler you can create such template. And please let us know what CMS you're going to use. Thank you, Olivia
peterkovacssoft
43 Posts
peterkovacssoft posted this 10 November 2014

Yes I mean.
Joomla like to create.

Yes I mean. Joomla like to create.
Support Team
Support Team posted this 10 November 2014

Hello

Ok.
In general such templates are simply a page with anchors and smooth scrolling. So, all you need is to add anchors somewhere on the page. Let's consider a one page website based on modules.
1. open Themler Home template
2. add joomla position controls (Add control >> Other). They will create module positions which you can use to place modules inside them.
3. Then put the Custom HTML modules inside these positions. The modules at the beginning of each section should contain an anchor. For example:

<a id="link1"></a>

You can add an unlimited number of modules inside the specific position but the first module which will create a "stop point" on page scroll should contain an anchor (this could be any element with ID atribute).
In the example I provided (http://ironsummitmedia.github.io/startbootstrap-agency/) these sections are Services, Portfolio, About, etc sections.
4. Then you should create a menu link to this anchor:
Joomla menus >> add new menu item >> system links >> external URL:


5.Then you need to enable three options in Themler:
- "Bootstart ScrollSpy Plugin" under the Theme Settings in Themler
- "Smooth scrolling" under the horizontal menu parameters in the Property Window (left column with properties):

- and "Fix on screen". With this option you will see the menu while page scrolling.

Please let us know if you have any other questions.

Thank you,
Olivia

Hello Ok. In general such templates are simply a page with anchors and smooth scrolling. So, all you need is to add anchors somewhere on the page. Let's consider a one page website based on modules. 1. open Themler Home template 2. add joomla position controls (Add control >> Other). They will create module positions which you can use to place modules inside them. 3. Then put the Custom HTML modules inside these positions. The modules at the beginning of each section should contain an anchor. For example: <a id="link1"></a> You can add an unlimited number of modules inside the specific position but the first module which will create a "stop point" on page scroll should contain an anchor (this could be any element with ID atribute). In the example I provided (http://ironsummitmedia.github.io/startbootstrap-agency/) these sections are Services, Portfolio, About, etc sections. 4. Then you should create a menu link to this anchor: Joomla menus >> add new menu item >> system links >> external URL: ![](http://attachments.answers.billiondigital.com/646/646/anchor-link.png) 5.Then you need to enable three options in Themler: - "Bootstart ScrollSpy Plugin" under the Theme Settings in Themler - "Smooth scrolling" under the horizontal menu parameters in the Property Window (left column with properties): ![](http://attachments.answers.billiondigital.com/647/647/smooth-scrolling.png) - and "Fix on screen". With this option you will see the menu while page scrolling. Please let us know if you have any other questions. Thank you, Olivia
peterkovacssoft
43 Posts
peterkovacssoft posted this 13 November 2014

It would be a question that you understand how to "stop point" where can I do this?
because that would be a problem with the scroll works but about 30 px below should go away as it should.

It would be a question that you understand how to "stop point" where can I do this? because that would be a problem with the scroll works but about 30 px below should go away as it should.
Support Team
Support Team posted this 13 November 2014

Hi,

Unfortunately your question is not quite clear.
The "stop point" is an anchor.The browser will scroll exactly to this anchor.
If you mean how to add offset to the anchor to avoid overlapping it with fixed menu, for example, there are a few solutions:
- add padding-top to inline styles of the anchor.
- use empty link as anchor with top offset. Something like:

<a id="stoppoint" style="display: block; position: relative; top: -30px; visibility: hidden;">section1</a>

Please let us know if you have any other questions.

Thank you,
Olivia

Hi, Unfortunately your question is not quite clear. The "stop point" is an anchor.The browser will scroll exactly to this anchor. If you mean how to add offset to the anchor to avoid overlapping it with fixed menu, for example, there are a few solutions: - add padding-top to inline styles of the anchor. - use empty link as anchor with top offset. Something like: <a id="stoppoint" style="display: block; position: relative; top: -30px; visibility: hidden;">section1</a> Please let us know if you have any other questions. Thank you, Olivia
dpodesta
78 Posts
dpodesta posted this 25 November 2014

Hi

I've set this up and it but it doesn't appear to work in firefox.

The smooth scroller doesn't work, the fixed row menu messes up and even the module block's background disappears.

David

Hi I've set this up and it but it doesn't appear to work in firefox. The smooth scroller doesn't work, the fixed row menu messes up and even the module block's background disappears. David
Support Team
Support Team posted this 25 November 2014

Hi David,

I've tested this solution in FF 33.1.1 and both fixed menu and smooth scrolling work and look ok.
Could you please create a new Private topic and provide us with the link to the problem theme or access to the CMS admin panel so we can check the theme.

Thank you,
Olivia

Hi David, I've tested this solution in FF 33.1.1 and both fixed menu and smooth scrolling work and look ok. Could you please create a new Private topic and provide us with the link to the problem theme or access to the CMS admin panel so we can check the theme. Thank you, Olivia
Support Team posted this 19 December 2014

Here is more information about One Page Design:

Overview
http://answers.billiondigital.com/articles/4782/how-to-create-one-page-design

WordPress
http://answers.billiondigital.com/articles/5581/one-page-design-in-wordpress

Joomla
http://answers.billiondigital.com/articles/5582/one-page-design-in-joomla

Here is more information about One Page Design: Overview http://answers.billiondigital.com/articles/4782/how-to-create-one-page-design WordPress http://answers.billiondigital.com/articles/5581/one-page-design-in-wordpress Joomla http://answers.billiondigital.com/articles/5582/one-page-design-in-joomla

Last edited 19 December 2014 by Support Team

mimiK
1 Posts
mimiK posted this 06 February 2015

Dear Support,

Couldn't see where I could submit a new post! Had to ask, is there a way that you can conduct this in Artisteer. Smooth scrolling and Menu to fix on Screen i.e to transform an Artisteer template to One Page design?

Dear Support, Couldn't see where I could submit a new post! Had to ask, is there a way that you can conduct this in Artisteer. Smooth scrolling and Menu to fix on Screen i.e to transform an Artisteer template to One Page design?
Support Team
Support Team posted this 06 February 2015

Hi,

As far as I know, there is no possibility to create such templates in Artisteer because of the lack of the required functionality. You can try to search on the Artisteer forum, maybe someone will have recommendations for you.
BTW, there is a New Discussion button on the http://answers.billiondigital.com/Questions page where you can start the new topic.

Sincerely,
Hella
BillionDigital Team

Hi, As far as I know, there is no possibility to create such templates in Artisteer because of the lack of the required functionality. You can try to search on the Artisteer forum, maybe someone will have recommendations for you. BTW, there is a New Discussion button on the http://answers.billiondigital.com/Questions page where you can start the new topic. Sincerely, Hella BillionDigital Team
stryjek-www
161 Posts
stryjek-www posted this 18 October 2015

Witam Niestety tłumaczenie online wiadomości nie jest całkiem jasne, zbyt. Czy to znaczy, szablony jedna strona jak ten? http://ironsummitmedia.github.io/startbootstrap-agency/ Proszę potwierdzić, że jest to dokładnie to, co masz na myśli i podamy Ci z instrukcją, w jaki sposób stworzyć taki szablon jedna strona. Z Themler można stworzyć taki szablon. I daj nam znać, co CMS masz zamiar używać. Dziękuję, Olivia

Witam
chciałbym stworzyć identyczny szablon do joomla. Szablon ma być jako one page. Skorzystałem z pomocy ze strony https://answers.themler.com/articles/5582/one-page-design-in-joomla lecz nie wiem jak zrobić płynne przejście przewijanie pomiędzy zakładkami. Teraz strony mi przeskakują a nie przewijają się Proszę o pomoc

> Witam Niestety tłumaczenie online wiadomości nie jest całkiem jasne, zbyt. Czy to znaczy, szablony jedna strona jak ten? http://ironsummitmedia.github.io/startbootstrap-agency/ Proszę potwierdzić, że jest to dokładnie to, co masz na myśli i podamy Ci z instrukcją, w jaki sposób stworzyć taki szablon jedna strona. Z Themler można stworzyć taki szablon. I daj nam znać, co CMS masz zamiar używać. Dziękuję, Olivia Witam chciałbym stworzyć identyczny szablon do joomla. Szablon ma być jako one page. Skorzystałem z pomocy ze strony https://answers.themler.com/articles/5582/one-page-design-in-joomla lecz nie wiem jak zrobić płynne przejście przewijanie pomiędzy zakładkami. Teraz strony mi przeskakują a nie przewijają się Proszę o pomoc
stryjek-www
161 Posts
stryjek-www posted this 18 October 2015

witam
Chciałbym zrobić szablon one page jak z przykładu na samej górze mam jednak problem z płynnym przejściem pomiędzy zakładkami.
Opiszę co jak robię
Najpierw co robię po stronie joomla
1) Utworzyłem nowe menu w menu dodałem 4 zakładki
a) #home, #onas, #galeria, #kontakt wszystko na opcji łącze zewnętrzne
2) Utworzyłem w modułach nowe menu z klasą hmenu
3) Utworzyłem 4 artykułu z opcji własny html i dodałem im pozycje position1 position2 position3 i position4
tyle po stronie joomla
Teraz Themler
Utworzyłem czysty projekt a w nim
Górne menu i 4 pozycje joomla
nad każda pozycją joomla dodałem kod html z divami

<div id="home"></div>
<div id="onas"></div>
<div id="galeria"></div>
<div id="kontakt"></div>

Czyli tak najpier mam kod html <div id="home"></div> potem pozycja menu następnie div o nas i position1 div galeria i position2 div kontakt i position3

w opcjach themlera włączyłem botstart scrolspy plugin
a w menu dodałem rozszerzenie płynne przewijanie dałem czas na 1000 ms

Ale strona się nie przewija tylko przeskakują zakałdki jak na zwykłej stronie
<div id="kontakt"></div>

witam Chciałbym zrobić szablon one page jak z przykładu na samej górze mam jednak problem z płynnym przejściem pomiędzy zakładkami. Opiszę co jak robię Najpierw co robię po stronie joomla 1) Utworzyłem nowe menu w menu dodałem 4 zakładki a) #home, #onas, #galeria, #kontakt wszystko na opcji łącze zewnętrzne 2) Utworzyłem w modułach nowe menu z klasą hmenu 3) Utworzyłem 4 artykułu z opcji własny html i dodałem im pozycje position1 position2 position3 i position4 tyle po stronie joomla Teraz Themler Utworzyłem czysty projekt a w nim Górne menu i 4 pozycje joomla nad każda pozycją joomla dodałem kod html z divami &lt;div id=&quot;home&quot;&gt;&lt;/div&gt; &lt;div id=&quot;onas&quot;&gt;&lt;/div&gt; &lt;div id=&quot;galeria&quot;&gt;&lt;/div&gt; &lt;div id=&quot;kontakt&quot;&gt;&lt;/div&gt; Czyli tak najpier mam kod html &lt;div id=&quot;home&quot;&gt;&lt;/div&gt; potem pozycja menu następnie div o nas i position1 div galeria i position2 div kontakt i position3 w opcjach themlera włączyłem botstart scrolspy plugin a w menu dodałem rozszerzenie płynne przewijanie dałem czas na 1000 ms Ale strona się nie przewija tylko przeskakują zakałdki jak na zwykłej stronie &lt;div id=&quot;kontakt&quot;&gt;&lt;/div&gt;
Marco
171 Posts
Marco posted this 18 October 2015

One Page Design with Joomla works like a charm.
Created 2 different websites with Themler - really really great!
I just used this link - after reading and trying to understand it works after the 3rd run.
http://answers.billiondigital.com/articles/5582/one-page-design-in-joomla

No it´s easy. Just take your time to read and understand.
regards

One Page Design with Joomla works like a charm. Created 2 different websites with Themler - really really great! I just used this link - after reading and trying to understand it works after the 3rd run. http://answers.billiondigital.com/articles/5582/one-page-design-in-joomla No it´s easy. Just take your time to read and understand. regards
Support Team
Support Team posted this 19 October 2015

Hi,

Could you please attach your theme so we could see the issue with the SmoothScroll?

Sincerely,
Hella

Hi, Could you please attach your theme so we could see the issue with the SmoothScroll? Sincerely, Hella
vision4web
23 Posts
vision4web posted this 14 November 2015

Hallo

also das mit dem one page design habe ich ja verstandanden, ebenso das mit mit smoth scroll etc.

Hi,

Unfortunately your question is not quite clear.
The "stop point" is an anchor.The browser will scroll exactly to this anchor.
If you mean how to add offset to the anchor to avoid overlapping it with fixed menu, for example, there are a few solutions:
- add padding-top to inline styles of the anchor.
- use empty link as anchor with top offset. Something like:

&lt;a id style&gt;section1&lt;/a&gt;

Please let us know if you have any other questions.

Thank you,
Olivia

doch das geht an mir vorbei warum auch immer :) .

kann mir wer erklären wie und wo ich diese einstellungen machen muss?

Vielen dank für eure hilfe

lg
jürgen

Hallo also das mit dem one page design habe ich ja verstandanden, ebenso das mit mit smoth scroll etc. > Hi, > > Unfortunately your question is not quite clear. > The "stop point" is an anchor.The browser will scroll exactly to this anchor. > If you mean how to add offset to the anchor to avoid overlapping it with fixed menu, for example, there are a few solutions: > - add padding-top to inline styles of the anchor. > - use empty link as anchor with top offset. Something like: > > &lt;a id style&gt;section1&lt;/a&gt; > > Please let us know if you have any other questions. > > Thank you, > Olivia > doch das geht an mir vorbei warum auch immer :) . kann mir wer erklären wie und wo ich diese einstellungen machen muss? Vielen dank für eure hilfe lg jürgen
Support Team
Support Team posted this 16 November 2015

Hi,

Sorry for the delay. Could you please explain in more details what exactly is not clear? Have you followed the instructions from the http://answers.themler.com/articles/4782/how-to-create-one-page-design
What step causes the problem?

Sincerely,
Hella

Hi, Sorry for the delay. Could you please explain in more details what exactly is not clear? Have you followed the instructions from the http://answers.themler.com/articles/4782/how-to-create-one-page-design What step causes the problem? Sincerely, Hella
vision4web
23 Posts
vision4web posted this 19 November 2015

Hi hella,

yes i do, this works fine!

i use fixed to scroll menu and the sections dont stop on the right position. the fixed menu overlay the section.
i dont understand ur explain, sorry :(.

and i work with wordpress.

LG
JJ

Hi hella, yes i do, this works fine! i use fixed to scroll menu and the sections dont stop on the right position. the fixed menu overlay the section. i dont understand ur explain, sorry :(. and i work with wordpress. LG JJ

Last edited 19 November 2015 by vision4web

Support Team
Support Team posted this 20 November 2015

Hello Jürgen Zwiener ,
please provide link to your live page that demonstrates the issue.

Regards,
Aileen

Hello Jürgen Zwiener , please provide link to your live page that demonstrates the issue. Regards, Aileen
You must log in or register to leave comments