iMagPress - Flat Magazine Theme

Themeforest iMagPress - Flat Magazine Theme WordPress Theme

Download iMagPress - Flat Magazine Theme WordPress Theme

Download iMagPress - Flat Magazine Theme WordPress Theme

Imagpress




iMagPress – is a unique responsive wordpress magazine theme with flat and metro elements. Perfect for news for all sorts of content. Contains blog posts with integrated ratings, videos and slideshow.




Imagpress




Update


2016.10.18

* Minor fixes
* PHP 7 notice fixes


2016.6.18


* Minor bug fixes

2015.04.24

* Fix for WP 4.2



2014.12.19


* Shortcode Improvement for WordPress 4.1
* Layerslider Update




2014.10.24
* Weather API update to V2

2014.04.09
* Improvement for WordPress 3.9

2014.02.25
* Added rich snippets support - review stars and google authorship in google search results

2014.02.10
* Added a custom sidebar for all BuddyPress pages.
* Fixed BuddyPress members page.
* Woocommerce 2.1 ready.

2014.02.02
* Added option for sticky menu.
* Fixed page builder category select box.

2013.12.10
* Wordpress 3.8 compatible.

2013.12.05
* Added new homepage block - Popular posts
* Improved tab and toggle shortcode

2013.11.30
* woocommerce style improvements.

2013.11.29
* Sidebar "edit" button fix.

2013.11.25
* Improvements for child themes.
* Edited few texts in management panel.

2013.11.20
* Improvement - Main Slider

2013.11.121
* Bugfix- Shortcode button layout

2013.11.09
* Added - slider active tabs are now clickable!
* Added more color options!
* Added option to set a custom weather forecast city!
* Improved - Featured images.
* Improved - Rating system.


Style


iMagPress comes with unlimited color options you can easy change them via management panel. Also you can easy change background patterns, and upload a custom background image.

Homepage


You will be able to create your own homepage by dragging and dropping blocks.

iMagPress Contact Form


iMagPress includes styled contact form whereby you can easy send e-mails.

iMagPress has a separate gallery system. You can easy filter galleries by category.

Widgets


iMagPress theme is offered together with 10 widgets adjusted for the theme.

Weather forecast


Get the latest Weather forecast from visitors location. We use World Weather Online API and it’s free!

Banner System


iMagPress has it’s own Bannery system, in which you can add images, text, videos or any other type of HTML code. You can add/edit all effects ( how often banners will show up, after how much seconds it will disappear, effects, fly in time e.c.).

Language


iMagPress theme includes language (POT) files – now you can browse them easier and faster. This theme is easily adjustable to other languages by using PoEdit programme which is available free.

Shortcodes


iMagPress theme contains shortcodes which can be inserted both by adding shortcode in the post field or by using specific shortcode insertion buttons which make using the shortcode much easier.

Sidebar Generator


You can create unlimited sidebars and add new sidebar for each post or page.

Orher Features:



  • More than 600 fonts from Google Web Fonts

  • Drop down menu

  • Ajax filtering portfolio

  • Easy logo replacement

  • Dynamic sidebar generation functionality

  • Multiple types of making thumbnails

  • Left or right sidebar, and full width page

  • Awesome Fonts included (retina ready)

  • Tons of social icons (white and fully colored)

  • 404 Error page

  • Weather forecast

  • Multiple Sliders

  • PSD files

  • And a lot more!

Download iMagPress - Flat Magazine Theme WordPress Theme

