heatmap
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] How To Center Ads In Widget?adystanley,
You haven’t responded with a url for me to look at so I’ll close this as resolved.Forum: Themes and Templates
In reply to: [HeatMap AdAptive] How To Center Ads In Widget?It worked for me when I tried it, but if you would post a url then I could see exactly what you are trying to do and advise you on the best approach.
Partial screenshots do not provide the information required.
Thanks.Forum: Themes and Templates
In reply to: [HeatMap AdAptive] How To Center Ads In Widget?Post inline position is designed to always float to the left of the title.
If what you actually want is your ad to sit centered below the post title then the post in-content position is a better choice.To center that in the css you’d need add this at the bottom of style.css…
#heatmapthemead-widget-position-postincontent .widget { text-align: center; }However, these days Mr Google does not like content to be pushed ‘below the fold’ in favour of ads, so its probably not the best idea if you are using adsense ads. 😉
If you want more flexibility with alignment of your ads then Click Missile plugin which comes with the Pro version of this theme will make it easier for you.
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] How To Center Ads In Widget?adystanley,
Ad widget positions are styled via CSS, and there are a number of them in the theme. Which particular widget position are you referring to? It is helpful if you provide a url so we can see where exactly you mean.
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] author post display full view not excerptok Ashish,
Since you’ve not got back to me,
I’ll assume your question is resolved.Forum: Themes and Templates
In reply to: [HeatMap AdAptive] author post display full view not excerptI don’t think what you describe is an error as such, just normal theme behavior, but your question is not clear.
Are you just asking how to display excerpts on the home page rather than full posts?
If so there are three methods…
1) Best for SEO
Create a custom (nicely keyworded) excerpt in the post editor (scroll down the post editor screen to find it).
If you cant find the excerpt box click on the ‘Screen options’ tab at the top right of the post editor to reveal it.2) Easy and precise
Use the <!–more–> tag in your posts to define where the post ‘cuts off’ on the home page. There is a button the post visual editor and html editor to add this tag.3) Change the code… (heatmap Adaptive is hook based so its easy to do)
In index.php find…
add_action(‘heatmapthemead_blog_posts_hook’,’heatmapthemead_the_content’);replace with
add_action(‘heatmapthemead_blog_posts_hook’,’heatmapthemead_the_excerpt’);
This will give you automatic WordPress excerpts on the home page.
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] header/footer margins helpTheme Width css is output into theme html in the heatmapthemead_print_max_width() function found in /inc/theme-options.php.
The header and footer width setting code can be found in there.Forum: Themes and Templates
In reply to: [HeatMap AdAptive] header/footer margins helpThats a feature built into the Pro plugin which extends HeatMap AdAptive.
It adds a tick box ‘Layout > Full Width Navigation Background’ which extends the nav background across the full screen width (just like on heatmaptheme.com itself or also similar to the design of wordpress.org).Forum: Themes and Templates
In reply to: [HeatMap AdAptive] Non Appearance of HeatMap AdAdaptive OptionsThe outage which affected Blue host, Hostgator, and Hostmonster is over, so everything is working as per normal and you can get your regular HeatMapTheme.com rss news updates in your Theme options page again.
Forum: Reviews
In reply to: [HeatMap AdAptive] Excellent thèmeMerci Pasque,
Vos aimables paroles sont très appréciés.Forum: Reviews
In reply to: [HeatMap AdAptive] The bestThanks Robert. You kind words are much appreciated.
Forum: Reviews
In reply to: [HeatMap AdAptive] Responsive Theme The Easy WayThanks Soulpappa.
Good to hear that its timed right for you 🙂Forum: Reviews
In reply to: [HeatMap AdAptive] One of the bestThat’s really good to hear.
Makes all the hours/weeks/months of coding worthwhile 😉
cheers!Forum: Reviews
In reply to: [HeatMap AdAptive] One of the bestHey thanks Akzadeuclid!
I very much appreciate your kind words about our theme.Forum: Your WordPress
In reply to: Preview my WebsiteThe images in the slider loaded extremely slow for me.
Also the logo situated at the top seems to leave a large amount of valuable blank screen real estate doing nothing to the right of the logo.