just wondering
Forum Replies Created
-
Forum: Reviews
In reply to: [Vantage] Spent/donated 20$ and responsive menu doesn’t workThanks Greg
Good LuckForum: Reviews
In reply to: [BlankSlate] Above averageWell …….. I rated it three stars and when I didn’t enter a wp version # I had to repost and when I did … well you see 5 stars, not three.
Forum: Fixing WordPress
In reply to: Website working but my phpbb forums are gone please help!Looks like you need to contact your provider. The white screen usually means something is wrong with the php code.
I would think you should try the phpbb forums, it’s their code.
Forum: Themes and Templates
In reply to: VERY PLAIN TEXT THEMEOkay I swear it worked a while ago but it isn’t now.
When I looked at your single post page the wrapper only inclosed the header.
When I looked at your home page the wrapper inclosed the whole site, like it is suppose to.
I just looked at your code, single post page doesn’t have a footer, a closing tag for the wrapper or body or html tag.
It ends at
</div><!– #container –>You’ve messed something up but it shouldn’t be to hard to fix. Hopefully you have the original or can download the original and you can compare the files.
If you’re going to play with your code, get and use firefoxes fire bug or chromes tools. With chrome go to the wrench on the right side > tools > develepors tools. Play with it, you see how it highlights different divs on your pages.
Happy Easter/ Passover to you too.
Forum: Themes and Templates
In reply to: VERY PLAIN TEXT THEMEHOWEVER, I hate that my sidebar only appears on the homepage and not when you click on individual posts
You must have fixed this because the sidebar looks fine to me on https://wineandbutter.com/hawmc-health-activist-choice-aka-write-about-whatever-you-want-day/ in both firefox and ie7, 8 & 9
Forum: Themes and Templates
In reply to: YEN Theme doesnt work properly after having moved websiteSounds like a css problem but I don’t know why it wouldn’t work on one host but not another.
Get and use firefoxes fire bug, it will high light the various divs and tell/show you their style widths abd what file and line number the style is at. It’s a great help in things like this.
Forum: Themes and Templates
In reply to: Add permanent static text to top of category pages/* Twenty_Ten category.php */
<div id=”content” role=”main”>PUT HTML HERE
<h1 class=”page-title”><?php ….?></h1>
If you’ve been placing you’re text like I have above and it’s not working then either I don’t know what you’re wanting or you’re editing one file while having another file active.
Forum: Themes and Templates
In reply to: Add permanent static text to top of category pagesWhen you say “top of category pages” are you talking about the top of the content div aka the info part of the page or the top of the page?
If it’s the top of the category page (content section) put your info somewhere under <div id=”content” role=”main”>, if it’s the top of the page put your info in the header.php.
If you do that you’ll have to make some sort of if(category){echo text} statement if you only want the text on the category pages only and not on all pages
Forum: Themes and Templates
In reply to: Blogolife – Header Advice To Remove White SpaceI think all the social media links on the right leads to white space on the right.
Do you mean “all the social media links on the right leads to white space on the left”? The answser is kind of, but the media links have no margin or padding.
Using firefox’s fire bug I see you can play with getting rid of 25 – px about the cup cake and 5 -px below the header.
This is the cupcake style at line 74
.header-desc {
margin: 25px 20px 10px 0;
min-height: 60px;
width: 100px;
}
As you can see, it has a top margin of 25 pxs.
The social media links have no margin or padding.Line 66 is the header.
#branding { /*aka header*/
background: url(“images/sky.png”) repeat-x scroll left top #FFFFFF;
margin-bottom: 5px;
}Sooooo the way you have your floats set up you can play with the #branding margin-bottom and the cupcakes top margin.
OOOOr you can float you media links left, they are floated right now.
Make sure you have a copy before you change things to protect yourself.
Also get and use firefox’s fire bug. It will show you the style, line # and inheritance of a tag with nice color codes to give you a picture.
Forum: Themes and Templates
In reply to: incorrect theme visualizationAre you sure you are using the right css file.
All the header tags h1, h2, etc have style but none of the divs have any style(at least the ones I looked at).Forum: Fixing WordPress
In reply to: Can't long in my accountalready did that 2 times and NOTHING
So you never recieved an email to change your password?
Forum: Fixing WordPress
In reply to: Can't long in my accountHow about resetting your pw
Jezz, my writing! I was eating a sandwich when I wrote the above, I’ll blame it on that.
Do you have a local server, if not when you get time put something like xampp on you computer. I makes testing a lot easier and you wonder how you or other people can work with out it.
Also as I said above be vary carefull
if your div is in php tags echo edit accordingly, if the div isn’t in php tags edit accordingly.
Many of the wordpress themes are God awful wordy.
Looking at firefox’s fire bug the style is coming from https://madein1987.com/wp-content/themes/blaskan/style.css?ver=3.3.1 Which looks like some kind of dynamic style sheet.
Can you edit the div in the dashboard some where?
If you can’t find the style sheet you may be able to hard code the frame to get rid of the margin.Also does the theme site have any info on this.