Size: px
Start display at page:

Download ""

Transcription

1

2 Theme Manual Blanka - WordPress Theme

3 Thank You :) Thanks for purchasing our theme. We really appreciate your support and trust in us. We worked hard to make Blanka WP theme easy to edit as much as possible. Hopefully, you will enjoy using it. Have fun! How To Install? Once you have the zip archive ready, you need to go to your dashboard, which is and go to Appearance > Themes > Install Themes and, in the top menu, select Upload. Now, select the zip archive and just install it normally. *Note - Theme is placed in Blanka WP - THEME folder and you need to upload zip file from that folder (zip file called blanka-wp.zip ) Also, there is a Child theme available placed in same folder (zip file called blanka-wp-child.zip ) After installing the theme, you will get alert of required plugins: CocoBasic - Blanka WP and Contact Form 7. You need to install and to activate those plugins.

4 Import Content This theme comes with our dummy/demo content which can be imported directly on your website to achieve the same look as our demo. To import our content go to your WordPress admin page dashboard and select Tools > Import and then choose WordPress option. Here is a small video tutorial how to install and import demo content. Demo Content is placed in Blanka WP - DEMO CONTENT folder.

5 After you have imported dummy/demo content go to Dashboard > Settings > Reading and set Front page displays: A static page and select OnePage for Front page. For Posts page select Blog.

6 Creating Menu In order to create menu, go to Appearance > Menus. You can see on the image below example how menu can looks like. * Don t forget to check Main Menu.

7 Sidebar (Footer) Widget *Note - on our demo we don t use footer widget To set/edit widgets in footer go to: Appearance > Widgets Here is how it looks our demo widgets area.

8 Theme Customization To open customizer click on Dashboard > Appearance > Customize Site Title, Tagline and Site Icon Customizing

9 Blog Settings Portfolio Settings

10 Images Settings Colors Section

11 Footer Text Default footer text: 2017 Blanka Wordpress Theme by <a href=" and: <a href="#">twitter</a><a href="#">facebook</a><a href="#">instagram</a><a href="#">behance</a>

12 Content Editing To edit Page, just open a page that you want to edit and replace the existing content with your own (text, images, videos). After importing demo content, you will have pages like this: Now, for each page we will explain just some part of code which is specific for it:

13 OnePage This is main page (it is set to be Front Page) and that page is collecting all other pages inside it and make one big page (home page). Important for this page is to set: Page Attributes > Template > OnePage *Note - This page has no content in editor (it will automatically all other pages which are set to be the part of this big/front page)

14 Home This page is first section in front OnePage page. The content on this page is basic and it looks like this: [curve_text class="center"]hello[/curve_text] [intro_desc class="center"]we are old school Web Designers [br] & Developers from New York[/intro_desc] [button position="center" href="#contact"]hire Us Now[/button] But, there is also background image which has parallax effect and there is a scroll animation image. All this settings and much more you can edit just below the page editor in Page Preference. Here it is how it looks like:

15 Here you can Show/Hide page title, use Custom Page Title, add Page Description, set page to be full height of screen, change page background color/image, set background image size/position/repeat, make it to be Parallax, show scroll animation image on bottom of

16 page, add custom CSS for just current page. But, the most important option is to set Page Structure. With this option you can select how to use the current page - to be separated / stand alone page (it will regular page, not included in front/big page) or to be included in One Page (it will be included in front/big page). All this settings are available for all pages, so, each of them you can make it to be included or not in front/big One Page.

