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
vision4web
23 Posts
vision4web posted this 20 November 2015

Hi Aileen,

thx for support, but i figured it out.

Thx for all, sorry for disturbing :).

LG

Hi Aileen, thx for support, but i figured it out. Thx for all, sorry for disturbing :). LG
Support Team
Support Team posted this 20 November 2015

You are welcome.
Feel free to contact us in any other occasion.

Sincerely,
Hella

You are welcome. Feel free to contact us in any other occasion. Sincerely, Hella
zebrainnovation
2 Posts
zebrainnovation posted this 18 December 2015

Hi i want to create wordpress horizontal one page like this:
http://themes.tf/preview/?reversal
can i do it with Themler ?

Hi i want to create wordpress horizontal one page like this: http://themes.tf/preview/?reversal can i do it with Themler ?
Stagger Lee
1818 Posts
Stagger Lee posted this 18 December 2015

Hi i want to create wordpress horizontal one page like this:
http://themes.tf/preview/?reversal
can i do it with Themler ?

Of course it is possible. It is called "Tabbed Slider/Carousel":

http://bootsnipp.com/snippets/featured/tabbed-slider-carousel

http://bootsnipp.com/snippets/featured/colourful-tabbed-slider-carousel

Just switch classes for tabs at top and disable native top menu.
In Slider remove all images, insert first Layout container and then you can insert any control inside layout container. Rows, widgets, HTML, PHP code, etc...no limit.

> Hi i want to create wordpress horizontal one page like this: > http://themes.tf/preview/?reversal > can i do it with Themler ? Of course it is possible. It is called "Tabbed Slider/Carousel": http://bootsnipp.com/snippets/featured/tabbed-slider-carousel http://bootsnipp.com/snippets/featured/colourful-tabbed-slider-carousel Just switch classes for tabs at top and disable native top menu. In Slider remove all images, insert first Layout container and then you can insert any control inside layout container. Rows, widgets, HTML, PHP code, etc...no limit.
zebrainnovation
2 Posts
zebrainnovation posted this 18 December 2015

Hi i want to create wordpress horizontal one page like this:
http://themes.tf/preview/?reversal
can i do it with Themler ?

Of course it is possible. It is called "Tabbed Slider/Carousel":

http://bootsnipp.com/snippets/featured/tabbed-slider-carousel

http://bootsnipp.com/snippets/featured/colourful-tabbed-slider-carousel

Just switch classes for tabs at top and disable native top menu.

Thanks, however i ask about Themler Solution, i know how do it with pure code.

> > Hi i want to create wordpress horizontal one page like this: > > http://themes.tf/preview/?reversal > > can i do it with Themler ? > > Of course it is possible. It is called "Tabbed Slider/Carousel": > > http://bootsnipp.com/snippets/featured/tabbed-slider-carousel > > http://bootsnipp.com/snippets/featured/colourful-tabbed-slider-carousel > > Just switch classes for tabs at top and disable native top menu. Thanks, however i ask about Themler Solution, i know how do it with pure code.
Stagger Lee
1818 Posts
Stagger Lee posted this 18 December 2015

It is very possible. Can not go into very details how. This is more info than you need.
Will give you some directions:

  1. Insert code from examples above inside CMS Code control (not HTML, not Shortcode, not Text)
  2. For each tab make new custom Page template. Click on Customize TEMPLATE style on all 3 place possible in settings.
  3. Remove absolute everything from custom Page templates except Content Control/Block.
  4. Go in backend and assign new template(s) to your pages.
  5. In code from URLs above remove content text and replace it with this PHP code (adapt Page IDs to your own).

And voila, you can click on each tab and edit style separately. Dont forget to click on tab with right mouse button and "Open link".

<?php
$my_postid = 118;//This is page id or post id
$content_post = get_post($my_postid);
$content = $content_post->post_content;
$content = apply_filters('the_content', $content);
$content = str_replace(']]>', ']]>', $content);
echo $content;
?>

It is very possible. Can not go into very details how. This is more info than you need. Will give you some directions: 1. Insert code from examples above inside CMS Code control (not HTML, not Shortcode, not Text) 2. For each tab make new custom Page template. Click on Customize TEMPLATE style on all 3 place possible in settings. 3. Remove absolute everything from custom Page templates except Content Control/Block. 4. Go in backend and assign new template(s) to your pages. 5. In code from URLs above remove content text and replace it with this PHP code (adapt Page IDs to your own). And voila, you can click on each tab and edit style separately. Dont forget to click on tab with right mouse button and "Open link". &lt;?php $my_postid = 118;//This is page id or post id $content_post = get_post($my_postid); $content = $content_post-&gt;post_content; $content = apply_filters('the_content', $content); $content = str_replace(']]&gt;', ']]&gt;', $content); echo $content; ?&gt;
Stagger Lee
1818 Posts
Stagger Lee posted this 18 December 2015

One problem can be Google index and real Pages. If pages are as "Pending review" they will not be visible to Google spiders, but will be visible in carousel.

I have blockade right now, so I dont know if Google would index 404 error pages, because of "Pending review", but it should not.

One problem can be Google index and real Pages. If pages are as "Pending review" they will not be visible to Google spiders, but will be visible in carousel. I have blockade right now, so I dont know if Google would index 404 error pages, because of "Pending review", but it should not.
hitesh.visit
3 Posts
hitesh.visit posted this 24 August 2019

Hi hella,

yes i do, this works fine!

i use fixed to scroll bar 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

I think her asking for one page HTML template...

> Hi hella, > > yes i do, this works fine! > > i use fixed to [scroll bar][1] 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 > > [1]: https://bbbootstrap.com/snippets/custom-style-scrollbar-78094593 I think her asking for one page HTML template...
Support Team
Support Team posted this 26 August 2019

Hello,

The topic is rather old, there is one page design possible since then. Please refer to this article:
https://answers.themler.io/articles/4782/how-to-create-one-page-design

Sincerely,
Nettie

Hello, The topic is rather old, there is one page design possible since then. Please refer to this article: https://answers.themler.io/articles/4782/how-to-create-one-page-design Sincerely, Nettie
You must log in or register to leave comments