theloveco-mission
Forum Replies Created
-
Forum: Themes and Templates
In reply to: beginner! How do I change the padding around the content areaOk so specifically I am trying to change my site over to a new theme. I am going to be working with the MYgRID2 theme. What code would I need to look for to change the padding in that theme? Should I post some code up for you to check out?
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsI got it. I blocked all categories of ads. Created a new ad the same size as the previous in text only and set everything to the same color including the blank ad space. Pasted that code into the space of the old code and I have nothing but a clean white space at the bottom of the pages….for now. Hopefully google doesn’t figure it out and somehow get me back!!
Anyway that’s how I overcame googleadsense on my site if you ever encounter this again. 2 months of trying and this is all I could make work. Thanks for your help guys!
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsThis is insane bro! I can’t even turn the ads off in my googleadsense account! There’s no good help from google either. Any more ideas?? I need to get rid of these ads from my site. They are ruining its image now.
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsI’ve tried putting that code in at the top of the section and at the bottom and there is no change in the page or in the googleads.
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsSo do I go then to the Header template and insert the first code at the top of the <head> section and the other at the bottom of it?
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsI’m not having any luck. This is how I have tried inserting the code…
[please mark any posted code – see https://codex.www.ads-software.com/Forum_Welcome#Posting_Code – or even better, use the https://pastebin.com/ ]
<?php get_sidebar(); ?> <style type="text/css"> h1.hidden {display:none;} </style> <script type="text/javascript"><!-- google_ad_client = "ca-pub-6629725798987586"; /* Like us on Facebook */ google_ad_slot = "6541553565"; google_ad_width = 728; google_ad_height = 90; //--> </script> <style type="text/css"> h1.hidden {display:none;} </style> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script> <?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsCome again?? You mean reinsert the code that was there but change one piece of it to say “none”???? Again I apologize for my inexperience. Thanks for your help!!
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsanevins I also tried your suggestion and it did the same thing. Googleads gone but page format or theme format or whatever all messed up.
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adshttps://thelovecomission.com/tweet-journal/
Ok this is what it always does to me. I deleted the code recommended by nickaster. It only effected the main blog page of the site. No other pages changed – googleads still remains. But it has totally changed the format of the page now. You can see what I am talking about at the link above compared to the other pages on my site. I can repost the code as it sits now if needed.
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adspastebin! I was trying to remember what that site was. So I looked in the widgets menu area and I don’t see anything about google. I apologize for my ignorance guys.
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsHere’s the footer code. Going to check the widgets now also.
[please mark any posted code – see https://codex.www.ads-software.com/Forum_Welcome#Posting_Code – or even better, use the https://pastebin.com/ ]
<?php /* Theme: Lagom by andreasviklund.com - Based on Toolbox by Automattic */ ?> </div><!-- #main --> <footer id="colophon" role="contentinfo"> <div id="site-generator"> <a href="https://www.ads-software.com/" rel="generator"><?php _e( 'Powered by', 'lagom' ); ?> WordPress</a><span class="sep"> | </span><?php _e( 'Theme: Lagom by', 'lagom' ); ?> <a href="https://andreasviklund.com/">Andreas Viklund</a> </div> </footer><!-- #colophon --> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsThis is the code from the Main Index Template. I inserted the same googleads code into the Page Template and the Single Post as well.
[please mark any posted code – see https://codex.www.ads-software.com/Forum_Welcome#Posting_Code – or even better, use the https://pastebin.com/ ]
<?php /* Theme: Lagom by andreasviklund.com - Based on Toolbox by Automattic */ get_header(); ?> <div id="primary"> <div id="content" role="main"> <?php /* Display navigation to next/previous pages when applicable */ ?> <?php if ( $wp_query->max_num_pages > 1 ) : ?> <nav id="nav-above"> <h1 class="section-heading"><?php _e( 'Post navigation', 'lagom' ); ?></h1> <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'lagom' ) ); ?></div> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'lagom' ) ); ?></div> </nav><!-- #nav-above --> <?php endif; ?> <?php /* Start the Loop */ ?> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <?php endwhile; ?> <?php /* Display navigation to next/previous pages when applicable */ ?> <?php if ( $wp_query->max_num_pages > 1 ) : ?> <nav id="nav-below"> <h1 class="section-heading"><?php _e( 'Post navigation', 'lagom' ); ?></h1> <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> Older posts', 'lagom' ) ); ?></div> <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">→</span>', 'lagom' ) ); ?></div> </nav><!-- #nav-below --> <?php endif; ?> </div><!-- #content --> </div><!-- #primary --> <?php get_sidebar(); ?> <script type="text/javascript"><!-- google_ad_client = "ca-pub-6629725798987586"; /* Like us on Facebook */ google_ad_slot = "6541553565"; google_ad_width = 728; google_ad_height = 90; //--> </script> <script type="text/javascript" src="https://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: PLEASE HELP! I can't remove google adsthelovecomission.com I’ve got it on all the pages like a dumbass of course. I can post the code if I need to.
Forum: Fixing WordPress
In reply to: main posts page down!!!!! parse error??Figured it out! Thanks Christine.
Forum: Fixing WordPress
In reply to: Messed up my posts page!!! Help!!!!I still need help! page is totally down!