343 comments found.
Great WordPress Blog / Magazine theme for authors. Good Luck with sale.
Thanks MelaConnect! 
Hi, thank you for build this fantastic theme 
I’ve a little problem. I can’t edit colors and other stuff like (bold, italic)
Screenshot to explain better: http://prntscr.com/i08n6r http://prntscr.com/i08mwjAnother question:
Is it possible to set 3 pages instead articles in home?
thank you for reply 
Hi antoniogi2, thanks to you for the purchase!
For what I can see, looks like the format tags are placed correctly, It is weird that are not being displayed in the site. Are you tried also with the subtitles? this happen in all posts? Maybe if I could see your live site I would help you better with this.
In settings -> reading you can select a front page template but, unfortunately, these templates only works with posts currently. You also have the option to place a page as front page instead of a posts template, but I don’t know if this is what you want.
Hi again!
I noted that this happen in Gutenberg editor. To format titles and subtitles I recommend you to use the classic editor instead. (Gutenberg still in development and a fix is on the way) 
Hi, I’m editing with classic editor, but still doesn’t work 
Mm, That’s weird. Could you give me credentials for your site and I would try to fix it myself? If you like the idea, you can send me a login through the contact form in my Themeforest profile page.
I’ve fixed the bug with this update
thank you!
Nice!
Hi Rafael,
I’ve just purchased your theme. When I go to my home page, nothing is displayed. Also, when I try to view a post, nothing is displayed. When I look at the console, I see this error:
Uncaught TypeError: jQuery(...).ktt_backgroundy is not a function
. I’m not sure if that’s what is causing it or if it’s something else. Can you help?
Hi amidp!
Looks like the JS libraries are not loading correctly. Are you tried to disable some plugins or deactivating / activating the theme again? Also, could I see your home page? It would help me a lot to find a fix quickly.
My new years resolution was to not buy another theme. Saw this and failed. Looking forward to finding a project to use it on.
Haha, glad you failed it! I hope you could find a project for Narratium soon 
Looks great, is there a widget area in the dynamic sidebar?
Thanks! Yes, the sidebar is a widget area.
To confirm, this is the sidebar that is visible when viewing a post? Not the one you open up with the navigation. (so the one with the author avatar) – I understand that the hidden sidebar with nav is a widget area.
Oh, sorry! Nop, the visible sidebar next to the post/page content doesn’t have a widget area.
Thanks for confirming!
Hi there, Thank you for your theme. I just tried to install on Wordpress and get this error: Parse error: syntax error, unexpected ‘[’ in /home/content/98/6904398/html/Projectbebold/wp-content/themes/narratium/post-types/post/post-functions.php on line 197
I tried to fix it and then got a few other similar errors.
Can you please help me with this? I removed the [0] on line 197 and i’m not sure I’m doing the right thing.
Thank you,
Jen
Hi Jen!
Thanks for your purchase. I think this could be related with your version of PHP. I will upload a workaround to fix this in the next update, but meanwhile you can replace the line 127 in this way:
// replace this...
if ($templates) $template_id = array_values($templates)[0]->id;
// with this
if ($templates) $template_id = reset(array_values($templates))->id;
If you keep having problems like this last one let me know and I will try to fix it all for the next update 
Awesome! Thank you. It fixed that one—then this one popped up: Parse error: syntax error, unexpected ‘[’ in /home/content/98/6904398/html/Projectbebold/wp-content/themes/narratium/theme-features/site-ajax-animations/ajax-animations-admin.php on line 33
Thanks for the report, Jen! I’m uploading a new version of the theme fixing this problems but meanwhile I recommend you to update the PHP version in your server if you are able to do it.
Hi – thanks for all your help. I updated my PHP version to 5.6. I uploaded the most current version of your template and then got more errors when I tried to preview:
Warning: Illegal offset type in isset or empty in /home/content/98/6904398/html/Projectbebold/wp-content/themes/narratium/theme-features/site-ajax-animations/ajax-animations-functions.php on line 131
Warning: Illegal offset type in isset or empty in /home/content/98/6904398/html/Projectbebold/wp-content/themes/narratium/theme-features/site-custom-templates-system/site-custom-templates-system-functions.php on line 128 Please, select a template in Settings -> Reading
Please advise on this. Thnx.
Hi Jen,
I’m trying to replicate the problem in my machine but I’m not getting it. To confirm, you are having this warning messages when click in the preview button before to activate it? What happens if you active another theme and then re-activate Narratium?
It’ looks like the default configuration it is not loaded correctly in your database. If you can activate the theme you would try to enter in Appearance -> Customize -> AJAX Navigation and select a “transition effect” in the dropdown, this should fix the first warning message. For the second you can enter in Appearance -> Customize -> Homepage settings and select a “posts template” in the dropdown.
Also, looks like you have the debug mode active in your installation. If you are in a live site you could try to disable debug mode to avoid future warning messages (from the theme but also por plugins, etc).
How to hide warning messages: https://aristath.github.io/blog/wp-hide-php-errors
I will keep trying to replicate the problem but please, let me know if this works for you 
Thanks, and sorry for the inconvenience.
This looks very nice… would be great for publishing short stories I think.
Thanks claytonderby, I agree!
I just installed your theme and got this message: .../wordpress/wp-content/themes/narratium/kohette-framework/modules/bulk-actions-creator/bulk-actions-creator.php on line 124? Do you know how to fix this problem? Thanx in advance…
Hi btpnk,
Sorry for the inconvenience. Could you please put me the entire error trace/message? Do you know what version of PHP is running in your server? Thanks in advance.
Parse error: syntax error, unexpected T_FUNCTION in …/wordpress/wp-content/themes/narratium/kohette-framework/modules/bulk-actions-creator/bulk-actions-creator.php on line 124
Is possible that your server would be running an older version of PHP (older than 5.3.0)?. I will try to upload a fix to make Narratium compatible with old versions of PHP but I recommend you to update you version of PHP, if this is the case, to avoid security issues.
~ NICE THEME !!! GLWS 
Thanks! 
Great Work, Congratulations GLWS 
Thank you, TmdStudio!
i see this uses angular, what part of the theme uses angular, just the ajax loading part?
Hello piglabs,
Narratium uses a general angular app controller declared in the body tag, thats mean that angularjs can be used in any part of the theme. Currently is used in things like the AJAX navigation, the asynchronous load of big image backgrounds, the push menu animations, etc.
Congratulations! Good luck with sales 
Thanks a lot! 
Congratulations! Nice Work, Good Luck With Sale 
Thanks, ThemeCuriosity!
Hi! Just purchased, I just want to know how to get rid of the light black filter over every image. I’m sure it’s a custom CSS.
Hi CoffeeandTeaco!
Thanks for the purchase. The black gradient displayed in the posts grid of the default frontpage template is declared in the class .post-item .card-content. You can remove it or customize it through custom CSS code (I think I will add more customize option for this purpose in next updates).
.post-item .card-content {
background-image: none;
}
Greetings
Perfect! Last question: How do I edit titles as text? Can’t seem to find it anywhere!
Hi!
Are you using Gutenberg editor? Currently, if you want to add format to titles and subtitles you have to do it through the classic editor. The compatibility with Gutenberg is in the roadmap 
That seems to be it, yes haha.
Wow amazing job. GLWS
Thank you, payothemes!
Template has space for advertisement?
Hi matheusgeres,
Narration don’t have advertisement slots pre builded currently, but you can always use plugins for this purpose.
Great work! I wish you big sales! 
Thanks, DEV-Themes!
Nice work gud luck
Thank you, AliA!
Awesome!
Nice theme! I love it.
Good luck with sale.
Thank you very much, Neptune-Theme! 
Nice Work,
Congratulations! Good Luck With Sale 
Thanks, theme_ware! 