Forum Replies Created

Viewing 15 replies - 151 through 165 (of 168 total)
  • Ryannel,

    I cant figure out how exactly how your trying to do this so I’ll just step you through it.

    1) Using plain old text editor just make a text file with the code as described above (nothing else) called wide-page.php

    2) Upload it to you heatmap-adsense-theme directory.

    3) Then just go to your admin
    PAGES -> EDIT -> SEO TEST

    and in the ATTRIBUTES section change the template to ‘Wide Page’.

    and voila you should have your seo test page.

    I have it working as described above on this page…
    http://heatmaptheme.org/seotest/

    Good luck 😉

    Using the method I describe above you will need to use HTML to call your Iframe. (You are trying to use a shortcode with a plugin).

    Try using the following code instead…

    <?php
    /*
    Template Name: Wide Page
    */
    ?>
    
    <?php get_header(); ?>
    
    <div class="wide-page-content">
    	<iframe src ="http://www.seotest.co.za/SEO/seo.html" width="900" height="800"></iframe>
    </div>
    
    <?php get_footer();?>

    Ryannel,

    I suggest making a custom page template for containing your iframe code.

    Create a file called wide-page.php

    pop this code in it…

    <?php
    /*
    Template Name: Wide Page
    */
    ?>
    
    <?php get_header(); ?>
    
    <div class="wide-page-content">
    	<!-- YOUR CODE GOES HERE -->
    </div>
    
    <?php get_footer();?>

    Your Iframe code goes in the YOUR CODE GOES HERE bit 🙂

    Then just go to your admin
    PAGES -> EDIT -> SEO TEST

    and in the ATTRIBUTES section change the template to ‘Wide Page’.

    Your IFRAME should now have more elbow room.

    You can add the wide-page-content class to your style.css and then style the margins and padding to suit what you are doing.

    (please note that the above is a very simple example of how to do this…if you want to include the actual content from the seo-test page (that is typed in the page editor) – you’ll need to look at page.php to figure out how to add the page title and content in).

    Ryannel,
    Are you just asking to have a heatmap theme without any sidebars at all?
    Do you want the content area to stretch right across the page?
    (draw a sketch of the layout and send it to me if I’m not understanding right)

    Thread Starter heatmap

    (@stuartwider)

    I’m now slightly cartooned. Will have to manga-ize myself when I get more time 😉

    Thread Starter heatmap

    (@stuartwider)

    isaacyassar
    Thanks for the idea 🙂
    Definitely worth considering.

    The issue with the width of the results within the page is due to the ask apache plugin generating a CSS class with a name that is the same as one in HeatMap Theme – namely the ‘content’ class.

    You can easily change it in the options page for apache 404 in the HTML setup section.

    So where you find <div id=”content”> change it to something else. (say ‘content404’)
    Also there is a width declaration in the same HTML (by default 750px) – I suggest changing it to 950px.

    The issue at the bottom of the page where the results are mysteriously repeated does not appear to be a result of interacting with HeatMap Theme. I tried switching to the WordPress Default theme and the 404 results still appeared there at the bottom of the page even with ‘dafault theme’ activated. They disappeared when I turned the plugin off.

    I suggest checking with the plugins author for help with that issue.

    More clues required. 😉
    Are you getting an error?
    Is the page just blank?
    Does it do anything at all?
    ta

    So basically what you need to do is take the code from the google-results.php and whack it into your 404.php, and then include the call required by the plugin.

    I haven’t tried this but here’s where I would start fiddling…

    Replace the main code in your 404.php with this:

    <div id="google-results-body-wrapper">
    
    	<div class="google-search-content">
    		<?php if(function_exists('aa_google_404'))aa_google_404();?>
    	</div> <!-- class="google-search-content" -->
    
    </div> <!-- id="google-results-body-wrapper" -->
    
    <?php get_footer(); ?>

    That should give the 404 plugin results wrapped in the google results style page layout.

    Thread Starter heatmap

    (@stuartwider)

    Thanks Dustyhawk, douglashanna & BeeDub
    Your comments are most appreciated.

    Beedub, Glad to hear that your Google love has been tripled 🙂 Excellent!

    Dustyhawk,

    To eliminate sidebars in 404.php just delete:

    <?php get_sidebar(); ?>

    For the search bar. If you want to use the Google Custom Search Feature then that’s built into the template already. You just need to add the code to your HeatMap Options Page:

    Here’s the user guide entry:
    http://heatmaptheme.com/adsense-theme-for-wordpress/version-2/google-adsense-custom-search/

    Make sure you shorten the text field length from 31 to something smaller when setting up your google custom search code so it fits in the template nicely.

    Thread Starter heatmap

    (@stuartwider)

    Woohoo, HeatMap Theme just made the most popular list.
    It may be 2nd from bottom as I write, and it may not stay there long, but it got there!

    Crack open another bottle of champers bar-keep!
    Thanks for downloading all!

    Thread Starter heatmap

    (@stuartwider)

    Hi all,
    HeatMap Theme has just gone past 2000 downloads in a week!

    This means its just squeaked outside of the most popular list by a couple of hundred. Not bad for a first time outing for HeatMap Theme. Rest assured I’ve got some updates in mind over coming months that will make HeatMap Theme extra tasty, and hopefully can push it onto the most popular list of WordPress Themedom 😉

    Thanks for downloading all. I can tell by my referrer stats the net is loving the Heatmap theme 🙂

    If you are loving it, let us know here and give it a rating.

    Also thanks to everyone who is retaining the HeatMap Theme credit link and particular thanks to all those who donate when I help you out.

    So, pop the champagne cork and join me in a small celebration for 2000 downloads in a week. Cheers!

    Thread Starter heatmap

    (@stuartwider)

    Thanks Chachafance 🙂
    Much appreciated.

    Thread Starter heatmap

    (@stuartwider)

    Hi Andthey,

    Had a look at your site. Can’t immediately see why that would be.
    Its working on my demo sites ok with the header ads on the home page, so something strange is going on 😉

    (Cue Twighlight zone music…”doo doo dooo doo”)

    You might try pressing the reset button to see if the HeatMap admin Page has got itself into some kind of funny state. Make sure you save your settings in some way first. Let me know if that clears things up.

    If that doesnt work I can take a closer look at it for you.
    Contact me through my contact form if you want to do this. We can do it by email.

    http://heatmaptheme.com/contact/

    Price will be 1 chocolate donation 🙂

    Cheers,
    Stuart

Viewing 15 replies - 151 through 165 (of 168 total)