daggit_brown
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: page title to image.Well, for example, I would like to place and image of a piece of drift wood where the page title is. Then have the page titles seemingly land on the drift wood…. If I can do this, I would also need to know how to change the color of the font
I would rather create a page title image for each page. I will make them in photo shop and have them load for each individual page.
I would rather do this because it gives me control of the font and shadow on the text all in one with the image.Ive been able to do this in the past on different themes. this one is just a bit different from what i have used in the past.
Forum: Fixing WordPress
In reply to: How to open a page that loads scrolled to the right.Well, I kept running into my own post throughout my search for the code and how to use it in iFrames. I worked it out… for those of you who may also need it this is what I worked up.
<head>
<style type=”text/css”>
body{
margin:0;
padding:0;
}
#maincontainer
{
height:100%;
width:100%;
}</style>
<script language=”Javascript”>
function pageScroll() {
window.scrollBy(1000,0); // 1st parameter – horizontal and 2nd parameter – vertical scroll increments
scrolldelay = setTimeout(‘pageScroll()’,100); // scrolls every 10 milliseconds
}
</script></head>
<IFRAME SRC=”address.com” body onLoad=”pageScroll()” div id=”maincontainer” WIDTH=848 HEIGHT=500 right=0>
</IFRAME>
</html>Forum: Fixing WordPress
In reply to: how do I get rid of the page title on each pageOk guys, Got a new one. I am using the twenty ten theme again for fishingpierinc.com
I would like to remove the page titles from it aswell,
Any tips on that one?
Thanks again guys!
Forum: Themes and Templates
In reply to: how to remove space at top of page?Thanks for the reply! I have to admit I am a bit new at wordpress and CSS. Could you please explain what a child theme is and how to create one?
thanks!
Forum: Fixing WordPress
In reply to: how do I get rid of the page title on each pageHey govpatel! I ended up getting a new theme. the good old “twenty ten”
however i am experiencing some what the same issue.I removed the “tag line” and “site title” from the top of the site. However, the spacing is still there, I would like to remove that so i can tuck the header up to the top of the page.
Thanks again !
Forum: Fixing WordPress
In reply to: how do I get rid of the page title on each pageYes… it is someone limited… for example. I can choose the layout style and there is a field where I change the dimensions of the body, footer, etc. but those fields are ghosted out. I does ask If I want to purchase the Pro theme… Im wondering if this is why Im limited.
I believe there is an area where I can upload settings….
Forum: Fixing WordPress
In reply to: how do I get rid of the page title on each pageby the way, I am using Pagelines 1.1.3 by Platform (not the pro version)
Forum: Fixing WordPress
In reply to: how do I get rid of the page title on each pagegovpatel, I have another questions, if i may.
I am working on http://www.fishingpierinc.com.
In the same line as the menu links was a search bar. I deleted the contents of the search bar in the search.php. However the frame work is still there so the menu does not stretch across the whole top.and advice?
Forum: Fixing WordPress
In reply to: how do I get rid of the page title on each pageHey ‘patel, Worked like a charm!
Thanks