17 Services On this page you will find code like this: [col size="one_third" class="animate"] [service title="pixel Preciese" img=" href="#clients"] Cosmic ocean another world the only home we've ever known [/service] [/col] [col size="one_third" class="animate wait-03s"] [service title="top Notch Support" img=" href="#team"] The sky calls to us rig veda gathered by sun carbon in our apple [/service] [/col] [col size="one_third_last" class="animate wait-06s"] [service title="web Scalable" img=" href="#contact"] Fugue how far away preserve and cherish that pale blue dot [/service] [/col] There is code for 3 columns and for 3 service items. Each column has additional class animate which mean it will have fadetop animation. Also, the second and third column has class wait-03s and wait-06s

18 which mean, there is animation delay of 0.3s and 0.6s. You can set any class from wait-01s... wait-15s and to have 0.1s to 1.5s delay.

19 Portfolio Page On this page is just basic code like this: [full_width] [portfolio] [/full_width] With [full_width] page content will be full width (no max 1070px which is default). Also, there is shortcode [portfolio] which will take all items which are created as custom post type in Dashboard > Portfolio and display it in the appropriate way.

20 News Page Here you will find code like this: [latest_posts num= 5 ] It will show your 5 latest posts from blog. Contact Page This page must have a custom Template Contact.

21 When the custom Template Contact is selected, the Page Preference looks a little bit different. There is additional field where you should past the contact form shortcode (we are using Contact Form 7) and also there is one more color picker where you can set background color for left part of contact page.

22 Feature Page On this page is placed a lot of shortcodes. But this page is also set to be Separated / Stand Alone - that mean, it is not included in front/big page.

23 Add/Edit Portfolio Item To Add a new Portfolio Item you need to open Dashboard > Portfolio > Add New Enter a Title and after that you need to set Featured Image and Portfolio Category : After you have set the image and category, you need to add item content.

24 Also, below the editor, there is Portfolio Preference Here you can set Mouse over text, size of featured image, where to

25 link when you click on portfolio item, item info and header content. If you link to This Post when you click on featured image it will open portfolio item post. If you link to Image you need to set Link thumb to image with image URL - it will open image in pop-up when you click on featured image. If you link to Video you need to set Link thumb to video with: YouTube video in format: or Vimeo video in format: Now, when you click on featured image it will open video in pop-up. If you link to External URL you need to set URL in Link thumb to External URL in format Now, when you click on featured image it will open your URL.

26 Also, here you can set different background color / background image for each item. Post Header Content will be displayed in head of single portfolio item, and here you can place image, text, video, image slider, soundcloud iframe... Here are some examples what can you use in Post Header Content : - Image: <img src=" alt="" /> - Slider: [image_slider name="slider2" speed="1500" hover_pause="true" auto="true"] [image_slide img=" [image_slide img=" [image_slide img=" [/image_slider] - Youtube <iframe width="560" height="315" src=" allowfullscreen></iframe> - Vimeo <iframe src=" width="640" height="360" allowfullscreen></iframe>

27 Shortcodes This theme has shortcodes. When you install theme plugin named CocoBasic - Blanka WP, you will be able to use shortcodes used in this theme. After installation and activation the plugin, open page/post and you will see new icon in the editor. After click on it pop up window with shortcodes list will appear. Choose shortcode you want to insert and you will get a window with fields of attributes.

28 Plugins CocoBasic - Blanka WP plugin User interface for Blanka WP. It will add Portfolio post types and also will add shortcodes. Contact Form 7 Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup.

29 Source & Credits Special thanks to creators and contributors of these awesome libraries, we couldn t done this without them. Images used in theme VIdeo used in template Contact Form 7 Plugin TGM-Plugin-Activation

30 jquery Isotope Plugin Slick HTML5 Fallback Support Respond JS jquery Google Web Fonts Easing jquery Plugin Smart Menus Sticky

31 Font Awesome FitVideo.js CountUP We are sorry if we forgot to mention someone.

32 Questions? We tried to help you out with this documentation. So please read carefully. If we fail here, you can always go to our support forum and post a new discussion in appropriate category. Our developers will try to solve your issue. Thanks for understanding. cocobasicthemes@gmail.com

www.cocobasic.com https://cocobasic.ticksy.com/ cocobasicthemes@gmail.com Theme Manual Caliris - WordPress Theme Index How To Install? 4 Import Content 5 Creating Menu 7 Sidebar (Footer) Widget 8 Theme

More information

www.cocobasic.com https://cocobasic.ticksy.com/ cocobasicthemes@gmail.com Theme Manual Anotte - WordPress Theme ver 1.2 Index How To Install? 4 Import Content 5 Creating Menu 7 Sidebar (Menu) Widget 8

More information

www.cocobasic.com https://cocobasic.ticksy.com/ cocobasicthemes@gmail.com Theme Manual Cardea - WordPress Theme Index How To Install? 4 Import Content 5 Creating Menu 7 Sidebar (Footer) Widget 8 Theme

More information

www.cocobasic.com https://cocobasic.ticksy.com/ cocobasicthemes@gmail.com Theme Manual Park - WordPress Theme Thank You :) Thanks for purchasing our theme. We really appreciate your support and trust in

More information

www.cocobasic.com cocobasicthemes@gmail.com Theme Manual Opta - WordPress Theme Thank You :) Thanks for purchasing our theme. We really appreciate your support and trust in us. We worked hard to make Opta

More information

www.cocobasic.com https://cocobasic.ticksy.com/ cocobasicthemes@gmail.com Theme Manual Kapena - WordPress Theme Index How To Install? 4 Import Content 5 Creating Menu 7 Sidebar (Footer) Widget 8 Theme

More information

www.cocobasic.com https://cocobasic.ticksy.com/ cocobasicthemes@gmail.com Theme Manual Ocularus - WordPress Theme Thank You :) Thanks for purchasing our theme. We really appreciate your support and trust

More information

Ace Corporate Documentation

Ace Corporate Documentation Ace Corporate Documentation Introduction Welcome To Ace Corporate! We would like to thank you for donwloading Ace Corporate, Business WordPress theme. It is the lite version of Ace Corporate Pro. Before

More information

1. Beginning (Important)

1. Beginning (Important) Appointway Wordpress" Documentation by InkThemes Get Your Site Ready in Just 1 Click Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel

More information

Kinetika. Help Guide

Kinetika. Help Guide Kinetika Help Guide 1 Hope you enjoy Kinetika theme! 3 Table of Contents Important Links 6 Theme Options - Setting Up Logo 26 Cover Photos 44 Applying Revolution Slider Slides 71 Important Notes 7 Logo

More information

Entrepreneur Theme Documentation

Entrepreneur Theme Documentation Entrepreneur Theme Documentation Installation Plugins Updates (optional) Front Page Setup Front Page Editing Front Page: Site Title, Tagline and Logo Front Page: Website Colors Front Page: Sections Section

More information

USER GUIDE AND THEME SETUP

USER GUIDE AND THEME SETUP Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free ask any questions on the online Support Forum, located at: http://themewich.com/forum.

More information

Surface Documentation

Surface Documentation Surface Documentation A fully responsive magazine and blogging WordPress theme credit... Surface is a fully responsive magazine and blogging WordPress theme, built in a timeless and dynamic style. Surface

More information

DOCUMENTATION OLAM WORDPRESS THEME

DOCUMENTATION OLAM WORDPRESS THEME DOCUMENTATION OLAM WORDPRESS THEME INDEX Theme installation 2 Setting up website 3 Sidebars & widgets 5 Working with EDD 8 Working with Unyson 8 Content Elements 9 Media elements 9 Olam elements 10 Creating

More information

Masterstudy - Education Center WordPress Theme

Masterstudy - Education Center WordPress Theme A short guide and general information to help you get to know your new theme. Above all, I would like to thank you for purchasing this theme, your contribution is very much appreciated. This document covers

More information

ifeature Pro Documentation for ifeature v1.1.2 (last updated 5/04/2011)

ifeature Pro Documentation for ifeature v1.1.2 (last updated 5/04/2011) 1 ifeature Pro Documentation for ifeature v1.1.2 (last updated 5/04/2011) TABLE OF CONTENTS: if Topic Page(s) Installing ifeature Pro 2 Updating ifeature Pro 3 Using the Menu 4 ifeature Pro Layout Templates

More information

Rocket Theme. User Guide

Rocket Theme. User Guide Rocket Theme User Guide This user guide explains all main features and tricks of multifunctional Rocket WordPress Theme. This information will make your work with the theme even easier and more effective.

More information

VEGA Version /27/2017

VEGA Version /27/2017 Version 2.2.1 01/27/2017 Vega Pro Check out the pro version at https://www.lyrathemes.com/vega-pro INSTALLING WORDPRESS INSTALLING THE THEME Using the Administration Panel Using cpanel Manually Using FTP

More information

DELIZIOSO RESTAURANT WORDPRESS THEME

DELIZIOSO RESTAURANT WORDPRESS THEME DELIZIOSO RESTAURANT WORDPRESS THEME Created: 06/08/2013 Last Update: 25/10/2013 By: Alexandr Sochirca Author Profile: http://themeforest.net/user/crik0va Contact Email: alexandr.sochirca@gmail.com v.

More information

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide

BindTuning Installations Instructions, Setup Guide. Invent Setup Guide BindTuning Installations Instructions, Setup Guide Invent Setup Guide This documentation was developed by, and is property of Bind Lda, Portugal. As with any software product that constantly evolves, our

More information

Documentation:Travel Company Pro WordPress Theme

Documentation:Travel Company Pro WordPress Theme Documentation:Travel Company Pro WordPress Theme Install Travel Company Pro WordPress Theme within a few minutes. Travel Company Pro is a Travel and tour WordPress Theme It s fully responsive with bootstrap

More information

User Guide and Theme Setup

User Guide and Theme Setup Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free ask any questions on the online Support Forum, located at: http://themewich.com/forum.

More information

Oceanica Theme Documentation

Oceanica Theme Documentation Oceanica Theme Documentation Updated on December 29, 2017 Installation Import sample data Import sample data from xml file. Import sample data from.sql file. Set up the front page Edit front page Site

More information

Emmet Next Theme Documentation

Emmet Next Theme Documentation Emmet Next Theme Documentation Updated on May 24, 2018 Quick Start Guide Installation Import sample data Insert API keys Front Page Setup Front Page Customization WordPress Customizer Settings Site identity

More information

DOCUMENTATION. Table of content : GETTING STARTED. First Step. Theme Installation. Theme License. Importing Demo Data.

DOCUMENTATION. Table of content : GETTING STARTED. First Step. Theme Installation. Theme License. Importing Demo Data. DOCUMENTATION Table of content : GETTING STARTED First Step Theme Installation Theme License Importing Demo Data Setting Up Menu GENERAL SETTINGS Stretched or boxed layout Header Variations Logo Settings

More information

Documentation:Tromas WordPress Theme

Documentation:Tromas WordPress Theme Documentation:Tromas WordPress Theme Install Tromas WordPress Theme within a few minutes. Tromas is a Multipurpose Business WordPress Theme It s fully responsive with bootstrap framework, easy to customization,

More information

Bizway Wordpress Theme Documentation by InkThemes

Bizway Wordpress Theme Documentation by InkThemes Bizway Wordpress Theme Documentation by InkThemes Get Your Site Ready in Just 1 Click Like other themes of InkThemes, BizWay WordPress Business theme is also extremely easy to install and setup and you

More information

HOW TO USE WORDPRESS TO BUILD A WEBSITE A STEP-BY-STEP GUIDE

HOW TO USE WORDPRESS TO BUILD A WEBSITE A STEP-BY-STEP GUIDE HOW TO USE WORDPRESS TO BUILD A WEBSITE A STEP-BY-STEP GUIDE YOUR WEBSITE How to login Go to your website and add /wp-admin: www.palondoncourse.co.uk/xxxxxxxxx/wp-admin This will bring up the login screen.

More information

Installation and Activation of Foody pro theme

Installation and Activation of Foody pro theme Installation and Activation of Foody pro theme Installation 1. Install Word Press from http://codex.wordpress.org/installing_wordpress. 2. Upload via Word press Admin: - Go to your WordPress admin panel,

More information

A set-up guide and general information to help you get the most out of your new theme.

A set-up guide and general information to help you get the most out of your new theme. Hoarder. A set-up guide and general information to help you get the most out of your new theme. This document covers the installation, set up, and use of this theme and provides answers and solutions to

More information

Social Portfolio Theme Installation Guide

Social Portfolio Theme Installation Guide Welcome and thank you for your purchase! We have created a detailed guide on installing and setting up the Social Portfolio Theme. Please go through it and let us know if you get stuck at step. The initial

More information

Tabs within Divi Theme Options include: Table of Contents. Divi Theme Options... 1 General Tab... 2 Navigation Tab... 6

Tabs within Divi Theme Options include: Table of Contents. Divi Theme Options... 1 General Tab... 2 Navigation Tab... 6 Divi Theme Options To get to Divi Theme Options select Divi from the side bar navigation from within your WordPress dashboard. Tabs within Divi Theme Options include: General, Navigation, Layout, Ads,

More information

SALIENT USER GUIDE. 1 Page 1

SALIENT USER GUIDE. 1 Page 1 SALIENT USER GUIDE This guide provides instructions for installation, help on getting started and extensive documentation of features. It is recommended you read it thoroughly to fully leverage the theme's

More information

In This Guide. Quick Start Guide REAL 737 edspace.american.edu

In This Guide. Quick Start Guide REAL 737 edspace.american.edu Quick Start Guide REAL 737 edspace.american.edu In This Guide Log In 2 Change Password 2 Create/Update Your Profile 2 Orientation to Dashboard, Toolbar, and Your Site 3 Introduction to your REAL 737 Group

More information

Bluehost and WordPress

Bluehost and WordPress Bluehost and WordPress Your Bluehost account allows you to install a self-hosted Wordpress installation. We will be doing this, and you will be customizing it for your final project. Using WordPress 1.

More information

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme)

