Customization Guide 1

Size: px
Start display at page:

Download "Customization Guide 1"

Transcription

1 Customization Guide 1

2 IS+ Customization Guide 1. Overview IS+ AutoComplete Dropdown Customization Dashboard Configuration.4 General..4 Style...4 Dropdown style Advanced Style Customization CSS Override IS+ Search Results Page Customization Dashboard Configuration CSS Overrides CSS Overrides Examples Advanced Customization using JavaScript ISP_PRODUCTS Documentation JavaScript callback Examples

3 1. Overview InstantSearch+ features are designed to fit your site by inheriting your site's design. In case additional customization is needed, there are a few ways to achieve that: InstantSearch+ Dashboard Configuration Disabling a feature you don't need or adding one you desire to your Premium Search Results Page or AutoComplete Dropdown, might be one click away. We recommend you start by taking a look at InstantSearch+ dashboard sections. Style Customization using CSS overrides Requires HTML and CSS Familiarity Changing the style of your site's premium search results page or AutoComplete Dropdown is possible via CSS overrides. You can change the design of the search results features: colors, fonts etc. This document gives guidelines for the easiest way to do so, and includes specific examples for popular customizations you can implement to your site. HTML Content Customization using IS+ JavaScript Callback Requires Web Development expertise Adding details to your site's premium search results page is possible via a JavaScript callback function. It is called upon the rendering of the InstantSearch+ search results. 3

4 2. IS+ AutoComplete Dropdown Customization 2.1 IS+ AutoComplete Dropdown Dashboard Configuration We recommend you start by taking a look at InstantSearch+ AutoComplete Configuration section. [InstantSearch+ dashboard > AutoComplete tab]. You can preview the changes as you go, using the InstantSearch+ preview- for easy, visual customization. General Define which content will be shown on the dropdown. Change the number and order of products, categories and popular searches suggestions. Disable categories suggestions do not show any categories. Hide product descriptions uncheck if you wish to see the description. Style These settings allow you to change the style of the dropdown content. (Products, categories, popular suggestions and their headers) Text color when drop down appears. Hover text color the color of text after placing the cursor over the product. Hover background gradient top, Hover background gradient bottom the color of product background after placing the cursor over the product. Headers background, Headers text color change the Headers style ("Products", "Categories", "Popular searches") 4

5 Dropdown style Change the style of the dropdown box. Note that you can reset to default at any time. Dropdown layout you can choose between two dropdown layouts, Horizontal dropdown layout: Or a vertical dropdown layout (default): 5

6 Dropdown style- more options Dropdown background color when dropdown appears Width (px) you can change the dropdown box width. Max description characters if you chose to show the description. Border color, Border width (px), Border radius (px) border settings. Shadow color, Shadow horizontal (px), Shadow vertical (px), Shadow blur (px) shadow settings. 6

7 2.1 IS+ AutoComplete Dropdown Advanced Style Customization Additional configuration to your site's AutoComplete Dropdown is possible on InstantSearch+ AutoComplete tab Advanced style section. In the advanced style section you will find additional configurations that allow you to change and add content to the dropdown. (This section also includes the option to add CSS style rules, discussed below.) Advanced style Add a URL of an image that will be shown in the following cases: Ranked Product Badge image the image will be shown next to 'always' ranked products. Default Category thumbnail image to be used when a category does not have an associated image. Default Product thumbnail image to be used when a product does not have an associated image. These settings Require HTML and CSS Familiarity: Bottom HTML Banner add an HTML banner to the bottom of the drop down list with every suggestion. This can be useful for an ongoing promotions, sales, gift cards, or any other banner that you want displayed for any search. For example: <a href="/your-list-goeshere"> Custom CSS - InstantSearch+ allows adding custom CSS. This option is discussed in the next section. 7

8 2.2 IS+ AutoComplete Dropdown Advanced Style Customization- CSS overrides Changing the style of your AutoComplete dropdown is possible via CSS overrides. You can use the rules examples on this document, or create your own CSS rule. After creating the desired rule, paste it in the "Custom CSS" box on InstantSearch+ Dashboard > AutoComplete tab > Advanced setting: 8

