heatmap
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] How to make pages on secondary navigation?Just assign the menu to the secondary menu bar
through appearance > menusand edit header.php if you want to eliminate a menu bar.
There’s a tick box for removing each menu bar in the pro version.
Forum: Reviews
In reply to: [HeatMap AdAptive] The best themeThanks for you kind words Shelendor,
HeatMap Adaptive is arranged more like a theme framework (like Genesis) and its hook based. All the regular code of other themes is there.. its just ‘hooked in’ using WordPress hooks and functions rather than all placed in the template files.
It does have lots of advantages over regular themes which just put everything into the main template files, and once you know how to hook new stuff in it actually makes a lot of sense ??
Thanks for upgrading to Pro!
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] 1.5.3 Upgrade ErrorsUPDATE:
Theme review team at www.remarpro.com now assure me they have fixed the bad zip file on their servers.
Should be all good now.Forum: Themes and Templates
In reply to: [HeatMap AdAptive] 1.5.3 Upgrade ErrorsI hope it gets fixed soon too.
No word back from theme reviewers list yet on it.Love the theme? rate it and leave a review ??
Thanks ??Forum: Themes and Templates
In reply to: [HeatMap AdAptive] 1.5.3 Upgrade ErrorsJust go into your Web host file manager and delete the theme folder /wp-content/themes/heatmap-adaptive and then reinstall. Download from the link in the first post until the www.remarpro.com servers get sorted.
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] Version 1.5.3Crucis,
Its got some cool new ad widget positions between the first three blog posts on the home page, categories, tags and archives page.
Enjoy!Forum: Themes and Templates
In reply to: [HeatMap AdAptive] How to move primary nav to below header?Since you’ve discover the right place in the post after this one I presume that you now know how to do this.
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] css error WidgetsMarking this thread as resolved due to lack of response from support requesters.
(note to all… if you are asking for support please be very specific)
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] css error WidgetsGuys,
If you want assistance you need to be very very specific and explain more.
I cannot guess.
Ideally post a url so I can see exactly what you are referring to.
At the moment your questions do not make any sense at all.Forum: Themes and Templates
In reply to: [HeatMap AdAptive] css error WidgetsLinhndd,
What exactly is the nature of the issue?
Please be very specific.Forum: Themes and Templates
In reply to: [HeatMap AdAptive] No access to upgrade from my countryThanks for loving the theme ??
Contact me directly to discuss this.Forum: Themes and Templates
In reply to: [HeatMap AdAptive] Change size sidebarDid you put any widgets in the sidebar
Appearance > Widgets ?Forum: Themes and Templates
In reply to: [HeatMap AdAptive] Change size sidebarYou would have to change the css.
Its quite complex due to the way the theme switches the columns around behind the scenes to keep everything responsive and yet have the content in the first column (for SEO purposes) even though when you view the site it appears to be in the middle.Here’s an example css snippet that I already have you could tack onto the bottom of your style.css to make the both sidebars fit 160px ads.
Dont ask me to make a custom one to your size specifications though. There’s quite a bit of fiddling time involved in that.You can see though from the css below which bits to play with.
The theme uses negative margins to do its work, but if you play with the css below you should see how it works in general./* RESPONSIVE LAYOUT - BOTH SIDEBARS ----------------------------------------------------*/ .heatmapthemead-layout-both-sidebars #heatmapthemead-the-content { margin: 0 185px 0 185px; } .heatmapthemead-layout-both-sidebars #heatmapthemead-primary-sidebar { width: 185px; /*Width of left column*/ } .heatmapthemead-layout-both-sidebars #heatmapthemead-secondary-sidebar { width: 185px; /*Width of right column*/ margin-left: -185px; } @media screen and (max-width: 900px) { .heatmapthemead-layout-both-sidebars #heatmapthemead-the-content { margin: 0 0 0 185px; } .heatmapthemead-layout-both-sidebars #heatmapthemead-secondary-sidebar { padding-left: 190px; } .heatmapthemead-layout-both-sidebars.heatmapthemead-long-content #heatmapthemead-secondary-sidebar { padding-left: 370px; } } @media screen and (max-width: 600px) { .heatmapthemead-layout-both-sidebars #heatmapthemead-the-content { margin: 0; } .heatmapthemead-layout-both-sidebars #heatmapthemead-secondary-sidebar { width: 100%; } }
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] Remove Secondary NavYou can create a custom menu in there so that you only see what you want to see there (appearance > menu )
Or remove the menu bar if you dont want it at all by commenting out the secondary nav bar call in header.php thus…
// add_action('heatmapthemead_header_hook', 'heatmapthemead_secondary_menu');
or you could just upgrade to the pro version and there is a tickbox for that and other options to make things easier.
Forum: Themes and Templates
In reply to: [HeatMap AdAptive] Homepage show posts without inline adsNo response to question – so topic closed.