How to create a blank page only

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Dec 18, 2013 1:48 pm
Reply with quote
Report this post
HI guys,

I would like to know how to create a virgin page -
Completely blank, but with the default menu template ... and the footer?
This would be possible? How is it done?

Regard[s
GUILHERME BORGES
User avatar
Gold Boarder

GK User
Wed Dec 18, 2013 3:50 pm
Reply with quote
Report this post
You can use pagesuffix and use override.css to hide all unnecessary elements:
http://www.gavick.com/documentation/gen ... mla-pages/
User avatar
Moderator

GK User
Wed Dec 18, 2013 6:44 pm
Reply with quote
Report this post
Yes.. nice but .nothing worked for me? See see no change on the page.


http://www.wdcorp.com.br/sportmarketing ... pas-fesrad

Regard's
GUILHERME BORGES
User avatar
Gold Boarder

GK User
Wed Dec 18, 2013 7:12 pm
Reply with quote
Report this post
Is the the page suffix name: "microetapas" for this page?
User avatar
Moderator

GK User
Wed Dec 18, 2013 7:13 pm
Reply with quote
Report this post
There is a mistake in your override.css:
Code: Select all
. microetapas # gkMainbody {display: nenhum important}

It should look this way:
Code: Select all
.microetapas #gkMainbody {display: none important!;}
User avatar
Moderator

GK User
Wed Dec 18, 2013 7:45 pm
Reply with quote
Report this post
is working for you ... because for me it still does not work. I think that everything remains the same ...

I want to take the title written and the number of visitors ... I know that I can take in the article itself ... but as I put the image in normal size her down menu? and as I shot the backgrounds and I do not want to keep this image in normal size between the top menu and footer image?

Regard´s
GUILHERME BORGES
User avatar
Gold Boarder

GK User
Wed Dec 18, 2013 7:49 pm
Reply with quote
Report this post
There is still space between . and microetapas. Check the code I have posted carefully and turn off translator if you use it.
User avatar
Moderator

GK User
Wed Dec 18, 2013 9:23 pm
Reply with quote
Report this post
I got ... but this was not what I was wanting ...

The right script that worked is this:
. microstages # gkMainbody {display: none;}

Actually I do not want to take the text and content. I want to take a few items that make up the layou site. Such as background, links and etc. ...

  And keep this big picture between the menu and the footer ... Where do I get the background of the main items and other items that make up the layout of this page? Have managed to get some in joomla article and the rest where I do it???

Regard´s
GUILHERME BORGES
User avatar
Gold Boarder

GK User
Thu Dec 19, 2013 3:38 am
Reply with quote
Report this post
I got ... Dear Friend. Got. Now the only thing left is to take out a background ... I wonder how do I get the background layout .. but I can not ... What am I missing?

.microetapas #gkPage {background:none url('../images/layout.jpg');}

Regard´s
GUILHERME BORGES
User avatar
Gold Boarder

GK User
Fri Dec 20, 2013 10:04 am
Reply with quote
Report this post
Could you please make a screenshot and point me which background would you like to remove?
User avatar
Moderator

GK User
Fri Dec 20, 2013 12:50 pm
Reply with quote
Report this post
You got it ....

See when I access the page:


appears in the background image 3 background images? : White background, black background, then the background image of the main page ('/ images / layout.jpg..) Appear before the background image of the page = (/ images / Plano_de_fundo.jpg).

I want to take these background images and keep only the background image of the page = (.. / images / layout.jpg) and the background image of the footer (bottom_bg.jpg).

How to do this? I created the file css / override.css you asked me to ...

Regards,
GUILHERME BORGES
User avatar
Gold Boarder

GK User
Fri Dec 20, 2013 12:59 pm
Reply with quote
Report this post
imagem_site_2.jpg
User avatar
Gold Boarder

GK User
Sun Dec 22, 2013 3:40 pm
Reply with quote
Report this post
Hello?
User avatar
Gold Boarder

GK User
Tue Dec 24, 2013 12:59 pm
Reply with quote
Report this post
hello ?

Could anyone give me some clue?

Help me ?

GUILHERME BORGES
027 3055 0137
User avatar
Gold Boarder

GK User
Fri Dec 27, 2013 1:18 pm
Reply with quote
Report this post
1. Every time you bump your message it goes at the bottom of our queue so you wait longer.
2. Still I'm not 100% sure about backgrounds you would like to remove, as I don't see them on my browser, but web inspector tells me that this is what you might need:
Code: Select all
body, #gkBottomWrap {
background: none;
}


Also, if You would like to remove Plano_de_fundo.jpg from gkPage background, then use:
Code: Select all
.microetapas #gkPage {
background: none;
}


Its just simple technique - using selector, then background: none; allows to remove any background image.
User avatar
Moderator

GK User
Sun Dec 29, 2013 8:06 pm
Reply with quote
Report this post
hi,

I tried your code and it did not work ... I tried this code and did not work ...

In css/override.css :
.microetapas {background: url('../images/layout.jpg');
none;

.... What I'm trying to do is get the background image of layout.jpg. of page .microetapas.
In css template is written as:

@media (max-width: 1920px) {
body {
background-image: url('../images/layout.jpg')!important;
}
}
@media (max-width: 1280px) {
body {
background-image: url('../images/layout.jpg')!important;
}
But how do I make reference to this, to get her take on this page?

Regard´s
GUILHERME BORGES
User avatar
Gold Boarder

GK User
Thu Jan 02, 2014 6:44 pm
Reply with quote
Report this post
Code: Select all
body.microetapas #gkBottomWrap {
background: none !important;
}
body.microetapas {
background-image: none !important;
}

That should be it.
User avatar
Moderator

GK User
Tue Jan 14, 2014 1:57 pm
Reply with quote
Report this post
THANK YOUuuuuuuuuuuuuuuuuuuuu! YOU'RE the guy!!!!
I'd be circling the entire life .... thanks for your help .... Worked perfectly ... Thanks for learning!!!!!

GUILHERME BORGES
User avatar
Gold Boarder

GK User
Wed Jan 15, 2014 8:51 am
Reply with quote
Report this post
I'm glad I could help :). Sorry it took so long.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.