Bow – Menus

Where do we put the Menus? #1. header.php #2. function.php By selecting the Appearance > Menus option from the WordPress admin sidebar, you can set the top navigation by creating a menu, and on the left under Theme Locations set the Main Menu dropdown to be your newly created menu and then click save. This […]

Bow – Upload A Logo

You can change the theme’s logo by accessing the Theme Options and uploading your logo with the uploader under the “Header Options” section.

Bow – Demo Content Import (Optional)

NOTE: before importing the demo content, make sure you have installed & activated “Shortcode Generator”, “Contact Form 7” and “TA Gallery” from within Appearance > Install Plugins. Both the theme content and theme options have been provided so that you can set up the theme to look exactly like the demo in a few minutes. You […]

Bow – Install Plugins

Now that you have activated Bow, you will see a yellow notice at the top of the screen. This notice is to let you know about the plugins that we recommend you install for use with the theme. Click ‘Begin installing plugins’ and install/activate the plugins one by one. You can also access this page […]

Uploading Bow

The theme files need to be uploaded before you can activate the theme for use. There are two ways you can do this, FTP upload or WordPress upload. If you are uploading via FTP upload, then you need to upload the unzipped folder “Bow” to the /wp-content/themes folder of your WordPress installation. If you are uploading via WordPress upload, then […]

Activating Bow

Once you have uploaded the theme, you need to activate it by going to Appearance > Themes, and activate “Bow”.

How to change name at All Category or use specific category

Open theme folder > page-work.php line 12, change the ALL with yours or remove it if you dont want to use ALL. Then open theme folder > js > main.js line 133 or search for ” loadPortfolio(“all”); ” change that “all” word with your specific category. Also in line 164. after that you need to […]

How to change the text “Discover” on home page?

1. To change the text “Discover” on home page: Please open theme folder > inc > format > your current home page template (ex: content-page-slider.php) Search for this code <div data-url=”<?php echo esc_url( $link ); ?>”><?php _e( ‘Discover’, ‘bow’ ); ?></div> Change the ‘Discover’ with ‘Your-word’. 2. To Increase the font text “Discover” on home page: […]

How to sort or order gallery category?

You can change and order categories by title, date, alphabet, or random.   If you want to order it, example by ID, please follow this step:  Open theme folder/page-work.php line 15, add this below taxonomy category: ‘orderby’ => ‘id’, example by random, Here you go: Open theme folder > page-work.php line 15,add this below taxonomy category: […]