teejay111
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: 1Page] Need help fixing a few thingsSorry about that. The developer’s support page specifically says that they don’t help with customization, which is why I came here. If someone could let me know the best place to post my questions it would be greatly appreciated. Thanks.
Forum: Fixing WordPress
In reply to: How to ad Adsense Inside the text of your postThanks for the suggestions guys. After searching all night I finally found a plugin that works: WP Simple Adsense Insertion
It lets you put a shortcode anywhere within the text and have the ad show up there. Just what I was looking for.
Forum: Fixing WordPress
In reply to: How to ad Adsense Inside the text of your postYeah, I’m aware of this. I’ve generated the code, I just don’t know where to paste it.
Say I wanted an ad to appear after the 2nd paragraph in a particular post. Where would I paste the code?
Forum: Fixing WordPress
In reply to: Comments Not Aligned CorrectlyThanks for your advice Andrew. I’ll contact the theme’s support team then and see if they have any answers for me.
Forum: Fixing WordPress
In reply to: Comments Not Aligned CorrectlyI got my theme here.
Forum: Fixing WordPress
In reply to: Comments Not Aligned CorrectlyClick the link to my site above. You’ll see the box where you write your comment is pushed to far to the right. If you click on the home page you’ll see how it’s supposed to look. For some reason this is only happening in my posts and not on my pages.
Forum: Fixing WordPress
In reply to: "Leave a Reply" being displayed underneath sidebarSuccess! I went to edit css, and pasted the code there and that worked.
Thanks eGriffinWebDesign and WPyogi for taking time out of your days to help a noobie like me. Much appreciated!
Forum: Fixing WordPress
In reply to: "Leave a Reply" being displayed underneath sidebarWPyogi: Do you mean put the code you posted above in the jetpack CSS?
eGriffinWebDesign: No I’m not using any plugins like that.
Sorry guys, I don’t know what to tell you. I don’t know much about code.
Forum: Fixing WordPress
In reply to: "Leave a Reply" being displayed underneath sidebarI’ve been trying all these codes in two different places: at the bottom of the style.css file, and just above line 343, where eGriffinWebDesign suggested I put it above. I’m also making sure to refresh the page every time I’ve made a change.
Forum: Fixing WordPress
In reply to: "Leave a Reply" being displayed underneath sidebarThanks for looking into that for me WPyogi. I don’t really know what to do with that information though. How exactly should I proceed?
Forum: Fixing WordPress
In reply to: "Leave a Reply" being displayed underneath sidebarHi WPyogi
Thanks for the suggestion. I tried that code as well without any luck.
Just to clarifying, I should be pasting these codes into the style.css file, correct?
Forum: Fixing WordPress
In reply to: "Leave a Reply" being displayed underneath sidebarI tried that code as well. Still doesn’t work. Sorry this is turning into such a long problem. I really do appreciate your help though. Any other suggestions?
Forum: Fixing WordPress
In reply to: "Leave a Reply" being displayed underneath sidebarI tried pasting that code into a few different spots in the style.css folder (I’m assuming that’s where you wanted me to put it) but it didn’t fix it.
Forum: Fixing WordPress
In reply to: "Leave a Reply" being displayed underneath sidebarAlchymyth, thanks for your suggestion. I tried it without any luck.
Hi Michael,
I tried pasting the code you posted there into several different locations of the theme folder (style.css) but that didn’t do anything.
However, I figured I’d try re-arranging the code inside the the page template, and that worked!
Well, it mostly worked. The comments aren’t quite aligned right now, but everything is at least where it should be now. Can you give me any suggestions on how to fix this?
Also, have I screwed anything else up by re-arranging the code in the page template?
Forum: Fixing WordPress
In reply to: "Leave a Reply" being displayed underneath sidebarOkay, I’ve found the page template. There doesn’t seem to be a whole lot going on in there. When I opened it up all I found was this:
<?php get_header(); ?> <section id="content" class="clearfix"> <?php render_page('page'); ?> <?php comments_template(); ?> </section> <?php get_footer(); ?>