mattc908
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ad's Certain Places of the WebsiteFixed it using divs thanks!
Forum: Plugins
In reply to: Need help lots of individual pictures linking to different pages.Bump
Forum: Plugins
In reply to: Need help lots of individual pictures linking to different pages.The only problem being I mass uploaded all of the pictures so when I go to the edit screen its like auto gallery, not each individual picture, do I have to manaually upload each photo?
Is there any plugins that can make it so a user can set up a viewable profile.
Forum: Plugins
In reply to: Password ProtectedMy next question is I want the page not to appear in the header, ever page I write for my template appears in the header, how would I stop this from happening, and I would like to put the page down near the meta section, ill give you some photo’s to help visualize (and yes it is 2.5.1)
http://insightahoy.com/pix/help1
http://insightahoy.com/pix/help2Forum: Fixing WordPress
In reply to: iFrame problemBecause wordpress cant handle straight HTML correctly. I just had to double iFrame it, one iframe to get the look I wanted, than another iFrame in wordpress to handle it correctly. So it ended up looking like this:
For Exterior Page:
<!DOCTYPE html PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN”
“http://www.w3.org/TR/html4/loose.dtd”>
<html>
<head>
<title></title>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″><style type=”text/css”>
#container {
width:800px;
border:3px double #000;
overflow:hidden;
margin:auto;
}
#container iframe {
width:1000px;
height:600px;
margin-left:-200px;
}
</style></head>
<body><div id=”container”>
<iframe src=”http://insightahoy.com/innuendo/plugins/bosssuite/bossprogress.php?s=” frameborder=”0″></iframe>
</div></body>
</html>Inside WordPress:
<div id=”container”>
<iframe src=”http://insightahoy.com/ultimatum/iframe1.html” width=”910″ height=”3400″ frameborder=”0″></iframe>
</div>So simple enough.
Forum: Fixing WordPress
In reply to: iFrame problemI want to shave off the left side of the post and the top part how would I accomplish this?
Forum: Fixing WordPress
In reply to: iFrame problemSorry wrong link!!!!!!!!!!
http://insightahoy.com/ultimatum/?page_id=26Forum: Fixing WordPress
In reply to: Changing all Pages????
Forum: Fixing WordPress
In reply to: Page without SidebarYes I changed the id to the page ID
Forum: Fixing WordPress
In reply to: Php based program inside wordpressWell is there a way with iFrame to change the width of the page according to what it needs?
Forum: Fixing WordPress
In reply to: Page without Sidebar<?php if (!is_page(‘ID’)) get_sidebar(); ?> so that doesnt seem to turn off the sidebar for my page.
Forum: Fixing WordPress
In reply to: Php based program inside wordpressAlright how would I use iFrame to do such a task?
Forum: Fixing WordPress
In reply to: Php based program inside wordpressAnyone know another forum or place I can get help with it because here doesnt seem like anyone is or can help me out, already have tons of posts with 0 replies.
Forum: Fixing WordPress
In reply to: Php based program inside wordpressanyhelp?
Forum: Plugins
In reply to: Registration PluginBUMP