Infimag
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
Infimag is a unlimited color and 500+ Google webfonts selection HTML5/CSS3 Responsive Magazine WordPress Theme. This WordPress template has 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.0
- Initial release v1.0.






sweet sweet theme, google font are plus+ thx
sweet sweet theme, google font are plus+ thx
thanks kristin, post any issue found in support forum ok.
thanks kristin, post any issue found in support forum ok.
Nice theme but i wish people could just click in the thumbnails and get into the post so i can use it on my video blog.. still really nice and clean
Nice theme but i wish people could just click in the thumbnails and get into the post so i can use it on my video blog.. still really nice and clean
Hello,I like you theme very much.
I want to know how to change the thumbnail with the article first image? ( now it catches the last image >”<) thank you!!
Hello,I like you theme very much.
I want to know how to change the thumbnail with the article first image? ( now it catches the last image >”<) thank you!!
hi chocolate, it should fetch the first image. is the first image internal images or image outside from your site (hotlinking from other domain)?
hi chocolate, it should fetch the first image. is the first image internal images or image outside from your site (hotlinking from other domain)?
Is there any way to take the shadow border that is wrapped around the boxed content? I just want the whole theme to be all white. Any way of doing so please advise thank you.
Theme is for “Infimag”
Is there any way to take the shadow border that is wrapped around the boxed content? I just want the whole theme to be all white. Any way of doing so please advise thank you.
Theme is for “Infimag”
open style.css go to line 705+ and edit this line
.container-wrap { float: left; width: 96%; margin: 0px 0px 2em; padding: 2%; background-color: #FFF; /* remove this */ border: 1px solid #E0E0E0; /* remove this */ box-shadow: 0 0 4px #ddd; /* remove this */ }open style.css go to line 705+ and edit this line
.container-wrap { float: left; width: 96%; margin: 0px 0px 2em; padding: 2%; background-color: #FFF; /* remove this */ border: 1px solid #E0E0E0; /* remove this */ box-shadow: 0 0 4px #ddd; /* remove this */ }Hello Friends – When i downloaded this theme then it does not show me the facebook/tweeter link ?
So how can i purchase it ? Please help me
Hello Friends – When i downloaded this theme then it does not show me the facebook/tweeter link ?
So how can i purchase it ? Please help me
hi bidyot, try setup the social link in theme options, remember to insert full url link with hxxp://
we are currently under going server maintainace, you can purchase the theme developer license later with the edd developer
purchase.
hi bidyot, try setup the social link in theme options, remember to insert full url link with hxxp://
we are currently under going server maintainace, you can purchase the theme developer license later with the edd developer
purchase.
I did with theme options. But as i have seen on your demo home page , after every new post there are facebook/tweeter option so that thing is not showing into my testing downloaded env. If you know any plugin name that helps me then please suggest me
Regards
Bidyot
I did with theme options. But as i have seen on your demo home page , after every new post there are facebook/tweeter option so that thing is not showing into my testing downloaded env. If you know any plugin name that helps me then please suggest me
Regards
Bidyot
hi bidyot, its not a plugin, its a bulit in social. did you enable the social setting -> enable facebook and twitter in theme options?
hi bidyot, its not a plugin, its a bulit in social. did you enable the social setting -> enable facebook and twitter in theme options?
hi developer of infimag template. this is such a great clean theme, I love it. But I would to ask you something. why the gallery slider in home couldn’t show any post under the category ids feature? I used to input my category ids appropriately, but still it doesn’t show. I have enabled the feature. and it just shows one post (article). can anybody help me? my website is http://www.madinapers.com please come to take a look the error. thanks
hi developer of infimag template. this is such a great clean theme, I love it. But I would to ask you something. why the gallery slider in home couldn’t show any post under the category ids feature? I used to input my category ids appropriately, but still it doesn’t show. I have enabled the feature. and it just shows one post (article). can anybody help me? my website is http://www.madinapers.com please come to take a look the error. thanks
hi maulana, make sure post ids textfield are empty, also check if how many posts in category to show were selected.
i see you have more than 1 post in ‘artikel’ category so they should be showing properly. try another category that had more than 2 posts to confirmed if the ‘artikel’ category is the bug.
hi maulana, make sure post ids textfield are empty, also check if how many posts in category to show were selected.
i see you have more than 1 post in ‘artikel’ category so they should be showing properly. try another category that had more than 2 posts to confirmed if the ‘artikel’ category is the bug.
I’ve been changing the category into “kampus” category, and it works. thanks again for helping me. but can you explain to me why if I use the “artikel” category it didn’t work well?
I’ve been changing the category into “kampus” category, and it works. thanks again for helping me. but can you explain to me why if I use the “artikel” category it didn’t work well?
I like this theme very much but missing two options please help me
1. On righthand side it would be better if it gives header title with background image as it is in your Ariel theme.
2. There should be an widget to load random articles.
Please help me
I like this theme very much but missing two options please help me
1. On righthand side it would be better if it gives header title with background image as it is in your Ariel theme.
2. There should be an widget to load random articles.
Please help me
hi.
1. do you meant the header 468×60 banner?
2. yeah. will consider adding this features but for now there should be a random posts widget plugin you can installed.
hi.
1. do you meant the header 468×60 banner?
2. yeah. will consider adding this features but for now there should be a random posts widget plugin you can installed.
Fantastic… I switched to Infimag my website. Does infimag supports buddypress?
Fantastic… I switched to Infimag my website. Does infimag supports buddypress?
thx and no it didnt support buddypress at the moment.
thx and no it didnt support buddypress at the moment.
Thanks.
Thanks.
hi ronald, thank you for helping me last time. now I would to make the sidebar in home page desappear. I just want it shows in single post, how can I?
hi ronald, thank you for helping me last time. now I would to make the sidebar in home page desappear. I just want it shows in single post, how can I?
hi maulana
try open header.php go to line 129+ below
add this
<?php if( is_home() ): ?> #right-sidebar { display:none; } #custom .content {width: 100%;} <?php endif; ?>hi maulana
try open header.php go to line 129+ below
add this
<?php if( is_home() ): ?> #right-sidebar { display:none; } #custom .content {width: 100%;} <?php endif; ?>This is a lovely theme, already installed on my site but I want to reduce the width of the whole theme! Is this possible.
Thanks!
This is a lovely theme, already installed on my site but I want to reduce the width of the whole theme! Is this possible.
Thanks!
go to style.css line 554+ and find this css
footer .innerwrap, header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap { margin: 0 auto; max-width: 1120px; padding: 0; width: auto; }change the 1120px to your desired width.
go to style.css line 554+ and find this css
footer .innerwrap, header .innerwrap, #bodywrap, .innerwrap-custom-header, #main-navigation .innerwrap { margin: 0 auto; max-width: 1120px; padding: 0; width: auto; }change the 1120px to your desired width.
I’m a great fan of your freemium themes, and slowly I’ve been updating all websites under my control to use them
Yesterday, I switched my “main” blog to Infimag, and I’m quite happy with the new look. I found a very tiny bug, though: on the “Featured Sidebar” options, if a category has an ampersand in it (in my case I have something like “Guides & Resources”) it correctly shows on the dropdown, but when selecting it and saving, it reverts to “Choose category” (no matter how often you save it). On the front page, the title for that category is shown correctly, but all article excerpts will come from the first category (ID 1), not from the selected category.
Adding ampersands on categories is probably a bad idea anyway. This should be a very simple fix in any case.
All the rest, fortunately, works exactly as intended
I’m a great fan of your freemium themes, and slowly I’ve been updating all websites under my control to use them
Yesterday, I switched my “main” blog to Infimag, and I’m quite happy with the new look. I found a very tiny bug, though: on the “Featured Sidebar” options, if a category has an ampersand in it (in my case I have something like “Guides & Resources”) it correctly shows on the dropdown, but when selecting it and saving, it reverts to “Choose category” (no matter how often you save it). On the front page, the title for that category is shown correctly, but all article excerpts will come from the first category (ID 1), not from the selected category.
Adding ampersands on categories is probably a bad idea anyway. This should be a very simple fix in any case.
All the rest, fortunately, works exactly as intended
thx for the bug note gwyneth, i’ll check it out and getback to you on this issue asap.
thx for the bug note gwyneth, i’ll check it out and getback to you on this issue asap.
Hello,I like you theme very much……!
perfect theme…:D
Hello,I like you theme very much……!
perfect theme…:D
hi developer of infimag template,can i ask something,
how limit the number of articles on the main page,and how latest post was made at the top, thank you before
hi developer of infimag template,can i ask something,
how limit the number of articles on the main page,and how latest post was made at the top, thank you before
hi alfian, you can adjust the number of article in dashboard -> settings -> reading -> blog pages show at most
hi alfian, you can adjust the number of article in dashboard -> settings -> reading -> blog pages show at most
Hi,I like you theme very much……!
I got a Problem, The Slider is not working.can anybody help me? my website is http://www.ecarecraft.com please come to take a look the error. thanks
The Theme Name: “infimag”
Hi,I like you theme very much……!
I got a Problem, The Slider is not working.can anybody help me? my website is http://www.ecarecraft.com please come to take a look the error. thanks
The Theme Name: “infimag”
seem its working now.
seem its working now.
Hallo;
I want to make the direction is rtl of the whole pages for Arabic websites
What I have to add?
Thanks
Hallo;
I want to make the direction is rtl of the whole pages for Arabic websites
What I have to add?
Thanks
you could try adding this to style.css
body { text-align:right !important; }you could try adding this to style.css
body { text-align:right !important; }