9 2.2.1 IS+ AutoComplete Dropdown CSS Overrides Examples This section contains basic CSS rules that can be applied to your AutoComplete dropdown: 1. Change the font style.ui-autocomplete,.as_magento_price,.isp_price_compare_at_price_exist,.as_magento_product_name,.as_magento_product_desc,.as_magento_product_section,.n_b_acp { font-size: 11px!important; font-weight: normal!important; 2. Change the space between items ul.ui-autocomplete.ui-menu-item { margin-top: 5px!important; margin-bottom: 5px!important; 3. Change the "Show-all-results" footer font style li#acp_footer_css:hover { color: #fff; li#acp_footer_acp { font-size: 16px!important; 4. Show SKU.as_magento_product_sku { display: block!important; 5. Change the background color to transparent ul.ui-autocomplete { background-color: transparent!important; 9

10 3. IS+ Search Results Page Customization Disabling a feature you don't need or adding one you desire to your Premium Search Results Page, might be one click away. We recommend you start by taking a look at InstantSearch+ Search Results Configuration section on InstantSearch+ dashboard > Search Results tab. 3.1 IS+ Search Results Page Dashboard Configuration Search page functionality: "Did You Mean" suggestions suggests visitors typo-corrected results. Related Searches don't show associated search terms. Search results sorting allow visitors to sort results by relevancy, price, popularity or arrival date InstantSearch+ Search Box control the appearance of the large InstantSearch+ searchbox at the top of the search results page. Favorite product marking by end-users allow visitors to create a favorites list of products for easy access. Content (blogs, articles, pages) search allow InstantSearch+ to search your site's content and display relevant results. Showing/ hiding information about products: Add to Cart button present visitors Add-to-Cart button within the search results page. Quick View allow immediate product details view from within the search results page.. Sold Out Banner add a sold out banner to out of stock products (requires having Out of Stock sync on) SKU show product SKUs on the search results page. Prices display or hide prices on the search results page. Product description show or hide product descriptions. Color swatch show color swatches instead of color names filters. Badges (Shopify and WooCommerce only) add products badges to your products, based on products tags. The tag will be added to the top left corner. You can modify badges using custom CSS, extra details below. 10

11 3.2 IS+ Search Results Page Style Customization - CSS Overrides Changing the style of your site's premium search results page is possible via CSS overrides. You can change the design of the search results features such as colors and fonts. You can use the rules examples on this document, or create your own CSS rule. The easiest way to create a new CSS rule is by: 1. Open the page in Google Chrome 2. Right-click on the desired element in the screen. 3. Select "Inspect" 4. In the Style section hit the "+" sign and override the CSS Rule 5. Paste it in the "Custom SERP CSS" box on InstantSearch+ Dashboard Please be extra careful when applying CSS rules to your site as even the slightest mistake can corrupt the entire search results page! 11

12 3.2.1 IS+ Search Results Page CSS Overrides Examples This section contains basic CSS rules that can be applied to your InstantSearch+ Premium Search Results Page. General - Search Results Page style 1. Remove the Search Results Page title: "Showing # of results for...".isp_results_summary_wrapper { display: none!important; 2. Remove all products borders: li.isp_grid_product { border: none!important; 3. Change the favorites hearts color.favorite_is-favorited.heart { fill: #c72929!important; stroke: #c72929!important; 4. Change the 'Sort by:' text design (bold to normal).isp_sorting_and_result_view_wrapper #isp_search_res_sorting_menu li#search_res_sorting_title { font-weight: normal!important; 5. Change product description font size li.isp_grid_product div.isp_product_info { font-size: 12px; // Default size - 17px 12

13 Products 6. Product badge position - stretched at the bottom of the product.isp_badge.isp_product_image_wrapper:after { background-size: 100%; background-position: bottom; 7. Specific product badge position - stretched at the bottom of the product.isp_badge_tagname.isp_product_image_wrapper:after { background-size: 100%; background-position: bottom; 8. Change 'compare at price' design #isp_product_quick_view_model.isp_compare_at_price, li.isp_grid_product div.isp_product_info.isp_compare_at_price { color: #000!important; font-style: italic!important; text-decoration: line-through!important; 9. Remove search term highlighting li.isp_grid_product span.isp_search_term_highlight { background: none!important; 10. Change product's title color upon hover.isp_product_title:hover { color: #000!important; 11. Remove boxes from products.isp_grid_product { border: none!important; background-image: none!important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; box-shadow: none!important; 13

14 12. Change product image size #isp_search_results_container li.isp_grid_product.isp_product_image { width: 200px!important; // Custom width height: 200px!important; // Custom height 'Add to cart' and 'Quick View' buttons 13. Change the colors of the 'add to cart' button li.isp_grid_product input[type="submit"].isp_add_to_cart_btn { color: blue!important; /*text color*/ background: green!important; font-size: 12px!important; 14. Change the colors of the 'add to cart' background upon hover input.isp_add_to_cart_btn:hover { background: #000!important; 15. Change the display of the 'add to cart' button, so that it will show all the time (not just on hover) li.isp_grid_product form.isp_add_to_cart_form { display: block!important; 16. Change the colors of the quick view button #isp_search_results_container li.isp_grid_product a.isp_product_quick_view_button { color: #000!important; background-color: rgba(255,255,255,0.9)!important; 17. Change the colors of the quick view button - upon hover #isp_search_results_container li.isp_grid_product a.isp_product_quick_view_button:hover { color: #000!important; background-color: rgba(255,255,255,0.9)!important; 14

15 Review Stars 18. Changing reviews stars colors isp_serp_raty_reviews_option: { startype: 'i', // Font-based stars (instead of images) starhalf: 'spr-icon spr-icon-star-half-alt', staroff: 'spr-icon spr-icon-star-empty', staron: 'spr-icon spr-icon-star' <style>.isp_product_info i.spr-icon { font-size: 80%!important; color: #bfa349; </style> Search Filters 19. Changing the filters titles (attributes) design.isp_single_facet_wrapper.isp_facet_title.isp_facet_title_name { color: #000!important; 20. Changing the filters values (attribute values) design #isp_left_container_facets.isp_search_res_facets_container.isp_facet_value a { color: #000!important; font-size: 13px!important; 21. Removing the borders between the filters #isp_left_container_facets.isp_search_res_facets_container.isp_single_facet_wrapper { border-bottom: none!important; 22. Spacing out the left sidebar #isp_left_container_facets.isp_search_res_facets_container.isp_facet_value { margin: 4px!important; 15

16 23. Avoid showing the filters counter span.isp_facet_value_counter { display: none!important; 24. Changing the ' + Show more' and ' - Show less' design #isp_left_container_facets.isp_search_res_facets_container.isp_facet_show_hide_values { font-size: 0.75em!important; color: #707070!important; 25. Changing the filters tags design div#isp_search_results_filter_tags.isp_filter_removable_tag { background-color: #e8e8e8!important; font-size: 0.8em!important; color: #000!important; 16

17 3.3 IS+ Advanced HTML Customization using JavaScript You can customize the various look and feel HTML elements of the Search Results, Instant Dropdown and Product Recommendation using the below JavaScript object. The main vehicle is using the JavaScript Callback functions, which are called after the rendering of the InstantSearch+ results. The JavaScript object should be plugged at the top of your theme HTML. Notice this requires web development expertise. Our examples are provided as is and requires web developer testing before implemented on your site IS+ Options JavaScript definitions Have your developer use these at the top of your theme HTML: isp_serp_callback: function() {, // search results rendered isp_serp_no_results_callback: function() {, // *no* results isp_add_to_cart_callback: function(product_id, form_id) {, isp_serp_quickview_callback: function() {, // QuickView opened isp_serp_look_a_like_txt: 'Related ', // Button text STAR_REVIEWS_POSITION: 1, // Above or under price isp_serp_articles_tab_name: 'Blog Posts', // CMS tab name isp_dropdown_callback: function(li_element) {, // Dropdown item dropdown_align_inputbox: 'right', // Drodown alignment dropdown_narrow_by: [] // Filtered search query parameters (JSON) var isp_related_options = { isp_related_callback: function() {, // Recommendations rendered slider: options_slidestoshow: 4, // max product recommendations DISABLE_EXEC_SLIDE: true, // Whether slider is not initialize LAZYLOAD: "progressive", // Whether to load images in advance PRICE_FROM_ALWAYS: true, // Whether to render from price wording DECIMALS_REMOVE_ON_ROUND_PRICES: false, // whether to remove.00 RANDOMIZE: true, // whether to add extra randomization WOOCOMMERCE_IMAGE_SIZE = '147x300' The JavaScript SERP callback functions may run twice if the search results filters given the filters deferred load. Your code should address the fact that the callback might be triggered twice per a given search query. 17

18 3.3.2 ISP_PRODUCTS Documentation ISP_PRODUCTS is a JavaScript object with the currently viewed products in the search results page. In most situations the web developer will use this Object to change the content of the search results page Property Description Type id product identifier Integer l Title String d Description String p price Float p_c compare at price Float p_min variant minimum price Float p_max variant maximum price Float p_max_c compare at price max Float p_min_c compare at price min Float t product image url String v_c number of variants Integer vra Object containing the list of the product Variants and their attributes and values Object 18

19 3.3.3 Instant Search Dropdown Examples 1. Customer would like to add an Add-to-Cart in the instant suggestions isp_dropdown_callback: function(jquery_li_element) { var product_id = jquery_li_element.attr('isp_id'); var is_category = jquery_li_element.attr('isp_category'); return jquery_li_element.find('.isp_price_compare_at_price_exist').append(' <input type="button" onclick="alert(product_id)" value="push me"/>'); ; 2. Customer would like to have the instant dropdown aligned to the right dropdown_align_inputbox:'right' 3. Customer would like to change the dropdown position DROPDOWN_TOP_OFFSET: '10', // Extra top offset for dropdown DROPDOWN_LEFT_OFFSET: '10' // Extra left offset for dropdown 19

20 4. Customer would like to change the features of the drop down isp_dropdown_callback: function(jquery_li_element) { var product_id = jquery_li_element.attr('isp_id'); var is_category = jquery_li_element.attr('isp_category'); return jquery_li_element.find('.isp_price_compare_at_price_exist').append(' <input type="button" onclick="alert(product_id)" value="push me"/>'); ; 5. Customer would like to show filtered results in the instant search dropdown dropdown_narrow_by: [], // Parameters to be filtered with AVOID_POP_PRODUCTS_PRELOAD: false ; Then, upon the user choosing a category, assign the narrow category: isp_options.dropdown_narrow_by = [["Categories", "Girls"]]; 20

21 3.3.4 Product Recommendation Examples 1. Customer would like to change the amount of products to be shown in the Product Recommendation widget var isp_related_options = { slider_options_slidestoshow: 4 2. Change reviews stars to be before the price var isp_related_options = { STAR_REVIEWS_POSITION: 1 3. Change Review Stars to be presented by font and not by image (default) For more details: isp_serp_raty_reviews_option: { startype: 'i', starhalf: 'spr-icon spr-icon-star-half-alt', staroff: 'spr-icon spr-icon-star-empty', staron: 'spr-icon spr-icon-star' 4. Customer would like to control when to initialize the Product Recommendation Slider. Include the script in your <head>: var isp_related_options = { DISABLE_EXEC_SLIDE: true ; Then, when you want to show the product recommendation: isp_exec_slide(); 21

22 5. Customer would like to change the visuals of product recommendation var isp_related_options = { isp_related_callback: function() { // called if present after rendering the recommendation products ; 6. Customer would like to load product recommendation images on widget initialization var isp_related_options = { LAZYLOAD: "progressive" 7. Customer would like to show decimals on products recommendations widget var isp_related_options = { PRICE_FROM_ALWAYS: true, DECIMALS_REMOVE_ON_ROUND_PRICES: false ; 8. Customer would like to see random order of products on the products recommendations widget, upon refresh. var isp_related_options = { RANDOMIZE: true ; 22

23 9. Customer would like to change the products recommendations widget image size (WooCommerce) var isp_related_options = { WOOCOMMERCE_IMAGE_SIZE = '147x300' 23

24 3.3.5 Search Results Examples 1. Customer would like to perform a custom operation after a successful submission of Add-to-Cart from Search Results page <script type="text/javascript"> isp_add_to_cart_callback: function(product_id, form_id) { 2. Customer would like to show a specific banner per a search query in the Search Results page isp_serp_callback: function() { if (ISP_LAST_SEARCH.search_term == 'XYZ') { $jquery_isp('#isp_search_results_banner').html('<discount>'); 3. Customer would like to change the text button for Look-A-Like isp_serp_look_a_like_txt: 'Similar Products' 4. Customer would like to change the word "Articles" to "Blog Posts" (Shopify search results page) isp_serp_articles_tab_name: 'Blog Posts' 24

25 5. Customer would like to change the text on Add-to-Cart buttons in Search Results page to BUY isp_serp_callback: function() { $jquery('.isp_add_to_cart_form > input[type=submit]').attr('value', 'BUY'); 6. Customer would like to change the <title> and meta descriptions of the search results page isp_serp_callback: function() { var query = ISP_LAST_SEARCH['search_term']; $('title').html(query + ' - Your site title'); $('meta[name=description').attr('content', query + ' powered by InstantSearch+'); 25

26 7. Customer would like to add a banner with title and description to top of Search Results Page <script type="text/javascript"> isp_serp_callback: function () { if ("category" in ISP_LAST_SEARCH) { var banner_element = $jquery_isp("#isp_search_results_banner"); var before_banner_element = $jquery_isp(".isp_center_container_header"); before_banner_element.after(banner_element); banner_element.html("<h2>add your title and description here</h2>"); 8. Customer would like to add functionality to favorites icon (heart above item) var favorites = document.getelementsbyclassname("isp_favorite"); for (var i = 0; i < favorites.length; i++) { var product_id = Number(favorites[i].parentNode. parentnode.parentnode.getattribute("product_id")); favorites[i].childnodes[0].setattribute("onclick", favorites[i]. childnodes[0]. getattribute("onclick") + "; addfunction(" + product_id + ")") function addfunction(product_id) { // Add function logic here 26

27 9. Customer would like to add product attributes in search results page isp_serp_callback: function() { value: values list $('.isp_grid_product').each(function(index) { var isp_variants_options = new Object; // key: option name var p_id = $(this).attr('product_id'); var variant_data = ISP_PRODUCTS[p_id].vra[0][1]; for (var i = 0; i < variant_data.length; i++) { var option_name = variant_data[i][0]; if (option_name == 'Price' option_name == 'Sellable') { continue; var option_vals = new Array(); for (var j = 0; j < variant_data[i][1].length; j++) { option_vals.push(variant_data[i][1][j]); if (option_name in isp_variants_options) { for (v in option_vals) { else { $(this) if (!v in isp_variants_options[option_name]) { isp_variants_options[option_name].append(v); isp_variants_options[option_name] = option_vals;.find('.isp_product_info').html(''); for (var option_name in isp_variants_options) { $(this).find('.isp_product_info').append(option_name + ': ' + isp_variants_options[option_name] + '<br>'); ); 27

28 10. Customer would like to show Variant attribute information isp_serp_callback: function() { $('.isp_grid_product').each(function(index) { var isp_variants_options = new Object; var p_id = $(this).attr('product_id'); var variant_data = ISP_PRODUCTS[p_id].vra[0][1]; for (var i = 0; i < variant_data.length; i++) { var option_name = variant_data[i][0]; if (option_name == 'Price' option_name == 'Sellable') { continue; var option_vals = new Array(); for (var j = 0; j < variant_data[i][1].length; j++) { option_vals.push(variant_data[i][1][j]); if (option_name in isp_variants_options) { for (v in option_vals) { else { if (!v in isp_variants_options[option_name]) { isp_variants_options[option_name].append(v); isp_variants_options[option_name] = option_vals; $(this).find('.isp_product_info').html(''); for (var option_name in isp_variants_options) { $(this).find('.isp_product_info'). append(option_name + ': ' + isp_variants_options[option_name] + '<br>'); ); 28

29 11. Customer would like to add "on sale" and "sold out" stickers to products isp_serp_callback: function() { $('.isp_grid_product').each(function(index) { var isp_variants_options = new Object; var p_id = $(this).attr('product_id'); var product_data = ISP_PRODUCTS[p_id]; if (product_data.iso && product_data.iso == true) { // Out-of-stock item... if ($(this) Out</span>');.find('.sold-out').length == 0) { $(this).prepend('<span class="sold-out">sold if (product_data.p_c && product_data.p_c!= "") { // Compare at price... $(this) $' + product_data.p); );.find('.isp_product_price').html('<span class="on_sale">on Sale</span> 29

30 12. Customer would like to display additional product data for all visitors, and display product's price for logged-in users only isp_serp_callback: function() { $('.isp_grid_product').each(function(index) { var isp_variants_options = new Object; var p_id = $(this).attr('product_id'); var variant_data = ISP_PRODUCTS[p_id].vra[0][1]; for (var i = 0; i < variant_data.length; i++) { var option_name = variant_data[i][0]; if (option_name == 'Price' option_name == 'Sellable') { continue; var option_vals = new Array(); for (var j = 0; j < variant_data[i][1].length; j++) { option_vals.push(variant_data[i][1][j]); if (option_name in isp_variants_options) { for (v in option_vals) { else { if (!v in isp_variants_options[option_name]) { isp_variants_options[option_name].append(v); isp_variants_options[option_name] = option_vals; $(this).find('.isp_product_info').html(''); for (var option_name in isp_variants_options) { $(this).find('.isp_product_info').append(option_name + ': ' + isp_variants_options[option_name] + '<br>'); ); 30

31 13. Customer would like to display product variant info on product hover isp_serp_callback: function() { jquery.each(isp_products, function(id, el) { if (el.vra) { var size = jquery.map(el.vra[0][1], function(a) { if (a[0] == "Size") { return a[1] ); var year = jquery.map(el.vra[0][1], function(a) { if (a[0] == "Year") { return a[1] ); var price = jquery.map(el.vra[0][1], function(a) { if (a[0] == "Price") { return a[1] ); var item = jquery('#search-results li.isp_grid_product[product_id=' + id + ']'); var desc = item.find('.isp_product_desc'); if (item.find('.isp_product_price2').length == 0 && $('.account-link').length > 0 &&!el.iso) { desc.after($('<br><div class="isp_product_price2"></div>').text(price)) if (item.find('.isp_product_size').length == 0) { desc.after($('<br><div class="isp_product_size"></div>').text(size)) if (item.find('.isp_product_year').length == 0) { desc.after($('<br><div class="isp_product_year"></div>').text(year)) item.find('.isp_product_info'). addclass('product-info inside'); item.find('.isp_product_price_wrapper'); ); $('.isp_product_price_wrapper').hide(); $.each($('.isp_product_info.isp_product_image_href'), function(i, el) { var title = $(el).find('.isp_product_title').clone(); var wr = $(el).closest('.isp_product_info'); $(el).remove(); wr.prepend(title).parent().find('.isp_product_image_href:first').append(wr); ); 31

InstantSearch+ Documentation for WooCommerce

InstantSearch+ Documentation for WooCommerce InstantSearch+ Documentation for WooCommerce Contents Overview... 1 Top Menu... 2 Home...2 Pricing...2 Help & Support...2 Stores...2 Account...4 Dashboard Tabs... 5 Analytics...5 AutoComplete...9 Search

More information

InstantSearch+ Documentation for Shopify

InstantSearch+ Documentation for Shopify InstantSearch+ Documentation for Shopify Contents Overview...2 Top Menu...2 Support...2 Dashboard Tabs...3 Analytics...3 AutoComplete...8 Search Results Page (SERP)... 12 Merchandising... 16 Synonyms...

More information

InstantSearch+ Documentation for BigCommerce

InstantSearch+ Documentation for BigCommerce InstantSearch+ Documentation for BigCommerce Contents Overview... 2 Top Menu...2 Home...2 Pricing...2 Help & Support...2 Stores...3 Account...4 Dashboard Tabs... 5 Analytics...5 AutoComplete...9 Search

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

Links Menu (Blogroll) Contents: Links Widget

Links Menu (Blogroll) Contents: Links Widget 45 Links Menu (Blogroll) Contents: Links Widget As bloggers we link to our friends, interesting stories, and popular web sites. Links make the Internet what it is. Without them it would be very hard to

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

Search Autocomplete Magento Extension

Search Autocomplete Magento Extension Search Autocomplete Magento Extension User Manual This is the user manual of Magento Search Autocomplete v1.6.5 and was last updated on 26-07-2017. To see what this extension can do, go to the Magento

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

Product Page PDF Magento 2 Extension

Product Page PDF Magento 2 Extension Product Page PDF Magento 2 Extension User Manual This is the user manual of Magento 2 Product Page PDF v100.0.0 and was last updated on 26-11- 2017. To see what this extension can do, go to the Magento

More information

Improved Layered Navigation for Magento 2

Improved Layered Navigation for Magento 2 Last update: magento_2:improved_layered_navigation https://amasty.com/docs/doku.php?id=magento_2:improved_layered_navigation 2018/01/23 09:14 For more details see the Improved Layered Navigation extension

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

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

Table Basics. The structure of an table

Table Basics. The structure of an table TABLE -FRAMESET Table Basics A table is a grid of rows and columns that intersect to form cells. Two different types of cells exist: Table cell that contains data, is created with the A cell that

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

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

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

PROFILE DESIGN TUTORIAL KIT

PROFILE DESIGN TUTORIAL KIT PROFILE DESIGN TUTORIAL KIT NEW PROFILE With the help of feedback from our users and designers worldwide, we ve given our profiles a new look and feel. The new profile is designed to enhance yet simplify

More information

Website Publishing Tool Manual

Website Publishing Tool Manual Customer Support Website Publishing Tool Manual This is a designed as a definitive guide to all the features and tools available within Website Publishing Tool. Contents Introduction... 4 Adding Content...

More information

Website Development with HTML5, CSS and Bootstrap

Website Development with HTML5, CSS and Bootstrap Contact Us 978.250.4983 Website Development with HTML5, CSS and Bootstrap Duration: 28 hours Prerequisites: Basic personal computer skills and basic Internet knowledge. Course Description: This hands on

More information

While editing a page, a menu bar will appear at the top with the following options:

While editing a page, a menu bar will appear at the top with the following options: Page Editor ===> Page Editor How Can I Use the Page Editor? The Page Editor will be your primary way of editing your website. Page Editor Basics While editing a page, you will see that hovering your mouse

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

Modular: Shopify Theme

Modular: Shopify Theme Modular: Shopify Theme Table of Contents Introduction 2 Top Bar 2 Header/Branding 3 Main Navigation 3 Backgrounds 4 Global Colors 4 Fonts 4 Home Slideshow 5 Home 6 Collection Pages 6 Product Pages 7 Blog

More information

Documentation of Color and Image Swatches for woocommerce. Installation of Color and Image Swatches for woocommerce

Documentation of Color and Image Swatches for woocommerce. Installation of Color and Image Swatches for woocommerce Documentation of Color and Image Swatches for woocommerce Installation of Color and Image Swatches for woocommerce Activation Once you have uploaded the plugin, activate your plugin in Plugins Installed

More information

Using CSS for page layout

Using CSS for page layout Using CSS for page layout Advantages: Greater typographic control Style is separate from structure Potentially smaller documents Easier site maintenance Increased page layout control Increased accessibility

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

An Introduction to. WordPress.com. ICA40311 Certificate IV in Web-Based Technologies Southbank Institute of Technology

An Introduction to. WordPress.com. ICA40311 Certificate IV in Web-Based Technologies Southbank Institute of Technology An Introduction to WordPress.com ICA40311 Certificate IV in Web-Based Technologies Southbank Institute of Technology Acknowledgement: This document was compiled from notes available via the WordPress.com

More information

MARKET RESPONSIVE PRESTASHOP THEME USER GUIDE

MARKET RESPONSIVE PRESTASHOP THEME USER GUIDE MARKET RESPONSIVE PRESTASHOP THEME USER GUIDE Version 1.0 Created by: arenathemes Page 1 Contents I. REQUIREMENTS & COMPATIBILITY... 3 II. INSTALLATION... 3 III. CONFIG AFTER INSTALLATION - THEME PACKAGE...

More information

IBM Forms V8.0 Custom Themes IBM Corporation

IBM Forms V8.0 Custom Themes IBM Corporation IBM Forms V8.0 Custom Themes Agenda 2 Overview Class Names How to Use Best Practice Styling Form Items Test Custom CSS Sample Overview 3 To create custom theme you must be familiar with the basic concept

More information

Savile Row Setup Guide

Savile Row Setup Guide Savile Row Setup Guide Thank you for purchasing the 22 Savile Row theme. It promises to deliver everything the Blueprint theme did, but with extra features to make it even better. This guide covers some

More information

Configuring Ad hoc Reporting. Version: 16.0

Configuring Ad hoc Reporting. Version: 16.0 Configuring Ad hoc Reporting Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived

More information

HTML and CSS a further introduction

HTML and CSS a further introduction HTML and CSS a further introduction By now you should be familiar with HTML and CSS and what they are, HTML dictates the structure of a page, CSS dictates how it looks. This tutorial will teach you a few

More information

Configuring Autocomplete & Suggest

Configuring Autocomplete & Suggest How to install extension 1. Backup your store database and web directory. 2. Login to SSH console of your server and navigate to root directory of Magento 2 store. 3. Copy installation instructions from

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

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

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week

HTML5. HTML5 Introduction. Form Input Types. Semantic Elements. Form Attributes. Form Elements. Month Number Range Search Tel Url Time Week WEB DESIGNING HTML HTML - Introduction HTML - Elements HTML - Tags HTML - Text HTML - Formatting HTML - Pre HTML - Attributes HTML - Font HTML - Text Links HTML - Comments HTML - Lists HTML - Images HTML

More information

2013, Active Commerce 1

2013, Active Commerce 1 2013, Active Commerce 1 2013, Active Commerce 2 Active Commerce User Guide Terminology / Interface Login Adding Media to the Media Library Uploading an Item to the Media Library Editing the Media Meta

More information

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018

A Guide to Using WordPress + RAVEN5. v 1.4 Updated May 25, 2018 + v 1.4 Updated May 25, 2018 Table of Contents 1. Introduction...................................................................................3 2. Logging In.....................................................................................4

More information

Web AppBuilder for ArcGIS Dive Into Mobile Development. Yiwei Ma & Kevin Gao

Web AppBuilder for ArcGIS Dive Into Mobile Development. Yiwei Ma & Kevin Gao Web AppBuilder for ArcGIS Dive Into Mobile Development Yiwei Ma & Kevin Gao Yiwei Ma Software Developer Kevin Gao User Interface Engineer Theme A theme in WAB is a template framework representing the look

More information

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page.

Pages are static content, generally linked in your navigation. They are used for things like your about page and contact page. North Star Marketing Client : The Guthrie Group Deliverable : Website Training +++ LOGGING IN AND OUT +++++++++ 1. Go to http://tgg.northstarmarketing.com/wp admin/. This is the address for the staging

More information

Contact at Once Widget..5. Contact Us Widget...5 Contact Info Widget. 6 Dealership Contacts Widget. 6

Contact at Once Widget..5. Contact Us Widget...5 Contact Info Widget. 6 Dealership Contacts Widget. 6 Table of Contents Flexible Design Overview. 3 Selecting the Flex Design. 3 Widget Overview. 4 Configuring Widgets..5 Contact at Once Widget..5 Contact Us Widget...5 Contact Info Widget. 6 Dealership Contacts

More information

DRESSSHOP RESPONSIVE PRESTASHOP THEME USER GUIDE

DRESSSHOP RESPONSIVE PRESTASHOP THEME USER GUIDE DRESSSHOP RESPONSIVE PRESTASHOP THEME USER GUIDE Version 1.0 Created by: arenathemes Page 1 Contents I. REQUIREMENTS & COMPATIBILITY... 3 II. INSTALLATION... 3 III. CONFIG AFTER INSTALLATION - THEME PACKAGE...

More information

Swiiit User Guide 09/11/2016

Swiiit User Guide 09/11/2016 Swiiit User Guide 09/11/2016 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme

Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme Introduction Drupal Cloud Getting Started Guide Creating a Lab site with the MIT DLC Theme In this Getting Started Guide, you can follow along as a website is built using the MIT DLC Theme. Whether you

More information

Wordpress Training Manual

Wordpress Training Manual The Dashboard... 2 If this is your first time logging in:... 2 How do I change my password or email address?... 3 Search Engine Optimization (SEO)... 4 SEO for Pages... 4 SEO for Images... 5 Managing Pages...

More information

Blog Pro for Magento 2 User Guide

Blog Pro for Magento 2 User Guide Blog Pro for Magento 2 User Guide Table of Contents 1. Blog Pro Configuration 1.1. Accessing the Extension Main Setting 1.2. Blog Index Page 1.3. Post List 1.4. Post Author 1.5. Post View (Related Posts,

More information

Signs of Spring App. Release Notes Version 1.0

Signs of Spring App. Release Notes Version 1.0 Signs of Spring App Release Notes Version 1.0 App Parameters and Styling In your Caspio account, go to the App s Overview screen. On the right sidebar, click on Manage in the App Parameters area. Edit

More information

Swiiit User Guide 03/09/2015

Swiiit User Guide 03/09/2015 Swiiit User Guide 03/09/2015 Contents Getting Started... 4 Overview of Main Tools... 5 Webpages... 6 Main pages (Sections)... 6 Rearrange Sections... 6 Subpages... 7 Change the Title of a Webpage... 8

More information

Documentation. Visit the Documentation Online at:

Documentation. Visit the Documentation Online at: Documentation Install Plugin Overview Settings How to add and edit entries From Administration Panel Front-end Form How to display them Shortcodes & PHP Function Layout Generator Front-end Form Generator

More information

USER MANUAL. Kingfisher Pro Fashion TABLE OF CONTENTS. Version:

USER MANUAL. Kingfisher Pro Fashion TABLE OF CONTENTS. Version: USER MANUAL TABLE OF CONTENTS Introduction... 2 Benefits of Kingfisher Pro Fashion... 2 Pre-requisites... 2 Installation... 3 Installation Steps... 3 Theme Configuration... 6 Contact Us... 32 Kingfisher

More information

Creating Teacher Webpages on the New APS WordPress Site

Creating Teacher Webpages on the New APS WordPress Site Creating Teacher Webpages on the New APS WordPress Site TABLE OF CONTENTS INTRODUCTION 3 THE EDITING DASHBOARD 4 CREATING A NEW PAGE 5 EDITING YOUR PAGE 6 1. Page Title 7 2. Toolbar/ toolbar icons 7 3.

More information

Custom Contact Forms Magento 2 Extension

Custom Contact Forms Magento 2 Extension Custom Contact Forms Magento 2 Extension User Manual This is the user manual of Magento 2 Custom Contact Forms v100.0.0 and was last updated on 29-06-2017. To see what this extension can do, go to the

More information

Oracle Eloqua s User Guide

Oracle Eloqua  s User Guide http://docs.oracle.com Oracle Eloqua Emails User Guide 2017 Oracle Corporation. All rights reserved 08-Dec-2017 Contents 1 Emails Overview 6 2 Examples of emails 7 3 Creating emails 19 4 Email authoring

More information

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE

A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE A PRACTICAL GUIDE TO USING WIX TO BUILD A WEBSITE AN AID TO ENABLE STUDENTS TO UNDERSTAND THE FUNDAMENTELS OF WEBSITE DESIGN WITHIN THE FRAMEWORK OF A WEBSITE PROJECT USING WEB DESIGN TOOLS YANNIS STEPHANOU

More information

Frooition Implementation guide

Frooition Implementation guide Frooition Implementation guide Version: 2.0 Updated: 14/12/2016 Contents Account Setup: 1. Software Checklist 2. Accessing the Frooition Software 3. Completing your Account Profile 4. Updating your Frooition

More information

Product Page PDF Magento Extension

Product Page PDF Magento Extension Product Page PDF Magento Extension User Manual This is the user manual of Magento Product Page PDF v2.0.2 and was last updated on 26-11-2017. To see what this extension can do, go to the Magento Product

More information

Global Access. User Guide. March Copyright 2015 UPS

Global Access. User Guide. March Copyright 2015 UPS Global Access User Guide March 2015 Copyright 2015 UPS Table of Contents Introduction... 4 1.1 Purpose of this User Guide... 4 1.2 Global Access Platform... 4 1.3 Account Management Dashboard... 5 1.4

More information

CMSnipcart Documentation

CMSnipcart Documentation CMSnipcart Documentation Release 1.0.0 CMExtension January 07, 2016 Contents 1 Overview 3 1.1 Technical Requirements......................................... 3 1.2 Features..................................................

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

gaalliance.org and bap.gaalliance.org Users Guide

gaalliance.org and bap.gaalliance.org Users Guide IDENTITY PRINT PUBLISHING WEB Visible Logic, Inc. 142 High Street Suite 615 Portland, ME 04101 207.761.4230 visiblelogic.com gaalliance.org and bap.gaalliance.org Users Guide CONTENTS Introduction 2 Site

More information

How to Add Product In Your Store

How to Add Product In Your Store How to Add Product In Your Store Adding a simple product Adding a Simple product is similar to writing a post in WordPress. 1. Go to WooCommerce > Products > Add Product. You then have a familiar interface

More information

PHP,HTML5, CSS3, JQUERY SYLLABUS

PHP,HTML5, CSS3, JQUERY SYLLABUS PHP,HTML5, CSS3, JQUERY SYLLABUS AAvhdvchdvchdvhdh HTML HTML - Introduction HTML - Elements HTML - Tags HTML - Text HTML - Formatting HTML - Pre HTML - Attributes HTML - Font HTML - Text Links HTML - Comments

More information

Quick Reference Card Business Objects Toolbar Design Mode

Quick Reference Card Business Objects Toolbar Design Mode Icon Description Open in a new window Pin/Unpin this tab Close this tab File Toolbar New create a new document Open Open a document Select a Folder Select a Document Select Open Save Click the button to

More information

N/A. JSN PageBuilder 2 Configuration Manual Introduction. System Requirements. Product Usage. Joomla Requirements. Server Requirement

N/A. JSN PageBuilder 2 Configuration Manual Introduction. System Requirements. Product Usage. Joomla Requirements. Server Requirement JSN PageBuilder 2 Configuration Manual Introduction About JSN PageBuilder 3 JSN PageBuilder 3 is the latest innovation from Joomla! PageBuilder, with great improvements to the interface, features, and

More information

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca

Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca Starting Your SD41 Wordpress Blog blogs.sd41.bc.ca The web address to your blog starts with blogs.sd41.bc.ca/lastnamefirstinitial (eg. John Smith s blog is blogs.sd41.bc.ca/smithj) All work is done in

More information

JSN PageBuilder 2 User Manual

JSN PageBuilder 2 User Manual JSN PageBuilder 2 User Manual Introduction About JSN PageBuilder 2 JSN PageBuilder 2 is the latest innovation of Joomla PageBuilder with great improvements in terms of design, features, and user experience.

More information

HTML5, CSS3, JQUERY SYLLABUS

HTML5, CSS3, JQUERY SYLLABUS HTML5, CSS3, JQUERY SYLLABUS AAvhdvchdvchdvhdh HTML HTML - Introduction HTML - Elements HTML - Tags HTML - Text HTML - Formatting HTML - Pre HTML - Attributes HTML - Font HTML - Text Links HTML - Comments

More information

Sign-up Forms Builder for Magento 2.x. User Guide

Sign-up Forms Builder for Magento 2.x. User Guide eflyermaker Sign-up Forms Builder 2.0.5 for Magento 2.x User Guide 2 eflyermaker Dear Reader, This User-Guide is based on eflyermaker s Signup-Form Builder Plugin for Magento ecommerce. What follows is

More information

Blue Form Builder extension for Magento 2

Blue Form Builder extension for Magento 2 Blue Form Builder extension for Magento 2 User Guide Version 1.0 Table of Contents I) Introduction......5 II) General Configurations....6 1) General Settings.....7 2) ReCaptcha... 8 III) Manage Forms......

More information

Oracle Eloqua s User Guide

Oracle Eloqua  s User Guide http://docs.oracle.com Oracle Eloqua Emails User Guide 2018 Oracle Corporation. All rights reserved 11-Jan-2018 Contents 1 Emails Overview 6 2 Examples of emails 7 3 Creating emails 19 4 Email authoring

More information

GoSquared Equally Rounded Corners Equally Rounded Corners -webkit-border-radius -moz-border-radius border-radius Box Shadow Box Shadow -webkit-box-shadow x-offset, y-offset, blur, color Webkit Firefox

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

Virto SharePoint Forms Designer for Office 365. Installation and User Guide

Virto SharePoint Forms Designer for Office 365. Installation and User Guide Virto SharePoint Forms Designer for Office 365 Installation and User Guide 2 Table of Contents KEY FEATURES... 3 SYSTEM REQUIREMENTS... 3 INSTALLING VIRTO SHAREPOINT FORMS FOR OFFICE 365...3 LICENSE ACTIVATION...4

More information

Creating an with Constant Contact. A step-by-step guide

Creating an  with Constant Contact. A step-by-step guide Creating an Email with Constant Contact A step-by-step guide About this Manual Once your Constant Contact account is established, use this manual as a guide to help you create your email campaign Here

More information

Google Sites Training

Google Sites Training The How to Dos of Google Sites Overview Page 1 Google Sites offers tremendous functionality to make collaborating and sharing information simple. This job aid provides the step-by-step instructions that

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

Intellicus Enterprise Reporting and BI Platform

Intellicus Enterprise Reporting and BI Platform Configuring Ad hoc Reporting Intellicus Enterprise Reporting and BI Platform Intellicus Technologies info@intellicus.com www.intellicus.com Copyright 2012 Intellicus Technologies This document and its

More information

Guidelines for doing the short exercises

Guidelines for doing the short exercises 1 Short exercises for Murach s HTML5 and CSS Guidelines for doing the short exercises Do the exercise steps in sequence. That way, you will work from the most important tasks to the least important. Feel

More information

Overview of the Adobe Dreamweaver CS5 workspace

Overview of the Adobe Dreamweaver CS5 workspace Adobe Dreamweaver CS5 Activity 2.1 guide Overview of the Adobe Dreamweaver CS5 workspace You can access Adobe Dreamweaver CS5 tools, commands, and features by using menus or by selecting options from one

More information

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Horizontal Rule Element

8/19/2018. Web Development & Design Foundations with HTML5. Learning Objectives (1 of 2) Learning Objectives (2 of 2) Horizontal Rule Element Web Development & Design Foundations with HTML5 Ninth Edition Chapter 4 Visual Elements and Graphics Learning Objectives (1 of 2) 4.1 Create and format lines and borders on web pages 4.2 Apply the image

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

CMS Online Store Quick Start Guide. with Joomla, j2store

CMS Online Store Quick Start Guide. with Joomla, j2store CMS Online Store Quick Start Guide with Joomla, j2store Configuring Joomla P a g e 1 Table of Contents Introduction... 2 Installing Software... 2 Configuring Joomla... 2 Administrator login... 2 Installing

More information

Creating a Technical Writing Online Portfolio with Wikispaces.com

Creating a Technical Writing Online Portfolio with Wikispaces.com Creating a Technical Writing Online Portfolio with Wikispaces.com November 11, 2010 Hollie Cookson Tyler Kiefer Allison Knowles Andrew Neutzling 1 Table of Contents I. Getting Started A. Create a Wikispaces.com

More information

Advanced WooCommerce Filters SUPPORT OUTSOURCING

Advanced WooCommerce Filters SUPPORT OUTSOURCING Advanced WooCommerce Filters SUPPORT OUTSOURCING 1. Advanced WooCommerce Filters Finding a product was never that easy! Advanced Filters by createit enhances your shop by adding advanced filters to your

More information

Administrative Training Mura CMS Version 5.6

Administrative Training Mura CMS Version 5.6 Administrative Training Mura CMS Version 5.6 Published: March 9, 2012 Table of Contents Mura CMS Overview! 6 Dashboard!... 6 Site Manager!... 6 Drafts!... 6 Components!... 6 Categories!... 6 Content Collections:

More information

Microsoft Word 2007 on Windows

Microsoft Word 2007 on Windows 1 Microsoft Word 2007 on Windows Word is a very popular text formatting and editing program. It is the standard for writing papers and other documents. This tutorial and quick start guide will help you

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

Stickers! Introduction. Step 1: Colourful coding sticker

Stickers! Introduction. Step 1: Colourful coding sticker Stickers! Introduction In this project, you ll create lots of fun stickers that you can use to decorate web pages. You ll learn about using gradients that gradually change from one colour to another to

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

Paythru Remote Fields

Paythru Remote Fields Paythru Remote Fields Paythru Remote Fields are an alternative integration method for the Paythru Client POST API. The integration consists of contructing a basic javascript configuration object and including

More information

WebsiteBuilder. Manual

WebsiteBuilder. Manual WebsiteBuilder Manual August 2016, Copyright Webland AG 2016 Table of Contents Introduction Getting Familiar With WebsiteBuilder Creating and Editing Websites Editing Websites Structure: Pages and Navigation

More information

The Custom Product Builder For Magento 2 User Guide.

The Custom Product Builder For Magento 2 User Guide. The Custom Product Builder For Magento 2 User Guide. Link to User Guide Online Revolutionize your online store! Offer an easy and engaging way to order custom made-to-order products. Our plugin works with

More information

Mark Scheme. Edexcel Level 2 Certificate in Digital Applications. Unit 5: Coding for the Web

Mark Scheme. Edexcel Level 2 Certificate in Digital Applications. Unit 5: Coding for the Web Mark Scheme Edexcel Certificate in Digital Applications Unit 5: Coding for the Web General marking guidance All candidates must receive the same treatment. Examiners must mark the first candidate in exactly

More information

magento_1:blog_pro

magento_1:blog_pro magento_1:blog_pro https://amasty.com/docs/doku.php?id=magento_1:blog_pro For more details see the Blog Pro extension page. Blog Pro Create responsive blog posts with a handy WYSIWYG editor, easily customize

More information

Startup Guide. Version 2.3.7

Startup Guide. Version 2.3.7 Startup Guide Version 2.3.7 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress

More information

Artistic Text. Basics 1

Artistic Text. Basics 1 Basics 1 In this tutorial, we ll show you how to: Work with artistic text. Create, edit, and format text. Apply shadows, reflections, and other text effects. Create shaped text (or text-on-a-path). 2 Basics

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

truechart Menubar Documentation HighCoordination GmbH Version 1.0.2,

truechart Menubar Documentation HighCoordination GmbH Version 1.0.2, truechart Menubar Documentation HighCoordination GmbH Version 1.0.2, 2017-05-05 Table of Contents 1. Introduction.............................................................................. 1 2. Installing

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

More information

Styling Web Applications Presented by Roel Fermont

Styling Web Applications Presented by Roel Fermont Styling Web Applications Presented by Roel Fermont As Graphic Designer at Data Access, I have helped many developers making wellrunning applications look great. I ll show you what great results can be

More information

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 13 13 Designing a Web Site with CSS In addition to creating styles for text, you can use CSS to create

More information