A Quick Introduction to the Genesis Framework for WordPress. How to Install the Genesis Framework (and a Child Theme) Table of Contents A Quick Introduction to the Genesis Framework for WordPress Introduction to the Genesis Framework... 5 1.1 What's a Framework?... 5 1.2 What's a Child Theme?... 5 1.3 Theme Files... 5

More information

~Arwa Theme~ HTML5 & CSS3 Theme. By ActiveAxon

~Arwa Theme~ HTML5 & CSS3 Theme. By ActiveAxon ~Arwa Theme~ HTML5 & CSS3 Theme By ActiveAxon Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel free to email us via our user page contact

More information

Nilmini Theme Documentation

Nilmini Theme Documentation Nilmini Theme Documentation 1. Theme-Installation After downloading the Nilmini theme.zip folder on your WordPress blog just log into your WordPress admin panel and go to design / themes. Next to the tab

More information

LUXWINE theme documentation

LUXWINE theme documentation LUXWINE theme documentation Introduction Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form

More information

Jobmonster Document. by NooTheme

Jobmonster Document. by NooTheme Jobmonster Document by NooTheme Jobmonster Document GENERAL... 6 Jobmonster Instruction... 6 WordPress Information... 6 Download Theme Package... 6 Requirement For Jobmonster... 7 INSTALLATION... 7 Install

