GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Wordpress Theme Help (https://gfy.com/showthread.php?t=965079)

Scotty.T 04-24-2010 03:40 AM

Wordpress Theme Help
 
Does anyone know how I can change this Wordpress theme so that it is not full screen.

http://wordpress.org/extend/themes/tanzaku

I want to limit the width to say 960px.

I've tried changing the #container and #grid-wrapper divs but it's not working.

Any ideas where I need to be looking?

fris 04-24-2010 10:11 AM

check index.php looks like it has variables for each column width and how many columns

Argos88 04-24-2010 12:26 PM

style.css

wrapper or main. Open index.php in dreamweaver and check which Div ID belongs to the full width page.

.

Scotty.T 04-24-2010 03:50 PM

Quote:

Originally Posted by Scotty.T (Post 17068870)
Does anyone know how I can change this Wordpress theme so that it is not full screen.

http://wordpress.org/extend/themes/tanzaku

I want to limit the width to say 960px.

I've tried changing the #container and #grid-wrapper divs but it's not working.

Any ideas where I need to be looking?

Thanks.

Yes, I've tried those. Just changing the max col one has no effect.

I've been pointed to the jquery grid script and I can set the width to a fixed value there and that limits the columns to fit the width.

Just checking it out an seeing if that's the only thing that needs to be done.

Scotty.T 04-24-2010 03:51 PM

Quote:

Originally Posted by Argos88 (Post 17070502)
style.css

wrapper or main. Open index.php in dreamweaver and check which Div ID belongs to the full width page.

.

Thanks. Looks like something outside of style.css is controlling/overriding it.

harvey 04-24-2010 04:06 PM

you'll need to modify jquery.vgrid.0.1.4-mod.js and after that make the changes in style.css. However, it's highly recommended to leave it at elastic 100%, this theme is made to fit on any device from the widest screen to small mobile screens

chaze 04-24-2010 04:07 PM

Ugly theme, but just add a this right below the body tag:

<div align="center">
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>

Then add this at the very bottom of the footer above body:

</tr>
</table>
</div>

Scotty.T 04-24-2010 04:16 PM

Quote:

Originally Posted by harvey (Post 17071252)
you'll need to modify jquery.vgrid.0.1.4-mod.js and after that make the changes in style.css. However, it's highly recommended to leave it at elastic 100%, this theme is made to fit on any device from the widest screen to small mobile screens

This is the avenue I am currently going down. Just struggling a bit with it.

Thanks.

Scotty.T 04-24-2010 04:19 PM

Quote:

Originally Posted by chaze (Post 17071255)
Ugly theme, but just add a this right below the body tag:

<div align="center">
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>

Then add this at the very bottom of the footer above body:

</tr>
</table>
</div>

Yeah it's ugly. It's really the functionality of the theme I am looking for.

I've only found a couple like it that have this.

I thought it would be easier starting out with a theme that had it and then making it look 'good' later. :)

Thanks.

chaze 04-24-2010 04:25 PM

Quote:

Originally Posted by Scotty.T (Post 17071302)
Yeah it's ugly. It's really the functionality of the theme I am looking for.

I've only found a couple like it that have this.

I thought it would be easier starting out with a theme that had it and then making it look 'good' later. :)

Thanks.

Ahh makes since, good luck

fris 04-24-2010 06:16 PM

Quote:

Originally Posted by chaze (Post 17071255)
Ugly theme, but just add a this right below the body tag:

<div align="center">
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>&nbsp;</td>

Then add this at the very bottom of the footer above body:

</tr>
</table>
</div>

thats messy.


All times are GMT -7. The time now is 01:33 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc