Okay
  Print

Modernize - Flexibility of Wordpress

To Update Theme * Please make sure that you haven't changed or customize any theme code directly. otherwise, you have to do it again. To update the theme, Make sure that you backup your current theme files if it has been modified (if it's ...

Blog Widget Equal Height - Modernize Going to footer.php file.at the bottom, try adding this right before the end of the body tag ( ). jQuery(window).load(function(){ jQuery('.blog-item-holder').each(function(){ var max_height = 0; jQuery(this).children('.b ...

Creating Child Theme To create child theme If you don't want to modify the theme files everytime you update the theme, you have to create the child theme to modify the php code for this. You can find the tutorial about how to create the child ...

Page Builder/Page Editor Broken When editor or page-option is not showing.It often cause of the corrupt media in media library.You may fix this by accessing to the wp-config.php file using the hosting control panel / ftp editor program ( in the root folder ...

Font Support Cyrillic - Modernize To change the google font subset, try going toinclude/plugin/fontloader.php file.Around line 219, you'll see // include all used font into the website add_action('init', 'include_used_font'); function include_used_font(){ ...

Larger Lightbox(PrettyPhoto) in mobile/tablet Try to put this code in additional css in admin panel or at the end of style.css@media only screen and (min-width: 480px) and (max-width: 767px) { .pp_pic_holder{ left: 50% !important; width: 400px !important; margin-left ...

Bad Authentication Data / Using twitter widget If you see the message 'Bad Authentication Data', just don't be panic. It is because of you haven't filled all required data for twitter feed yet. You can easily disable this message by going to admin panel > overall elements ...

Updating Layer Slider 1. Download the slider via the link provided from us.2. Go to Plugins > Add New and upload the new file.3. Click on Replace button.*In case of things may go wrong, we suggest you to backup the old version of slider first. You ...

Change order of personnel posts you can sort personnel posts according to title , id , author , and all parameters listed here : http://codex.wordpress.org/Class_Reference/WP_Quer...edit this file : wp-content/themes/modernize-v3-16/include/plugin/page-item ...

Full Width Logo in in V3.0+ - Modernize In this version you can just upload the full size(980px width) of logo in logo upload box in admin panel directly.But just add this code div.header-wrapper { margin: 0px !important; } div.outer-social-wrapper { position: ...

Adding social shares in pages - Modernize Go to page.php on line about 184-185 and put this code echo ""; echo "Social Shares"; include_social_shares(); echo ""; echo "";So you'll see this.

Translating the theme/plugin using poedit application You can download the application here http://poedit.net/

Can't upload logo When you're having problem with uploading logo(or background), make sure that you click on 'File URL' button before insert it.Hope this help!

Where can I get my purchase code? Where can I get my purchase code? If you're submitting ticket without using Envato login, you will need purchase code instead. Purchase code can be obtained in your Themeforest profile page, click on the tab "Download", from ...

Slider Activation Warning After you installed the theme and slider plugin properly, you may still see the warning like these... For Revolution Slider, it looks like this :  For Layer Slider, will look like this :  Please note that you ...

Server Configuration Requirements Below is the list of main server setting parameters and the recommended values. If you can't change it by yourself, you must contact your host provider to do it. post_max_size: Sets max size of post data allowed.  post_max ...