More information

IEEE Wordpress Theme Documentation

IEEE Wordpress Theme Documentation IEEE Wordpress Theme Documentation Version 1.0.2 2014-05- 16 Table of Contents TABLE OF CONTENTS 2 INITIAL SETUP 3 FRONT PAGE 3 POSTS PAGE 4 CONTACT 5 SITE MAP 6 MENU 7 HOME PAGE 8 PAGE TEMPLATES 10 LEFT

More information

User Guide. Version 1.0

User Guide. Version 1.0 User Guide Version 1.0 1 Introduction 5 Package Contents 5 System Requirements 5 How to Install 6 Uploading Theme Files 6 Activating your Theme 6 How to Create & Set your Home & Blog Page 6 Create your

More information

P a g e 0. CIDRZ Website Manual.

P a g e 0. CIDRZ Website Manual. P a g e 0 2015 CIDRZ Website Manual http://cidrz.org/ Manual Contents 1. Overview... 2 Getting Started... 2 The Frontend... 2 The Backend... 2 2.0 Managing the website... 4 Adding & editing pages... 4

More information

Wowway Version 2.0. This is a complete guide to help you understand version 2.0 of Wowway

Wowway Version 2.0. This is a complete guide to help you understand version 2.0 of Wowway Wowway Version 2.0 This is a complete guide to help you understand version 2.0 of Wowway Wowway version 2.0 was launched from the desire to reboot a great theme which was once the best grid portfolio theme

More information

LizardThemes.com Free & Premium WordPress Themes. LizardThemes. User Guide. First Edition

LizardThemes.com Free & Premium WordPress Themes. LizardThemes. User Guide. First Edition LizardThemes.com Free & Premium WordPress Themes LizardThemes User Guide First Edition Online version: http://lizardthemes.com/documentation/ 2013 Contents Chapter 1 How to start... 3 Chapter 2 Theme Settings...

More information

The Fox Documentation

The Fox Documentation The Fox Documentation Hi there! Thank you once again for purchasing The Fox Theme. While installing the item or using it, if you need any help, please open a support question at withemes.ticksy.com. Install

More information

To upgrade to ifeature Pro visit:

To upgrade to ifeature Pro visit: 1 ifeature Free Documentation for ifeature v1.0.7 (last updated 4/26/2011) TABLE OF CONTENTS: Topic Page(s) Installing ifeature 2 Templates and Widgets 3 imenu 4 ifeature Settings 5 General Settings 6

More information

1. Beginning (Important)

1. Beginning (Important) Regal Wordpress" Documentation by InkThemes.com Get Your Site Ready in Just 1 Click Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel

More information

Documentation:Travel Company WordPress Theme

Documentation:Travel Company WordPress Theme Documentation:Travel Company WordPress Theme Install Travel Company WordPress Theme within a few minutes. Travel Company is a Travel and tour WordPress Theme It s fully responsive with bootstrap framework,

More information

Crux. Getting Started. Theme Features. Setting up your store. Setting up the Page templates. Using background images. Working with Sidebars

Crux. Getting Started. Theme Features. Setting up your store. Setting up the Page templates. Using background images. Working with Sidebars Crux Table of Contents Getting Started Installing WordPress Installing the theme Installing the Required Plugins Theme Features Custom Menus Theme Options Serving Retina Images Child Theme Support Setting

More information

Bugis Theme Documentation

Bugis Theme Documentation Bugis Theme Documentation 1. Theme-Installation After downloading the Bugis theme.zip folder on your WordPress blog just log into your WordPress admin panel and go to design / themes. Next to the tab Manage

More information

Raiden. A Personal Blogging WordPress Theme with focus on readability and style. Thanks for purchasing a theme from Codestag, you re awesome!

Raiden. A Personal Blogging WordPress Theme with focus on readability and style. Thanks for purchasing a theme from Codestag, you re awesome! Raiden A Personal Blogging WordPress Theme with focus on readability and style. Thanks for purchasing a theme from Codestag, you re awesome! In this document we will cover the installation and use of this

More information

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS

How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS How to use WordPress to create a website STEP-BY-STEP INSTRUCTIONS STEP 1:Preparing your WordPress site Go to the Dashboard for your new site Select Appearance > Themes. Make sure you have Activated the

More information

Villagio WordPress Theme Documentation

Villagio WordPress Theme Documentation Villagio WordPress Theme Documentation Updated on April 11, 2018 Installation Import sample data Import sample data from xml file Import sample data from.sql file Set up the front page Edit front page

More information

1 Woocommerce Products Designer

