Magimo
Magimo is a multi purpose free magazine WordPress theme with lots of premium features such as Featured Slider, 600+ Google web font, advertisement option and many more. The theme also had built in schema.org markup for article post and breadcrumbs, responsive layout suitable for mobile viewing and fully compatible with BuddyPress, BBPress and Woocommerce.
Category Color Block Options
You can setup each category with unique color so it will look stand out in homepage’s magazine grid layout. Just go to wp-admin->posts->categories->edit your category->color
Full Features
[list type=”check”]
- Unlimited links color choices
- Logo and Fav icon setting in theme options
- Microformat ready for Google snippet
- Schema Breadcrumbs for prettier search structure in SERP
- Built in social sharing buttons
- Latest Tweets using your Twitter widget id via theme option
- 650+ Google Web Fonts to choose from
- Featured Slider with category id or post id
- Google or any embed advertisement code in top header,post loop,sidebar and single post
- WordPress Built-in Header and Background Images settings
- Custom widget – featured posts with category and Custom Post Type widgets
- BuddyPress, BBPress and Woocommerce support
- Localization Ready ( mo and po file inside language folder )
[/list]
Still looking for more suitable responsive WordPress theme? Checkout more Responsive WordPress Themes from MagPress
Hi,
I want to buy this beautiful theme, but a don’t want the shadow around the main page. Can i remove it with css code ?
Thanks a lot
And also the shadow after the texte under the picture post and the little boy.
Thanks
also add this to custom css
#post-entry article.home-post {background: none;}
add this to theme option->custom css
#body-wrap #body-content {box-shadow: none;}
Thanks a lot !
Hello! if I can get an answer regarding the Magimo theme that I paid the fair and I have not received any link from you regarding seizing theme. Thanks!
hi, the log show you already download the developer theme numerous time. did you forget the link? i resend the purchase receipt to your email mdejan***@gmail.com and the link should be there also. regards.
Hello! thanks for your quick response but I have not received any link to download a theme and I need to provide some help from your side in order to take the Magimo theme and to install on my website. thank you!
alternately you can login to your account here and browse profile, there’s a download link.
did you also check your email spam? it might get into the spam folder, the email receipt with download link i sent.
Hello admin,
Really great theme, very nice. i have one question. how can i make my theme to show as the demo???
could you please tell me what fonts do u use and etc so as to make it exactly like demo.
thank you in advnace
the theme use default setting in wp-admin->appeareance->theme options.
i used the default settings when i installed the theme but i don’t know
ok let me see…the theme use oswald font for headline and nav and open sans google font for body, you can set it up in theme options.
one more question.
do u know why this theme is not compatible with rtmedia plugin? i copy rtmdia files in themes folder but still not working.
thank you in advance
did you upload it to wp-content/plugins and activate it via wp-admin->plugins? not sure why you copy it to themes folder tho..
yes normally like all the plugins. due to rtmedia docs if a theme don’t display you copy the templates folder fron the plugin and rename this folder as rtmedia in themes folder
did you copy rtmedia into wp-content/themes/magimo?
hello,
all is ok
a javascript bug from agreeable plugin prevented rtmdia plugin to rum smoothley
your theme is indeed fully compatible with buddypress and rtmedia.
very nice theme! congrats!
one last question about breadcrump. while it should show greek letters breacrump link shows in buddypress groups only this link %cf%80%ce%b5%cf%81%ce%b9%ce%b2%ce%bb%ce%b5%cf%80%cf%84%ce%bf%cf%83-%ce%b9%cf%89%ce%b1%ce%bd%ce%bd%ce%b9%ce%bd%cf%89%ce%bd/ instead of greek.
this is only in buddypress groups
what should i do ?
thank you in advance
is there a way not to show the slug from buddypress group but the name of the group? or how i remove the breadcrump from the theme?
it looks awful
thank you in advance
try add this to theme option->custom css to hide buddypress breadcrumbs
body.buddypress #mpbreadcrumbs { display:none; }
Hello,
I would like to ask is there a way to disable the post slider only on mobile devices because when I open my site from a mobile device the slider slows it down.
add this to theme option->custom css
[css]@media only screen and (max-width:778px){
#featuredbox {display:none !important;}
}[/css]
Hi there, my question is how to enable the next page option below the posts on home page, i have tried different plugins but i never get the numbers 1-2-3-4 => page etc. so i have to put all my posts on the home page … help pls 🙂
it should show by default. check your wp-admin->settings->reading->post per page.
this theme dope Thanks
Hello, Can you please explain to me how to add the maximum 3 google adsense ads in single post on magimo theme?
How can i display the feature image on single page the feature image is not displaying when full article is opned.
Please help me out..brilliant work your theme is wonderfull
open single.php and add this anywhere you want, maybe before the_content()
[php]<?php
if ( has_post_thumbnail() ) { the_post_thumbnail(‘large’); }
?>[/php]
Hi
Beautiful theme! I was experimenting with the free version to see how it would perform. Problem, Nothing on the Theme Options page works. What should I do so I can see how the theme truly works.
its working fine in my end, using latest version of wp 4.5.3.
How to delete social icons at the right of the header menu ? TY !
add this to theme option->custom css
#socialbox {display:none;}
Hi,
Before buying your theme, I would like to know how to hide the character at the bottom right, the black header and the ALT tag that appears below the images of each of my articles.
Thanks a lot,
Martin
please help me my site is not mobile friendly and am using magimo theme. please any advise
I’ve problems on my website :
“Warning: Declaration of mobi_custom_walker::start_el(&$output, $item, $depth, $args) should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /homepages/19/d548687607/htdocs/clickandbuilds/ActubisScoopsactuspharaoniques/wp-content/themes/magimo/lib/functions/theme-functions.php on line 466
Warning: Declaration of Custom_Description_Walker::start_el(&$output, $item, $depth, $args) should be compatible with Walker_Nav_Menu::start_el(&$output, $item, $depth = 0, $args = Array, $id = 0) in /homepages/19/d548687607/htdocs/clickandbuilds/ActubisScoopsactuspharaoniques/wp-content/themes/magimo/lib/functions/theme-functions.php on line 357”
How to fix the problem and make it works correctly ?
Thanks for posting, it came in handy
This theme is just that I have to look for many days.
nice theme
what will be the custom css to add colourful comment box
Hello, why I cannot upload the tracking code from Google analytics? When I edit header and insert code, click upload .. nothing happens and the blue circle keeps loading and never ends.. Thanks
is it on wp-admin->appeareance->theme editor->header.php, do you mean once edit and update file, it didn’t work and keep loading?