Comments

  1. I would like to change the background color of the search field. Where can I change it?

    ReplyDelete
  2. Hi!


    You can do that by editing lib/css/layout.css file


    these lines



    #search-box .search-field {
    padding: 10px 30px 10px 10px;
    height: 40px;
    color: #999;
    background-color: #222;
    border: none;
    width: 160px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear
    }

    ReplyDelete
  3. Hi, I cant get featured image to show on first post under News & Category Block. Please help: url: http://naijabambam.com

    ReplyDelete
  4. Hi!


    Can you please email us wp-admin access so we could take a look at it?

    ReplyDelete
  5. PHP Notice: ¡El llamado método constructor para WP_Widget es obsoleto desde la versión 4.3.0! Utiliza __construct() en su lugar. in /var/www/vhosts/newsinamerica.com/httpdocs/pdcc/wp-includes/functions.php on line 3457

    ReplyDelete
  6. Hi!


    We know already about this notice, it will be fixed in next days.


    But please don’t use the page in debug mode, it’s not safe, if you will disable the debug mode, then you won’t see those notices.

    ReplyDelete
  7. Hey, when i want to active the theme, i have this message ” Parse error: syntax error, unexpected T_PAAMAYIM_NEKUDOTAYIM in /home/www/586ef9a316f9329c14e622ed5e040fbb/web/wp-content/themes/imagpress-themes/includes/lib/class-tgm-plugin-activation.php on line 1140” Please help

    ReplyDelete
  8. Hi!


    Please make sure that your server is running php 5.4.4 or newer version.

    ReplyDelete
  9. Weather widget not working any more? Anyone had similar issues recently?

    ReplyDelete
  10. Hi!


    It could be that they are some API problems. If it doesn’t work more then 48 hours, please contact our support team via the support tab here in themeforest.

    ReplyDelete
  11. It doesn’t work more then a week now, I don’t know what the problem is. I checked on the API website and the API itself works fine. Nevermind, I switched to Awesome Weather Plugin.

    ReplyDelete
  12. I would like to know also how can I change sidebar, but only for single blog posts? I created new sidebar but how can I assign it only to single posts? Thanks.

    ReplyDelete
  13. Yes you can, by editing the post you should see the option http://grab.by/Oiaq

    ReplyDelete
  14. I know that, that’s for my future posts, but I want to do it for all my previous posts and I have about 4k of them so it would be painful to change it manually for all my posts. Is it possible to do this by editing theme files?

    ReplyDelete
  15. So you need to edit the default sidebar for all posts only? In this case the easiest way would be to edit the includes/sidebar.php file


    this line

    $sidebar='default';


    to



    if(is_single()) {
    $sidebar='your sidebar name here';
    } else {
    $sidebar='default';
    }

    ReplyDelete
  16. Hi. I have a problem with translations. I created .po .mo files with my language and I define WPLANG in wp-config. It doeasn’t work. My wordpress version is 4.6.1. Thanks for help

    ReplyDelete
  17. Hi!


    In the newest WordPress version you don’t need to edit the wp-config file any more, you need to change the language in the wp-admin settings page.

    ReplyDelete
  18. Yes, i changed it in admin settings but nothing happand. Any sugestions?

    ReplyDelete
  19. How did you name the po and mo files?

    ReplyDelete
  20. I need translate to slovak languge – so file names are sk_SK.po, sk_SK.mo And there are located here ”/wp-content/themes/imagpress-themes/languages”

    ReplyDelete
  21. Ok in that case please send us wp-admin and FTP server access via email, so we could take a closer look at it.

    ReplyDelete
  22. Hello, I have about 10 navigations in the main menu bar, i want in the main view to make all appear on one line… For this reason, i want them to appear in a way where if the menu navigation is called : Culture & Cinema , I want it to appear :
    Culture
    &
    Cinema
    Since the navigation menu is tall, i want if the title is more than one word, to make it on one word width
    Thanks in advance

    ReplyDelete
  23. Hi!


    Please use the account you purchased the theme to receive support.

    ReplyDelete
  24. Sorry but I don’t see any other messages here or at our support email.

    ReplyDelete
  25. How can i see which theme version number is latest. Your updates are per date not per version in changelog.

    ReplyDelete
  26. Hi!


    Just download the theme as you did it first time in download section, in theme folder you will find a file called changes.txt where are all edited files per version.


    P.S. Please note that you support license has expired and you will need to renew it to receive support.

    ReplyDelete
  27. Thank you for your answer. Just thought it would be better if both changlog would have either same version or same date .. now your changelog has dates and changes.txt has versions

    ReplyDelete
  28. PHP Notice: register_sidebar error – any fix for this? Except debug set to false

    ReplyDelete
  29. Hi!


    We will need to see the full error notice to tell you how to fix it.


    Also please note that your support license has expired and you need to renew to receive support.

    ReplyDelete
  30. we made some updates and everything works well

    ReplyDelete
  31. Tab slider is all of sudden not showing anymore. These are page settings -> http://prntscr.com/ej5a2p and posts are marked for main slide .. any idea?
    Thank you

    ReplyDelete
  32. If it suddenly stopped all that we can suggest is to disable all plugins to see if that helps.


    We can also debug the page to see it more closer and fix it but again need to remind you that your support license has expired, and we are not allowed to support your item.

    ReplyDelete

Post a Comment

Popular posts from this blog

Pav Wines Responsive Theme

Tango - Responsive HTML5 Template

Teddy-Responsive Blog Magazine Portfolio WP Theme