1 Woocommerce Products Designer 1 Woocommerce Products Designer Contents Overview...2 A. Installation...3 1. Requirements...3 2. Installation process...3 B. Configuration...4 1. Basic configuration...4 2. General settings...4 3. Uploads...5

More information

DOCUMENTATION. Lotos WordPress Theme

DOCUMENTATION. Lotos WordPress Theme DOCUMENTATION Lotos WordPress Theme Lotos Simple & Elegant Blog Theme Lotos is a versatile and powerful multipurpose WordPress blog theme perfect for any personal blog. Lotos makes customizing your blog

More information

Doing More with WordPress

Doing More with WordPress Doing More with WordPress This document gives an overview of the different ways you can improve the appearance and functionality of your website using features built-in to WordPress as well as the plugins

More information

DOCUMENTATION OLAM WORDPRESS THEME

DOCUMENTATION OLAM WORDPRESS THEME DOCUMENTATION OLAM WORDPRESS THEME INDEX Theme installation 2 Setting up website 3 Sidebars & widgets 5 Working with EDD 8 Working with Unyson 8 Content Elements 9 Media elements 9 Olam elements 10 Creating

More information

Sigurd WordPress Theme

Sigurd WordPress Theme This is a complete guide to help you manage the installation and setup of the Theme that you just bought. Thank you for purchasing our theme. We hope that you ll find it easy to use and customize. Please

More information

Orlando - Responsive Tumblr Theme

Orlando - Responsive Tumblr Theme Orlando - Responsive Tumblr Theme 1. Theme Installation 1.1. Open index.html in /OrlandoThumblrTheme/ folder with your text editor (Example: Notepad++, Sublime Text, Php Storm or Etc) 1.2. Copy all HTML

More information

WordPress CMS How To Guide

WordPress CMS How To Guide TABLE OF CONTENTS CREATE AN EVENT POST... 1 THE FEATURED AREA Change the Order of the Featured Events... 3 Switch to a Full- Width Slider... 3 STATIC CONTENT Edit a Page... 3 Edit the Footer... 3 WordPress

More information

JULIET Version /14/2016

JULIET Version /14/2016 Version 1.0 08/14/2016 Juliet Pro Check out the pro version at https://www.lyrathemes.com/juliet-pro INSTALLING WORDPRESS INSTALLING THE THEME Using the Administration Panel Using cpanel Manually Using

More information

GeekLove. An Elegant WordPress Wedding Theme. Thanks for purchasing a theme from Codestag, you re awesome!

GeekLove. An Elegant WordPress Wedding Theme. Thanks for purchasing a theme from Codestag, you re awesome! GeekLove An Elegant WordPress Wedding Theme Thanks for purchasing a theme from Codestag, you re awesome! In this document we will cover the installation and use of this theme. If you have any questions

More information

LearnWP 2-day Intensive WordPress Workshop. Dawn Comber, Digital Dialogues Ruth Maude, Dandelion Web Design

LearnWP 2-day Intensive WordPress Workshop. Dawn Comber, Digital Dialogues Ruth Maude, Dandelion Web Design LearnWP 2-day Intensive WordPress Workshop Dawn Comber, Digital Dialogues Ruth Maude, Dandelion Web Design How do I login? Point your browser to your website URL adding wpadmin to the end of the address

More information

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148

Index. alt, 38, 57 class, 86, 88, 101, 107 href, 24, 51, 57 id, 86 88, 98 overview, 37. src, 37, 57. backend, WordPress, 146, 148 Index Numbers & Symbols (angle brackets), in HTML, 47 : (colon), in CSS, 96 {} (curly brackets), in CSS, 75, 96. (dot), in CSS, 89, 102 # (hash mark), in CSS, 87 88, 99 % (percent) font size, in CSS,

More information

How To Set Up The Genius Store Builder Theme Step--By--Step Guide For Building Your First Profitable Affiliate Store

How To Set Up The Genius Store Builder Theme Step--By--Step Guide For Building Your First Profitable Affiliate Store How To Set Up The Genius Store Builder Theme Step--By--Step Guide For Building Your First Profitable Affiliate Store Thank you for purchasing the InstaGenus plugin. You have received our bonus Genius Store

More information

HB Education. Theme Installation

HB Education. Theme Installation HB Education HB Education Theme is a simple, clean, beautifully designed responsive WordPress Education WordPress Theme. It is minimal but mostly used features will help you setup your website easily and

More information

Reviewer WordPress Plugin

Reviewer WordPress Plugin Reviewer WordPress Plugin Reviews and Comparison Tables for Your Posts Version: 2.3.0 - by Michele Ivani - evographics.net This is a how-to guide to install your plugin copy. If you have any questions

More information

WEBSITE INSTRUCTIONS. Table of Contents

