One-page site

EzGenerator V4 forum

Return to “Ezgenerator v4 Customer Forum”

[You can only see part of this thread as you are not logged in to the forums]
nikichanko
Wed Oct 05, 2016 10:42 am

x

Re: One-page site

hi
this is one page template but as I see you added more pages.
Anyway there is missing JS code on site pages (in Page Settings -> Page Scripts)

Code: Select all

<script type="text/javascript">

var menuPos=2,container,blogMenu;

$(document).ready(
	function(){
		container=$('#container');
		blogMenu=$('#blogMenu');		
		fixTopImg();
		$(window).on("resize", fixTopImg);
		activate_menu();
	});

function hide_menu(){
	container.removeClass('active_menu');
	blogMenu.hide();
};

var activate_menu = function(){
	$('.site-navigation-toggle').bind('click', function(){
		if(!container.hasClass('active_menu')){
			container.addClass('active_menu');
			if($('.close_menu').length==0){
				blogMenu.insertBefore(container);
				blogMenu.prepend($('<div class="close_menu"><i class="fa fa-times" style="cursor:pointer"></i></div>'));
				$('.close_menu i').bind('click', function(){
					hide_menu();
				});
			}
			blogMenu.show();	
		}else
			hide_menu();
		return false;
	});
};

function fixTopImg(){
	
	if($(window).width() < 1020) {
		$('#topCont').height($(window).height());
		if(menuPos!=1){
			$('#entries_recent').prependTo('#blogMenu');
			menuPos=1;
		}	
	}
	else{
		$('#topCont').height($(window).height()-60);
		if(menuPos!=2){
			$('#entries_recent').appendTo('#topbarFix div');
			hide_menu();
			menuPos=2;
		}	
	
	}		
}



</script>
need help with EZG?

Nikolay
EZGenerator support
Image line

Rosabella
Wed Oct 05, 2016 4:19 pm

x

Re: One-page site

This is actually an old website that i would li...

nikichanko
Thu Oct 06, 2016 7:51 am

x

Re: One-page site

hi I am working on upgrade to this template s...
need help with EZG?

Nikolay
EZGenerator support
Image line

Rosabella
Thu Oct 06, 2016 12:49 pm

x

Re: One-page site

Awesome news! I noticed the width of the %conte...

soccer16
Thu Oct 13, 2016 1:59 pm

x

Re: One-page site

hi Niki, possible to add form and calendar in t...

nikichanko
Thu Oct 13, 2016 2:16 pm

x

Re: One-page site

yes I did here on my portfolio web site (singe...
need help with EZG?

Nikolay
EZGenerator support
Image line


Rosabella
Tue Oct 18, 2016 3:06 am

x

Re: One-page site

so can we download the template from the same s...

nikichanko
Mon Oct 24, 2016 7:12 am

x

Re: One-page site

soon will add zip of the project here
need help with EZG?

Nikolay
EZGenerator support
Image line

Rosabella
Mon Oct 24, 2016 2:40 pm

x

Re: One-page site

The paragraph width should be limited to 700px ...

Rosabella
Fri Oct 28, 2016 6:49 pm

x

Re: One-page site

Also, is there a way we can see/read the title ...

nikichanko
Mon Oct 31, 2016 9:11 am

x

Re: One-page site

add this script in Page scripts: <script>...
need help with EZG?

Nikolay
EZGenerator support
Image line

Rosabella
Tue Nov 01, 2016 12:20 am

x

Re: One-page site

on the same template, the youtube/vimeo url doe...

nikichanko
Tue Nov 01, 2016 8:54 am

x

Re: One-page site

did you add youtube url with editor Youtube ico...
need help with EZG?

Nikolay
EZGenerator support
Image line

Rosabella
Tue Nov 01, 2016 12:39 pm

x

Re: One-page site

It works directly in the editor, but that is wh...
You do not have the required permissions to view the files attached to this post.

MEB
Tue Nov 01, 2016 1:08 pm

x

Re: One-page site

Hi, Try the link you get when clicking the "Sh...


MEB
Tue Nov 01, 2016 2:34 pm

x

Re: One-page site

Hi, Place video in innovator area, not where y...
You do not have the required permissions to view the files attached to this post.

Rosabella
Tue Nov 01, 2016 2:56 pm

x

Re: One-page site

MEB, When posting in the editor it works fine, ...

nikichanko
Wed Nov 02, 2016 10:29 am

x

Re: One-page site

hi YOUTUBE/VIMEO URL return just a snapshot (i...
need help with EZG?

Nikolay
EZGenerator support
Image line


soccer16
Mon Nov 07, 2016 1:22 pm

x

Re: One-page site

hi Niki, any news about the new template ? than...

Rosabella
Tue Nov 15, 2016 7:25 pm

x

Re: One-page site

nikichanko wrote:add this script in Page script...

nikichanko
Wed Nov 16, 2016 10:09 am

x

Re: One-page site

hi Today I will prepare fixed single page web s...
need help with EZG?

Nikolay
EZGenerator support
Image line

nikichanko
Wed Nov 16, 2016 10:29 am

x

Re: One-page site

here it is NEW file: single_web_page_templat...
You do not have the required permissions to view the files attached to this post.
Last edited by nikichanko on Thu Nov 17, 2016 8:36 am, edited 1 time in total.
need help with EZG?

Nikolay
EZGenerator support
Image line

soccer16
Wed Nov 16, 2016 1:11 pm

x

Re: One-page site

hi Niki, is this the new one page that you said...

nikichanko
Thu Nov 17, 2016 8:37 am

x

Re: One-page site

edited my last post sorry for this. Just wrong ...
need help with EZG?

Nikolay
EZGenerator support
Image line

soccer16
Thu Nov 17, 2016 2:29 pm

x

Re: One-page site

hi Niki, you said the new one page site will ha...

Rosabella
Tue Dec 13, 2016 11:30 pm

x

Re: One-page site

Niki, I am trying the new cool one page, and I ...


Rosabella
Thu Dec 15, 2016 12:31 am

x

Re: One-page site

nikichanko wrote:add this script in Page script...

Rosabella
Fri Dec 16, 2016 11:34 pm

x

Re: One-page site

In addition: If I link the %title% to "%permali...
You do not have the required permissions to view the files attached to this post.

soccer16
Wed Jan 04, 2017 7:14 pm

x

Re: One-page site

Rosabella wrote:I figured it out. hi Rosabella...

Rosabella
Sun Jan 08, 2017 7:34 pm

x

Re: One-page site

Sorry soccer16, I just noticed your reply. It i...

Rosabella
Tue Jan 17, 2017 6:37 pm

x

Re: One-page site

Rosabella wrote:In addition: If I link the %tit...

csab
Wed Feb 01, 2017 9:40 am

x

Re: One-page site

Hi! The website editing process could someone ...


Return to “Ezgenerator v4 Customer Forum”