removing image under the navbar on main page?

Use this forum to ask questions about how to do things in GuMax skin.
User avatar
wikinoob
Rank 0
Rank 0
Posts: 3
Joined: September 22nd, 2009, 9:35 am

removing image under the navbar on main page?

Post by wikinoob »

Is there any way to remove the big image underneath the dropdown bar?

I can't figure it out, but I see a screenshot without it right here:
http://blog.paulgu.com/wp-content/uploa ... umaxdd.jpg

So it must be possible, right?

I'm referring to the flower in the center of the page right here:
http://paulgu.com/w/images/4/4d/Gumaxdd-1-1.png

Thanks!
User avatar
gmichaelguy
Rank 1
Rank 1
Posts: 5
Joined: September 23rd, 2009, 8:51 am

Re: removing image under the navbar on main page?

Post by gmichaelguy »

I'd like to know this too... While you are at it, can I remove the other logo too? The smaller rectangle one in top right. I'd like to recapture that space for what I consider the more important part of my page. I don't have any good images for there anyway! :-)

Any help? Thanks!
User avatar
wikinoob
Rank 0
Rank 0
Posts: 3
Joined: September 22nd, 2009, 9:35 am

Re: removing image under the navbar on main page?

Post by wikinoob »

I figured it out.

In the /skins/gumax/images/pages folder, I deleted page-Main_Page.jpg and the flower is now gone from my main page.
User avatar
gmichaelguy
Rank 1
Rank 1
Posts: 5
Joined: September 23rd, 2009, 8:51 am

Re: removing image under the navbar on main page?

Post by gmichaelguy »

the flower is gone, yes, but now there is a huge white space where the image used to be. at least that's what happened when I did it. I'd like that white space to disappear too! not just an empty place holder.

thanks,
michael
User avatar
wikinoob
Rank 0
Rank 0
Posts: 3
Joined: September 22nd, 2009, 9:35 am

Re: removing image under the navbar on main page?

Post by wikinoob »

the space disappeared for me also when I removed that image, so I dunno.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: removing image under the navbar on main page?

Post by Paul »

Yes, if there is no image, then space for image will be gone.
User avatar
gmichaelguy
Rank 1
Rank 1
Posts: 5
Joined: September 23rd, 2009, 8:51 am

Re: removing image under the navbar on main page?

Post by gmichaelguy »

that's not what happened when I deleted the image. I just got a big blank space. I'll try for the third time...

Thanks for the response!
User avatar
gmichaelguy
Rank 1
Rank 1
Posts: 5
Joined: September 23rd, 2009, 8:51 am

Re: removing image under the navbar on main page?

Post by gmichaelguy »

Paul wrote:Yes, if there is no image, then space for image will be gone.
I deleted them.. and blank white space. take a look for yourself if you'd like:
<Removed by user>
Last edited by gmichaelguy on September 27th, 2009, 9:34 pm, edited 1 time in total.
User avatar
Paul
Development Team Leader
Development Team Leader
Posts: 1132
Joined: October 20th, 2007, 2:23 pm

Re: removing image under the navbar on main page?

Post by Paul »

Sorry for my confusion... the new release does have default article picture...

So if you don't want the default article picture, then go to line and find

Code: Select all

if(!$found) { $gumax_article_picture_file = $this->data['stylepath'] . '/' . $this->data['stylename'] . '/images/pages/' . 'page-Default.gif'; $found = true; }
Remove the line above will solve your issue.
User avatar
gmichaelguy
Rank 1
Rank 1
Posts: 5
Joined: September 23rd, 2009, 8:51 am

Re: removing image under the navbar on main page?

Post by gmichaelguy »

worked! Thanks!
Post Reply