WEBSITE INSTRUCTIONS. Table of Contents WEBSITE INSTRUCTIONS Table of Contents 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Vertical News Slider Pro plugin

Vertical News Slider Pro plugin Vertical News Slider Pro plugin Note:-This plugin is for single domain only.please do not share or use to other site otherwise it will deactivated.for other site please buy separate copy. Contents Installation...

More information

Documentation of Jstore Theme Premium. Installation and Activation of Jstore Theme - Premium

Documentation of Jstore Theme Premium. Installation and Activation of Jstore Theme - Premium Documentation of Jstore Theme Premium Installation and Activation of Jstore Theme - Premium Installation 1. Install Word Press from http://codex.wordpress.org/installing_wordpress. 2. Upload via Word press

More information

A how-to guide and helpful informations about configuration and options in theme.

A how-to guide and helpful informations about configuration and options in theme. A how-to guide and helpful informations about configuration and options in theme. If you have any questions or problems with this theme please use Envato Marketplace contact form on our profile. Muffin

More information

Content Elements. Contents. Row

Content Elements. Contents. Row Content Elements Created by Raitis S, last modified on Feb 09, 2016 This is a list of 40+ available content elements that can be placed on the working canvas or inside of the columns. Think of them as

More information

WP FB Mirror Pro Installation Guide

WP FB Mirror Pro Installation Guide We have created a detailed guide on installing and setting up the WP FB Mirror Pro. Please go through it and let us know if you get stuck at any step. If you need any help, we are available at support@kvsocial.zendesk.com

More information

OPM Rugby Club Web Site Overview

OPM Rugby Club Web Site Overview OPM Rugby Club Web Site Overview Table of Contents Main site URL... 2 Register as a user... 2 Change user Password... 3 Login to OPM Wordpress Site... 3 Roles... 4 Subscriber... 4 Contributor... 4 Author...

More information

Amory WordPress Theme

Amory WordPress Theme This is a complete guide to help you manage the installation and setup of the Theme that you just bought. Thank you for purchasing our theme. We hope that you ll find it easy to use and customize. Please

More information

WEBSITE INSTRUCTIONS

WEBSITE INSTRUCTIONS Table of Contents WEBSITE INSTRUCTIONS 1. How to edit your website 2. Kigo Plugin 2.1. Initial Setup 2.2. Data sync 2.3. General 2.4. Property & Search Settings 2.5. Slideshow 2.6. Take me live 2.7. Advanced

More information

Important installation note Back to Top. Homepage Overview Back to Top

Important installation note Back to Top. Homepage Overview Back to Top Inspire: Important installation note Back to Top After installing and activating the theme, you need to navigate to Settings > Permalinks and click on the Save Changes button, even if you haven t made

More information

WordPress Manual For Massachusetts Academy of Math and Science

WordPress Manual For Massachusetts Academy of Math and Science WordPress Manual For Massachusetts Academy of Math and Science September 19, 2017 Table of Contents Who should use this manual... 4 Signing into WordPress... 4 The WordPress Dashboard and Left-Hand Navigation

More information

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital This WordPress tutorial for beginners (find the PDF at the bottom of this post) will quickly introduce you to every core WordPress

More information

Crypterio Theme Documentation

Crypterio Theme Documentation Crypterio Theme Documentation Also available Online manual and Video tutorials. 2001 2018 Stylemix LLC Table of Contents Getting Started... 1 Introduction... 1 System Requirements... 2 Installing the Theme...

More information

Creating a Website with Wordpress

Creating a Website with Wordpress Creating a Website with Wordpress Wordpress Fundamentals Version 1.6 Fayette County Public Schools June 28, 2013 Sow-Foong Hedman Technology Web Team Contents What is Wordpress?... 4 Overview... 4 Key

More information

JSN Yoyo 2 Customization Manual Before We Start

JSN Yoyo 2 Customization Manual Before We Start JSN Yoyo 2 Customization Manual Before We Start The first thing we would like to say is this guide is not intended to cover everything you might want to customize the template. Here we disclose only the

More information

Creating and Managing Your Personal Mines Website on WordPress

Creating and Managing Your Personal Mines Website on WordPress Creating and Managing Your Personal Mines Website on WordPress Table of Contents Creating your site... 2 Managing your site... 2 About WordPress... 2 Logging in... 2 Pages... 2 Editing an Existing Page...

More information

WordPress Quick Reference Guide

WordPress Quick Reference Guide Log In A log In link is available in the global footer at the bottom of all UF Health webpages. You can bookmark this link, as well: http://ahc-webservices.sites.medinfo.ufl.edu/wp-login.php Pages Create:

More information

Lead Rocket Training Manual

