Candidate Wordpress Theme

Contents

1. How to make Home page icon and red Donate

2. I can't upload favicon or logo

3. How can I activate any plugin - VC, Ultimate Addons, etc ?

4. How to change portfolio_post

5. How can I translate the theme

6. How to make Theme and plugins update

7. How to change issues

8. Permalinks don't work

9. How to add Team

1. How to make Home page icon and red Donate

https://www.awesomescreenshot.com/image/3401070/f9c7a93835c3120f59019e7ed3d1b746

https://www.awesomescreenshot.com/image/3165835/8a34838435284a320c9bb6d8cdebb246


2. I can't upload favicon or logo

https://www.awesomescreenshot.com/image/3167734/b11588ad469f65ddf02b218fec56ab2f

3. How can I activate any plugin - VC, Ultimate Addons, etc ?

If you want to have a personal license you can buy it and use it. I have extended licenses which allow to include plugins into the pack, but I provide all updates with the theme.

All plugins work without activation. it needs just for auto-updates

How to update theme and plugins read

https://velikorodnov.ticksy.com/article/4335/


https://help.market.envato.com/hc/en-us/articles/213762463-Bundled-Plugins

4. How to change portfolio_post

https://velikorodnov.ticksy.com/ticket/377757


5. How can I translate the theme

You have po file at the lang folder

You can translate theme via po files and http://poedit.net/


To translate woocommerce - read https://docs.woothemes.com/document/woocommerce-localization/


Read also https://codex.wordpress.org/Installing_WordPress_in_Your_Language

6. How to make Theme and plugins update

Download here http://themeforest.net/downloads the latest version

go Appearance-->themes, activate any theme, remove Flatastic (Revija, Shopme or any another my theme) theme. If you need to update all our plugins. Go to Plugins, deactivate them, and Uninstall. Install new flatastic.zip (or another theme), activate. After go to Flatastic (Revija, Shopme or any another my theme) settings and click Save settings. After go to Appearance-->Install Plugins and install new plugin's versions




Also you have option to adjust autoupdates

https://www.wpexplorer.com/envato-market-plugin-guide/

7. How to change issues

Change at the custom-posttype.php

function my_issues() {
    global $data;
    register_post_type(
        'issues',
        array(
            'labels' => array(
                'name' => 'Issues',
                'singular_name' => 'issues'
            ),
            'public' => true,
            'has_archive' => false,
             'rewrite' => array('slug' => 'custom-issues', 'with_front' => FALSE),
            'can_export' => true,
            'show_in_nav_menus' => false,
            'capability_type' => 'post',
            'menu_position' => 5,         
            'supports' => array('title', 'editor','thumbnail') 
        )
    );
}

custom-issues - the new permalink

8. Permalinks don't work

Please read https://stackoverflow.com/questions/22793488/wordpress-permalinks-doesnt-work

9. How to add Team

See shortcode. To edit orders you have to change publish date

http://awesomescreenshot.com/0914z205ce

http://awesomescreenshot.com/02c4z2084b