If you are searching MOMO – Really Simple WP Zine for free download, nulled and updated on 28 February 15 you can download from our website for free. MOMO – Really Simple WP Zine is one of most popular wordpress templates from News, Magazine and Blog category in the last 30 days by our internal search.
Download MOMO – Really Simple WP Zine for free
Below this text you will find link to download nulled MOMO – Really Simple WP Zine wordpress theme for free, just click on the link and save on your desktop, unzip and upload on your website. Process is simple. Our wordpress templates are not locked, you will not need pasword to use MOMO – Really Simple WP Zine WordPress template.
MOMO – Really Simple WP Zine Nulled [Latest Version]
Instead of paying for $49 to feeleep and giving 50% of their earnings to Envato. We are giving you for free MOMO – Really Simple WP Zine working latest version.

About MOMO – Really Simple WP Zine
MOMO – Really simple WordPress zine is a modern and clean WP magazine-like theme that fits to any viewport or device. It’s fully responsive, HD ready and suitable for magazines, news, review sites, or blogs. It was built with Bootstrap (3.0) and Vafpress framework which guarantees great user and further development/customization experience.
MOMO is extremely easy to use; from visual home page builder, intuitive shortcodes, post reviews to the custom color accented
t0ma
Is there an option to remove feautured image in single post?
feeleep Author
Open “Momo/content.php”, lines #64, #65 and #66. These lines should read: <figure class="k-relative"> <?php the_post_thumbnail( 'large' ); ?> </figure> ...delete them and save “content.php”.
t0ma
This will remove images from all posts, not in single post, but ok. I’ll try so. Can i change on category page, page numbers? ( from this http://prntscr.com/8prod5 to normal 1 2 3 - 86 87 88)
feeleep Author
No, if you remove lines #64, #65 and #66 from “Momo/content.php”, featured image will be gone from post single page only, I just have checked once again.
As for the pagination… Check out here first and then open “Momo/inc/helper_functions.php”, function “k_pagination()” and arguments passed to paginate_links(). The lines you should be checking are between #128 and #142.
Hope it helps!
arumenn
Bought it, love it. Some questions tho :
- How can I disable the zoom-in effect on image mouse-over? - Is there a way I can use the category colors for other html elements, for example h2 or blockquote?
feeleep Author
2) if you open “style.php” (it’s a dynamic stylesheet file), lines #80 – #97 you gonna see the logic behind categories coloring. It has been achieved by assigning category slug to an element prefix class. So, basically, what you should do is to assign new class to an element of your choice (yes, you’ll have to edit theme templates – wherever that very element is supposed to be shown) plus category slug.
For instance, if you want to change the color of post title on post single page, open “content.php”, line #79 and do something like : <h1 class="k-article-title single-post-title-<?php $category = get_the_category(); echo esc_attr( $category[ 0 ]->slug ); ?>"><?php the_title(); ?></h1>
Now, back to “style.php” file, your title should be styleable via new class: echo '.single-post-title-' . $category->slug . ' { color: ' . $cat_color . '; }'; Hope it makes sense!
arumenn
feeleep Author
The elements inside article’s content can be styled up by following my mini-guide on that subject. Trust me, there’s no other way. jQuery could help, however, things should be fully dynamic and jQuery can’t do it.
ericsalcedo
Hello!
Thanks for the MOMO theme. Quick question. I’m trying to get a 2 column text block under the main image on our blog:
http://www.blackfridaymattress.org/I’m using the Home Pages builder but don’t see any shortcode options to achieve this. Can you help?
Thanks, Eric
feeleep Author
Home Page builder is used for home pages only, if you need two columns layout use shortcodes for that purpose! It will let you create columns and rows at will.
ericsalcedo
Thanks. But I’m not looking for a two column page layout. I want to have a text block on the homepage under the main hero image. I just want it to be in a two column grid. Make sense?
feeleep Author
You can’t because Home Page can be composed out of shortcodes only and there’s no text block shortcode. All of home page shortcodes are either news or media (photo, video) related.
nachoruiz
Hi Feeleep. Is WP 4.4 supported? Can I update?
feeleep Author
Yes you do!
spencertarring
Hi, I would like to use your theme for my blog, but I am struggling to get it working correctly.
1) Do you do an install service, if so please quote me? 2) We want it to look exactly like the template in the layout, but obviously customise the background image and the menus etc etc,, If you can set it up I can do the menus and image, but i need help installing mulitlingual WPML (which I already purchased) and getting support with the weibo and chinese social media on there.
Please contact me asap.
Thanks!
feeleep Author
Did you follow theme manuals and the installation procedure described in chapter one? I can’t see any content at your web site so I suppose you didn’t try to import demo content. It’s always good idea to do that in order to figure out how things work. As for WPML and Chinese social media, these are the plugins and if having any issues wit it please contact plugin authors. I don’t offer install service, you could go to Envato Studio and hire someone to do that for you.
spencertarring
Hi, yes I have imported all the demo content and followed all the instructions, but absolutely nothing shows up.. very strange. Anything you can do?
feeleep Author
I could take a look but will need an access to WP admin. Feel free to create one then send credentials via PM. Please include brief description of a problem so I don’t get lost. Thanks!
spencertarring
Hi, I just cannot get these theme demo to work properly… http://news.pyromusic.cn I have tried many times, one main problem im getting is that the custom permalinks don’t work.. but even with them turned to normal id numbers, the theme just doesn’t load properly.
feeleep Author
Flush permalinks! Go to Settings > Permalinks and hit “save changes” button which should refresh it, that’s all. I guess it has been mentioned in manuals…
tiagopreto
How can I make to show all posts from a category? Today, this is set to ten posts by category before pagination.
feeleep Author
Go to Dashboard, Settings > Reading :: Blog pages show at most NN posts
...where NN is the number of posts per category page.
tiagopreto
Thanks. It works!
tiagopreto
How can i set the News Slider to auto play?
feeleep Author
It should be working as auto-play but I see it actually doesn’t.
<div id="k-make-carousel-<?php echo $carousel_wrapper_id; ?>" class="carousel carousel-news slide"><!-- wrapper --> Append new data attribute (data-ride): <div id="k-make-carousel-<?php echo $carousel_wrapper_id; ?>" class="carousel carousel-news slide" data-ride="carousel"><!-- wrapper --> Save the file on the server.Try to open “Momo/admin/shortcode_generator/momo_shortcodes_engine.php” for edit and go to line #604. That very line reads by default:
Hopefully it’ll make it auto slide!
tiagopreto
Great! Thanks man.
tiagopreto
How to list all posts from some category and show this in some page?
tiagopreto
With thumbnails
feeleep Author
You’ll have to create new menu item. Go to Appearance > Menus first then pay your attention to menu panels on left. Expand “Categories”, tick the category from the list and hit “Add to Menu” button. Here’s a screenshot: http://awesomescreenshot.com/08a5sjk7ec
tiagopreto
Look this: http://imgur.com/htNqfPd
feeleep Author
Category has its own template, why do you need to list certain category posts on the page? No matter what, it can be done by using custom templates. Use Google to search for Wordpress custom templates and you’ll find out everything you need too know about. Good luck!
rovereta1
hi, i’m trying to build an homepage with your theme but when i open the shortcodes sections i can see only very few shortcodes. why this? on the preview of theme there is a bigger list of shortcodes. something is not working? there is a shortcode list where i can find all of it?
here is a screenshot:https://www.dropbox.com/s/wb9vebi2ag4qrc6/Schermata%202016-06-08%20alle%2021.32.22.png?dl=0
feeleep Author
No, there’s nothing wrong, that’s all you have with Home Pages builder. What you saw on theme’s Screenshots are content shortcodes. Select some page from Pages > All Pages and then click on paper plane icon in text editor tool bar. You gonna see the list of content shortcodes.
rovereta1
there’s a way to call the sidebar with your shortcodes?
feeleep Author
Sidebar does not relate to shortcode at all. Shortcodes can be taken as a content placeholders. When you write something like [my_shortcode arg1="whatever" arg2="whatever"], WordPress will seek for a registered shortcode named “my_shortcode” and trigger the function connected to it.
If you want to use shortcode in sidebar or any other widget-ready section, you’d normally drag’n’drop Text Widget and paste certain shortcode to its content (textarea) input field.
As you already know shortcodes can be inserted to pages via text editor.
rovereta1
i don’t want to use shortcodes in sidebar: i want to show the sidebar via shortcode.
feeleep Author
Once again, sidebar and shortcode do not relate to each other. Sidebars are registered via register_sidebar( $args ) function ( https://codex.wordpress.org/Function_Reference/register_sidebar ) which has nothing to do with adding shortcode ( https://codex.wordpress.org/Function_Reference/add_shortcode ).
rovereta1
so i cannot put the sidebar on my homepage in any other way? there is an escamotage?
feeleep Author
You have a Home Page builder! It’ll allow you to create rows and columns. It’s good idea to read manuals and see how it works.
rovereta1
yeah, i’ve read manual and i know how to build an homepage, but i don’t know how to add the sidebar to the page without changing the theme.
feeleep Author
Theme sidebars are registered in “Momo/inc/theme_sidebars.php”. Open the file to see how the code looks like and maybe you get an idea coz I’m kinda not sure what you are up to. There’s no way to just add sidebars dynamically with this theme. Did you try with the plugin? Here’s one: Custom Sidebars.
rovereta1
okay. last question: there’s a way to autoplay the homepage post slider?
feeleep Author
HeronsEye
I am using the Momo theme and suddenly site visitors are not able to comment on posts. The “Post Comment” button should be underneath the fields for “Email” and “Website” but it is now placed above those fields and is preventing visitors from accessing those fields and posting a comment. Interestingly, if a visitor clicks within the large Comment box, they can use the tab key to access the fields beneath it. But, this is not functioning as it should. There doesn’t appear to be any setting that we can change to correctly order the fields and submit button. We also cannot seem to find any CSS to add to the custom styling to make it function. The misaligned button seems to be part of the theme coding and not the styling. What do you recommend?
feeleep Author
Did you update WordPress or any other plugin recently? I’m currently having a family vacation and can’t do much with my iPad but will be back in the office on August 01. And of course I’ll be able to login to your website Admin to take a look. Could you roll things back if anything updated? Sorry for any inconvenience!
HeronsEye
I updated WordPress after I noticed this issue in case running an old version was the cause. Running the newest version did not fix the issue.
I will check on plugins again. But so far the ones I have checked and deactivated, etc. have not resolved the issue.
Any help is much appreciated.
feeleep Author
It must be WordPress but still not sure which version. Unfortunately I don’t have resources to check. Another bummer is the fact that all of mine coworkers are having vacation too, until August 01st. I’m really sorry for not being able to help more!
ianrnolan
Just purchased this theme but don’t have any kind of guide book to help me, that or I deleted it. Can I have another? I am lost right now!
feeleep Author
Download theme package to a local drive first. Unzip then open unzipped folder. You’ll find everything you need to start with the theme.
ianrnolan
I really cannot figure out how to open this Manuel vs the zip file. Could it be emailed to me as a pdf or something? I really just need the document explaining how to operate the back end and organize the site. I can provide my email-- [email protected]
feeleep Author
OK, I’ll mail you the theme Manuals in the next couple of minutes. Not sure what’s going on at your end mate, things should be really, really simple. It worked for everyone else…
nikogu
Hi, i have a problem with the pagination: you can see at the bottom of the page http://www.cinematiberio.it/ that the pagination of your theme is not working, it takes me continously to page 1. There’s a way to solve it?
feeleep Author
Maybe the following might help: https://wordpress.org/support/topic/pagination-on-static-home-page-not-working/ . I can’t find you on the list of theme buyers.
rovereta1
sorry i posted with the wrong account.
feeleep Author
I hope that suggested workaround works
rovereta1
where i have to put it? can you suggest me the correct file?
feeleep Author
rovereta1
is still not working i don’t know what template i’m using for my homepage, can you find it in the code?
feeleep Author
You can find it under Settings > Reading :: Front page displays
osslabo
Hello, Thanks for the nice theme MOMO. I install it to my wordpress server. Then I found spinning circle at upper left on all pages. What’s the meaning and how can I erase it? Thank you for your cooperation.
M. Mayu
feeleep Author
I’m not sure I can spot it, “spinning circle” usually relates to body background image (see theme options), be sure that the file is found.
osslabo
I found below demo page. How can I insert image to upper right(486×60) area? I couldn’t find the item to handle it in management screen on WP. Thank you for your cooperation.
http://preview.themeforest.net/item/momo-really-simple-wp-zine/full_screen_preview/7398065?_ga=1.80972447.946316795.1479032285feeleep Author
Does this help: http://www.awesomescreenshot.com/image/1888363/0e22e0380e915926661d001c8b787eba ?
osslabo
Thank you for the quick response.
feeleep Author
No problem!
osslabo
Hello, I’m trying to build MOMO as child theme. You can find a arrow on right bottom to rewind to home position when you scroll down. However I can’t find the arrow on child theme of MOMO. (I can find a black square only.) I checked file path of font-awesome on server, but couldn’t find cause yet. I Also copied font-awesome tree from parent theme to child theme, but not improved. Could you please advise me to resolve the trouble. Thank you for your cooperation.
M.Mayu
feeleep Author
I don’t think you should copy FontAwesome to your child theme folder. No matter what, URL of your website is needed. That’s how I’ll be able to use developer tools to figure out where the arrow is gone. In case you want to keep your website URL confidential, please use PM to send it. Thanks!
osslabo
I sent a message from https://themeforest.net/user/feeleep.
osslabo
Oh, please check about ‘spinning circle’ also that I sent message 22days ago.
osslabo
I could resolve ‘spinning circle’ by switch ‘VEGAS – FULL SCREEN BACKGROUNDS’ off. I’m waiting your advice for arrow issue. Thank you.
feeleep Author
Replied to your message!
xstreamthemes
Hi, we are express installation provides from Studio Envato. After theme installation and demo content import home pages are empty. Do you have some contact e-mail where we can contact you so you can take a look?
feeleep Author
This theme has been tested and proven to work with WordPress version 4.1 ( http://www.awesomescreenshot.com/image/2190725/988bf98353ec175fb49b8d9ac90d8c0b ). If you are trying to run it with WP version newer than the one stated in Software Version, there’s a chance it won’t work.
I can take a look, please contact me via PM.
KennySB
Hi,
I want to add an Iframe on the homepage. Is this possible?
Regards, Christian Weij
feeleep Author
Home Page content is added by using Hom Pages builder ( custom post type with visual layout builder ) which only supports shortcodes. By default there is no shortcode that lets you add an iframe.
So, you could :
a) find an “iFrame” plugin for WP which provides shortcode ( for example https://wordpress.org/plugins/iframe/ ). You can simply copy-paste its shortcode to an empty slot of Hom Pages builder.
b) create your own shortcode ( this might help )
KennySB
It works! Great. Tnx.
feeleep Author
No problem, thank you for the feedback!