Lead Rocket Training Manual Lead Rocket Training Manual Discover the Most Incredible Bonus Gift Ever! Just go to http://undergroundmarketers.com/bonus This guide is devised into 3 parts the first section details how to install, activate

More information

WordPress How to Create a Simple Image Slider with the New RoyalSlider

WordPress How to Create a Simple Image Slider with the New RoyalSlider WordPress How to Create a Simple Image Slider with the New RoyalSlider Last update: 2/20/2013 WARNING: DO NOT USE INTERNET EXPLORER you can use Firefox, Chrome, or Safari but the editing screens do not

More information

If you believe, belong. Website Administration Guide

If you believe, belong. Website Administration Guide If you believe, belong. Website Administration Guide Table of Content // ASA Wordpress Administration Guide Table of Content Site Related Information and Guides... 3 Site Breakdown... 4 Image and Color

More information

Documentation:Blogzine WordPress Theme

Documentation:Blogzine WordPress Theme Documentation:Blogzine WordPress Theme Install Blogzine WordPress Theme within a few minutes:- Blogzine is a minimalistic WordPress theme dedicated to blogs. Blog In provides a responsive layout with unlimited

More information

PRESENTS. IEEE WordPress Template Tutorial

PRESENTS. IEEE WordPress Template Tutorial PRESENTS IEEE WordPress Template Tutorial Table of Contents What is the IEEE WP section template? Overview of IEEE template Plugin tutorials Events (Calendar Plugin) Contact Form 7 Easing Slider lite Gallery

More information

Musik. Responsive Music WordPress Theme.

Musik. Responsive Music WordPress Theme. Musik Responsive Music WordPress Theme http://themeforest.net/item/musik-responsive-music-wordpresstheme/12127123 In this document we mainly will cover the installation and use of this theme. If you have

More information

Quick Online Shop Documentation

Quick Online Shop Documentation Quick Online Shop Documentation In the following tutorial, you will get a complete step by step guide of using Quick Online Shop WordPress theme for building an amazon affiliate store site. All steps have

More information

NWIC EDITOR GUIDE August 2016

NWIC EDITOR GUIDE August 2016 NWIC EDITOR GUIDE August 2016 THEME NAME: CLEVERCOURSE logging in: GO TO nwic.edu/wp-login.php blogs.nwic.edu/wp-login.php foundation.nwic.edu/wp-login.php Please note that your Username is your full nwic.edu

More information

Narya WordPress Theme

Narya WordPress Theme This is a complete guide to help you manage the installation and setup of the Theme that you just bought. Thank you for purchasing our theme. We hope that you ll find it easy to use and customize. Please

More information

SmartTheme Manual 1 Last update: 2017/07/29 OptimizePress

SmartTheme Manual 1 Last update: 2017/07/29 OptimizePress SmartTheme Manual 1 Last update: 2017/07/29 OptimizePress Copyright 2017 OptimizePress Table of Contents 1. SmartTheme... 1 2. Initial Setup... 2 2.1. Installing The Theme... 3 2.2. Installing & Activating

More information

Technical support work regulations time zone UTC +02:00 working hours 10:00 to 20:00 Support may not be on Saturday and Sunday

Technical support work regulations time zone UTC +02:00 working hours 10:00 to 20:00 Support may not be on Saturday and Sunday Rent It documentation For support contact skype: lernertb Technical support work regulations time zone UTC +02:00 working hours 10:00 to 20:00 Support may not be on Saturday and Sunday Online version:

More information

AGLOWNET WORDPRESS HOW-TO

AGLOWNET WORDPRESS HOW-TO AGLOWNET WORDPRESS HOW-TO WORDPRESS RESOURCES PAGES New Page WordPress Forums - http://wordpress.org/support/ WordPress Lessons - http://codex.wordpress.org/wordpress_lessons In the Dashboard menu choose

More information

WordPress.com: Creating Your First Site

WordPress.com: Creating Your First Site MNC Nonprofit Technology and Communications Conference April 10 2014 WordPress.com: Creating Your First Site Presented by Peter Fleck, President, PF Hyper LLC pfhyper@gmail.com Gary Leatherman, Creative

More information

EVENT MANAGER THEME INSTALLATION TUTORIAL

EVENT MANAGER THEME INSTALLATION TUTORIAL EVENT MANAGER THEME INSTALLATION TUTORIAL v2 Last Updated 9/03/2012 - Version 3.9.5 Thank you for choosing to use the Event Manager Theme, built on WordPress and Genesis. If you are not confident with

More information

1 Introduction. Table of Contents. Manual for

1 Introduction. Table of Contents. Manual for Manual for www.lornasixsmith.com Table of Contents 1Introduction...1 2Log in...2 3Users...2 4What is the difference between pages and posts?...2 5Adding Images to the Media Library...2 6Adding Text to

More information