Whimag
Running a Business and Monetize site?
Using the theme but need to remove our linksfor commercial and business use. please consider:
Price - $37.00
License - GNU General Public LicenseUnlimited concurrent domain and multisite domain uses for personal or clients and commercial projects

Whimag WordPress theme is a 2 columns fixed width CSS3/HTML5 Magazine and Blogging Responsive WordPress theme with theme options, featured slider and categories, Adsense ready, etc.
Running a Business and Monetize site?
Using the theme but need to remove our linksfor commercial and business use. please consider:
Price - $37.00
License - GNU General Public LicenseUnlimited concurrent domain and multisite domain uses for personal or clients and commercial projects
Version and Changelog
Version 1.1
- fixed pagination issue
Version 1.0
- Initial release v1.0.





tq very much for the free theme. inside options are very helpful to custom my themo.
tq very much for the free theme. inside options are very helpful to custom my themo.
iam newbie. how to edit style.css file or change background color? thanks
iam newbie. how to edit style.css file or change background color? thanks
and cannot edit … to “Read More..” in the_content() function any suggestion?
and cannot edit … to “Read More..” in the_content() function any suggestion?
open lib/functions/theme-functions.php and go to line 629+ for function get_the_excerpt_featured() and find this line
$more_link_text=”Read More”
change the ‘Read More’ to any text you want.
open lib/functions/theme-functions.php and go to line 629+ for function get_the_excerpt_featured() and find this line
$more_link_text=”Read More”
change the ‘Read More’ to any text you want.
hi, edit for background should be in lib/styles/base.css or add this line to style.css
body {
background: #HEX-COLOR;
}
hi, edit for background should be in lib/styles/base.css or add this line to style.css
body {
background: #HEX-COLOR;
}
Call to undefined function wp_get_theme() in /home/agusnur/public_html/wp-content/themes/whimag/lib/functions/option-functions.php on line 60
Call to undefined function wp_get_theme() in /home/agusnur/public_html/wp-content/themes/whimag/lib/functions/option-functions.php on line 60
hi noera, its the new functions in wp 3.4+, you need to upgrade your wp to fixed the function error.
hi noera, its the new functions in wp 3.4+, you need to upgrade your wp to fixed the function error.
How to increase the excerpt length in this theme? I hope to get positive response.
How to increase the excerpt length in this theme? I hope to get positive response.
hi open index.php line 46+ and edit this code
change 55 to any number you prefered.
hi open index.php line 46+ and edit this code
change 55 to any number you prefered.
when clicking page 2 it’s gavemes me this error…
The requested URL /page/2 was not found on this server.
when clicking page 2 it’s gavemes me this error…
The requested URL /page/2 was not found on this server.
hi iasha, redownload the v1.1 (just updated) and replace lib/templates/paginate.php and lib/functions/theme-functions.php
that should fixed the paging issue.
hi iasha, redownload the v1.1 (just updated) and replace lib/templates/paginate.php and lib/functions/theme-functions.php
that should fixed the paging issue.
thanks my friend
thanks my friend
This theme worked well on my system (wamp server), but when I uploaded it to my website, it completely shuts down my site. I had to delete it before my could come back to life again. plz I need assistance..
This theme worked well on my system (wamp server), but when I uploaded it to my website, it completely shuts down my site. I had to delete it before my could come back to life again. plz I need assistance..
check and compare your local install and live install wordpress version and plugins install.
must be something in live site causing this.
check and compare your local install and live install wordpress version and plugins install.
must be something in live site causing this.
Hello, It is a responsive theme but can you please tell me how to make it non-responsive ?
Hello, It is a responsive theme but can you please tell me how to make it non-responsive ?
all u need to do is go to lib/styles/base.css and scroll to bottom and delete css starting from
all u need to do is go to lib/styles/base.css and scroll to bottom and delete css starting from
Thanks Ronald. I’ve removed the code from the line that you mentioned. Yeah, the elements like sidebar are not going down to fit content on screen but still, the website is shrinking when i change size of my browser window and the sidebar is also shrinking now, while remain static with webpage.
Is there anything more to do ?
Thanks Ronald. I’ve removed the code from the line that you mentioned. Yeah, the elements like sidebar are not going down to fit content on screen but still, the website is shrinking when i change size of my browser window and the sidebar is also shrinking now, while remain static with webpage.
Is there anything more to do ?
hi saurabh, its the media query css3 causing the resize. opne lib/styles/base.css and scroll to bottom and delete starting from line
delete all line after this
hi saurabh, its the media query css3 causing the resize. opne lib/styles/base.css and scroll to bottom and delete starting from line
delete all line after this
Yeah, I’ve done with that but now the problem is about that flexible width. I wants to make it fix.
How to do that now ?
Yeah, I’ve done with that but now the problem is about that flexible width. I wants to make it fix.
How to do that now ?
try edit lib/styles/base.css
line 594+
.content { float: left; width: 70%; /*change to 800px */ }line 618
#right-sidebar { float: right; padding-bottom: 2%; padding-right: 2%; padding-top: 2%; width: 27%; /*change to 290px */ }try edit lib/styles/base.css
line 594+
.content { float: left; width: 70%; /*change to 800px */ }line 618
#right-sidebar { float: right; padding-bottom: 2%; padding-right: 2%; padding-top: 2%; width: 27%; /*change to 290px */ }Hello Ronald!
I tried that. Now, the sidebar and content are not shrinking/expanding but still the header part and widgets of footer are shrinking/expanding that’s why if i continuously minimize the theme, sidebar is getting down.
?? We are just about to reach.
Hello Ronald!
I tried that. Now, the sidebar and content are not shrinking/expanding but still the header part and widgets of footer are shrinking/expanding that’s why if i continuously minimize the theme, sidebar is getting down.
?? We are just about to reach.
did you remove all the style for media query like i mention in previous comment. it shouldn’t shrunk or minimize if removed.
did you remove all the style for media query like i mention in previous comment. it shouldn’t shrunk or minimize if removed.
Yeah, I have tried by removing code below Moblie CSS and editing content & sidebar width but there are lots of other elements which are having size in percent. I think those all are needed to make fixed.
Yeah, I have tried by removing code below Moblie CSS and editing content & sidebar width but there are lots of other elements which are having size in percent. I think those all are needed to make fixed.
yes, most container div were percentage css for the flexible width and mobile friendly framework.
i would recon after the edits i mention previously, edit the wrapper, content, sidebar css from % to px.
yes, most container div were percentage css for the flexible width and mobile friendly framework.
i would recon after the edits i mention previously, edit the wrapper, content, sidebar css from % to px.
Hey… Thanks !
.
While doing all the tweaking to your theme, I learnt a lot new things. Now, check out my site TechGYD.COM, Hope you will like the tweaking out there
And, thanks for the support
Hey… Thanks !
.
While doing all the tweaking to your theme, I learnt a lot new things. Now, check out my site TechGYD.COM, Hope you will like the tweaking out there
And, thanks for the support
But Now, There is a small problem. The Site becomes too much static that the innerwrap function is not working. The Margins alongside are also making users to scroll horizontally. Footer Code is responsible for it. Can you please tell me how to resolve this small issue? I will be highly grateful.
But Now, There is a small problem. The Site becomes too much static that the innerwrap function is not working. The Margins alongside are also making users to scroll horizontally. Footer Code is responsible for it. Can you please tell me how to resolve this small issue? I will be highly grateful.
hi saurabh, this is normal since your tweak your css #wrapper and #wrapper-main to 1349px. in 1440px above monitor, it look normal but lower resolution will cause the horizontal scroll.
hi saurabh, this is normal since your tweak your css #wrapper and #wrapper-main to 1349px. in 1440px above monitor, it look normal but lower resolution will cause the horizontal scroll.
Why this theme for free download where as you mentioned its price 37 USD? Should i go for free or it will cameup with external footer links? Please guide me before I proceed.
Why this theme for free download where as you mentioned its price 37 USD? Should i go for free or it will cameup with external footer links? Please guide me before I proceed.
hi tiana, yes its free to download and use in unlimited sites but if you run a monetize site or business and want to remove our links, you have the option to purchase the clean footer/sidebar (developer version) without our links attached. cheers
hi tiana, yes its free to download and use in unlimited sites but if you run a monetize site or business and want to remove our links, you have the option to purchase the clean footer/sidebar (developer version) without our links attached. cheers
Thanks for your quick response. Is it safe to run website having footer links in it? how many footer links are there in this theme?
Thanks for your quick response. Is it safe to run website having footer links in it? how many footer links are there in this theme?
hi tiana, all our free themes are safe to use. there are 3 contributors link in whimag theme.
hi tiana, all our free themes are safe to use. there are 3 contributors link in whimag theme.
Seems great. But I found that the interwrap function doesn’t work well. Any fix or is it the mistake by me? Please help
Seems great. But I found that the interwrap function doesn’t work well. Any fix or is it the mistake by me? Please help
This is a really great looking theme, I look forward to giving it a go.
This is a really great looking theme, I look forward to giving it a go.
Great theme, i was looking it for long time, thanks for free download link option, I am sure footer links will not harm my website. Please tell me in how much websites can I run this theme.
Great theme, i was looking it for long time, thanks for free download link option, I am sure footer links will not harm my website. Please tell me in how much websites can I run this theme.