+ All Categories
Home > Documents > Dante: Commit 5f09b0b0dante.swiftideas.net/changelog/assets/dante_v1.1_changelog.pdf5f09b0b0 v1.1...

Dante: Commit 5f09b0b0dante.swiftideas.net/changelog/assets/dante_v1.1_changelog.pdf5f09b0b0 v1.1...

Date post: 04-Oct-2020
Category:
Upload: others
View: 1 times
Download: 0 times
Share this document with a friend
1
5f09b0b0 5f09b0b0 v1.1 Signed-o-by: Ed Cousins <[email protected]> Ed Cousins at 07:44 PM, December 2nd, 2013 .DS_Store Show dicss/responsive.css Show difunctions.php Show diheader.php Show diincludes/.DS_Store Show diincludes/options/fields/google_webfonts/jquery.fontselect.js Show diincludes/plugins/revslider.zip Show diincludes/sf-custom-styles.php Show diincludes/sf-formatting.php Show diincludes/sf-header.php Show diincludes/sf-options.php Show diincludes/sf-portfolio.php Show diincludes/sf-post-formats.php Show diincludes/sf-theme-functions.php Show dijs/functions.js Show dilanguage/.DS_Store Show dilanguage/en_US.po Show dilanguage/fr_FR.mo Show dilanguage/fr_FR.po Show disearch.php Show disingle-portfolio.php Show disingle.php Show distyle.css Show diswift-framework/.DS_Store Show diswift-framework/meta-box/inc/meta-box.php Show diswift-framework/meta-boxes.php Show diswift-framework/page-builder/.DS_Store Show diswift-framework/page-builder/assets/.DS_Store Show diswift-framework/page-builder/assets/css/page-builder.css Show diswift-framework/page-builder/assets/img/.DS_Store Show diswift-framework/page-builder/assets/img/editor_icons/PB_Nav_add_columns.png Show diswift-framework/page-builder/assets/img/editor_icons/[email protected] Show diswift-framework/page-builder/assets/js/page-builder.js Show diswift-framework/page-builder/builder/lib/layouts.php Show diswift-framework/page-builder/builder/lib/shortcodes.php Show diswift-framework/page-builder/builder/shortcodes/column.php Show diswift-framework/page-builder/builder/shortcodes/parallax.php Show diswift-framework/page-builder/builder/shortcodes/portfolio.php Show diswift-framework/page-builder/builder/shortcodes/testimonial-slider.php Show diswift-framework/sf-shortcodes/config.php Show diswift-framework/shortcodes.php Show diwoocommerce/.DS_Store Show diwoocommerce/checkout/form-billing.php Show diwoocommerce/checkout/form-checkout.php Show diwoocommerce/checkout/form-login.php Show diwoocommerce/checkout/form-shipping.php Show diwoocommerce/checkout/review-order.php Show diwoocommerce/myaccount/my-address.php Show diwoocommerce/share.php Show di© 2013, Wildbit LLC. All rights reserved. Blog Twitter System Status Privacy Policy Terms of Use Dante Dashboard Repositories 1 Users 1 Ed Cousins Account Logout Help Activity Browse Branches Deployments Settings Search Dante repository Dican't be displayed for binary file. dante dante / / .DS_Store .DS_Store Blame Blame 42 43 44 45 46 47 48 42 43 44 45 46 47 48 521 522 523 524 525 526 521 522 523 524 525 526 527 528 529 530 #order_review table.shop_table td.product-description { width: 50%; } + #order-details { + padding-right: 15px; + } /* WIDGETS */ .caroufredsel_wrapper { 851 852 853 854 855 856 855 856 857 858 859 860 861 862 863 .woocommerce div.product div.images { width: 100%; float: none; + padding-bottom: 0; margin-bottom: 30px; } .woocommerce div.product div.summary { 1430 1431 1432 1433 1434 1435 1437 1438 1439 1440 1441 1442 1443 .boxed-layout #header-section.header-3 #header .is-sticky .sticky-header, .boxed-layout #header-section.header-4 #header .is-sti max-width: 1140px; } - .boxed-layout #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header { + .boxed-layout #header-section .is-sticky #main-nav.sticky-header, .boxed-layout #header-section.header-6 .is-sticky #header.stic width: 1230px; } .sf-count-asset .count-number { font-size: 50px; } + + .header-1 #logo a.mobile-cart-link, .header-2 #logo a.mobile-cart-link, .header-1 #logo a.mobile-menu-show, .header-2 #logo a.mo + display: none; + } } dante dante / / css css / / responsive.css responsive.css Download patch Download patch Blame Blame /* PLUGIN INCLUDES ================================================== */ + $options = get_option('sf_dante_options'); + $disable_loveit = false; + if (isset($options['disable_loveit']) && $options['disable_loveit'] == 1) { + $disable_loveit = true; + } require_once(SF_INCLUDES_PATH . '/plugins/aq_resizer.php'); - include_once(SF_INCLUDES_PATH . '/plugin-includes.php'); + include_once(SF_INCLUDES_PATH . '/plugin-includes.php'); + + if (!$disable_loveit) { include_once(SF_INCLUDES_PATH . '/plugins/love-it-pro/love-it-pro.php'); + } + /* THEME UPDATER FRAMEWORK 36 37 38 39 40 41 42 43 44 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 dante dante / / functions.php functions.php Download patch Download patch Blame Blame 82 83 84 85 86 87 82 83 84 85 86 87 88 89 $body_font_option = $options['body_font_option']; if (isset($options['google_standard_font'])) { - $google_standard_font = explode(':', $options['google_standard_font']); - $google_font_one = str_replace("+", " ", $google_standard_font [0]); + $google_font_one = $ options['google_standard_font ']; } $headings_font_option = $options['headings_font_option']; if (isset($options['google_heading_font'])) { - $google_heading_font = explode(':', $options['google_heading_font']); - $google_font_two = str_replace("+", " ", $google_heading_font [0]); + $google_font_two = $options['heading s_font _option']; } $menu_font_option = $options['menu_font_option']; if (isset($options['google_menu_font'])) { - $google_menu_font = explode(':', $options['google_menu_font']); - $google_font_three = str_replace("+", " ", $google_menu_font [0]); + $google_font_three = $ options['google_menu_font ']; } if ($body_font_option == "google" && $google_font_one != "") { 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 <meta charset="<?php bloginfo( 'charset' ); ?>" /> <?php if ($enable_responsive) { ?><meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maxi <?php } ?> + <?php if (isset($options['custom_ios_title']) && $options['custom_ios_title'] != "") { ?><meta name="apple-mobile-web-app-ti + <?php } ?> <!--// PINGBACK & FAVICON //--> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> dante dante / / header.php header.php Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / includes includes / / .DS_Store .DS_Store Blame Blame // split font into family and weight font = font.split(':'); - + + var style = "normal"; + var weight = font[1]; + + if (font[1].indexOf("italic") >= 0) { + style = "italic"; + } + // set family on example jQuery('#' + relid + '.example').css('font-family', font[0]); + jQuery('#' + relid + '.example').css('font-weight', weight.replace('italic','')); + jQuery('#' + relid + '.example').css('font-style', style); } }); 13 14 15 16 17 18 19 20 21 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 var __bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; }; var _fonts = [ - 'ABeeZee', - 'Abel', - 'Abril Fatface', - 'Aclonica', - 'Acme', - 'Actor', - 'Adamina', - 'Advent Pro', - 'Aguafina Script', - 'Akronim', - 'Aladin', - 'Aldrich', - 'Alef', - 'Alegreya', - 'Alegreya SC', - 'Alex Brush', - 'Alfa Slab One', - 'Alice', - 'Alike', - 'Alike Angular', - 'Allan', - 'Allerta', - 'Allerta Stencil', - 'Allura', - 'Almendra', - 'Almendra Display', - 'Almendra SC', - 'Amarante', - 'Amaranth', - 'Amatic SC', - 'Amethysta', - 'Anaheim', - 'Andada', - 'Andika', - 'Angkor', - 'Annie Use Your Telescope', - 'Anonymous Pro', - 'Antic', - 'Antic Didone', - 'Antic Slab', - 'Anton', - 'Arapey', - 'Arbutus', - 'Arbutus Slab', - 'Architects Daughter', - 'Archivo Black', - 'Archivo Narrow', - 'Arimo', - 'Arizonia', - 'Armata', - 'Artifika', - 'Arvo', - 'Asap', - 'Asset', - 'Astloch', - 'Asul', - 'Atomic Age', - 'Aubrey', - 'Audiowide', - 'Autour One', - 'Average', - 'Average Sans', - 'Averia Gruesa Libre', - 'Averia Libre', - 'Averia Sans Libre', - 'Averia Serif Libre', - 'Bad Script', - 'Balthazar', - 'Bangers', - 'Basic', - 'Battambang', - 'Baumans', - 'Bayon', - 'Belgrano', - 'Belleza', - 'BenchNine', - 'Bentham', - 'Berkshire Swash', - 'Bevan', - 'Bigelow Rules', - 'Bigshot One', - 'Bilbo', - 'Bilbo Swash Caps', - 'Bitter', - 'Black Ops One', - 'Bokor', - 'Bonbon', - 'Boogaloo', - 'Bowlby One', - 'Bowlby One SC', - 'Brawler', - 'Bree Serif', - 'Bubblegum Sans', - 'Bubbler One', - 'Buda', - 'Buenard', - 'Butcherman', - 'Butterfly Kids', - 'Cabin', - 'Cabin Condensed', - 'Cabin Sketch', - 'Caesar Dressing', - 'Cagliostro', - 'Calligraffitti', - 'Cambo', - 'Candal', - 'Cantarell', - 'Cantata One', - 'Capriola', - 'Cardo', - 'Carme', - 'Carrois Gothic', - 'Carrois Gothic SC', - 'Carter One', - 'Caudex', - 'Cedarville Cursive', - 'Ceviche One', - 'Changa One', - 'Chango', - 'Chau Philomene One', - 'Chela One', - 'Chelsea Market', - 'Chenla', - 'Cherry Cream Soda', - 'Cherry Swash', - 'Chewy', - 'Chicle', - 'Chivo', - 'Cinzel', - 'Cinzel Decorative', - 'Clicker Script', - 'Coda', - 'Coda Caption', - 'Codystar', - 'Combo', - 'Comfortaa', - 'Coming Soon', - 'Concert One', - 'Condiment', - 'Content', - 'Contrail One', - 'Convergence', - 'Cookie', - 'Copse', - 'Corben', - 'Courgette', - 'Cousine', - 'Coustard', - 'Covered By Your Grace', - 'Crafty Girls', - 'Creepster', - 'Crete Round', - 'Crimson Text', - 'Croissant One', - 'Crushed', - 'Cuprum', - 'Cutive', - 'Cutive Mono', - 'Damion', - 'Dancing Script', - 'Dangrek', - 'Dawning of a New Day', - 'Days One', - 'Delius', - 'Delius Swash Caps', - 'Delius Unicase', - 'Della Respira', - 'Denk One', - 'Devonshire', - 'Didact Gothic', - 'Diplomata', - 'Diplomata SC', - 'Domine', - 'Donegal One', - 'Doppio One', - 'Dorsa', - 'Dosis', - 'Dr Sugiyama', - 'Droid Sans', - 'Droid Sans Mono', - 'Droid Serif', - 'Duru Sans', - 'Dynalight', - 'EB Garamond', - 'Eagle Lake', - 'Eater', - 'Economica', - 'Electrolize', - 'Elsie', - 'Elsie Swash Caps', - 'Emblema One', - 'Emilys Candy', - 'Engagement', - 'Englebert', - 'Enriqueta', - 'Erica One', - 'Esteban', - 'Euphoria Script', - 'Ewert', - 'Exo', - 'Expletus Sans', - 'Fanwood Text', - 'Fascinate', - 'Fascinate Inline', - 'Faster One', - 'Fasthand', - 'Fauna One', - 'Federant', - 'Federo', - 'Felipa', - 'Fenix', - 'Finger Paint', - 'Fjalla One', - 'Fjord One', - 'Flamenco', - 'Flavors', - 'Fondamento', - 'Fontdiner Swanky', - 'Forum', - 'Francois One', - 'Freckle Face', - 'Fredericka the Great', - 'Fredoka One', - 'Freehand', - 'Fresca', - 'Frijole', - 'Fruktur', - 'Fugaz One', - 'GFS Didot', - 'GFS Neohellenic', - 'Gabriela', - 'Gafata', - 'Galdeano', - 'Galindo', - 'Gentium Basic', - 'Gentium Book Basic', - 'Geo', - 'Geostar', - 'Geostar Fill', - 'Germania One', - 'Gilda Display', - 'Give You Glory', - 'Glass Antiqua', - 'Glegoo', - 'Gloria Hallelujah', - 'Goblin One', - 'Gochi Hand', - 'Gorditas', - 'Goudy Bookletter 1911', - 'Graduate', - 'Grand Hotel', - 'Gravitas One', - 'Great Vibes', - 'Griffy', - 'Gruppo', - 'Gudea', - 'Habibi', - 'Hammersmith One', - 'Hanalei', - 'Hanalei Fill', - 'Handlee', - 'Hanuman', - 'Happy Monkey', - 'Headland One', - 'Henny Penny', - 'Herr Von Muellerhoff', - 'Holtwood One SC', - 'Homemade Apple', - 'Homenaje', - 'IM Fell DW Pica', - 'IM Fell DW Pica SC', - 'IM Fell Double Pica', - 'IM Fell Double Pica SC', - 'IM Fell English', - 'IM Fell English SC', - 'IM Fell French Canon', - 'IM Fell French Canon SC', - 'IM Fell Great Primer', - 'IM Fell Great Primer SC', - 'Iceberg', - 'Iceland', - 'Imprima', - 'Inconsolata', - 'Inder', - 'Indie Flower', - 'Inika', - 'Irish Grover', - 'Istok Web', - 'Italiana', - 'Italianno', - 'Jacques Francois', - 'Jacques Francois Shadow', - 'Jim Nightshade', - 'Jockey One', - 'Jolly Lodger', - 'Josefin Sans', - 'Josefin Slab', - 'Joti One', - 'Judson', - 'Julee', - 'Julius Sans One', - 'Junge', - 'Jura', - 'Just Another Hand', - 'Just Me Again Down Here', - 'Kameron', - 'Karla', - 'Kaushan Script', - 'Kavoon', - 'Keania One', - 'Kelly Slab', - 'Kenia', - 'Khmer', - 'Kite One', - 'Knewave', - 'Kotta One', - 'Koulen', - 'Kranky', - 'Kreon', - 'Kristi', - 'Krona One', - 'La Belle Aurore', - 'Lancelot', - 'Lato', - 'League Script', - 'Leckerli One', - 'Ledger', - 'Lekton', - 'Lemon', - 'Libre Baskerville', - 'Life Savers', - 'Lilita One', - 'Lily Script One', - 'Limelight', - 'Linden Hill', - 'Lobster', - 'Lobster Two', - 'Londrina Outline', - 'Londrina Shadow', - 'Londrina Sketch', - 'Londrina Solid', - 'Lora', - 'Love Ya Like A Sister', - 'Loved by the King', - 'Lovers Quarrel', - 'Luckiest Guy', - 'Lusitana', - 'Lustria', - 'Macondo', - 'Macondo Swash Caps', - 'Magra', - 'Maiden Orange', - 'Mako', - 'Marcellus', - 'Marcellus SC', - 'Marck Script', - 'Margarine', - 'Marko One', - 'Marmelad', - 'Marvel', - 'Mate', - 'Mate SC', - 'Maven Pro', - 'McLaren', - 'Meddon', - 'MedievalSharp', - 'Medula One', - 'Megrim', - 'Meie Script', - 'Merienda', - 'Merienda One', - 'Merriweather', - 'Merriweather Sans', - 'Metal', - 'Metal Mania', - 'Metamorphous', - 'Metrophobic', - 'Michroma', - 'Milonga', - 'Miltonian', - 'Miltonian Tattoo', - 'Miniver', - 'Miss Fajardose', - 'Modern Antiqua', - 'Molengo', - 'Molle', - 'Monda', - 'Monofett', - 'Monoton', - 'Monsieur La Doulaise', - 'Montaga', - 'Montez', - 'Montserrat', - 'Montserrat Alternates', - 'Montserrat Subrayada', - 'Moul', - 'Moulpali', - 'Mountains of Christmas', - 'Mouse Memoirs', - 'Mr Bedfort', - 'Mr Dafoe', - 'Mr De Haviland', - 'Mrs Saint Delafield', - 'Mrs Sheppards', - 'Muli', - 'Mystery Quest', - 'Neucha', - 'Neuton', - 'New Rocker', - 'News Cycle', - 'Niconne', - 'Nixie One', - 'Nobile', - 'Nokora', - 'Norican', - 'Nosifer', - 'Nothing You Could Do', - 'Noticia Text', - 'Noto Sans', - 'Noto Serif', - 'Nova Cut', - 'Nova Flat', - 'Nova Mono', - 'Nova Oval', - 'Nova Round', - 'Nova Script', - 'Nova Slim', - 'Nova Square', - 'Numans', - 'Nunito', - 'Odor Mean Chey', - 'Offside', - 'Old Standard TT', - 'Oldenburg', - 'Oleo Script', - 'Oleo Script Swash Caps', - 'Open Sans', - 'Open Sans Condensed', - 'Oranienbaum', - 'Orbitron', - 'Oregano', - 'Orienta', - 'Original Surfer', - 'Oswald', - 'Over the Rainbow', - 'Overlock', - 'Overlock SC', - 'Ovo', - 'Oxygen', - 'Oxygen Mono', - 'PT Mono', - 'PT Sans', - 'PT Sans Caption', - 'PT Sans Narrow', - 'PT Serif', - 'PT Serif Caption', - 'Pacifico', - 'Paprika', - 'Parisienne', - 'Passero One', - 'Passion One', - 'Pathway Gothic One', - 'Patrick Hand', - 'Patrick Hand SC', - 'Patua One', - 'Paytone One', - 'Peralta', - 'Permanent Marker', - 'Petit Formal Script', - 'Petrona', - 'Philosopher', - 'Piedra', - 'Pinyon Script', - 'Pirata One', - 'Plaster', - 'Play', - 'Playball', - 'Playfair Display', - 'Playfair Display SC', - 'Podkova', - 'Poiret One', - 'Poller One', - 'Poly', - 'Pompiere', - 'Pontano Sans', - 'Port Lligat Sans', - 'Port Lligat Slab', - 'Prata', - 'Preahvihear', - 'Press Start 2P', - 'Princess Sofia', - 'Prociono', - 'Prosto One', - 'Puritan', - 'Purple Purse', - 'Quando', - 'Quantico', - 'Quattrocento', - 'Quattrocento Sans', - 'Questrial', - 'Quicksand', - 'Quintessential', - 'Qwigley', - 'Racing Sans One', - 'Radley', - 'Raleway', - 'Raleway Dots', - 'Rambla', - 'Rammetto One', - 'Ranchers', - 'Rancho', - 'Rationale', - 'Redressed', - 'Reenie Beanie', - 'Revalia', - 'Ribeye', - 'Ribeye Marrow', - 'Righteous', - 'Risque', - 'Roboto', - 'Roboto Condensed', - 'Roboto Slab', - 'Rochester', - 'Rock Salt', - 'Rokkitt', - 'Romanesco', - 'Ropa Sans', - 'Rosario', - 'Rosarivo', - 'Rouge Script', - 'Ruda', - 'Rufina', - 'Ruge Boogie', - 'Ruluko', - 'Rum Raisin', - 'Ruslan Display', - 'Russo One', - 'Ruthie', - 'Rye', - 'Sacramento', - 'Sail', - 'Salsa', - 'Sanchez', - 'Sancreek', - 'Sansita One', - 'Sarina', - 'Satisfy', - 'Scada', - 'Schoolbell', - 'Seaweed Script', - 'Sevillana', - 'Seymour One', - 'Shadows Into Light', - 'Shadows Into Light Two', - 'Shanti', - 'Share', - 'Share Tech', - 'Share Tech Mono', - 'Shojumaru', - 'Short Stack', - 'Siemreap', - 'Sigmar One', - 'Signika', - 'Signika Negative', - 'Simonetta', - 'Sintony', - 'Sirin Stencil', - 'Six Caps', - 'Skranji', - 'Slackey', - 'Smokum', - 'Smythe', - 'Sniglet', - 'Snippet', - 'Snowburst One', - 'Sofadi One', - 'Sofia', - 'Sonsie One', - 'Sorts Mill Goudy', - 'Source Code Pro', - 'Source Sans Pro', - 'Special Elite', - 'Spicy Rice', - 'Spinnaker', - 'Spirax', - 'Squada One', - 'Stalemate', - 'Stalinist One', - 'Stardos Stencil', - 'Stint Ultra Condensed', - 'Stint Ultra Expanded', - 'Stoke', - 'Strait', - 'Sue Ellen Francisco', - 'Sunshiney', - 'Supermercado One', - 'Suwannaphum', - 'Swanky and Moo Moo', - 'Syncopate', - 'Tangerine', - 'Taprom', - 'Tauri', - 'Telex', - 'Tenor Sans', - 'Text Me One', - 'The Girl Next Door', - 'Tienne', - 'Tinos', - 'Titan One', - 'Titillium Web', - 'Trade Winds', - 'Trocchi', - 'Trochut', - 'Trykker', - 'Tulpen One', - 'Ubuntu', - 'Ubuntu Condensed', - 'Ubuntu Mono', - 'Ultra', - 'Uncial Antiqua', - 'Underdog', - 'Unica One', - 'UnifrakturCook', - 'UnifrakturMaguntia', - 'Unkempt', - 'Unlock', - 'Unna', - 'VT323', - 'Vampiro One', - 'Varela', - 'Varela Round', - 'Vast Shadow', - 'Vibur', - 'Vidaloka', - 'Viga', - 'Voces', - 'Volkhov', - 'Vollkorn', - 'Voltaire', - 'Waiting for the Sunrise', - 'Wallpoet', - 'Walter Turncoat', - 'Warnes', - 'Wellfleet', - 'Wendy One', - 'Wire One', - 'Yanone Kaffeesatz', - 'Yellowtail', - 'Yeseva One', - 'Yesteryear', - 'Zeyada' + 'ABeeZee:400', + 'ABeeZee:italic', + 'Abel:400', + 'Abril Fatface:400', + 'Aclonica:400', + 'Acme:400', + 'Actor:400', + 'Adamina:400', + 'Advent Pro:100', + 'Advent Pro:200', + 'Advent Pro:300', + 'Advent Pro:400', + 'Advent Pro:500', + 'Advent Pro:600', + 'Advent Pro:700', + 'Aguafina Script:400', + 'Akronim:400', + 'Aladin:400', + 'Aldrich:400', + 'Alef:400', + 'Alef:700', + 'Alegreya:400', + 'Alegreya:italic', + 'Alegreya:700', + 'Alegreya:700italic', + 'Alegreya:900', + 'Alegreya:900italic', + 'Alegreya SC:400', + 'Alegreya SC:italic', + 'Alegreya SC:700', + 'Alegreya SC:700italic', + 'Alegreya SC:900', + 'Alegreya SC:900italic', + 'Alex Brush:400', + 'Alfa Slab One:400', + 'Alice:400', + 'Alike:400', + 'Alike Angular:400', + 'Allan:400', + 'Allan:700', + 'Allerta:400', + 'Allerta Stencil:400', + 'Allura:400', + 'Almendra:400', + 'Almendra:italic', + 'Almendra:700', + 'Almendra:700italic', + 'Almendra Display:400', + 'Almendra SC:400', + 'Amarante:400', + 'Amaranth:400', + 'Amaranth:italic', + 'Amaranth:700', + 'Amaranth:700italic', + 'Amatic SC:400', + 'Amatic SC:700', + 'Amethysta:400', + 'Anaheim:400', + 'Andada:400', + 'Andika:400', + 'Angkor:400', + 'Annie Use Your Telescope:400', + 'Anonymous Pro:400', + 'Anonymous Pro:italic', + 'Anonymous Pro:700', + 'Anonymous Pro:700italic', + 'Antic:400', + 'Antic Didone:400', + 'Antic Slab:400', + 'Anton:400', + 'Arapey:400', + 'Arapey:italic', + 'Arbutus:400', + 'Arbutus Slab:400', + 'Architects Daughter:400', + 'Archivo Black:400', + 'Archivo Narrow:400', + 'Archivo Narrow:italic', + 'Archivo Narrow:700', + 'Archivo Narrow:700italic', + 'Arimo:400', + 'Arimo:italic', + 'Arimo:700', + 'Arimo:700italic', + 'Arizonia:400', + 'Armata:400', + 'Artifika:400', + 'Arvo:400', + 'Arvo:italic', + 'Arvo:700', + 'Arvo:700italic', + 'Asap:400', + 'Asap:italic', + 'Asap:700', + 'Asap:700italic', + 'Asset:400', + 'Astloch:400', + 'Astloch:700', + 'Asul:400', + 'Asul:700', + 'Atomic Age:400', + 'Aubrey:400', + 'Audiowide:400', + 'Autour One:400', + 'Average:400', + 'Average Sans:400', + 'Averia Gruesa Libre:400', + 'Averia Libre:300', + 'Averia Libre:300', + 'Averia Libre:400', + 'Averia Libre:italic', + 'Averia Libre:700', + 'Averia Libre:700italic', + 'Averia Sans Libre:300', + 'Averia Sans Libre:300', + 'Averia Sans Libre:400', + 'Averia Sans Libre:italic', + 'Averia Sans Libre:700', + 'Averia Sans Libre:700italic', + 'Averia Serif Libre:300', + 'Averia Serif Libre:300', + 'Averia Serif Libre:400', + 'Averia Serif Libre:italic', + 'Averia Serif Libre:700', + 'Averia Serif Libre:700italic', + 'Bad Script:400', + 'Balthazar:400', + 'Bangers:400', + 'Basic:400', + 'Battambang:400', + 'Battambang:700', + 'Baumans:400', + 'Bayon:400', + 'Belgrano:400', + 'Belleza:400', + 'BenchNine:300', + 'BenchNine:400', + 'BenchNine:700', + 'Bentham:400', + 'Berkshire Swash:400', + 'Bevan:400', + 'Bigelow Rules:400', + 'Bigshot One:400', + 'Bilbo:400', + 'Bilbo Swash Caps:400', + 'Bitter:400', + 'Bitter:italic', + 'Bitter:700', + 'Black Ops One:400', + 'Bokor:400', + 'Bonbon:400', + 'Boogaloo:400', + 'Bowlby One:400', + 'Bowlby One SC:400', + 'Brawler:400', + 'Bree Serif:400', + 'Bubblegum Sans:400', + 'Bubbler One:400', + 'Buda:300', + 'Buenard:400', + 'Buenard:700', + 'Butcherman:400', + 'Butterfly Kids:400', + 'Cabin:400', + 'Cabin:italic', + 'Cabin:500', + 'Cabin:500italic', + 'Cabin:600', + 'Cabin:600italic', + 'Cabin:700', + 'Cabin:700italic', + 'Cabin Condensed:400', + 'Cabin Condensed:500', + 'Cabin Condensed:600', + 'Cabin Condensed:700', + 'Cabin Sketch:400', + 'Cabin Sketch:700', + 'Caesar Dressing:400', + 'Cagliostro:400', + 'Calligraffitti:400', + 'Cambo:400', + 'Candal:400', + 'Cantarell:400', + 'Cantarell:italic', + 'Cantarell:700', + 'Cantarell:700italic', + 'Cantata One:400', + 'Cantora One:400', + 'Capriola:400', + 'Cardo:400', + 'Cardo:italic', + 'Cardo:700', + 'Carme:400', + 'Carrois Gothic:400', + 'Carrois Gothic SC:400', + 'Carter One:400', + 'Caudex:400', + 'Caudex:italic', + 'Caudex:700', + 'Caudex:700italic', + 'Cedarville Cursive:400', + 'Ceviche One:400', + 'Changa One:400', + 'Changa One:italic', + 'Chango:400', + 'Chau Philomene One:400', + 'Chau Philomene One:italic', + 'Chela One:400', + 'Chelsea Market:400', + 'Chenla:400', + 'Cherry Cream Soda:400', + 'Cherry Swash:400', + 'Cherry Swash:700', + 'Chewy:400', + 'Chicle:400', + 'Chivo:400', + 'Chivo:italic', + 'Chivo:900', + 'Chivo:900italic', + 'Cinzel:400', + 'Cinzel:700', + 'Cinzel:900', + 'Cinzel Decorative:400', + 'Cinzel Decorative:700', + 'Cinzel Decorative:900', + 'Clicker Script:400', + 'Coda:400', + 'Coda:800', + 'Coda Caption:800', + 'Codystar:300', + 'Codystar:400', + 'Combo:400', + 'Comfortaa:300', + 'Comfortaa:400', + 'Comfortaa:700', + 'Coming Soon:400', + 'Concert One:400', + 'Condiment:400', + 'Content:400', + 'Content:700', + 'Contrail One:400', + 'Convergence:400', + 'Cookie:400', + 'Copse:400', + 'Corben:400', + 'Corben:700', + 'Courgette:400', + 'Cousine:400', + 'Cousine:italic', + 'Cousine:700', + 'Cousine:700italic', + 'Coustard:400', + 'Coustard:900', + 'Covered By Your Grace:400', + 'Crafty Girls:400', + 'Creepster:400', + 'Crete Round:400', + 'Crete Round:italic', + 'Crimson Text:400', + 'Crimson Text:italic', + 'Crimson Text:600', + 'Crimson Text:600italic', + 'Crimson Text:700', + 'Crimson Text:700italic', + 'Croissant One:400', + 'Crushed:400', + 'Cuprum:400', + 'Cuprum:italic', + 'Cuprum:700', + 'Cuprum:700italic', + 'Cutive:400', + 'Cutive Mono:400', + 'Damion:400', + 'Dancing Script:400', + 'Dancing Script:700', + 'Dangrek:400', + 'Dawning of a New Day:400', + 'Days One:400', + 'Delius:400', + 'Delius Swash Caps:400', + 'Delius Unicase:400', + 'Delius Unicase:700', + 'Della Respira:400', + 'Denk One:400', + 'Devonshire:400', + 'Didact Gothic:400', + 'Diplomata:400', + 'Diplomata SC:400', + 'Domine:400', + 'Domine:700', + 'Donegal One:400', + 'Doppio One:400', + 'Dorsa:400', + 'Dosis:200', + 'Dosis:300', + 'Dosis:400', + 'Dosis:500', + 'Dosis:600', + 'Dosis:700', + 'Dosis:800', + 'Dr Sugiyama:400', + 'Droid Sans:400', + 'Droid Sans:700', + 'Droid Sans Mono:400', + 'Droid Serif:400', + 'Droid Serif:italic', + 'Droid Serif:700', + 'Droid Serif:700italic', + 'Duru Sans:400', + 'Dynalight:400', + 'EB Garamond:400', + 'Eagle Lake:400', + 'Eater:400', + 'Economica:400', + 'Economica:italic', + 'Economica:700', + 'Economica:700italic', + 'Electrolize:400', + 'Elsie:400', + 'Elsie:900', + 'Elsie Swash Caps:400', + 'Elsie Swash Caps:900', + 'Emblema One:400', + 'Emilys Candy:400', + 'Engagement:400', + 'Englebert:400', + 'Enriqueta:400', + 'Enriqueta:700', + 'Erica One:400', + 'Esteban:400', + 'Euphoria Script:400', + 'Ewert:400', + 'Exo:100', + 'Exo:100italic', + 'Exo:200', + 'Exo:200italic', + 'Exo:300', + 'Exo:300', + 'Exo:400', + 'Exo:italic', + 'Exo:500', + 'Exo:500italic', + 'Exo:600', + 'Exo:600italic', + 'Exo:700', + 'Exo:700italic', + 'Exo:800', + 'Exo:800italic', + 'Exo:900', + 'Exo:900italic', + 'Expletus Sans:400', + 'Expletus Sans:italic', + 'Expletus Sans:500', + 'Expletus Sans:500italic', + 'Expletus Sans:600', + 'Expletus Sans:600italic', + 'Expletus Sans:700', + 'Expletus Sans:700italic', + 'Fanwood Text:400', + 'Fanwood Text:italic', + 'Fascinate:400', + 'Fascinate Inline:400', + 'Faster One:400', + 'Fasthand:400', + 'Fauna One:400', + 'Federant:400', + 'Federo:400', + 'Felipa:400', + 'Fenix:400', + 'Finger Paint:400', + 'Fjalla One:400', + 'Fjord One:400', + 'Flamenco:300', + 'Flamenco:400', + 'Flavors:400', + 'Fondamento:400', + 'Fondamento:italic', + 'Fontdiner Swanky:400', + 'Forum:400', + 'Francois One:400', + 'Freckle Face:400', + 'Fredericka the Great:400', + 'Fredoka One:400', + 'Freehand:400', + 'Fresca:400', + 'Frijole:400', + 'Fruktur:400', + 'Fugaz One:400', + 'GFS Didot:400', + 'GFS Neohellenic:400', + 'GFS Neohellenic:italic', + 'GFS Neohellenic:700', + 'GFS Neohellenic:700italic', + 'Gabriela:400', + 'Gafata:400', + 'Galdeano:400', + 'Galindo:400', + 'Gentium Basic:400', + 'Gentium Basic:italic', + 'Gentium Basic:700', + 'Gentium Basic:700italic', + 'Gentium Book Basic:400', + 'Gentium Book Basic:italic', + 'Gentium Book Basic:700', + 'Gentium Book Basic:700italic', + 'Geo:400', + 'Geo:italic', + 'Geostar:400', + 'Geostar Fill:400', + 'Germania One:400', + 'Gilda Display:400', + 'Give You Glory:400', + 'Glass Antiqua:400', + 'Glegoo:400', + 'Gloria Hallelujah:400', + 'Goblin One:400', + 'Gochi Hand:400', + 'Gorditas:400', + 'Gorditas:700', + 'Goudy Bookletter 1911:400', + 'Graduate:400', + 'Grand Hotel:400', + 'Gravitas One:400', + 'Great Vibes:400', + 'Griffy:400', + 'Gruppo:400', + 'Gudea:400', + 'Gudea:italic', + 'Gudea:700', + 'Habibi:400', + 'Hammersmith One:400', + 'Hanalei:400', + 'Hanalei Fill:400', + 'Handlee:400', + 'Hanuman:400', + 'Hanuman:700', + 'Happy Monkey:400', + 'Headland One:400', + 'Henny Penny:400', + 'Herr Von Muellerhoff:400', + 'Holtwood One SC:400', + 'Homemade Apple:400', + 'Homenaje:400', + 'IM Fell DW Pica:400', + 'IM Fell DW Pica:italic', + 'IM Fell DW Pica SC:400', + 'IM Fell Double Pica:400', + 'IM Fell Double Pica:italic', + 'IM Fell Double Pica SC:400', + 'IM Fell English:400', + 'IM Fell English:italic', + 'IM Fell English SC:400', + 'IM Fell French Canon:400', + 'IM Fell French Canon:italic', + 'IM Fell French Canon SC:400', + 'IM Fell Great Primer:400', + 'IM Fell Great Primer:italic', + 'IM Fell Great Primer SC:400', + 'Iceberg:400', + 'Iceland:400', + 'Imprima:400', + 'Inconsolata:400', + 'Inconsolata:700', + 'Inder:400', + 'Indie Flower:400', + 'Inika:400', + 'Inika:700', + 'Irish Grover:400', + 'Istok Web:400', + 'Istok Web:italic', + 'Istok Web:700', + 'Istok Web:700italic', + 'Italiana:400', + 'Italianno:400', + 'Jacques Francois:400', + 'Jacques Francois Shadow:400', + 'Jim Nightshade:400', + 'Jockey One:400', + 'Jolly Lodger:400', + 'Josefin Sans:100', + 'Josefin Sans:100italic', + 'Josefin Sans:300', + 'Josefin Sans:300', + 'Josefin Sans:400', + 'Josefin Sans:italic', + 'Josefin Sans:600', + 'Josefin Sans:600italic', + 'Josefin Sans:700', + 'Josefin Sans:700italic', + 'Josefin Slab:100', + 'Josefin Slab:100italic', + 'Josefin Slab:300', + 'Josefin Slab:300', + 'Josefin Slab:400', + 'Josefin Slab:italic', + 'Josefin Slab:600', + 'Josefin Slab:600italic', + 'Josefin Slab:700', + 'Josefin Slab:700italic', + 'Joti One:400', + 'Judson:400', + 'Judson:italic', + 'Judson:700', + 'Julee:400', + 'Julius Sans One:400', + 'Junge:400', + 'Jura:300', + 'Jura:400', + 'Jura:500', + 'Jura:600', + 'Just Another Hand:400', + 'Just Me Again Down Here:400', + 'Kameron:400', + 'Kameron:700', + 'Karla:400', + 'Karla:italic', + 'Karla:700', + 'Karla:700italic', + 'Kaushan Script:400', + 'Kavoon:400', + 'Keania One:400', + 'Kelly Slab:400', + 'Kenia:400', + 'Khmer:400', + 'Kite One:400', + 'Knewave:400', + 'Kotta One:400', + 'Koulen:400', + 'Kranky:400', + 'Kreon:300', + 'Kreon:400', + 'Kreon:700', + 'Kristi:400', + 'Krona One:400', + 'La Belle Aurore:400', + 'Lancelot:400', + 'Lato:100', + 'Lato:100italic', + 'Lato:300', + 'Lato:300', + 'Lato:400', + 'Lato:italic', + 'Lato:700', + 'Lato:700italic', + 'Lato:900', + 'Lato:900italic', + 'League Script:400', + 'Leckerli One:400', + 'Ledger:400', + 'Lekton:400', + 'Lekton:italic', + 'Lekton:700', + 'Lemon:400', + 'Libre Baskerville:400', + 'Libre Baskerville:italic', + 'Libre Baskerville:700', + 'Life Savers:400', + 'Life Savers:700', + 'Lilita One:400', + 'Lily Script One:400', + 'Limelight:400', + 'Linden Hill:400', + 'Linden Hill:italic', + 'Lobster:400', + 'Lobster Two:400', + 'Lobster Two:italic', + 'Lobster Two:700', + 'Lobster Two:700italic', + 'Londrina Outline:400', + 'Londrina Shadow:400', + 'Londrina Sketch:400', + 'Londrina Solid:400', + 'Lora:400', + 'Lora:italic', + 'Lora:700', + 'Lora:700italic', + 'Love Ya Like A Sister:400', + 'Loved by the King:400', + 'Lovers Quarrel:400', + 'Luckiest Guy:400', + 'Lusitana:400', + 'Lusitana:700', + 'Lustria:400', + 'Macondo:400', + 'Macondo Swash Caps:400', + 'Magra:400', + 'Magra:700', + 'Maiden Orange:400', + 'Mako:400', + 'Marcellus:400', + 'Marcellus SC:400', + 'Marck Script:400', + 'Margarine:400', + 'Marko One:400', + 'Marmelad:400', + 'Marvel:400', + 'Marvel:italic', + 'Marvel:700', + 'Marvel:700italic', + 'Mate:400', + 'Mate:italic', + 'Mate SC:400', + 'Maven Pro:400', + 'Maven Pro:500', + 'Maven Pro:700', + 'Maven Pro:900', + 'McLaren:400', + 'Meddon:400', + 'MedievalSharp:400', + 'Medula One:400', + 'Megrim:400', + 'Meie Script:400', + 'Merienda:400', + 'Merienda:700', + 'Merienda One:400', + 'Merriweather:300', + 'Merriweather:300', + 'Merriweather:400', + 'Merriweather:italic', + 'Merriweather:700', + 'Merriweather:700italic', + 'Merriweather:900', + 'Merriweather:900italic', + 'Merriweather Sans:300', + 'Merriweather Sans:300', + 'Merriweather Sans:400', + 'Merriweather Sans:italic', + 'Merriweather Sans:700', + 'Merriweather Sans:700italic', + 'Merriweather Sans:800', + 'Merriweather Sans:800italic', + 'Metal:400', + 'Metal Mania:400', + 'Metamorphous:400', + 'Metrophobic:400', + 'Michroma:400', + 'Milonga:400', + 'Miltonian:400', + 'Miltonian Tattoo:400', + 'Miniver:400', + 'Miss Fajardose:400', + 'Modern Antiqua:400', + 'Molengo:400', + 'Molle:italic', + 'Monda:400', + 'Monda:700', + 'Monofett:400', + 'Monoton:400', + 'Monsieur La Doulaise:400', + 'Montaga:400', + 'Montez:400', + 'Montserrat:400', + 'Montserrat:700', + 'Montserrat Alternates:400', + 'Montserrat Alternates:700', + 'Montserrat Subrayada:400', + 'Montserrat Subrayada:700', + 'Moul:400', + 'Moulpali:400', + 'Mountains of Christmas:400', + 'Mountains of Christmas:700', + 'Mouse Memoirs:400', + 'Mr Bedfort:400', + 'Mr Dafoe:400', + 'Mr De Haviland:400', + 'Mrs Saint Delafield:400', + 'Mrs Sheppards:400', + 'Muli:300', + 'Muli:300', + 'Muli:400', + 'Muli:italic', + 'Mystery Quest:400', + 'Neucha:400', + 'Neuton:200', + 'Neuton:300', + 'Neuton:400', + 'Neuton:italic', + 'Neuton:700', + 'Neuton:800', + 'New Rocker:400', + 'News Cycle:400', + 'News Cycle:700', + 'Niconne:400', + 'Nixie One:400', + 'Nobile:400', + 'Nobile:italic', + 'Nobile:700', + 'Nobile:700italic', + 'Nokora:400', + 'Nokora:700', + 'Norican:400', + 'Nosifer:400', + 'Nothing You Could Do:400', + 'Noticia Text:400', + 'Noticia Text:italic', + 'Noticia Text:700', + 'Noticia Text:700italic', + 'Noto Sans:400', + 'Noto Sans:italic', + 'Noto Sans:700', + 'Noto Sans:700italic', + 'Noto Serif:400', + 'Noto Serif:italic', + 'Noto Serif:700', + 'Noto Serif:700italic', + 'Nova Cut:400', + 'Nova Flat:400', + 'Nova Mono:400', + 'Nova Oval:400', + 'Nova Round:400', + 'Nova Script:400', + 'Nova Slim:400', + 'Nova Square:400', + 'Numans:400', + 'Nunito:300', + 'Nunito:400', + 'Nunito:700', + 'Odor Mean Chey:400', + 'Offside:400', + 'Old Standard TT:400', + 'Old Standard TT:italic', + 'Old Standard TT:700', + 'Oldenburg:400', + 'Oleo Script:400', + 'Oleo Script:700', + 'Oleo Script Swash Caps:400', + 'Oleo Script Swash Caps:700', + 'Open Sans:300', + 'Open Sans:400', + 'Open Sans:italic', + 'Open Sans:600', + 'Open Sans:600italic', + 'Open Sans:700', + 'Open Sans:700italic', + 'Open Sans:800', + 'Open Sans:800italic', + 'Open Sans Condensed:300', + 'Open Sans Condensed:300', + 'Open Sans Condensed:700', + 'Oranienbaum:400', + 'Orbitron:400', + 'Orbitron:500', + 'Orbitron:700', + 'Orbitron:900', + 'Oregano:400', + 'Oregano:italic', + 'Orienta:400', + 'Original Surfer:400', + 'Oswald:300', + 'Oswald:400', + 'Oswald:700', + 'Over the Rainbow:400', + 'Overlock:400', + 'Overlock:italic', + 'Overlock:700', + 'Overlock:700italic', + 'Overlock:900', + 'Overlock:900italic', + 'Overlock SC:400', + 'Ovo:400', + 'Oxygen:300', + 'Oxygen:400', + 'Oxygen:700', + 'Oxygen Mono:400', + 'PT Mono:400', + 'PT Sans:400', + 'PT Sans:italic', + 'PT Sans:700', + 'PT Sans:700italic', + 'PT Sans Caption:400', + 'PT Sans Caption:700', + 'PT Sans Narrow:400', + 'PT Sans Narrow:700', + 'PT Serif:400', + 'PT Serif:italic', + 'PT Serif:700', + 'PT Serif:700italic', + 'PT Serif Caption:400', + 'PT Serif Caption:italic', + 'Pacifico:400', + 'Paprika:400', + 'Parisienne:400', + 'Passero One:400', + 'Passion One:400', + 'Passion One:700', + 'Passion One:900', + 'Pathway Gothic One:400', + 'Patrick Hand:400', + 'Patrick Hand SC:400', + 'Patua One:400', + 'Paytone One:400', + 'Peralta:400', + 'Permanent Marker:400', + 'Petit Formal Script:400', + 'Petrona:400', + 'Philosopher:400', + 'Philosopher:italic', + 'Philosopher:700', + 'Philosopher:700italic', + 'Piedra:400', + 'Pinyon Script:400', + 'Pirata One:400', + 'Plaster:400', + 'Play:400', + 'Play:700', + 'Playball:400', + 'Playfair Display:400', + 'Playfair Display:italic', + 'Playfair Display:700', + 'Playfair Display:700italic', + 'Playfair Display:900', + 'Playfair Display:900italic', + 'Playfair Display SC:400', + 'Playfair Display SC:italic', + 'Playfair Display SC:700', + 'Playfair Display SC:700italic', + 'Playfair Display SC:900', + 'Playfair Display SC:900italic', + 'Podkova:400', + 'Podkova:700', + 'Poiret One:400', + 'Poller One:400', + 'Poly:400', + 'Poly:italic', + 'Pompiere:400', + 'Pontano Sans:400', + 'Port Lligat Sans:400', + 'Port Lligat Slab:400', + 'Prata:400', + 'Preahvihear:400', + 'Press Start 2P:400', + 'Princess Sofia:400', + 'Prociono:400', + 'Prosto One:400', + 'Puritan:400', + 'Puritan:italic', + 'Puritan:700', + 'Puritan:700italic', + 'Purple Purse:400', + 'Quando:400', + 'Quantico:400', + 'Quantico:italic', + 'Quantico:700', + 'Quantico:700italic', + 'Quattrocento:400', + 'Quattrocento:700', + 'Quattrocento Sans:400', + 'Quattrocento Sans:italic', + 'Quattrocento Sans:700', + 'Quattrocento Sans:700italic', + 'Questrial:400', + 'Quicksand:300', + 'Quicksand:400', + 'Quicksand:700', + 'Quintessential:400', + 'Qwigley:400', + 'Racing Sans One:400', + 'Radley:400', + 'Radley:italic', + 'Raleway:100', + 'Raleway:200', + 'Raleway:300', + 'Raleway:400', + 'Raleway:500', + 'Raleway:600', + 'Raleway:700', + 'Raleway:800', + 'Raleway:900', + 'Raleway Dots:400', + 'Rambla:400', + 'Rambla:italic', + 'Rambla:700', + 'Rambla:700italic', + 'Rammetto One:400', + 'Ranchers:400', + 'Rancho:400', + 'Rationale:400', + 'Redressed:400', + 'Reenie Beanie:400', + 'Revalia:400', + 'Ribeye:400', + 'Ribeye Marrow:400', + 'Righteous:400', + 'Risque:400', + 'Roboto:100', + 'Roboto:100italic', + 'Roboto:300', + 'Roboto:300', + 'Roboto:400', + 'Roboto:italic', + 'Roboto:500', + 'Roboto:500italic', + 'Roboto:700', + 'Roboto:700italic', + 'Roboto:900', + 'Roboto:900italic', + 'Roboto Condensed:300', + 'Roboto Condensed:300', + 'Roboto Condensed:400', + 'Roboto Condensed:italic', + 'Roboto Condensed:700', + 'Roboto Condensed:700italic', + 'Roboto Slab:100', + 'Roboto Slab:300', + 'Roboto Slab:400', + 'Roboto Slab:700', + 'Rochester:400', + 'Rock Salt:400', + 'Rokkitt:400', + 'Rokkitt:700', + 'Romanesco:400', + 'Ropa Sans:400', + 'Ropa Sans:italic', + 'Rosario:400', + 'Rosario:italic', + 'Rosario:700', + 'Rosario:700italic', + 'Rosarivo:400', + 'Rosarivo:italic', + 'Rouge Script:400', + 'Ruda:400', + 'Ruda:700', + 'Ruda:900', + 'Rufina:400', + 'Rufina:700', + 'Ruge Boogie:400', + 'Ruluko:400', + 'Rum Raisin:400', + 'Ruslan Display:400', + 'Russo One:400', + 'Ruthie:400', + 'Rye:400', + 'Sacramento:400', + 'Sail:400', + 'Salsa:400', + 'Sanchez:400', + 'Sanchez:italic', + 'Sancreek:400', + 'Sansita One:400', + 'Sarina:400', + 'Satisfy:400', + 'Scada:400', + 'Scada:italic', + 'Scada:700', + 'Scada:700italic', + 'Schoolbell:400', + 'Seaweed Script:400', + 'Sevillana:400', + 'Seymour One:400', + 'Shadows Into Light:400', + 'Shadows Into Light Two:400', + 'Shanti:400', + 'Share:400', + 'Share:italic', + 'Share:700', + 'Share:700italic', + 'Share Tech:400', + 'Share Tech Mono:400', + 'Shojumaru:400', + 'Short Stack:400', + 'Siemreap:400', + 'Sigmar One:400', + 'Signika:300', + 'Signika:400', + 'Signika:600', + 'Signika:700', + 'Signika Negative:300', + 'Signika Negative:400', + 'Signika Negative:600', + 'Signika Negative:700', + 'Simonetta:400', + 'Simonetta:italic', + 'Simonetta:900', + 'Simonetta:900italic', + 'Sintony:400', + 'Sintony:700', + 'Sirin Stencil:400', + 'Six Caps:400', + 'Skranji:400', + 'Skranji:700', + 'Slackey:400', + 'Smokum:400', + 'Smythe:400', + 'Sniglet:400', + 'Sniglet:800', + 'Snippet:400', + 'Snowburst One:400', + 'Sofadi One:400', + 'Sofia:400', + 'Sonsie One:400', + 'Sorts Mill Goudy:400', + 'Sorts Mill Goudy:italic', + 'Source Code Pro:200', + 'Source Code Pro:300', + 'Source Code Pro:400', + 'Source Code Pro:500', + 'Source Code Pro:600', + 'Source Code Pro:700', + 'Source Code Pro:900', + 'Source Sans Pro:200', + 'Source Sans Pro:200italic', + 'Source Sans Pro:300', + 'Source Sans Pro:300', + 'Source Sans Pro:400', + 'Source Sans Pro:italic', + 'Source Sans Pro:600', + 'Source Sans Pro:600italic', + 'Source Sans Pro:700', + 'Source Sans Pro:700italic', + 'Source Sans Pro:900', + 'Source Sans Pro:900italic', + 'Special Elite:400', + 'Spicy Rice:400', + 'Spinnaker:400', + 'Spirax:400', + 'Squada One:400', + 'Stalemate:400', + 'Stalinist One:400', + 'Stardos Stencil:400', + 'Stardos Stencil:700', + 'Stint Ultra Condensed:400', + 'Stint Ultra Expanded:400', + 'Stoke:300', + 'Stoke:400', + 'Strait:400', + 'Sue Ellen Francisco:400', + 'Sunshiney:400', + 'Supermercado One:400', + 'Suwannaphum:400', + 'Swanky and Moo Moo:400', + 'Syncopate:400', + 'Syncopate:700', + 'Tangerine:400', + 'Tangerine:700', + 'Taprom:400', + 'Tauri:400', + 'Telex:400', + 'Tenor Sans:400', + 'Text Me One:400', + 'The Girl Next Door:400', + 'Tienne:400', + 'Tienne:700', + 'Tienne:900', + 'Tinos:400', + 'Tinos:italic', + 'Tinos:700', + 'Tinos:700italic', + 'Titan One:400', + 'Titillium Web:200', + 'Titillium Web:200italic', + 'Titillium Web:300', + 'Titillium Web:300', + 'Titillium Web:400', + 'Titillium Web:italic', + 'Titillium Web:600', + 'Titillium Web:600italic', + 'Titillium Web:700', + 'Titillium Web:700italic', + 'Titillium Web:900', + 'Trade Winds:400', + 'Trocchi:400', + 'Trochut:400', + 'Trochut:italic', + 'Trochut:700', + 'Trykker:400', + 'Tulpen One:400', + 'Ubuntu:300', + 'Ubuntu:300', + 'Ubuntu:400', + 'Ubuntu:italic', + 'Ubuntu:500', + 'Ubuntu:500italic', + 'Ubuntu:700', + 'Ubuntu:700italic', + 'Ubuntu Condensed:400', + 'Ubuntu Mono:400', + 'Ubuntu Mono:italic', + 'Ubuntu Mono:700', + 'Ubuntu Mono:700italic', + 'Ultra:400', + 'Uncial Antiqua:400', + 'Underdog:400', + 'Unica One:400', + 'UnifrakturCook:700', + 'UnifrakturMaguntia:400', + 'Unkempt:400', + 'Unkempt:700', + 'Unlock:400', + 'Unna:400', + 'VT323:400', + 'Vampiro One:400', + 'Varela:400', + 'Varela Round:400', + 'Vast Shadow:400', + 'Vibur:400', + 'Vidaloka:400', + 'Viga:400', + 'Voces:400', + 'Volkhov:400', + 'Volkhov:italic', + 'Volkhov:700', + 'Volkhov:700italic', + 'Vollkorn:400', + 'Vollkorn:italic', + 'Vollkorn:700', + 'Vollkorn:700italic', + 'Voltaire:400', + 'Waiting for the Sunrise:400', + 'Wallpoet:400', + 'Walter Turncoat:400', + 'Warnes:400', + 'Wellfleet:400', + 'Wendy One:400', + 'Wire One:400', + 'Yanone Kaffeesatz:200', + 'Yanone Kaffeesatz:300', + 'Yanone Kaffeesatz:400', + 'Yanone Kaffeesatz:700', + 'Yellowtail:400', + 'Yeseva One:400', + 'Yesteryear:400', + 'Zeyada:400' ]; var settings = $.extend( { 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 dante dante / / includes includes / / options options / / fields fields / / google_webfonts google_webfonts / / jquery.fontselect.js jquery.fontselect.js Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / includes includes / / plugins plugins / / revslider.zip revslider.zip Download patch Download patch Blame Blame $section_divide_color = get_option('section_divide_color', '#e4e4e4'); $alt_bg_color = get_option('alt_bg_color', '#f7f7f7'); $bg_size = $options['bg_size']; + $overlay_opacity = 100; + $hover_overlay_rgb = ""; + if (isset($options['overlay_opacity'])) { + $overlay_opacity = $options['overlay_opacity']; + $hover_overlay_rgb = sf_hex2rgb($accent_color); + } // Header Styling $header_aux_text_color = get_option('header_aux_text_color', '#fff'); 39 40 41 42 43 44 39 40 41 42 43 44 45 46 47 48 49 50 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 $google_heading_font = explode(':', $options['google_heading_font']); $google_font_two = str_replace("+", " ", $google_heading_font[0]); if (isset($google_heading_font[1])) { - $google_font_two_ weight = $google_heading_font[1]; + $google_font_two_ style = strpos($google_heading_font[1] ,'italic') ? "italic" : "normal"; + $google_font_two_weight = str_replace('italic', '', $google_heading_font[1]); } } $menu_font_option = $menu_font = $fontdeck_menu_font = ""; 142 143 144 145 146 147 148 153 154 155 156 157 158 159 160 $google_menu_font = explode(':', $options['google_menu_font']); $google_font_three = str_replace("+", " ", $google_menu_font[0]); if (isset($google_menu_font[1])) { - $google_font_three_ weight = $google_menu_font[1]; + $google_font_three_ style = strpos($google_menu_font[1] ,'italic') ? "italic" : "normal"; + $google_font_three_weight = str_replace('italic', '', $google_menu_font[1]); } } if (isset($options['fontdeck_menu_font'])) { 158 159 160 161 162 163 164 170 171 172 173 174 175 176 177 608 609 610 611 612 613 614 615 616 617 618 619 621 622 623 624 625 626 627 628 629 630 631 632 } else if ($body_preset_bg) { echo 'body {background: '.$page_bg_color.' url('.$body_preset_bg.') repeat center top fixed;}'; } - echo 'body {background-size: '.$bg_size.';}'; + echo 'body {background- color: '.$page_bg_color.';background-size: '.$bg_size.';}'; } else { echo 'body {background-color: '.$page_bg_color.';}'; } 634 635 636 637 638 639 640 647 648 649 650 651 652 653 647 648 649 650 651 652 653 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 684 685 686 687 688 689 690 691 692 693 706 707 708 709 710 711 712 713 714 715 716 711 712 713 714 715 716 717 718 734 735 736 737 738 739 740 741 751 752 753 754 755 756 757 774 775 776 777 778 779 780 781 782 783 808 809 810 811 812 813 814 834 835 836 837 838 839 840 839 840 841 842 843 844 845 865 866 867 868 869 870 871 896 897 898 899 900 901 902 903 904 922 923 924 925 926 927 928 929 930 1063 1064 1065 1066 1067 1068 1069 1089 1090 1091 1092 1093 1094 1095 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 $copyright_link_color = get_option('copyright_link_color', '#ffffff'); // Logo/Nav Spacing - $logo_width = $logo_height = $nav_top_spacing = ""; + $logo_width = $logo_height = $logo_resized_height = $nav_top_spacing = ""; $logo_width = $options['logo_width']; $logo_spacing_top = $options['logo_top_spacing']; $logo_spacing_bottom = $options['logo_bottom_spacing']; if (isset($options['logo_height'])) { $logo_height = $options['logo_height']; } + if (isset($options['logo_resized_height'])) { + $logo_resized_height = $options['logo_resized_height']; + } if (isset($options['nav_top_spacing'])) { $nav_top_spacing = $options['nav_top_spacing']; } + // Font $body_font_option = $options['body_font_option']; $standard_font = $options['web_body_font']; - $google_standard_font = $google_heading_font = $google_menu_font = $google_font_one = $google_font_one_weight = $google_ + $google_standard_font = $google_heading_font = $google_menu_font = $google_font_one = $google_font_one_weight = $google_ if (isset($options['google_standard_font'])) { $google_standard_font = explode(':', $options['google_standard_font']); $google_font_one = str_replace("+", " ", $google_standard_font[0]); if (isset($google_standard_font[1])) { - $google_font_one_ weight = $google_standard_font[1]; + $google_font_one_ style = strpos($google_standard_font[1] ,'italic') ? "italic" : "normal"; + $google_font_one_weight = str_replace('italic', '', $google_standard_font[1]); } } $fontdeck_standard_font = $options['fontdeck_standard_font']; // CUSTOM COLOUR STYLES echo '::selection, ::-moz-selection {background-color: '.$accent_color.'; color: #fff;}'; echo '.recent-post figure, span.highlighted, span.dropcap4, .loved-item:hover .loved-count, .flickr-widget li, .portfoli - echo 'a:hover, #sidebar a:hover, .pagination-wrap a:hover, .carousel-nav a:hover, .portfolio-pagination div:hover > i, # + echo 'a:hover, #sidebar a:hover, .pagination-wrap a:hover, .carousel-nav a:hover, .portfolio-pagination div:hover > i, # echo '.carousel-wrap > a:hover, #mobile-menu ul li:hover > a {color: '.$accent_color.'!important;}'; echo '.comments-likes a:hover span, .comments-likes a:hover i {color: '.$accent_color.'!important;}'; echo '.read-more i:before, .read-more em:before {color: '.$accent_color.';}'; echo '.bypostauthor .comment-wrap .comment-avatar,.search-form input:focus, .wpcf7 input:focus, .wpcf7 textarea:focus, . - echo 'nav .menu ul li:first-child:after,.navigation a:hover > .nav-text {border-bottom-color: '.$accent_color.';}'; + echo 'nav .menu ul li:first-child:after,.navigation a:hover > .nav-text , .returning-customer a:hover {border-bottom-colo echo 'nav .menu ul ul li:first-child:after {border-right-color: '.$accent_color.';}'; echo '.spb_impact_text .spb_call_text {border-left-color: '.$accent_color.';}'; echo '.spb_impact_text .spb_button span {color: #fff;}'; echo 'input[type="text"], input[type="password"], input[type="email"], textarea, select {border-color: '.$section_divide echo 'textarea:focus, input:focus {border-color: #999!important;}'; echo '.modal-header {background: '.$alt_bg_color.';}'; - echo '.recent-post .post-details, .team-member .team-member-position, .portfolio-item h5.portfolio-subtitle, .mini-items + echo '.recent-post .post-details, .team-member .team-member-position, .portfolio-item h5.portfolio-subtitle, .mini-items echo 'ul.bar-styling li.facebook > a:hover {color: #fff!important;background: #3b5998;border-color: #3b5998;}'; echo 'ul.bar-styling li.twitter > a:hover {color: #fff!important;background: #4099FF;border-color: #4099FF;}'; echo 'ul.bar-styling li.google-plus > a:hover {color: #fff!important;background: #d34836;border-color: #d34836;}'; echo '#top-bar .menu > li > a:hover, #top-bar a:hover {color: '.$topbar_link_hover_color.';}'; echo '#top-bar .show-menu {background-color: '.$topbar_divider_color.';color: '.$secondary_accent_color.';}'; echo '#header-languages .current-language {background: '.$nav_sm_bg_hover_color.'; color: '.$nav_sm_selected_text_color. - echo '#header-section:before, #header .is-sticky .sticky-header, #header-section .is-sticky #main-nav.sticky-header, #he + echo '#header-section:before, #header .is-sticky .sticky-header, #header-section .is-sticky #main-nav.sticky-header, #he echo '#logo img {padding-top: '.$logo_spacing_top.'px;padding-bottom: '.$logo_spacing_bottom.'px;}'; if ($logo_width > 0) { echo '#logo img, #logo img.retina {width: '.$logo_width.'px;}'; } if ($logo_height && $logo_height > 0) { $logo_row_height = $logo_height + 20; - echo '#logo {height: '.$logo_height.'px!important;max-height: '.$logo_height.'px!important;}'; + echo '#logo {height: '.$logo_height.'px!important;}'; + echo '#logo img {height: '.$logo_height.'px;}'; echo '.header-container > .row, .header-5 header .container > .row, .header-6 header > .container > .row {height: '.$log + } else { + echo '#logo {max-height: 42px;}'; + } + if (($logo_resized_height && $logo_resized_height > 0) && ($logo_height && $logo_height > 0)) { + $logo_resized_row_height = $logo_resized_height + 20; + echo '.sticky-header-resized #logo {height: '.$logo_resized_height.'px!important;}'; + echo '.sticky-header-resized #logo img {height: '.$logo_resized_height.'px;}'; + echo '.header-container.sticky-header-resized > .row, .header-5 header .container.sticky-header-resized > .row, .header- } if ($header_opacity != "100" && ($header_layout == "header-3" || $header_layout == "header-4" || $header_layout == "head echo '#header-section:before {opacity: 0.'.$header_opacity.';}'; echo '#header-section #main-nav {border-top-color: '.$section_divide_color.';}'; echo '#top-header {border-bottom-color: '.$header_border_color.';}'; echo '#top-header {border-bottom-color: '.$header_border_color.';}'; - echo '#top-header .th-right > nav .menu li {border-left-color: '.$header_border_color.';}'; + echo '#top-header .th-right > nav .menu li , .ajax-search-wrap:after {border-left-color: '.$header_border_color.';}'; if ($nav_top_spacing && $nav_top_spacing > 0) { echo '.header-3 .header-right, .header-4 .header-right, .header-5 .header-right, .header-6 .header-right, .header-7 .he } + echo '.ajax-search-wrap, .ajax-search-results, .search-result-pt .search-result {border-color: '.$section_divide_color.' echo '.page-content {border-bottom-color: '.$section_divide_color.';}'; // NAVIGATION STYLES echo '#nav-search a, #mini-search a {color: '.$topbar_text_color.';}'; echo '.bag-header, .bag-product, .bag-empty, .wishlist-empty {border-color: '.$nav_divider_color.';}'; echo '.bag-buttons a.sf-button.bag-button, .bag-buttons a.sf-button.wishlist-button, .bag-buttons a.sf-button.guest-butt - echo '.bag-buttons a.checkout-button, .bag-buttons a.create-account-button, .woocommerce input.button.alt, .woocommerce - echo '.woocommerce .button.update-cart-button:hover, .woocommerce #account_details .login form p.form-row input[type="su + echo '.bag-buttons a.checkout-button, .bag-buttons a.create-account-button, .woocommerce input.button.alt, .woocommerce + echo '.woocommerce .button.update-cart-button:hover, .woocommerce #account_details .login form p.form-row input[type="su echo '.woocommerce input.button.alt:hover, .woocommerce .alt-button:hover, .woocommerce button.button.alt:hover {backgro echo '.shopping-bag:before, nav .menu ul.sub-menu li:first-child:before {border-bottom-color: '.$nav_pointer_color.';}'; echo '#swift-slider .flex-caption-large a {color: '.$accent_color.';}'; echo '#swift-slider .flex-caption .comment-chart i, #swift-slider .flex-caption .comment-chart span {color: '.$secondary echo 'figure.animated-overlay figcaption {background-color: '.$accent_color.';}'."\n"; - echo 'figure.animated-overlay figcaption .thumb-info h4, figure.animated-overlay figcaption .thumb-info h5 {color: '.$ac + if ($overlay_opacity < 100) { + echo 'figure.animated-overlay figcaption {background-color: rgba('.$hover_overlay_rgb["red"].','.$hover_overlay_rgb["gre + } + echo 'figure.animated-overlay figcaption .thumb-info h4, figure.animated-overlay figcaption .thumb-info h5, figcaption . echo 'figure.animated-overlay figcaption .thumb-info i {background: '.$secondary_accent_color.'; color: '.$secondary_acc echo 'figure:hover .overlay {box-shadow: inset 0 0 0 500px '.$accent_color.';}'; echo 'h4.spb-heading span:before, h4.spb-heading span:after, h3.spb-heading span:before, h3.spb-heading span:after, h4.l echo '.post-info, .article-body-wrap .share-links .share-text, .article-body-wrap .share-links a {color: '.$body_alt_tex echo '.standard-post-date {background: '.$section_divide_color.';}'; echo '.standard-post-content {background: '.$alt_bg_color.';}'; - echo '.format-quote .standard-post-content:before {border-left-color: '.$alt_bg_color.';}'; + echo '.format-quote .standard-post-content:before , .standard-post-content.no-thumb:before {border-left-color: '.$alt_bg_ echo '.search-item-img .img-holder {background: '.$alt_bg_color.';border-color:'.$section_divide_color.';}'; echo '.masonry-items .blog-item .masonry-item-wrap {background: '.$alt_bg_color.';}'; echo '.mini-items .blog-item-details, .share-links, .single-portfolio .share-links, .single .pagination-wrap, ul.portfol echo '.sf-icon-box-animated .front {background: '.$alt_bg_color.'; border-color: '.$section_divide_color.';}'; echo '.sf-icon-box-animated .front h3 {color: '.$body_text_color.'!important;}'; echo '.sf-icon-box-animated .back {background: '.$accent_color.'; border-color: '.$accent_color.';}'; - echo '.sf-icon-box-animated .back, .sf-icon-box-animated .back h3 {color: '.$accent_alt_color.';}'; + echo '.sf-icon-box-animated .back, .sf-icon-box-animated .back h3 {color: '.$accent_alt_color.' !important;}'; echo 'span.dropcap3 {background: #000;color: #fff;}'; echo 'span.dropcap4 {color: #fff;}'; echo '.spb_divider, .spb_divider.go_to_top_icon1, .spb_divider.go_to_top_icon2, .testimonials > li, .jobs > li, .spb_imp echo '#footer .widget hr {border-color: '.$footer_border_color.';}'; // WOOCOMMERCE STYLES - echo '.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .modal-body . + echo '.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .modal-body . echo 'nav.woocommerce-pagination ul li span.current, nav.woocommerce-pagination ul li a:hover {background:'.$accent_colo - echo '.woocommerce-account p.myaccount_address, .woocommerce-account .page-content h2, p.no-items, #order_review table.s + echo '.woocommerce-account p.myaccount_address, .woocommerce-account .page-content h2, p.no-items, #order_review table.s echo '.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products echo '.woocommerce-ordering .woo-select, .variations_form .woo-select, .add_review a, .woocommerce .quantity, .woocommer echo '.woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li spa if ($inner_bg_image_url != "") { echo '#main-container { background: transparent url("'.$inner_bg_image_url.'") repeat center top; background-size: a echo '.standard-post-content, .blog-aux-options li a, .blog-aux-options li form input, .masonry-items .blog-item .ma - echo '.format-quote .standard-post-content:before {border-left-color: '.$inner_page_bg_color.';}'; + echo '.format-quote .standard-post-content:before , .standard-post-content.no-thumb:before {border-left-color: '.$inn } // CUSTOM FONT STYLES echo 'nav .menu li {font-family: "'.$menu_font.'", Arial, Helvetica, Tahoma, sans-serif;}'; } if ($body_font_option == "google") { - echo 'body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #com + echo 'body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wrap h4, #com } if ($headings_font_option == "google") { - echo 'h1, h2, h3, h4, h5, .heading-font, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, + echo 'h1, h2, h3, h4, h5, .heading-font, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, } if ($menu_font_option == "google") { - echo 'nav .menu li {font-family: "'.$google_font_three.'", sans-serif;font-weight: '.$google_font_three_weight.';}'; + echo 'nav .menu li {font-family: "'.$google_font_three.'", sans-serif;font-weight: '.$google_font_three_weight.'; font-st } if ($body_font_option == "fontdeck") { $replace_with = 'body, h6, #sidebar .widget-heading h3, #header-search input, .header-items h3.phone-number, .related-wr dante dante / / includes includes / / sf-custom-styles.php sf-custom-styles.php Download patch Download patch Blame Blame } function sf_excerpt($limit) { - $excerpt = explode(' ', get_the_excerpt(), $limit); - if (count($excerpt)>=$limit) { - array_pop($excerpt); - $excerpt = implode(" ",$excerpt).'...'; - } else { - $excerpt = implode(" ",$excerpt).''; - } - $excerpt = preg_replace('`\[[^\]]*\]`','',$excerpt); - return '<p>' . $excerpt . '</p>'; - } + $excerpt = explode(' ', get_the_excerpt(), $limit); + if (count($excerpt)>=$limit) { + array_pop($excerpt); + $excerpt = implode(" ",$excerpt).'...'; + } else { + $excerpt = implode(" ",$excerpt).''; + } + $excerpt = preg_replace('`\[[^\]]*\]`','',$excerpt); + return '<p>' . $excerpt . '</p>'; + } function sf_content($limit) { - $content = explode(' ', get_the_content(), $limit); - if (count($content)>=$limit) { - array_pop($content); - $content = implode(" ",$content).'...'; - } else { - $content = implode(" ",$content).''; - } - $content = preg_replace('/\[.+\]/','', $content); - $content = apply_filters('the_content', $content); - $content = str_replace(']]>', ']]&gt;', $content); - return $content; + $content = explode(' ', get_the_content(), $limit); + if (count($content)>=$limit) { + array_pop($content); + $content = implode(" ",$content).'...'; + } else { + $content = implode(" ",$content).''; + } + $content = preg_replace('/\[.+\]/','', $content); + $content = apply_filters('the_content', $content); + $content = str_replace(']]>', ']]&gt;', $content); + return $content; } function sf_custom_excerpt($custom_content, $limit) { 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 dante dante / / includes includes / / sf-formatting.php sf-formatting.php Download patch Download patch Blame Blame * sf_woo_links() * sf_get_cart() * sf_get_wishlist() + * sf_ajaxsearch() * */ 15 16 17 18 19 20 15 16 17 18 19 20 21 $options = get_option('sf_dante_options'); $show_cart = $options['show_cart']; $show_wishlist = $options['show_wishlist']; + $header_search_type = "search-1"; + if (isset($options['header_search_type'])) { + $header_search_type = $options['header_search_type']; + } $menu_output = $menu_full_output = $menu_with_search_output = ""; $main_menu_args = array( 'echo' => false, 331 332 333 334 335 336 332 333 334 335 336 337 338 339 340 341 365 366 367 368 369 370 371 370 371 372 373 374 375 376 377 378 379 380 381 382 384 385 386 387 388 389 390 395 396 397 398 399 400 401 402 403 404 405 406 407 $aux_links_output .= '<li class="parent"><a href="#">'. __("Subscribe", "swiftframework") .'</a>'. "\n"; $aux_links_output .= '<ul class="sub-menu">'. "\n"; $aux_links_output .= '<li><div id="header-subscribe" class="clearfix">'. "\n"; - $aux_links_output .= $sub_code . "\n"; + $aux_links_output .= do_shortcode($sub_code ) . "\n"; $aux_links_output .= '</div></li>'. "\n"; $aux_links_output .= '</ul>'. "\n"; $aux_links_output .= '</li>'. "\n"; 529 530 531 532 533 534 535 546 547 548 549 550 551 552 778 779 780 781 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 $menu_full_output .= '<div class="header-right">'. "\n"; $menu_full_output .= '<nav class="std-menu">'. "\n"; $menu_full_output .= '<ul class="menu">'. "\n"; + if ($header_search_type == "search-1") { $menu_full_output .= '<li class="menu-search parent"><a href="#" class="header-search-link"><i class="ss-search"></i + } else if ($header_search_type == "search-2") { + $menu_full_output .= '<li class="menu-search parent"><a href="#" class="header-search-link-alt"><i class="ss-search" + $menu_full_output .= '<div class="ajax-search-wrap"><div class="ajax-loading"></div><form method="get" class="ajax-s + $menu_full_output .= '</li>'. "\n"; + } if ($show_cart) { $menu_full_output .= sf_get_cart(); } $menu_with_search_output .= '<nav class="search-nav std-menu">'. "\n"; $menu_with_search_output .= '<ul class="menu">'. "\n"; + if ($header_search_type == "search-1") { $menu_with_search_output .= '<li class="menu-search parent"><a href="#" class="header-search-link"><i class="ss-sear + } else if ($header_search_type == "search-2") { + $menu_with_search_output .= '<li class="menu-search parent"><a href="#" class="header-search-link-alt"><i class="ss- + $menu_with_search_output .= '<div class="ajax-search-wrap"><div class="ajax-loading"></div><form method="get" class= + $menu_with_search_output .= '</li>'. "\n"; + } $menu_with_search_output .= '</ul>'. "\n"; $menu_with_search_output .= '</nav>'. "\n"; $menu_with_search_output .= $menu_output . "\n"; return $wishlist_output; } } + + + /* AJAX SEARCH + ================================================== */ + if (!function_exists('sf_ajaxsearch')) { + function sf_ajaxsearch() { + $search_term = trim($_POST['s']); + $search_query_args = array( + 's' => $search_term, + 'post_type' => 'any', + 'post_status' => 'publish', + 'suppress_filters' => false, + 'numberposts' => -1 + ); + $search_query_args = http_build_query($search_query_args); + $search_results = get_posts( $search_query_args ); + $count = count($search_results); + $shown_results = 5; + + if (!empty($search_results)) { + + $sorted_posts = $post_type = array(); + $search_results_ouput = ""; + + foreach ($search_results as $search_result) { + $sorted_posts[$search_result->post_type][] = $search_result; + // Check we don't already have this post type in the post_type array + if (empty($post_type[$search_result->post_type])) { + // Add the post type object to the post_type array + $post_type[$search_result->post_type] = get_post_type_object($search_result->post_type); + } + } + + $i = 0; + foreach ($sorted_posts as $key => $type) { + $search_results_ouput .= '<div class="search-result-pt">'; + if(isset($post_type[$key]->labels->name)) { + $search_results_ouput .= "<h6>".$post_type[$key]->labels->name."</h6>"; + } else { + $search_results_ouput .= "<h6>".__("Products", "swiftframework")."</h6>"; + } + + foreach ($type as $post) { + + $img_icon = ""; + + $post_format = get_post_format($post->ID); + if ( $post_format == "" ) { + $post_format = 'standard'; + } + $post_type = get_post_type($post->ID); + + if ($post_type == "post") { + if ($post_format == "quote" || $post_format == "status") { + $img_icon = "ss-quote"; + } else if ($post_format == "image") { + $img_icon = "ss-picture"; + } else if ($post_format == "chat") { + $img_icon = "ss-chat"; + } else if ($post_format == "audio") { + $img_icon = "ss-music"; + } else if ($post_format == "video") { + $img_icon = "ss-video"; + } else if ($post_format == "link") { + $img_icon = "ss-link"; + } else { + $img_icon = "ss-pen"; + } + } else if ($post_type == "product") { + $img_icon = "ss-cart"; + } else if ($post_type == "portfolio") { + $img_icon = "ss-picture"; + } else if ($post_type == "team") { + $img_icon = "ss-user"; + } else if ($post_type == "galleries") { + $img_icon = "ss-picture"; + } else { + $img_icon = "ss-file"; + } + + $post_title = get_the_title(); + $post_date = get_the_date(); + $post_permalink = get_permalink(); + + $image = get_the_post_thumbnail( $post->ID, 'thumbnail' ); + + $search_results_ouput .= '<div class="search-result">'; + + if ($image) { + $search_results_ouput .= '<div class="search-item-img"><a href="'.$post_permalink.'">'.$image.'</div>'; + } else { + $search_results_ouput .= '<div class="search-item-img"><a href="'.$post_permalink.'" class="img-holder"> + } + + $search_results_ouput .= '<div class="search-item-content">'; + $search_results_ouput .= '<h5><a href="'.get_permalink($post->ID).'">'.get_the_title($post->ID).'</a></h5>'; + if ($post_type == "product") { + $price = get_post_meta( $post->ID, '_regular_price', true); + $sale = get_post_meta( $post->ID, '_sale_price', true); + if ($sale != "") { + $price = $sale; + } + $search_results_ouput .= '<span>'.get_woocommerce_currency_symbol().$price.'</span>'; + } else { + $search_results_ouput .= '<time>'.$post_date.'</time>'; + } + $search_results_ouput .= '</div>'; + + $search_results_ouput .= '</div>'; + + $i++; + if ($i == $shown_results) break; + } + + $search_results_ouput .= '</div>'; + if ($i == $shown_results) break; + } + + if ($count > 1) { + $search_results_ouput .= '<a href="#" class="all-results">'.sprintf(__("View all %d results", "swiftframework"), + } + + } else { + + $search_results_ouput .= '<div class="no-search-results">'; + $search_results_ouput .= '<h6>'.__("No results", "swiftframework").'</h6>'; + $search_results_ouput .= '<p>'.__("No search results could be found, please try another query.", "swiftframework").' + $search_results_ouput .= '</div>'; + + } + + echo $search_results_ouput; + die(); + } + add_action('wp_ajax_sf_ajaxsearch', 'sf_ajaxsearch'); + add_action('wp_ajax_nopriv_sf_ajaxsearch', 'sf_ajaxsearch'); + } + + if (!function_exists('sf_ajaxurl')) { + function sf_ajaxurl() { + ?> + <script type="text/javascript"> + var ajaxurl = '<?php echo admin_url('admin-ajax.php'); ?>'; + </script> + <?php + } + add_action('wp_head','sf_ajaxurl'); + } + ?> dante dante / / includes includes / / sf-header.php sf-header.php Download patch Download patch Blame Blame 245 246 247 248 249 250 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 252 253 254 255 256 257 261 262 263 264 265 266 267 268 269 270 271 272 273 274 'desc' => '' ), array( + 'id' => 'overlay_opacity', + 'type' => 'slider', + 'title' => __('Hover Overlay Opacity', Redux_TEXT_DOMAIN), + 'sub_desc' => __('Select the percentage opacity of the hover overlay.', Redux_TEXT_DOMAIN), + 'desc' => '', + 'from' => '0', + 'to' => '100', + 'step' => '5', + 'unit' => '', + 'std' => '100' + ), + array( 'id' => 'enable_swipe_indicators', 'type' => 'button_set', 'title' => __('Enable Swipe Indicators', Redux_TEXT_DOMAIN), 303 304 305 306 307 308 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 323 324 325 326 327 328 329 352 353 354 355 356 357 358 648 649 650 651 652 653 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 721 722 723 724 725 726 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 806 807 808 809 810 811 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2272 2273 2274 2275 2276 2277 'std' => '1' ), array( + 'id' => 'disable_loveit', + 'type' => 'button_set', + 'title' => __('Disable Love It', Redux_TEXT_DOMAIN), + 'sub_desc' => __('Enable this option to disable the love it functionality within the theme.', Redux_TEXT + 'desc' => '', + 'options' => array('1' => 'On','0' => 'Off'), + 'std' => '0' + ), + array( 'id' => 'custom_favicon', 'type' => 'upload', 'title' => __('Custom favicon', Redux_TEXT_DOMAIN), 'desc' => '' ), array( + 'id' => 'custom_ios_title', + 'type' => 'text', + 'title' => __('Custom iOS Bookmark Title', Redux_TEXT_DOMAIN), + 'sub_desc' => __('Enter a custom title for your site for when it is added as an iOS bookmark.', Redux_TE + 'desc' => '', + 'std' => '' + ), + array( 'id' => 'custom_ios_icon57', 'type' => 'upload', 'title' => __('Custom iOS 57x57', Redux_TEXT_DOMAIN), ) ); $sections[] = array( - 'icon' => ' magic', + 'icon' => 'c ode', 'icon_class' => 'fa-lg', 'title' => __('Custom CSS/JS', Redux_TEXT_DOMAIN), 'desc' => __('<p class="description">Add your custom css/js code to the boxes below.</p>', Redux_TEXT_DOMAIN 'class' => 'mini' ), array( + 'id' => 'logo_resized_height', + 'type' => 'text', + 'title' => __('Logo Resized Height', Redux_TEXT_DOMAIN), + 'sub_desc' => __('Please enter the height you would like your logo to be when the sticky header resizes. + 'desc' => '', + 'std' => '', + 'class' => 'mini' + ), + array( 'id' => 'logo_top_spacing', 'type' => 'text', 'title' => __('Logo Top spacing', Redux_TEXT_DOMAIN), 'desc' => '', 'options' => array('1' => 'On','0' => 'Off'), 'std' => '1' + ), + array( + 'id' => 'header_search_type', + 'type' => 'button_set', + 'title' => __('Header Search', Redux_TEXT_DOMAIN), + 'sub_desc' => __('Enable the search icon in the header menu.', Redux_TEXT_DOMAIN), + 'desc' => '', + 'options' => array('search-1' => 'Standard (Fancy)','search-2' => 'Overlay with AJAX', 'search-off' => ' + 'std' => 'search-1' ) ) ); ); $sections[] = array( + 'icon' => 'star', + 'icon_class' => 'fa-lg', + 'title' => __('Page Builder Options', Redux_TEXT_DOMAIN), + 'desc' => __('<p class="description">These are the general options for the Swift Page Builder</p>', Redux_TEXT_D + 'fields' => array( + array( + 'id' => 'advanced_pb', + 'type' => 'button_set', + 'title' => __('Enable Advanced Functionality', Redux_TEXT_DOMAIN), + 'sub_desc' => __('Enable advanced functionality within the page builder, this includes the ability to ad + 'desc' => '', + 'options' => array('1' => 'On','0' => 'Off'), + 'std' => '0' + ) + ) + ); + + $sections[] = array( 'icon' => 'search-plus', 'icon_class' => 'fa-lg', 'title' => __('Super Search Options', Redux_TEXT_DOMAIN), 'std' => '0' ), array( - 'id' => 'enable_one_page_checkout', - 'type' => 'button_set', - 'title' => __('One page checkout mode', Redux_TEXT_DOMAIN), - 'sub_desc' => __('Enable this setting to change the checkout page to be a single page layout.', Redu - 'desc' => '', - 'options' => array('1' => 'On','0' => 'Off'), - 'std' => '0' - ), - array( 'id' => 'enable_product_zoom', 'type' => 'button_set', 'title' => __('Enable image zoom on product images', Redux_TEXT_DOMAIN), dante dante / / includes includes / / sf-options.php sf-options.php Download patch Download patch Blame Blame 15 16 17 18 19 20 21 15 16 17 18 19 20 21 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 /* PORTFOLIO ITEMS ================================================== */ if (!function_exists('sf_portfolio_items')) { - function sf_portfolio_items($display_type, $columns, $show_title, $show_subtitle, $show_excerpt, $excerpt_length, $item_coun + function sf_portfolio_items($display_type, $columns, $show_title, $show_subtitle, $show_excerpt, $hover_show_excerpt, $excer /* OUTPUT VARIABLE ================================================== */ $portfolio_items_output .= '<img itemprop="image" src="'.$image[0].'" width="'.$image[1].'" height="'.$i $portfolio_items_output .= '<a '.$link_config.'></a>'; - if ($item_subtitle != "" && ($display_type == "gallery" || $display_type == "masonry-gallery")) { + if ($item_subtitle != "" && $hover_show_excerpt == "no" && ($display_type == "gallery" || $display_type $portfolio_items_output .= '<figcaption><div class="thumb-info thumb-info-extended">'; } else if ($display_type == "standard" || $display_type == "masonry") { $portfolio_items_output .= '<figcaption><div class="thumb-info thumb-info-alt">'; + } else if ($hover_show_excerpt == "yes" && ($display_type == "gallery" || $display_type == "masonry-gall + $portfolio_items_output .= '<figcaption><div class="thumb-info thumb-info-excerpt">'; } else { - $portfolio_items_output .= '<figcaption><div class="thumb-info">'; + $portfolio_items_output .= '<figcaption><div class="thumb-info">'; } if ($display_type == "gallery" || $display_type == "masonry-gallery") { + if ($hover_show_excerpt == "yes") { + $portfolio_items_output .= '<h4 itemprop="name headline">'.$item_title.'</h4>'; + $portfolio_items_output .= '<p itemprop="description">'.sf_excerpt(30).'</p>'; + } else { $portfolio_items_output .= '<h4 itemprop="name headline">'.$item_title.'</h4>'; $portfolio_items_output .= '<h5 itemprop="name alternative">'.$item_subtitle.'</h5>'; + } } $portfolio_items_output .= '<i class="'.$item_icon.'"></i>'; $portfolio_items_output .= '</div></figcaption>'; dante dante / / includes includes / / sf-portfolio.php sf-portfolio.php Download patch Download patch Blame Blame } else if ($post_type == "product") { $img_icon = "ss-cart"; } else if ($post_type == "portfolio") { - $img_icon = "ss-pi echart"; + $img_icon = "ss-pi cture"; } else if ($post_type == "team") { $img_icon = "ss-user"; } else if ($post_type == "galleries") { 622 623 624 625 626 627 628 622 623 624 625 626 627 628 dante dante / / includes includes / / sf-post-formats.php sf-post-formats.php Download patch Download patch Blame Blame * * sf_theme_activation() * sf_bwm_filter() + * sf_bwm_filter_script() * sf_filter_wp_title() * sf_maintenance_mode() * sf_custom_login_logo() 9 10 11 12 13 14 9 10 11 12 13 14 15 function sf_bwm_filter($excluded) { global $is_IE; - $excluded = array('fontawesome', 'ssgizmo' , 'sf-respond', 'sf-html5shiv'); + $excluded = array('fontawesome', 'ssgizmo'); if ($is_IE) { - $excluded = array('bootstrap', 'sf-main', 'sf-responsive', 'fontawesome', 'ssgizmo' , 'sf-respond', 'sf-html5shiv'); + $excluded = array('bootstrap', 'sf-main', 'sf-responsive', 'fontawesome', 'ssgizmo'); } return $excluded; } add_filter('bwp_minify_style_ignore', 'sf_bwm_filter'); + function sf_bwm_filter_script($excluded) { + + global $is_IE; + + $excluded = array(); + + if ($is_IE) { + $excluded = array('jquery', 'sf-bootstrap-js', 'sf-respond', 'sf-html5shiv', 'sf-functions'); + } + + return $excluded; + + } + add_filter('bwp_minify_script_ignore', 'sf_bwm_filter_script'); + /* BETTER SEO PAGE TITLE ================================================== */ 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 dante dante / / includes includes / / sf-theme-functions.php sf-theme-functions.php Download patch Download patch Blame Blame var header = { init: function() { - var stickyHeaderMobile = !isMobileAlt ; + var stickyHeaderMobile = !isMobileAlt , + lastAjaxSearchValue = "", + searchTimer = false; if (sfIncluded.hasClass('sticky-header-mobile')) { stickyHeaderMobile = true; 344 345 346 347 348 349 350 344 345 346 347 348 349 350 351 352 } }); + jQuery('.header-search-link-alt').on('click', function(e) { + e.preventDefault(); + + var ajaxSearchWrap = jQuery('.ajax-search-wrap'); + + if (ajaxSearchWrap.is(':visible')) { + ajaxSearchWrap.fadeOut(300); + } else { + ajaxSearchWrap.fadeIn(300); + setTimeout(function() { + jQuery('.ajax-search-form input[name=s]').focus(); + }, 300); + } + + }); + + jQuery('.ajax-search-form input[name=s]').on('keyup', function(e) { + var searchvalue = e.currentTarget.value; + + clearTimeout(searchTimer); + if (lastAjaxSearchValue != jQuery.trim(searchvalue) && searchvalue.length >= 3) { + searchTimer = setTimeout( function() { + header.ajaxSearch(e); + }, 400); + } + }); + + jQuery('#header-search-close').on('click', function(e) { e.preventDefault(); header.headerAuxClose(); 390 391 392 393 394 395 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 }, 500).css('z-index', ''); } jQuery('body').removeClass('ss-open'); + }, + ajaxSearch: function(e) { + var searchInput = jQuery(e.currentTarget), + searchValues = searchInput.parents('form').serialize() + '&action=sf_ajaxsearch', + results = jQuery('.ajax-search-results'), + loadingIndicator = jQuery('.ajax-search-wrap .ajax-loading'); + + jQuery.ajax({ + url: ajaxurl, + type: "POST", + data: searchValues, + beforeSend: function() { + loadingIndicator.fadeIn(50); + }, + success: function(response) { + if (response == 0) { + response = ""; + } else { + results.html(response); + } + }, + complete: function() { + loadingIndicator.fadeOut(200); + results.slideDown(400); + } + }); } }; 509 510 511 512 513 514 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 var menuContainer = jQuery(this).parent().parent(); // Check if this is the top bar menu - console.log(menuContainer); if (menuContainer.parent().hasClass("top-menu")) { if (menuContainer.parent().parent().hasClass("tb-right")) { menuLeft = ""; 558 559 560 561 562 563 564 614 615 616 617 618 619 megaMenu: function() { jQuery('#main-navigation .menu').dcMegaMenu({ rowItems: '5', - speed: 400, + speed: 200, effect: 'fade', fullWidth: true }); 645 646 647 648 649 650 651 700 701 702 703 704 705 706 dante dante / / js js / / functions.js functions.js Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / language language / / .DS_Store .DS_Store Download patch Download patch Blame Blame msgstr "" #. Text in function -#: dante/single.php:224 -#: dante/single-galleries.php:133 #: dante/comments.php:27 +#: dante/single-jobs.php:42 +#: dante/single-galleries.php:133 +#: dante/single.php:229 msgid "% Comments" msgstr "" 15 16 17 18 19 20 21 22 23 15 16 17 18 19 20 21 22 23 24 msgstr "" #. Text in function -#: dante/single.php:224 -#: dante/single-galleries.php:133 #: dante/comments.php:27 #: dante/includes/sf-theme-functions.php:1 +#: dante/single-jobs.php:42 +#: dante/single-galleries.php:133 +#: dante/single.php:229 msgid "0 Comments" msgstr "" 32 33 34 35 36 37 38 39 40 41 33 34 35 36 37 38 39 40 41 42 43 msgstr "" #. Text in function -#: dante/single.php:224 -#: dante/single-galleries.php:133 #: dante/comments.php:27 #: dante/includes/sf-theme-functions.php:1 +#: dante/single-jobs.php:42 +#: dante/single-galleries.php:133 +#: dante/single.php:229 msgid "1 Comment" msgstr "" 51 52 53 54 55 56 57 58 59 60 53 54 55 56 57 58 59 60 61 62 63 #. Text in echo #: dante/woocommerce/checkout/thankyou.php:41 #: dante/woocommerce/checkout/thankyou.php:87 -#: dante/woocommerce/checkout/form-checkout.php:165 msgid "1. Sign In" msgstr "" #. Text in echo #: dante/woocommerce/checkout/thankyou.php:42 #: dante/woocommerce/checkout/thankyou.php:88 -#: dante/woocommerce/checkout/form-checkout.php:166 msgid "2. Billing & Shipping" msgstr "" #. Text in echo #: dante/woocommerce/checkout/thankyou.php:43 #: dante/woocommerce/checkout/thankyou.php:89 -#: dante/woocommerce/checkout/form-checkout.php:167 msgid "3. Review & Payment" msgstr "" #. Text in echo #: dante/woocommerce/checkout/thankyou.php:44 #: dante/woocommerce/checkout/thankyou.php:90 -#: dante/woocommerce/checkout/form-checkout.php:168 msgid "4. Confirmation" msgstr "" 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 msgstr "" #. Text in function -#: dante/single-team.php:113 -#: dante/single.php:212 +#: dante/single-team.php:115 +#: dante/single-jobs.php:34 #: dante/single-galleries.php:125 +#: dante/single.php:217 msgid "<i class=\"ss-navigateleft\"></i> <span class=\"nav-text\">%title</span>" msgstr "" 107 108 109 110 111 112 113 114 115 106 107 108 109 110 111 112 113 114 115 msgstr "" #. Text in function -#: dante/single-team.php:114 -#: dante/single.php:213 +#: dante/single-team.php:116 +#: dante/single-jobs.php:35 #: dante/single-galleries.php:126 +#: dante/single.php:218 msgid "<span class=\"nav-text\">%title</span><i class=\"ss-navigateright\"></i>" msgstr "" #. Text in echo -#: dante/single.php:27 1 +#: dante/single.php:27 6 msgid "About" msgstr "" 125 126 127 128 129 130 131 132 133 134 135 136 137 138 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 msgstr "" #. Text in function -#: dante/woocommerce/single-product/add-to-cart/variable.php:83 #: dante/woocommerce/single-product/add-to-cart/simple.php:44 #: dante/woocommerce/loop/add-to-cart.php:22 +#: dante/woocommerce/single-product/add-to-cart/variable.php:83 msgid "Add to shopping bag" msgstr "" 142 143 144 145 146 147 148 149 150 143 144 145 146 147 148 149 150 151 msgid "Additional Information" msgstr "" -#. Text in echo -#: dante/woocommerce/myaccount/my-account.php:29 +#. Text in function #: dante/woocommerce/myaccount/my-address.php:1 +#: dante/woocommerce/myaccount/my-account.php:29 msgid "Address Book" msgstr "" -#. Text in echo -#: dante/woocommerce/loop/result-count.php:52 +#. Text in function #: dante/includes/sf-portfolio.php:1 +#: dante/woocommerce/loop/result-count.php:52 msgid "All" msgstr "" #. Text in echo -#: dante/footer.php:2 48 +#: dante/footer.php:2 57 msgid "All posts loaded" msgstr "" #. Text in echo -#: dante/woocommerce/myaccount/my-orders.php:51 -msgid "Amount" +#: dante/search.php:94 +#: dante/search.php:149 +msgid "Alternatively, you can browse the sitemap below." msgstr "" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:280 -msgid "And we're done!" +#: dante/woocommerce/myaccount/my-orders.php:51 +msgid "Amount" msgstr "" #. Text in function 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 msgstr "" #. Text in function -#: dante/swift-framework/shortcodes.php:1 #: dante/includes/sf-blog.php:1 +#: dante/swift-framework/shortcodes.php:1 msgid "Archives" msgstr "" 193 194 195 196 197 198 199 200 195 196 197 198 199 200 201 202 msgstr "" #. Text in echo -#: dante/woocommerce/myaccount/form-edit-address.php:31 #: dante/woocommerce/order/order-details.php:30 +#: dante/woocommerce/myaccount/form-edit-address.php:31 #: dante/woocommerce/wishlist.php:76 msgid "Back to my account" msgstr "" 209 210 211 212 213 214 215 216 211 212 213 214 215 216 217 218 msgstr "" #. Text in function -#: dante/swift-framework/shortcodes.php:1 #: dante/includes/sf-blog.php:1 +#: dante/swift-framework/shortcodes.php:1 msgid "Categories" msgstr "" 251 252 253 254 255 256 257 258 253 254 255 256 257 258 259 260 msgid "Change password" msgstr "" -#. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:200 -msgid "Checkout as a guest" -msgstr "" - #. Text in function #: dante/comments.php:65 msgid "Click here to cancel the reply" 266 267 268 269 270 271 272 273 274 275 276 268 269 270 271 272 273 msgstr "" #. Text in function -#: dante/includes/sf-theme-functions.php:4 09 +#: dante/includes/sf-theme-functions.php:4 37 msgid "Color Customizer" msgstr "" 282 283 284 285 286 287 288 279 280 281 282 283 284 285 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:209 -#: dante/woocommerce/checkout/form-checkout.php:280 -msgid "Continue" -msgstr "" - -#. Text in echo #: dante/woocommerce/cart/cart-empty.php: #: dante/woocommerce/checkout/thankyou.php:95 #: dante/woocommerce/cart/cart.php:214 298 299 300 301 302 303 304 305 306 307 308 309 295 296 297 298 299 300 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:197 #: dante/woocommerce/myaccount/form-login.php:68 msgid "Create an account" msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Day" msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Days" msgstr "" #. Text in echo #: dante/swift-framework/sf-woocommerce.php:279 -#: dante/woocommerce/checkout/review-order.php:22 #: dante/woocommerce/cart/cart.php:39 msgid "Description" msgstr "" 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/review-order.php: 98 +#: dante/woocommerce/checkout/review-order.php: 78 msgid "Discount:" msgstr "" 339 340 341 342 343 344 345 328 329 330 331 332 333 334 #. Text in function #: dante/woocommerce/myaccount/my-address.php:68 -msgid "Edit %s address" +msgid "Edit address" msgstr "" #. Text in function 351 352 353 354 355 356 357 340 341 342 343 344 345 346 msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Hour" msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Hours" msgstr "" -#. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:179 -msgid "I already have an account" -msgstr "" - -#. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:192 -msgid "I'm new here" -msgstr "" - #. Text in function -#: dante/woocommerce/wishlist.php:14 1 +#: dante/woocommerce/wishlist.php:14 8 msgid "In Stock" msgstr "" 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:21 #: dante/woocommerce/order/order-details.php:41 -#: dante/woocommerce/cart/cart.php:38 #: dante/woocommerce/wishlist.php:96 +#: dante/woocommerce/cart/cart.php:38 msgid "Item" msgstr "" 444 445 446 447 448 449 450 451 452 453 423 424 425 426 427 428 429 430 431 msgstr "" #. Text in echo -#: dante/footer.php:2 47 +#: dante/footer.php:2 56 msgid "Loading" msgstr "" 488 489 490 491 492 493 494 466 467 468 469 470 471 472 msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out?</a>" msgstr "" -#. Text in function +#. Text in echo +#: dante/woocommerce/checkout/form-checkout.php:47 #: dante/includes/sf-header.php:1 msgid "Login" msgstr "" +#. Text in echo +#: dante/woocommerce/checkout/form-checkout.php:40 +msgid "Login here" +msgstr "" + #. Text in function #: dante/includes/sf-menus.php:1 msgid "Main Menu" msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Min" msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Mins" msgstr "" +#. Text in function +#: dante/includes/sf-menus.php:1 +msgid "Mobile Menu" +msgstr "" + #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Month" msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Months" msgstr "" 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 msgstr "" #. Text in echo -#: dante/woocommerce/myaccount/form-edit-address.php:29 #: dante/woocommerce/order/order-details.php:28 +#: dante/woocommerce/myaccount/form-edit-address.php:29 #: dante/woocommerce/myaccount/my-account.php:20 -#: dante/includes/sf-header.php:1 #: dante/woocommerce/wishlist.php:74 +#: dante/includes/sf-header.php:1 msgid "My Account" msgstr "" 544 545 546 547 548 549 550 551 552 553 554 533 534 535 536 537 538 539 540 541 542 543 msgid "Next slide" msgstr "" +#. Text in function +#: dante/includes/sf-header.php:1 +msgid "No results" +msgstr "" + +#. Text in function +#: dante/includes/sf-header.php:1 +msgid "No search results could be found, please try another query." +msgstr "" + #. Text in echo #: dante/woocommerce/myaccount/form-login.php:64 msgid "Not registered? No problem" 604 605 606 607 608 609 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 #. Text in function #: dante/woocommerce/single-product/product-image.php:19 #: dante/woocommerce/content-product.php:170 -#: dante/woocommerce/wishlist.php:14 1 +#: dante/woocommerce/wishlist.php:14 8 msgid "Out of Stock" msgstr "" 612 613 614 615 616 617 618 611 612 613 614 615 616 617 msgstr "" #. Text in function +#: dante/includes/sf-header.php:1 +msgid "Page" +msgstr "" + +#. Text in function #: dante/includes/sf-theme-functions.php:1 msgid "Page %s" msgstr "" 622 623 624 625 626 627 621 622 623 624 625 626 627 628 629 630 631 msgid "Pages" msgstr "" +#. Text in echo +#: dante/woocommerce/checkout/review-order.php:260 +msgid "Payment Method" +msgstr "" + #. Text in function #: dante/includes/sf-header.php:1 msgid "Please assign a menu to the Main Menu in Appearance > Menus" msgstr "" #. Text in echo -#: dante/header.php:17 7 +#: dante/header.php:17 8 msgid "Please enable JavaScript to view this website." msgstr "" 631 632 633 634 635 636 637 638 639 640 641 642 643 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 msgid "Please provide your Twitter username" msgstr "" +#. Text in echo +#: dante/search.php:90 +#: dante/search.php:145 +msgid "Please use the form below to search again." +msgstr "" + #. Text in function #: dante/comments.php:65 msgid "Post comment" 646 647 648 649 650 651 655 656 657 658 659 660 661 662 663 664 665 666 msgstr "" #. Text in function -#: dante/single.php: 221 +#: dante/single -jobs.php: 39 +#: dante/single.php:226 +msgid "Posted by <a href=\"%2$s\" itemprop=\"author\" class=\"fn\">%1$s</a> on <span class=\"date updated\">%3$s</span> in %4$s" +msgstr "" + +#. Text in function #: dante/single-galleries.php:130 msgid "Posted by <a href=\"%2$s\">%1$s</a> on %3$s in %4$s" msgstr "" 657 658 659 660 661 662 663 672 673 674 675 676 677 678 679 680 681 682 683 msgid "Proceed to checkout" msgstr "" -#. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:241 -msgid "Proceed with purchase" -msgstr "" - #. Text in function #: dante/includes/sf-theme-functions.php:1 msgid "Product Category" 698 699 700 701 702 703 704 705 706 707 708 718 719 720 721 722 723 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:2 27 +#: dante/woocommerce/checkout/review-order.php:2 07 msgid "Promo Codes:" msgstr "" 724 725 726 727 728 729 730 739 740 741 742 743 744 745 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:24 #: dante/woocommerce/order/order-details.php:43 msgid "Quantity" msgstr "" #. Text in echo #: dante/swift-framework/sf-woocommerce.php:131 +#: dante/woocommerce/checkout/review-order.php:312 #: dante/includes/sf-header.php:1 msgid "Quantity:" msgstr "" 734 735 736 737 738 739 740 741 742 743 744 745 746 749 750 751 752 753 754 755 756 757 758 759 760 761 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:261 -#: dante/woocommerce/myaccount/form-login.php:7 7 +#: dante/woocommerce/myaccount/form-login.php:7 5 msgid "Register" msgstr "" 756 757 758 759 760 761 762 763 771 772 773 774 775 776 777 msgstr "" #. Text in function -#: dante/single.php:2 85 +#: dante/single.php:2 90 msgid "Related Articles" msgstr "" #. Text in echo -#: dante/single-portfolio.php: 337 +#: dante/single-portfolio.php: 486 msgid "Related Projects" msgstr "" #. Text in echo -#: dante/woocommerce/wishlist.php:1 59 +#: dante/woocommerce/wishlist.php:1 67 msgid "Remove this product" msgstr "" 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 msgstr "" #. Text in echo +#: dante/woocommerce/checkout/form-checkout.php:40 +msgid "Returning customer?" +msgstr "" + +#. Text in echo #: dante/swift-framework/sf-woocommerce.php:362 #: dante/swift-framework/sf-woocommerce.php:400 msgid "Returns & exchange" 792 793 794 795 796 797 806 807 808 809 810 811 812 813 814 815 816 msgstr "" #. Text in echo -#: dante/ 404.php: 21 +#: dante/ search.php: 92 +#: dante/search.php:147 #: dante/includes/sf-blog.php:1 +#: dante/404.php:21 #: dante/includes/sf-header.php:1 msgid "Search" msgstr "" #. Text in echo -#: dante/header.php:18 3 +#: dante/header.php:18 4 msgid "Search for something..." msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Sec" msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Secs" msgstr "" 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 msgstr "" #. Text in echo -#: dante/single.php: 243 +#: dante/single -jobs.php: 61 +#: dante/single.php:249 msgid "Share this article:" msgstr "" 830 831 832 833 834 835 836 851 852 853 854 855 856 857 858 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/review-order.php: 109 +#: dante/woocommerce/checkout/review-order.php: 89 msgid "Shipping:" msgstr "" 851 852 853 854 855 856 857 873 874 875 876 877 878 879 msgstr "" #. Text in echo +#: dante/search.php:87 +#: dante/search.php:142 #: dante/category.php:118 #: dante/category.php:168 -#: dante/archive.php:131 -#: dante/archive.php:181 #: dante/index.php:102 #: dante/index.php:148 -#: dante/search.php:87 -#: dante/search.php:133 +#: dante/archive.php:131 +#: dante/archive.php:181 #: dante/taxonomy-portfolio-category.php:53 msgid "Sorry, there are no posts to display." msgstr "" 881 882 883 884 885 886 887 888 889 890 891 892 893 894 903 904 905 906 907 908 909 910 911 912 913 914 915 916 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:25 #: dante/woocommerce/cart/cart.php:42 msgid "Subtotal" msgstr "" #. Text in echo -#: dante/woocommerce/checkout/review-order.php: 91 +#: dante/woocommerce/checkout/review-order.php: 71 msgid "Subtotal:" msgstr "" 904 905 906 907 908 909 910 911 912 913 914 915 916 926 927 928 929 930 931 932 933 934 935 936 937 msgstr "" #. Text in echo -#: dante/single.php: 237 +#: dante/single -jobs.php: 56 #: dante/single-galleries.php:146 +#: dante/single.php:243 msgid "Tags:" msgstr "" #. Text in function -#: dante/includes/sf-theme-functions.php:4 09 +#: dante/includes/sf-theme-functions.php:4 37 msgid "Theme Options" msgstr "" 920 921 922 923 924 925 926 927 928 929 930 931 932 941 942 943 944 945 946 947 948 949 950 951 952 953 954 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:2 41 +#: dante/woocommerce/checkout/review-order.php:2 21 msgid "Total" msgstr "" 941 942 943 944 945 946 947 963 964 965 966 967 968 969 msgstr "" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:23 -#: dante/woocommerce/cart/cart.php:40 #: dante/woocommerce/wishlist.php:98 +#: dante/woocommerce/cart/cart.php:40 msgid "Unit Price" msgstr "" 952 953 954 955 956 957 958 959 960 974 975 976 977 978 979 980 981 msgstr "" #. Text in echo -#: dante/single-portfolio.php:192 -#: dante/single-portfolio.php:307 +#: dante/single-portfolio.php:435 +#: dante/single-portfolio.php:451 msgid "View Project" msgstr "" #. Text in function +#: dante/includes/sf-header.php:1 +msgid "View all %d results" +msgstr "" + +#. Text in function #: dante/swift-framework/page-builder/builder/shortcodes/jobs-overview.php:1 msgid "View all vacancies" msgstr "" 975 976 977 978 979 980 981 982 983 984 985 986 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Week" msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Weeks" msgstr "" 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Year" msgstr "" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Years" msgstr "" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:208 -msgid "You are already logged in, please continue to the next step." -msgstr "" - -#. Text in echo #: dante/woocommerce/cart/cart-empty.php:16 msgid "You currently have no items in your Shopping Bag." msgstr "" 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 msgstr "" #. Text in echo -#: dante/woocommerce/cart/cart-empty.php:14 -msgid "Your Shopping Bag is empty" +#: dante/woocommerce/checkout/form-checkout.php:95 +msgid "Your Order" msgstr "" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:250 -msgid "Your order summary" +#: dante/woocommerce/cart/cart-empty.php:14 +msgid "Your Shopping Bag is empty" msgstr "" #. Text in echo 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 msgid "Your selection" msgstr "" -#. Text in function +#. Text in echo +#: dante/woocommerce/wishlist.php:174 #: dante/includes/sf-header.php:1 -#: dante/woocommerce/wishlist.php:166 msgid "Your wishlist is currently empty." msgstr "" 1087 1088 1089 1090 1091 1092 1093 1094 1095 1108 1109 1110 1111 1112 1113 1114 1115 1116 msgstr "" #. Text in function -#: dante/swift-framework/widgets/widget-comments.php:56 #: dante/swift-framework/sf-functions.php:1 +#: dante/swift-framework/widgets/widget-comments.php:66 #: dante/includes/sf-comments.php:32 msgid "ago" msgstr "" 1104 1105 1106 1107 1108 1109 1110 1111 1125 1126 1127 1128 1129 1130 1131 1132 msgid "testimonial_page" msgstr "" -#. Text in echo -#: dante/swift-framework/widgets/widget-comments.php:66 -msgid "view" -msgstr "" - 1138 1139 1140 1141 1142 1143 1144 1145 1159 1160 1161 dante dante / / language language / / en_US.po en_US.po Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / language language / / fr_FR.mo fr_FR.mo Download patch Download patch Blame Blame msgstr "Avis" #. Text in function -#: dante/single.php:224 -#: dante/single-galleries.php:133 #: dante/comments.php:27 +#: dante/single-jobs.php:42 +#: dante/single-galleries.php:133 +#: dante/single.php:229 msgid "% Comments" msgstr "% Avis" 16 17 18 19 20 21 22 23 24 16 17 18 19 20 21 22 23 24 25 msgstr "%1$s - %2$s" #. Text in function -#: dante/single.php:224 -#: dante/single-galleries.php:133 #: dante/comments.php:27 #: dante/includes/sf-theme-functions.php:1 +#: dante/single-jobs.php:42 +#: dante/single-galleries.php:133 +#: dante/single.php:229 msgid "0 Comments" msgstr "0 Avis" 33 34 35 36 37 38 39 40 41 42 34 35 36 37 38 39 40 41 42 43 44 msgstr "0 Articles Dans Votre Panier" #. Text in function -#: dante/single.php:224 -#: dante/single-galleries.php:133 #: dante/comments.php:27 #: dante/includes/sf-theme-functions.php:1 +#: dante/single-jobs.php:42 +#: dante/single-galleries.php:133 +#: dante/single.php:229 msgid "1 Comment" msgstr "1 Avis" 52 53 54 55 56 57 58 59 60 61 54 55 56 57 58 59 60 61 62 63 64 #. Text in echo #: dante/woocommerce/checkout/thankyou.php:41 #: dante/woocommerce/checkout/thankyou.php:87 -#: dante/woocommerce/checkout/form-checkout.php:165 msgid "1. Sign In" msgstr "1. Me Connecter" #. Text in echo #: dante/woocommerce/checkout/thankyou.php:42 #: dante/woocommerce/checkout/thankyou.php:88 -#: dante/woocommerce/checkout/form-checkout.php:166 msgid "2. Billing & Shipping" msgstr "2. Paiement et Livraison" #. Text in echo #: dante/woocommerce/checkout/thankyou.php:43 #: dante/woocommerce/checkout/thankyou.php:89 -#: dante/woocommerce/checkout/form-checkout.php:167 msgid "3. Review & Payment" msgstr "3. " #. Text in echo #: dante/woocommerce/checkout/thankyou.php:44 #: dante/woocommerce/checkout/thankyou.php:90 -#: dante/woocommerce/checkout/form-checkout.php:168 msgid "4. Confirmation" msgstr "4. Confirmation" 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 msgstr "<h1>%1$s résultats pour <span>%2$s</span></h1>" #. Text in function -#: dante/single-team.php:113 -#: dante/single.php:212 +#: dante/single-team.php:115 +#: dante/single-jobs.php:34 #: dante/single-galleries.php:125 +#: dante/single.php:217 msgid "<i class=\"ss-navigateleft\"></i> <span class=\"nav-text\">%title</span>" msgstr "<i class=\"ss-navigateleft\"></i> <span class=\"nav-text\">%title</span>" 108 109 110 111 112 113 114 115 116 107 108 109 110 111 112 113 114 115 116 msgstr "<i class='ss-navigateleft'></i> Précédent" #. Text in function -#: dante/single-team.php:114 -#: dante/single.php:213 +#: dante/single-team.php:116 +#: dante/single-jobs.php:35 #: dante/single-galleries.php:126 +#: dante/single.php:218 msgid "<span class=\"nav-text\">%title</span><i class=\"ss-navigateright\"></i>" msgstr "<span class=\"nav-text\">%title</span><i class=\"ss-navigateright\"></i>" #. Text in echo -#: dante/single.php:27 1 +#: dante/single.php:27 6 msgid "About" msgstr "En ce qui concerne" 126 127 128 129 130 131 132 133 134 135 136 137 138 139 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 msgstr "Actions" #. Text in function -#: dante/woocommerce/single-product/add-to-cart/variable.php:83 #: dante/woocommerce/single-product/add-to-cart/simple.php:44 #: dante/woocommerce/loop/add-to-cart.php:22 +#: dante/woocommerce/single-product/add-to-cart/variable.php:83 msgid "Add to shopping bag" msgstr "Ajouter au Panier" 143 144 145 146 147 148 149 150 151 144 145 146 147 148 149 150 151 152 msgid "Additional Information" msgstr "Des Informations Supplémentaires" -#. Text in echo -#: dante/woocommerce/myaccount/my-account.php:29 +#. Text in function #: dante/woocommerce/myaccount/my-address.php:1 +#: dante/woocommerce/myaccount/my-account.php:29 msgid "Address Book" msgstr "Carnet d'Adresses" -#. Text in echo -#: dante/woocommerce/loop/result-count.php:52 +#. Text in function #: dante/includes/sf-portfolio.php:1 +#: dante/woocommerce/loop/result-count.php:52 msgid "All" msgstr "Tous" #. Text in echo -#: dante/footer.php:2 48 +#: dante/footer.php:2 57 msgid "All posts loaded" msgstr "Tous les posts sont chargés" #. Text in echo +#: dante/search.php:94 +#: dante/search.php:149 +msgid "Alternatively, you can browse the sitemap below." +msgstr "Alternativement, vous pouvez parcourir le plan du site ci-dessous." + +#. Text in echo #: dante/woocommerce/myaccount/my-orders.php:51 msgid "Amount" msgstr "Quantité" -#. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:280 -msgid "And we're done!" -msgstr "Et nous avons fini!" - #. Text in function #: dante/swift-framework/sf-supersearch.php:1 msgid "Any" 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 msgstr "Archiver pour" #. Text in function -#: dante/swift-framework/shortcodes.php:1 #: dante/includes/sf-blog.php:1 +#: dante/swift-framework/shortcodes.php:1 msgid "Archives" msgstr "Les Archives" 194 195 196 197 198 199 200 201 196 197 198 199 200 201 202 203 msgstr "Auteur archiver pour" #. Text in echo -#: dante/woocommerce/myaccount/form-edit-address.php:31 #: dante/woocommerce/order/order-details.php:30 +#: dante/woocommerce/myaccount/form-edit-address.php:31 #: dante/woocommerce/wishlist.php:76 msgid "Back to my account" msgstr "Retour à mon compte" 210 211 212 213 214 215 216 217 212 213 214 215 216 217 218 219 msgstr "Par <a href=\"%2$s\">%1$s</a> on %3$s" #. Text in function -#: dante/swift-framework/shortcodes.php:1 #: dante/includes/sf-blog.php:1 +#: dante/swift-framework/shortcodes.php:1 msgid "Categories" msgstr "Catégories" 252 253 254 255 256 257 258 259 254 255 256 257 258 259 260 261 msgid "Change password" msgstr "Changer Votre Mot de Passe" -#. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:200 -msgid "Checkout as a guest" -msgstr "Comander en tant qu’invité" - #. Text in function #: dante/comments.php:65 msgid "Click here to cancel the reply" 267 268 269 270 271 272 273 274 275 276 277 269 270 271 272 273 274 msgstr "Client:" #. Text in function -#: dante/includes/sf-theme-functions.php:4 09 +#: dante/includes/sf-theme-functions.php:4 37 msgid "Color Customizer" msgstr "Customizer de Couleur" 283 284 285 286 287 288 289 280 281 282 283 284 285 286 msgstr "Nous Contacter" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:209 -#: dante/woocommerce/checkout/form-checkout.php:280 -msgid "Continue" -msgstr "Continuer" - -#. Text in echo #: dante/woocommerce/cart/cart-empty.php: #: dante/woocommerce/checkout/thankyou.php:95 #: dante/woocommerce/cart/cart.php:214 299 300 301 302 303 304 305 306 307 308 309 310 296 297 298 299 300 301 msgstr "Continuer Mes Achats" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:197 #: dante/woocommerce/myaccount/form-login.php:68 msgid "Create an account" msgstr "Créer un Compte" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Day" msgstr "Jour" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Days" msgstr "Jours" #. Text in echo #: dante/swift-framework/sf-woocommerce.php:279 -#: dante/woocommerce/checkout/review-order.php:22 #: dante/woocommerce/cart/cart.php:39 msgid "Description" msgstr "Descriptif" 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 msgstr "renseignements" #. Text in echo -#: dante/woocommerce/checkout/review-order.php: 98 +#: dante/woocommerce/checkout/review-order.php: 78 msgid "Discount:" msgstr "Remise:" 340 341 342 343 344 345 346 329 330 331 332 333 334 335 #. Text in function #: dante/woocommerce/myaccount/my-address.php:68 -msgid "Edit %s address" -msgstr "Corriger %s adresse" +msgid "Edit address" +msgstr "Corriger adresse" #. Text in function #: dante/comments.php:65 352 353 354 355 356 357 358 359 341 342 343 344 345 346 347 348 msgstr "Aller à votre liste d'envies" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Hour" msgstr "Heure" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Hours" msgstr "Heures" -#. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:179 -msgid "I already have an account" -msgstr "J'ai Déjà un Compte" - -#. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:192 -msgid "I'm new here" -msgstr "Je suis nouveau ici" - #. Text in function -#: dante/woocommerce/wishlist.php:14 1 +#: dante/woocommerce/wishlist.php:14 8 msgid "In Stock" msgstr "En Stock" 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 msgstr "Il n'est pas possible de changer le mot de passe pour le compte démonstratif" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:21 #: dante/woocommerce/order/order-details.php:41 -#: dante/woocommerce/cart/cart.php:38 #: dante/woocommerce/wishlist.php:96 +#: dante/woocommerce/cart/cart.php:38 msgid "Item" msgstr "Article" 445 446 447 448 449 450 451 452 453 454 424 425 426 427 428 429 430 431 432 msgstr "Laisser une réponse à %s" #. Text in echo -#: dante/footer.php:2 47 +#: dante/footer.php:2 56 msgid "Loading" msgstr "Chargeant" 489 490 491 492 493 494 495 467 468 469 470 471 472 473 msgid "Logged in as <a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Log out of this account\">Log out?</a>" msgstr "Connecté comme a href=\"%1$s\">%2$s</a>. <a href=\"%3$s\" title=\"Se déconnecter de ce compte\">Se Déconnecter?</a>" -#. Text in function +#. Text in echo +#: dante/woocommerce/checkout/form-checkout.php:47 #: dante/includes/sf-header.php:1 msgid "Login" msgstr "Se Connecter" +#. Text in echo +#: dante/woocommerce/checkout/form-checkout.php:40 +msgid "Login here" +msgstr "Connectez-vous ici" + #. Text in function #: dante/includes/sf-menus.php:1 msgid "Main Menu" msgstr "Menu Principal" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Min" msgstr "Minimum" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Mins" msgstr "Minimums" +#. Text in function +#: dante/includes/sf-menus.php:1 +msgid "Mobile Menu" +msgstr "Menu mobile" + #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Month" msgstr "Le Mois" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Months" msgstr "Mois" 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 msgstr "Articles Les Plus Aimés" #. Text in echo -#: dante/woocommerce/myaccount/form-edit-address.php:29 #: dante/woocommerce/order/order-details.php:28 +#: dante/woocommerce/myaccount/form-edit-address.php:29 #: dante/woocommerce/myaccount/my-account.php:20 -#: dante/includes/sf-header.php:1 #: dante/woocommerce/wishlist.php:74 +#: dante/includes/sf-header.php:1 msgid "My Account" msgstr "Mon Compte" 545 546 547 548 549 550 551 552 553 554 555 534 535 536 537 538 539 540 541 542 543 544 msgid "Next slide" msgstr "Coulisseau prochain" +#. Text in function +#: dante/includes/sf-header.php:1 +msgid "No results" +msgstr "Aucun résultat" + +#. Text in function +#: dante/includes/sf-header.php:1 +msgid "No search results could be found, please try another query." +msgstr "Aucune recherche résultats a pu être trouvées, veuillez n'essayer une autre requête." + #. Text in echo #: dante/woocommerce/myaccount/form-login.php:64 msgid "Not registered? No problem" 605 606 607 608 609 610 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 #. Text in function #: dante/woocommerce/single-product/product-image.php:19 #: dante/woocommerce/content-product.php:170 -#: dante/woocommerce/wishlist.php:14 1 +#: dante/woocommerce/wishlist.php:14 8 msgid "Out of Stock" msgstr "En Rupture de Stock" 613 614 615 616 617 618 619 612 613 614 615 616 617 618 msgstr "Note Globale" #. Text in function +#: dante/includes/sf-header.php:1 +msgid "Page" +msgstr "Page" + +#. Text in function #: dante/includes/sf-theme-functions.php:1 msgid "Page %s" msgstr "Page %s" 623 624 625 626 627 628 622 623 624 625 626 627 628 629 630 631 632 msgid "Pages" msgstr "Les Pages" +#. Text in echo +#: dante/woocommerce/checkout/review-order.php:260 +msgid "Payment Method" +msgstr "Mode de Paiement " + #. Text in function #: dante/includes/sf-header.php:1 msgid "Please assign a menu to the Main Menu in Appearance > Menus" msgstr "Allouez un menu au menu principal en apparence > thèmes" #. Text in echo -#: dante/header.php:17 7 +#: dante/header.php:17 8 msgid "Please enable JavaScript to view this website." msgstr "Permettre JavaScript pour voir ce site Web s'il vous plait" 632 633 634 635 636 637 638 639 640 641 642 643 644 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 msgid "Please provide your Twitter username" msgstr "Veuillez fournir votre nom d'utilisateur twitter" +#. Text in echo +#: dante/search.php:90 +#: dante/search.php:145 +msgid "Please use the form below to search again." +msgstr "S'il vous plaît utiliser le formulair ci-dessous pour chercher de nouveau" + #. Text in function #: dante/comments.php:65 msgid "Post comment" 647 648 649 650 651 652 656 657 658 659 660 661 662 663 664 665 666 667 658 659 660 661 662 663 664 673 674 675 676 677 678 679 680 681 682 683 684 msgid "Proceed to checkout" msgstr "Continuer à la caisse" -#. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:241 -msgid "Proceed with purchase" -msgstr "Continuer avec votre achat" - #. Text in function #: dante/includes/sf-theme-functions.php:1 msgid "Product Category" 699 700 701 702 703 704 705 706 707 708 709 719 720 721 722 723 724 msgstr "Code de produit:" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:2 27 +#: dante/woocommerce/checkout/review-order.php:2 07 msgid "Promo Codes:" msgstr "Codes Promotionnels:" 725 726 727 728 729 730 731 740 741 742 743 744 745 746 msgstr "Code Promotionnel" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:24 #: dante/woocommerce/order/order-details.php:43 msgid "Quantity" msgstr "Quantité" #. Text in echo #: dante/swift-framework/sf-woocommerce.php:131 +#: dante/woocommerce/checkout/review-order.php:312 #: dante/includes/sf-header.php:1 msgid "Quantity:" msgstr "Quantité:" 735 736 737 738 739 740 741 742 743 744 745 746 747 750 751 752 753 754 755 756 757 758 759 760 761 762 msgstr "En savoir plus" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:261 -#: dante/woocommerce/myaccount/form-login.php:7 7 +#: dante/woocommerce/myaccount/form-login.php:7 5 msgid "Register" msgstr "Enregistrer" 757 758 759 760 761 762 763 764 772 773 774 775 776 777 778 msgstr "Clients Enregistrés" #. Text in function -#: dante/single.php:2 85 +#: dante/single.php:2 90 msgid "Related Articles" msgstr "Articles Connexes" #. Text in echo -#: dante/single-portfolio.php: 337 +#: dante/single-portfolio.php: 486 msgid "Related Projects" msgstr "Projets Liés" #. Text in echo -#: dante/woocommerce/wishlist.php:1 59 +#: dante/woocommerce/wishlist.php:1 67 msgid "Remove this product" msgstr "Supprimer ce Produit" 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 msgstr "Retour à la page précédente" #. Text in echo +#: dante/woocommerce/checkout/form-checkout.php:40 +msgid "Returning customer?" +msgstr "Retour clientèle?" + +#. Text in echo #: dante/swift-framework/sf-woocommerce.php:362 #: dante/swift-framework/sf-woocommerce.php:400 msgid "Returns & exchange" 793 794 795 796 797 798 807 808 809 810 811 812 813 814 815 816 817 msgstr "Critique" #. Text in echo -#: dante/ 404.php: 21 +#: dante/ search.php: 92 +#: dante/search.php:147 #: dante/includes/sf-blog.php:1 +#: dante/404.php:21 #: dante/includes/sf-header.php:1 msgid "Search" msgstr "Rechercher" #. Text in echo -#: dante/header.php:18 3 +#: dante/header.php:18 4 msgid "Search for something..." msgstr "Rechercher Quelque Chose" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Sec" msgstr "Seconde" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Secs" msgstr "Secondes" 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 msgstr "Partager" #. Text in echo -#: dante/single.php: 243 +#: dante/single -jobs.php: 61 +#: dante/single.php:249 msgid "Share this article:" msgstr "Partager cet Article" 831 832 833 834 835 836 837 852 853 854 855 856 857 858 859 msgstr "Renseignements de livraison" #. Text in echo -#: dante/woocommerce/checkout/review-order.php: 109 +#: dante/woocommerce/checkout/review-order.php: 89 msgid "Shipping:" msgstr "Livraison:" 852 853 854 855 856 857 858 874 875 876 877 878 879 880 882 883 884 885 886 887 888 889 890 891 892 893 894 895 904 905 906 907 908 909 910 911 912 913 914 915 916 917 msgstr "S'abonner" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:25 #: dante/woocommerce/cart/cart.php:42 msgid "Subtotal" msgstr "Sous-total" #. Text in echo -#: dante/woocommerce/checkout/review-order.php: 91 +#: dante/woocommerce/checkout/review-order.php: 71 msgid "Subtotal:" msgstr "Sous-total:" 905 906 907 908 909 910 911 912 913 914 915 916 917 927 928 929 930 931 932 933 934 935 936 937 938 msgstr "Balises" #. Text in echo -#: dante/single.php: 237 +#: dante/single -jobs.php: 56 #: dante/single-galleries.php:146 +#: dante/single.php:243 msgid "Tags:" msgstr "Balises:" #. Text in function -#: dante/includes/sf-theme-functions.php:4 09 +#: dante/includes/sf-theme-functions.php:4 37 msgid "Theme Options" msgstr "Choix de thème" 921 922 923 924 925 926 927 928 929 930 931 932 933 942 943 944 945 946 947 948 949 950 951 952 953 954 955 msgstr "Menu du haut" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:2 41 +#: dante/woocommerce/checkout/review-order.php:2 21 msgid "Total" msgstr "Total" 942 943 944 945 946 947 948 964 965 966 967 968 969 970 msgstr "Malheureusement, votre panier est vide" #. Text in echo -#: dante/woocommerce/checkout/review-order.php:23 -#: dante/woocommerce/cart/cart.php:40 #: dante/woocommerce/wishlist.php:98 +#: dante/woocommerce/cart/cart.php:40 msgid "Unit Price" msgstr "Prix Unitaire" 953 954 955 956 957 958 959 960 961 975 976 977 978 979 980 981 982 msgstr "Voir" #. Text in echo -#: dante/single-portfolio.php:192 -#: dante/single-portfolio.php:307 +#: dante/single-portfolio.php:435 +#: dante/single-portfolio.php:451 msgid "View Project" msgstr "Voir le Projet" #. Text in function +#: dante/includes/sf-header.php:1 +msgid "View all %d results" +msgstr "Voir tous les %d résultats" + +#. Text in function #: dante/swift-framework/page-builder/builder/shortcodes/jobs-overview.php:1 msgid "View all vacancies" msgstr "Voir toutes les offres" 976 977 978 979 980 981 982 983 984 985 986 987 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 msgstr "site Web" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Week" msgstr "Semaine" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Weeks" msgstr "Semaines" 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 msgstr "Écrire une Critique" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Year" msgstr "Année" #. Text in echo -#: dante/includes/sf-theme-functions.php:4 08 +#: dante/includes/sf-theme-functions.php:4 36 msgid "Years" msgstr "Années" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:208 -msgid "You are already logged in, please continue to the next step." -msgstr "Vous êtes déjà connectés, continuer avec le pas prochain s'il vous plaît." - -#. Text in echo #: dante/woocommerce/cart/cart-empty.php:16 msgid "You currently have no items in your Shopping Bag." msgstr "Actuellement vous n'avez pas des articles dans votre Panier" 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 msgstr "Vous devez être <a href=\"%s\">connecté </a> pour laisser votre avis." #. Text in echo +#: dante/woocommerce/checkout/form-checkout.php:95 +msgid "Your Order" +msgstr "Votre Commande" + +#. Text in echo #: dante/woocommerce/cart/cart-empty.php:14 msgid "Your Shopping Bag is empty" msgstr "Votre Panier est Vide" #. Text in echo -#: dante/woocommerce/checkout/form-checkout.php:250 -msgid "Your order summary" -msgstr "Summaire de Votre Commande" - -#. Text in echo #: dante/woocommerce/cart/cart.php:31 msgid "Your selection" msgstr "Votre Choix" -#. Text in function +#. Text in echo +#: dante/woocommerce/wishlist.php:174 #: dante/includes/sf-header.php:1 -#: dante/woocommerce/wishlist.php:166 msgid "Your wishlist is currently empty." msgstr "Votre liste d'envies est actuellement vide " 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 msgstr "\\t\\t\\t\\t\\t<span class='unapproved'>Votre avis attend la modération.</span>\\n" #. Text in function -#: dante/swift-framework/widgets/widget-comments.php:56 #: dante/swift-framework/sf-functions.php:1 +#: dante/swift-framework/widgets/widget-comments.php:66 #: dante/includes/sf-comments.php:32 msgid "ago" msgstr "ll y a" 1105 1106 1107 1108 1109 1110 1111 1112 1126 1127 1128 1129 1130 1131 1132 1133 msgid "testimonial_page" msgstr "page_d'attestation" -#. Text in echo -#: dante/swift-framework/widgets/widget-comments.php:66 -msgid "view" -msgstr "Voir" +#~ msgid "And we're done!" +#~ msgstr "Et nous avons fini!" + +#~ msgid "Checkout as a guest" +#~ msgstr "Comander en tant qu’invité" + +#~ msgid "Continue" +#~ msgstr "Continuer" + +#~ msgid "I already have an account" +#~ msgstr "J'ai Déjà un Compte" + +#~ msgid "I'm new here" +#~ msgstr "Je suis nouveau ici" + +#~ msgid "Proceed with purchase" +#~ msgstr "Continuer avec votre achat" + +#~ msgid "You are already logged in, please continue to the next step." +#~ msgstr "" +#~ "Vous êtes déjà connectés, continuer avec le pas prochain s'il vous plaît." + +#~ msgid "view" +#~ msgstr "Voir" #~ msgid "Accent Alt Color" #~ msgstr "Couleur d'Accent Alternative" 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 msgstr "Posté Par" #. Text in function -#: dante/single.php: 221 +#: dante/single -jobs.php: 39 +#: dante/single.php:226 +msgid "Posted by <a href=\"%2$s\" itemprop=\"author\" class=\"fn\">%1$s</a> on <span class=\"date updated\">%3$s</span> in %4$s" +msgstr "Posté par <a href=\"%2$s\" itemprop=\"author\" class=\"fn\">%1$s</a> sur <span class=\"date updated\">%3$s</span> dans %4$s + +#. Text in function #: dante/single-galleries.php:130 msgid "Posted by <a href=\"%2$s\">%1$s</a> on %3$s in %4$s" msgstr "Posté par <a href=\"%2$s\">%1$s</a> on %3$s in %4$s" msgstr "Nous sommes désolés mais nous ne pouvions pas trouver ce que vous cherchez. Vérifier pour confirmer que vous avez tapé le U #. Text in echo +#: dante/search.php:87 +#: dante/search.php:142 #: dante/category.php:118 #: dante/category.php:168 -#: dante/archive.php:131 -#: dante/archive.php:181 #: dante/index.php:102 #: dante/index.php:148 -#: dante/search.php:87 -#: dante/search.php:133 +#: dante/archive.php:131 +#: dante/archive.php:181 #: dante/taxonomy-portfolio-category.php:53 msgid "Sorry, there are no posts to display." msgstr "Désolé, il n'y a aucuns posts de montrer" dante dante / / language language / / fr_FR.po fr_FR.po Download patch Download patch Blame Blame <?php else: ?> <h3><?php _e("Sorry, there are no posts to display.", "swiftframework"); ?></h3> + + <div class="no-results-text"> + <p><?php _e("Please use the form below to search again.", "swiftframework"); ?></p> + <form method="get" class="search-form" action="<?php echo home_url(); ?>/"> + <input type="text" placeholder="<?php _e("Search", "swiftframework"); ?>" name="s" /> + </form> + <p><?php _e("Alternatively, you can browse the sitemap below.", "swiftframework"); ?></p> + <?php echo do_shortcode('[sf_sitemap]'); ?> + </div> <?php endif; ?> 85 86 87 88 89 90 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 <?php else: ?> <h3><?php _e("Sorry, there are no posts to display.", "swiftframework"); ?></h3> - + + <div class="no-results-text"> + <p><?php _e("Please use the form below to search again.", "swiftframework"); ?></p> + <form method="get" class="search-form" action="<?php echo home_url(); ?>/"> + <input type="text" placeholder="<?php _e("Search", "swiftframework"); ?>" name="s" /> + </form> + <p><?php _e("Alternatively, you can browse the sitemap below.", "swiftframework"); ?></p> + <?php echo do_shortcode('[sf_sitemap]'); ?> + </div> + <?php endif; ?> <div class="pagination-wrap"> 131 132 133 134 135 136 137 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 dante dante / / search.php search.php Download patch Download patch Blame Blame $portfolio_data = get_post_meta( $post->ID, 'portfolio', true ); $current_item_id = $post->ID; $show_page_title = get_post_meta($post->ID, 'sf_page_title', true); + $page_title_style = get_post_meta($post->ID, 'sf_page_title_style', true); $page_title = get_post_meta($post->ID, 'sf_page_title_one', true); + $page_subtitle = get_post_meta($post->ID, 'sf_page_subtitle', true); $page_title_bg = get_post_meta($post->ID, 'sf_page_title_bg', true); $fancy_title_image = rwmb_meta('sf_page_title_image', 'type=image&size=full'); $page_title_text_style = get_post_meta($post->ID, 'sf_page_title_text_style', true); 8 9 10 11 12 13 14 8 9 10 11 12 13 14 15 16 <div class="page-heading fancy-heading col-sm-12 clearfix alt-bg <?php echo $page_title_bg; ?>"> <?php } ?> <div class="heading-text"> - <h1<?php echo $page_title; ?></h1> + <h1 ><?php echo $page_title; ?></h1> <?php if ($page_subtitle) { ?> <h3><?php echo $page_subtitle; ?></h3> <?php } ?> 49 50 51 52 53 54 55 51 52 53 54 55 56 57 dante dante / / single-portfolio.php single-portfolio.php Download patch Download patch Blame Blame 263 264 265 266 267 268 269 263 264 265 266 267 268 '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600');return false;"><i class="fa <li class="pinterest"><a href="http://pinterest.com/pin/create/button/?url=<?php the_permalink(); ?>&media=< <li class="mail"><a href="mailto:?subject=<?php the_title(); ?>&body=<?php echo strip_tags(get_the_excerpt() - <li class="page-link"><a class="permalink item-link" href="<?php the_permalink(); ?>"><i class="ss-link"></i </ul> </div> <?php } ?> dante dante / / single.php single.php Download patch Download patch Blame Blame 6 7 8 9 10 11 12 6 7 8 9 10 11 12 307 308 309 310 311 312 313 307 308 309 310 311 312 313 left: 50%; position: absolute; } +figcaption .thumb-info-excerpt h4 { + line-height: 20px; + margin-bottom: 0; + padding: 0 5%; + width: 100%; + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + text-align: center; + -moz-text-shadow: 0 0 5px rgba(0,0,0,.2); + -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2); + text-shadow: 0 0 5px rgba(0,0,0,.2); + position: absolute; + top: 40%; + margin-top: -40px; +} +figcaption .thumb-info-excerpt p { + line-height: 22px; + margin-bottom: 0; + padding: 0 5%; + width: 100%; + text-align: center; + -moz-text-shadow: 0 0 5px rgba(0,0,0,.2); + -webkit-text-shadow: 0 0 5px rgba(0,0,0,.2); + text-shadow: 0 0 5px rgba(0,0,0,.2); + position: absolute; + top: 40%; + margin-top: 0; +} +figcaption .thumb-info-excerpt i { + display: none; +} .portfolio-item.standard figcaption .thumb-info a { top: 50%; position: absolute; 746 747 748 749 750 751 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 margin: 0; text-transform: uppercase; } +.no-results-text { + margin-top: 20px; +} +.no-results-text p { + margin-bottom: 15px; +} +.no-results-text .search-form input { + margin-top: 0; + margin-bottom: 60px; +} +.post-password-required label { + width: 400px; + height: auto; + overflow: hidden; +} +.post-password-required input[type="password"] { + border: 1px solid #ccc; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + background: transparent; + width: 300px; + padding: 10px; + margin-top: 0; + margin-left: 10px; +} +.post-password-required input[type="submit"] { + visibility: hidden; +} /* -------------------------------------------- PAGE HEADING 1969 1970 1971 1972 1973 1974 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 } .fancy-heading .heading-text { float: none; + margin-left: 0; } .fancy-heading h1 { font-size: 36px; 2016 2017 2018 2019 2020 2021 2080 2081 2082 2083 2084 2085 2086 -webkit-transition: top 0.5s ease-in-out; -o-transition: top 0.5s ease-in-out; } -.ss-open.header-overlay .header-wrap, .header-aux-open.header-overlay .header-wrap { +.ss-open.header-overlay .header-wrap, .no-csstransforms3d .header-aux-open.header-overlay .header-wrap { top: 150px; } #header-section { 2842 2843 2844 2845 2846 2847 2848 2907 2908 2909 2910 2911 2912 2913 display: block; height: 20px; } -#logo { - max-height: 42px; -} #logo a { height: auto; overflow: hidden; 2959 2960 2961 2962 2963 2964 2965 2966 2967 3024 3025 3026 3027 3028 3029 } #logo a.mobile-menu-show { float: right; - padding: 11px 4px 11px 10px; + padding: 9px 4px 11px 10px; + font-size: 22px; } .is-sticky #logo a.mobile-menu-show, .is-sticky #logo a.mobile-cart-link { - padding-top: 10px; + padding-top: 8px; } #logo a.mobile-menu-show i { vertical-align: -2px; } #logo a.mobile-cart-link { float: right; - margin-right: 5px; - padding: 11px 4px; + margin-right: 10px; + padding: 9px 4px; + font-size: 22px; } #logo img { display: block; 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 padding-left: 10px; padding-right: 0; } +.ajax-search-wrap { + position: absolute; + right: 38px; + top: -7px; + border: 1px solid #e3e3e3; + width: 250px; + -moz-box-shadow: 0 1px 3px rgba(0,0,0,.1); + -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.1); + box-shadow: 0 1px 3px rgba(0,0,0,.1); + display: none; +} +.ajax-search-wrap:after { + content: ""; + position: absolute; + right: -8px; + top: 26px; + width: 0; + height: 0; + border-top: 8px solid transparent; + border-bottom: 8px solid transparent; + border-left: 8px solid #e3e3e3; + margin-top: -8px; +} +.ajax-search-wrap input[type="text"] { + border: 0; + background: transparent; + padding: 15px 20px; + width: 100%; +} +#main-nav .ajax-search-wrap { + top: -1px; + right: 40px; + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} +#main-nav .ajax-search-wrap:after { + top: 22px; +} +#main-nav .ajax-search-wrap input[type="text"] { + padding: 12px 20px; +} +.ajax-search-wrap .ajax-loading { + background: transparent url('images/loader.gif') no-repeat center center; + background-size: 75%; + width: 18px; + height: 18px; + position: absolute; + right: 18px; + top: 16px; + display: none; +} +.ajax-search-results { + border-top: 1px solid #e3e3e3; + display: none; +} +.search-result-pt h6, .no-search-results h6 { + margin-bottom: 0; + padding-left: 20px; + margin-top: 18px; + letter-spacing: normal; +} +.search-result-pt .search-result { + border-bottom: 1px solid #e3e3e3; + padding: 20px 20px 16px; + height: auto; + overflow: hidden; +} +.search-result-pt .search-result:nth-of-type(1) { + padding-top: 12px; +} +.search-result .search-item-img, .search-result .search-item-img img, .search-result .search-item-img .img-holder { + height: 35px; + width: 35px; +} +.search-result .search-item-img .img-holder i { + padding: 8px 6px; + font-size: 18px; + height: 35px; + display: block; + line-height: 22px; + text-align: center; +} +.search-result .search-item-content { + margin-left: 46px; +} +.search-result h5 { + margin-bottom: 0; + margin-top: 0; + max-width: 100%; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.search-result time { + line-height: 20px; + margin-bottom: 0!important; +} +.no-search-results p { + padding: 10px 20px 18px; + margin-bottom: 0; +} +.ajax-search-results .all-results { + display: block; + padding: 20px; +} .show-menu { margin: 0 auto; font-size: 12px; 3398 3399 3400 3401 3402 3403 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 nav.mega-menu li.no-headings .sub li.mega-hdr { border-top: 0; } +nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr { + padding: 20px; +} +nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr a.mega-hdr-a { + padding: 12px 18px; +} +nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr li a { + padding: 10px 18px; +} +nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr .sub-menu, nav.mega-menu li.sf-mega-menu-alt .sub li.mega-hdr li { + border-top: 0; +} nav.mega-menu li.no-headings .sub li.mega-hdr > a { display: none!important; } 3552 3553 3554 3555 3556 3557 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3643 3644 3645 3646 3647 3648 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3853 3854 3855 3856 3857 3858 3859 } .blog-item .comments-likes .comments-wrapper { display: inline-block; - margin-right: 10px; + margin-right: 0; } .blog-item .comments-likes .love-it-wrapper { - margin-left: 0; + margin-left: 10px; margin-top: 5px; } #infscr-loading { 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 margin-bottom: 40px; list-style: none!important; } +.sitemap-col ul > li > ul { + margin-top: 10px; + margin-bottom: 20px; + margin-left: 10px; +} .sitemap-col ul li { margin-bottom: 8px; } 8675 8676 8677 8678 8679 8680 8864 8865 8866 8867 8868 8869 8870 8871 8872 8873 8874 position: relative; text-align: center; transition: all 0.35s; - color: #fff; } ul.social-icons li:not(.sf-love) a i { display: block; 9359 9360 9361 9362 9363 9364 9365 9553 9554 9555 9556 9557 9558 display: block; margin-bottom: 38px; } +ul.social-icons.light li a { + color: #fff; +} +ul.social-icons.dark li a { + color: #222; +} ul.social-icons li a:hover { color: #fff!important; } 9402 9403 9404 9405 9406 9407 9595 9596 9597 9598 9599 9600 9601 9602 9603 9604 9605 9606 content: "\1F4CE"; font-family: "SSGizmo"; } +.woocommerce .page-description { + clear: both; +} .woocommerce .pp_gallery { left: 47%; } 10129 10130 10131 10132 10133 10134 10328 10329 10330 10331 10332 10333 10334 10335 10336 margin-bottom: 60px; } .woocommerce-checkout .help-bar { - margin-bottom: 0; + margin-bottom: 20px; border-bottom: 0; + border-top: 0; + padding: 0; } .woocommerce-checkout .woocommerce > form.login { display: none; 10206 10207 10208 10209 10210 10211 10212 10213 10408 10409 10410 10411 10412 10413 10414 10415 10416 10417 z-index: 2; cursor: pointer; } +.woocommerce-checkout .checkout-spacer { + height: 30px; +} /* -------------------------------------------- SHOP PAGE 10245 10246 10247 10248 10249 10250 10449 10450 10451 10452 10453 10454 10455 10456 10457 margin-bottom: 0; } .standard-browser ul.products li.product figure.product-transition:hover > a { - -webkit-transform: translateY(-50%); - -moz-transform: translateY(-50%); - -ms-transform: translateY(-50%); - -o-transform: translateY(-50%); - transform: translateY(-50%); + top: -100%; -webkit-transition: all 1s cubic-bezier(0.190,1.000,0.220,1.000); -webkit-transition-delay: 0s; -moz-transition: all 1s cubic-bezier(0.190,1.000,0.220,1.000) 0s; 10386 10387 10388 10389 10390 10391 10392 10393 10394 10395 10396 10593 10594 10595 10596 10597 10598 10599 } .woocommerce .quantity .minus, .woocommerce .quantity .plus { font-size: 18px; - color: #999; } .woocommerce div.product form.cart .group_table { margin-bottom: 10px; 10806 10807 10808 10809 10810 10811 10812 11009 11010 11011 11012 11013 11014 .woocommerce table.shop_table tr td.product-remove .remove { float: right; padding: 0 10px; - line-height: 4 4px; + line-height: 4 2px; height: 44px; width: 44px; border-radius: 0; text-indent: 0; + font-size: 16px; } .woocommerce table.shop_table tr td.product-remove .remove i { vertical-align: -5px; 11073 11074 11075 11076 11077 11078 11079 11080 11081 11082 11083 11275 11276 11277 11278 11279 11280 11281 11282 11283 11284 11285 11286 .woocommerce .coupon input.input-text { padding: 8px 10px; border: 1px solid #e4e4e4; - width: 6 7%; + width: 6 5%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; 11127 11128 11129 11130 11131 11132 11133 11330 11331 11332 11333 11334 11335 11336 } .woocommerce .coupon input.apply-coupon { padding: 9px 0; - width: 28%; + width: 30%; float: right; border: 0; + font-size: 12px; + text-transform: uppercase; } .woocommerce .shipping-calc { float: left; 11136 11137 11138 11139 11140 11141 11142 11143 11144 11339 11340 11341 11342 11343 11344 11345 11346 11347 11348 11349 } .woocommerce .shipping-calculator-form .form-row-left { display: inline-block; - width: 3 5%; + width: 3 2%; margin: 0 1.8% 0 0; } .woocommerce .shipping-calculator-form .update-totals-button { display: inline-block; - width: 25%; + width: 31%; } .woocommerce .shipping-calculator-form .update-totals-button button { - padding: 1 2px 0; + padding: 1 4px 0; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; width: 100%; border: 0; + font-size: 12px; + text-transform: uppercase; border-radius: 0; font-weight: normal; text-shadow: none; 11187 11188 11189 11190 11191 11192 11193 11194 11195 11196 11197 11198 11199 11200 11201 11202 11203 11204 11205 11206 11392 11393 11394 11395 11396 11397 11398 11399 11400 11401 11402 11403 11404 11405 11406 11407 11408 11409 11410 11411 11412 11413 } .woocommerce .button.update-cart-button, .woocommerce .button.checkout-button { width: 100%; - height: 42px; - text-align: left; - padding: 10px 15px; + height: 46px; + text-align: center; + text-transform: uppercase; + padding: 13px 15px; margin-bottom: 15px; border: 0; + font-size: 12px; border-radius: 0; text-shadow: none; font-weight: normal; 11208 11209 11210 11211 11212 11213 11214 11215 11216 11217 11218 11415 11416 11417 11418 11419 11420 11421 11422 11423 11424 11425 11426 11427 .woocommerce form.checkout_coupon { border-left: 0; border-right: 0; + -moz-border-radius: 0; + -webkit-border-radius: 0; border-radius: 0; padding: 30px 0; } 11223 11224 11225 11226 11227 11228 11432 11433 11434 11435 11436 11437 11438 11439 list-style: none; } ul.checkout-process li { - width: 25%; + width: 33.3%; float: left; position: relative; } 11308 11309 11310 11311 11312 11313 11314 11519 11520 11521 11522 11523 11524 11525 cursor: pointer; font-weight: bold; } +.returning-customer a { + border-bottom: 1px dotted #e3e3e3; +} +#login-form .modal-body form.login { + display: block!important; + border: 0; + padding: 0; + margin: 0; +} +#login-form .modal-body form.login p.form-row-first, #login-form .modal-body form.login p.form-row-last { + width: 100%; + margin-bottom: 20px; + text-align: left!important; + margin-top: 0!important; +} +#login-form .modal-body form.login p.form-row { + width: 100%; + margin-bottom: 20px; + text-align: right; + margin-top: 10px; +} +#login-form .modal-body form.login p.form-row input[type="submit"] { + float: right!important; + margin-right: 0!important; + margin-left: 20px; + padding: 15px 40px; +} +#login-form .modal-body form.login p.form-row a.lost_password { + padding-top: 7px; + display: inline-block; +} .woocommerce #account_details > .login, .my-account-login-wrap .login-wrap { padding: 30px; } 11335 11336 11337 11338 11339 11340 11546 11547 11548 11549 11550 11551 11552 11553 11554 11555 11556 11557 11558 11559 11560 11561 11562 11563 11564 11565 11566 11567 11568 11569 11570 11571 11572 11573 11574 11575 11576 11577 11578 11579 11580 11581 11582 11423 11424 11425 11426 11427 11428 11429 11430 11431 11665 11666 11667 11668 11669 11670 11671 11672 11673 11674 margin: 0 20px 0 0; line-height: 40px; } -.woocommerce form # billing .form-row { +.woocommerce form # customer_details .form-row { display: block; width: 100%; float: none; margin-bottom: 20px; } -.woocommerce form # billing .form-row label { +.woocommerce form # customer_details .form-row label { float: left; - width: 30%; + width: 25%; padding: 0; margin: 0; line-height: 38px; + font-weight: normal; } -.woocommerce form # billing .form-row input { +.woocommerce form # customer_details .form-row input { float: right; - width: 7 0%; + width: 7 5%; } -.woocommerce-checkout .form-row .chzn-container { - width: 70%!important; -} -.woocommerce form # billing .form-row textarea { +.woocommerce form # customer_details .form-row textarea { float: right; - width: 7 0%; + width: 7 5%; padding: 10px; min-height: 70px; line-height: 20px; } -.woocommerce form #billing .form-row.notes { +.woocommerce -checkout .form-row .chzn-container { + width: 75%!important; + margin-top: 5px; +} +.woocommerce-checkout .form-row .chzn-container .chzn-results { + width: 100%; +} +.woocommerce form #order-details .form-row.notes { padding-top: 40px; } -.woocommerce form #billing #shiptobilling { - margin: 0 0 -38px 0; - float: right; - width: auto; +.woocommerce .checkout #createaccount { + float: none!important; + width: auto!important; } -.woocommerce form #billing #shiptobilling input { - float: none; - width: auto; +.woocommerce .checkout label.checkbox[for="createaccount"] { + padding: 0; + margin: 0; + float: none!important; + width: auto!important; } -.woocommerce form #billing #shiptobilling label { - float: none; +.create-account { + padding-bottom: 20px; +} +.woocommerce .checkout #shiptobilling { + float: none!important; + width: 100%!important; + margin-bottom: 20px; +} +.woocommerce .checkout #shiptobilling input { + float: none!important; + width: auto!important; +} +.woocommerce .checkout #shiptobilling label { + float: none!important; width: auto; + font-size: 1em; + line-height: auto!important; } .woocommerce form #billing .form-row .chzn-container input { float: none; 11476 11477 11478 11479 11480 11481 11482 11483 11484 11485 11486 11487 11488 11489 11490 11491 11492 11493 11494 11495 11496 11497 11498 11499 11500 11501 11502 11503 11504 11505 11506 11507 11508 11509 11510 11511 11512 11513 11514 11515 11516 11517 11518 11519 11520 11521 11522 11523 11719 11720 11721 11722 11723 11724 11725 11726 11727 11728 11729 11730 11731 11732 11733 11734 11735 11736 11737 11738 11739 11740 11741 11742 11743 11744 11745 11746 11747 11748 11749 11750 11751 11752 11753 11754 11755 11756 11757 11758 11759 11760 11761 11762 11763 11764 11765 11766 11767 11768 11769 11770 11771 11772 11773 11774 11775 11776 11777 11778 11779 11780 11781 11782 11783 11784 11785 11786 .woocommerce-checkout .form-row .chzn-container-single .chzn-search input { padding: 4px 6px; } -#billing .proceed { - margin-top: 25px; - padding-top: 15px; - border-top: 1px solid #e4e4e4; +textarea#order_comments { + padding: 10px; + min-height: 100px; } -#billing .proceed a.sf-button { - float: right; - margin-right: 0; +.review-order-wrap { + border: 2px solid #e3e3e3; + padding: 45px 45px 30px; } #order_review_heading { - margin-bottom: 0; + margin-bottom: 15px; +} +#order-details { + padding-right: 30px; +} +#order-details p.form-row { + margin-bottom: 20px; } #order_review table.shop_table { border-top: 0; - margin-bottom: 20px; + margin-bottom: 10px; } #order_review table.shop_table th { padding: 12px 0 20px; 11525 11526 11527 11528 11529 11530 11531 11532 11533 11534 11535 11536 11537 11538 11539 11540 11541 11542 11543 11544 11545 11788 11789 11790 11791 11792 11793 11794 11795 11796 11797 11798 11799 11800 11801 11802 11803 11804 11805 11806 11807 11808 11809 11810 11811 11812 11813 11548 11549 11550 11551 11552 11553 11554 11555 11556 11557 11558 11559 11560 11561 11562 11816 11817 11818 11819 11820 11821 11822 11823 11824 11825 11826 11827 11828 11829 11830 11831 margin-bottom: 30px; border-bottom: 0; } +#order_review table.totals_table { + width: 100%; + float: none; + margin-bottom: 10px; +} table.totals_table tr th { text-align: left; - padding: 6px 0; + padding: 2px 0; + font-weight: normal; +} +table.totals_table tr.total th, table.totals_table tr.total td { + padding: 12px 0 0; + letter-spacing: normal; } table.totals_table tr td { text-align: right; - padding: 6px 0; + padding: 2px 0; border-top: 0; } table.totals_table tr.blank td, table.totals_table tr.blank th { - padding: 12px 0; + padding: 6px 0; } table.totals_table tr.total { margin-top: 20px; 11574 11575 11576 11577 11578 11579 11580 11581 11582 11583 11584 11585 11586 11587 11588 11589 11590 11843 11844 11845 11846 11847 11848 11849 11850 11851 11852 11853 11854 11855 11856 11857 11858 11859 11860 11861 11862 11863 11864 11865 11866 11867 11868 11869 border-top: 1px solid #e4e4e4; } .woocommerce #payment ul.payment_methods { - padding: 25px 0 5px; + padding: 15px 0; } .woocommerce #payment ul.payment_methods li { - margin-bottom: 2 0px; + margin-bottom: 2px; } .woocommerce #payment ul.payment_methods li input { margin-top: 6px; } +.woocommerce #payment ul.payment_methods li label { + font-weight: normal; + margin-bottom: 0; +} +.woocommerce #payment div.payment_box { + border-radius: 0; + box-shadow: none; + padding: 1em; +} +.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img { + margin: 5px 0; +} .woocommerce #payment div.payment_box { border-radius: 0; box-shadow: none; + padding: 1em; +} +.woocommerce #payment div.payment_box fieldset { + padding: 0!important; +} +.woocommerce #payment div.payment_box fieldset .form-row { + width: 100%; + clear: both; } .woocommerce #payment div.form-row.place-order { - padding: 15px 0; + padding: 20px 0 10px; } .woocommerce #payment #place_order { padding: 0 30px; height: 46px; line-height: 46px; } +#order_review #payment { + margin: 0 -45px; + padding: 20px 45px 0; +} +#payment_heading { + margin-bottom: 0; + padding-bottom: 15px; + border-bottom: 1px solid #e3e3e3; +} +#order_review #payment #place_order { + padding: 0 30px; + height: 46px; + line-height: 46px; + width: 100%; +} .woocommerce-checkout p.thank-you { font-size: 32px; margin-bottom: 20px; 11607 11608 11609 11610 11611 11612 11613 11614 11615 11616 11617 11618 11619 11620 11621 11622 11623 11624 11625 11626 11627 11628 11629 11630 11631 11632 11886 11887 11888 11889 11890 11891 11892 11893 11894 11895 11896 11897 11898 11899 11900 11901 11902 11903 11904 11905 11906 11907 11908 11909 11910 11911 11912 11913 11914 11915 11916 11917 11918 11919 11920 11921 11922 11923 11924 11925 11926 11927 11928 11929 11930 11931 11932 11933 11934 11935 11936 11937 11938 11939 11940 11941 11942 11943 11944 11945 11946 margin-top: 30px; } - /* -------------------------------------------- MY ACCOUNT PAGE -------------------------------------------- */ 11637 11638 11639 11640 11641 11642 11643 11951 11952 11953 11954 11955 11956 margin-top: 50px; } .woocommerce-checkout form.checkout { + margin-top: 20px; margin-bottom: 50px; } .quantity input.qty { 12015 12016 12017 12018 12019 12020 12328 12329 12330 12331 12332 12333 12334 Author: Swift Ideas Author URI: www.swiftideas.net Description: <strong>A Retina Responsive Multi-Purpose WordPress Theme, Designed & Developed by Swift Ideas</strong> - <a href=" - Version: 1. 02 + Version: 1. 1 License: GNU General Public License version 3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, feat h1, h2, h3, h4, h5, .custom-caption p, span.dropcap1, span.dropcap2, span.dropcap3, span.dropcap4, .spb_call_text, .impact-text, .i font-family: "Museo500Regular", Arial, Helvetica, Tahoma, sans-serif; } -strong, .sf-button, h6, .standard-post-date, .sf-count-asset h6.count-subject, .progress-bar-wrap .bar-text > span.progress-value, +strong, .sf-button, h6, .standard-post-date, .sf-count-asset h6.count-subject, .progress-bar-wrap .bar-text > span.progress-value, font-family: "source_sans_probold", Arial, Helvetica, Tahoma, sans-serif; letter-spacing: 1.8px; font-weight: normal!important; -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.1); box-shadow: 0 3px 5px rgba(0,0,0,.1); } +#logo, .sticky-header-resized #logo img, .header-container > .row, .header-5 header .container > .row, .header-6 header > .containe + -webkit-animation-fill-mode: both; + -moz-animation-fill-mode: both; + -o-animation-fill-mode: both; + animation-fill-mode: both; + transition: height 0.5s ease-in-out; + -moz-transition: height 0.5s ease-in-out; + -webkit-transition: height 0.5s ease-in-out; + -o-transition: height 0.5s ease-in-out; +} #header-section .is-sticky #main-nav.sticky-header { width: 100%; -moz-box-shadow: 0 3px 5px rgba(0,0,0,.1); -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; } -.boxed-layout #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header { - width: 1230px; -} -#header-section.header-6 .is-sticky #header.sticky-header { + .boxed-layout #header-section .is-sticky #main-nav.sticky-header, .boxed-layout #header-section.header-6 .is-sticky #header.sticky- width: 1000px; } .header-7 #header .is-sticky .sticky-header { margin-top: 0; } .woocommerce #account_password-2_field label { - visibility: visible; + visibility: visible !important; + display: block!important; } -.woocommerce #account_details .login form p.form-row input[type="submit"], .my-account-login-wrap .login-wrap form.login p.form-row +.woocommerce #account_details .login form p.form-row input[type="submit"], .my-account-login-wrap .login-wrap form.login p.form-row margin-right: 20px; float: left; border: 0; #order_review table.shop_table td { border-color: rgba(0,0,0,0.05); } -#order_review table.shop_table td.product-img { - width: 10%; -} #order_review table.shop_table td.product-description { - width: 60%; + width: 80%; + padding: 15px 0 17px; } -#order_review table.shop_table td.product-unitprice, #order_review table.shop_table td.product-quantity, #order_review table.shop_t - width: 10%; - padding-top: 40px; +td.product-description .quantity-count { + margin-bottom: 0; +} +#order_review table.shop_table td.product-subtotal { + width: 20%; + padding-top: 17px; } #order_review table.shop_table .product-quantity { text-align: center; dante dante / / style.css style.css Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / swift-framework swift-framework / / .DS_Store .DS_Store Download patch Download patch Blame Blame add_filter( 'default_hidden_meta_boxes', array( $this, 'hide' ), 10, 2 ); // Save post meta + add_action( 'pre_post_update', array( $this, 'save_post' ) ); add_action( 'save_post', array( $this, 'save_post' ) ); // Attachment uses other hooks 82 83 84 85 86 87 82 83 84 85 86 87 88 dante dante / / swift-framework swift-framework / / meta-box meta-box / / inc inc / / meta-box.php meta-box.php Download patch Download patch Blame Blame // (in case using the meta box class in another plugin) // This is also helpful for some conditionals like checking page template, categories, etc. add_action( 'admin_init', 'sf_register_meta_boxes' ); - - - /********************* META BOX CHECK ***********************/ - - /** - * Check if meta boxes is included - * - * @return bool - */ - function rw_maybe_include($template_file) - { - // Include in back-end only - if ( ! defined( 'WP_ADMIN' ) || ! WP_ADMIN ) - return false; - - // Always include for ajax - if ( defined( 'DOING_AJAX' ) && DOING_AJAX ) - return true; - - // Check for post IDs - $checked_post_IDs = array(); - - if ( isset( $_GET['post'] ) ) - $post_id = $_GET['post']; - elseif ( isset( $_POST['post_ID'] ) ) - $post_id = $_POST['post_ID']; - else - $post_id = false; - - $post_id = (int) $post_id; - - if ( in_array( $post_id, $checked_post_IDs ) ) - return true; - - // Check for page template - $checked_templates = array( $template_file ); - - $template = get_post_meta( $post_id, '_wp_page_template', true ); - if ( in_array( $template, $checked_templates ) ) - return true; - - // If no condition matched - return false; - } - ?> 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1270 1271 1272 1273 1274 dante dante / / swift-framework swift-framework / / meta-boxes.php meta-boxes.php Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / swift-framework swift-framework / / page-builder page-builder / / .DS_Store .DS_Store Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / swift-framework swift-framework / / page-builder page-builder / / assets assets / / .DS_Store .DS_Store Download patch Download patch Blame Blame height: 17px; } -.row-fluid div.spb_first { +.row-fluid div.spb_first , .row-fluid [class*="span12"] { margin-left: 0; clear: both; } 67 68 69 70 71 72 73 67 68 69 70 71 72 73 } .spb_edit_form_elements { width: 800px; - margin: 10% auto; + margin: 5% auto; padding: 20px; background: #fff; border-radius: 3px; + height: 80%; + max-height: 650px; } .spb_edit_wrap { overflow-y: scroll; - height: 300px; + height: 81%; padding: 20px; margin: 0 -10px; } 120 121 122 123 124 125 126 127 128 129 130 131 132 133 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 #spb-elements .dropdown .caret { display: none; } -#spb-elements .spb_popular_layouts { - background: url(../img/icon-layout2.png) no-repeat 6px 5px; - border: 1px solid black; - padding: 0px 4px 1px 24px; - font-size: 10px; - margin-top: 9px; - margin-right: 20px; - -webkit-border-radius: 3px; - -moz-border-radius: 3px; - border-radius: 3px; - line-height: 20px; +#spb-elements .spb_columns { + background: #fff url(../img/editor_icons/PB_Nav_add_columns.png) no-repeat 10px center; + line-height: 18px; + padding: 8px 10px 8px 35px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + -moz-background-clip: padding; + -webkit-background-clip: padding-box; + background-clip: padding-box; + color: #999; + font-size: 12px; + text-shadow: none; + opacity: 0.8; + -moz-opacity: 0.8; + filter:alpha(opacity= 80); + transition: all 0.2s ease-in-out; + -moz-transition: all 0.2s ease-in-out; + -webkit-transition: all 0.2s ease-in-out; + -o-transition: all 0.2s ease-in-out; } #spb-elements .spb_content_elements { background: #222 url(../img/editor_icons/PB_Nav_add_element.png) no-repeat 10px center; 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 351 352 353 354 355 356 357 362 363 364 365 366 367 368 height: 31px; } .sortable_1st_level .column_popup { display: none; } -.sortable_1st_level .spb_sortable .column_popup { display: inline-block; } +.sortable_1st_level .spb_sortable .column_popup { display: none; } .column_popup { display: none; } 639 640 641 642 643 644 645 650 651 652 653 654 655 656 border: 0; } -.spb_column { - - - - } .spb_column > div.controls { - background-color: #f6f6f6; - background-image: none; - - border-style: solid; - border-color: #CCCCCC; - border-width: 1px 1px 1px 1px; - } - .spb_column > .spb_element_wrapper { - border: 0; - background: #f6f6f6; - border-style: solid; - border-color: #CCCCCC; - border-width: 0px 1px 1px 1px; - } - .spb_element_wrapper { - border-top-width: 0; - - } +.spb_element_wrapper { + border-top-width: 0; + +} .spb_media_tab { padding: 5px 15px 15px; 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 } - .empty_column .container-helper { +.container-helper { display: block; - margin: 20px 0; + margin: 30px 0 10px; font-size: 11px; text-align: center; + clear: both; + padding-top: 20px; + border-top: 1px solid #eee; +} +.empty_column .container-helper { + margin: 20px 0; + border-top: 0; + padding-top: 0; } - .empty_column .container-helper span { +.container-helper span { color: #666; margin-left: 5px; } - .empty_column .container-helper a { +.container-helper a { text-decoration: none; color: #222; } - .empty_column .container-helper a:hover { +.container-helper a:hover { color: #E93024; } 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 background-image: url(../img/editor_icons/[email protected]); background-size: 17px 14px; } + #spb-elements .spb_columns { + background-image: url(../img/editor_icons/[email protected]); + background-size: 17px 14px; + } #spb-elements .spb_prebuilt_pages { background-image: url(../img/editor_icons/[email protected]); background-size: 17px 14px; 1881 1882 1883 1884 1885 1886 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; } -#spb-elements .spb_content_elements:hover, #spb-elements .spb_templates:hover, #spb-elements .spb_prebuilt_pages:hover, #spb-elemen +#spb-elements .spb_content_elements:hover, #spb-elements .spb_templates:hover, #spb-elements .spb_prebuilt_pages:hover, #spb-elemen opacity: 1; -moz-opacity: 1; filter:alpha(opacity= 100); dante dante / / swift-framework swift-framework / / page-builder page-builder / / assets assets / / css css / / page-builder.css page-builder.css Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / swift-framework swift-framework / / page-builder page-builder / / assets assets / / img img / / .DS_Store .DS_Store Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / swift-framework swift-framework / / page-builder page-builder / / assets assets / / img img / / editor_icons editor_icons / / PB_Nav_add_columns.png PB_Nav_add_columns.png Blame Blame Preview Preview Dican't be displayed for binary file. dante dante / / swift-framework swift-framework / / page-builder page-builder / / assets assets / / img img / / editor_icons editor_icons / / [email protected] [email protected] Blame Blame Preview Preview (function($) { + $.log = function(text) { if(typeof(window['console'])!='undefined') console.log(text); }; 1 2 3 4 1 2 3 4 5 $(this).addClass('empty_column'); $(this).html($('#container-helper-block').html()); } else { - $(this). removeClass('empty_column'); + $(this). find('.container-helper').appendTo(jQuery(this)); } }); } 210 211 212 213 214 215 216 211 212 213 214 215 216 217 update: function() {$.swift_page_builder.save_spb_html(); } }); */ + + var currentAsset = ""; + $( "#swift_page_builder .dropable_el, #swift_page_builder .dropable_column" ).draggable({ helper: function() { return $('<div id="drag_placeholder"></div>').appendTo('body')}, zIndex: 99999, 251 252 253 254 255 256 252 253 254 255 256 257 258 259 260 $('.dropdown-toggle').removeClass('selected'); - if ($('#spb-elements').hasClass('subnav-fixed') || $(this).hasClass('spb_templates')) { + if ($('#spb-elements').hasClass('subnav-fixed') || $(this).hasClass('spb_templates') || $(this).hasClass('spb_columns')) { slideOutClose(); 274 275 276 277 278 279 280 278 279 280 281 282 283 284 function slideOutClose() { $('.spb-item-slideout').slideUp(400); }; + + $(".clickable_layout_action").click(function(e) { + $('.dropdown-toggle').removeClass('selected'); + $('.dropdown').removeClass('open'); + }); /* Add action for menu buttons with 'clickable_action' class name */ $("#spb-elements .clickable_action").click(function(e) { e.preventDefault(); - getElementMarkup($('.main_wrapper'), $(this), "initDroppable"); + + if (currentAsset == "") { + currentAsset = $('.main_wrapper'); + } + + getElementMarkup(currentAsset, $(this), "initDroppable"); + currentAsset = ""; }); $(".spb-content-elements .clickable_action").click(function(e) { e.preventDefault(); - getElementMarkup($('.main_wrapper'), $(this), "initDroppable"); + + if (currentAsset == "") { + currentAsset = $('.main_wrapper'); + } + + getElementMarkup(currentAsset, $(this), "initDroppable"); + currentAsset = ""; }); $("#spb-elements .clickable_layout_action").click(function(e) { e.preventDefault(); getElementMarkup($('.main_wrapper'), $(this), "initDroppable"); }); + + $('.add-element-to-column').live("click", function(e) { + e.preventDefault(); + currentAsset = $(this).parent().parent(); + console.log(currentAsset); + + open_elements_dropdown(); + }); columnControls(); /* Set action for column sizes and delete buttons */ 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 430 431 432 433 434 435 459 460 461 462 463 464 465 466 save_spb_html(); jQuery('.spb-item-slideout').slideUp(400); jQuery('.spb-item-slideout').removeClass('selected'); - jQuery(' #spb-elements .dropdown .dropdown-toggle').removeClass('selected'); + jQuery('.dropdown-toggle').removeClass('selected'); + jQuery('.dropdown').removeClass('open'); }); } // end getElementMarkup() 881 882 883 884 885 886 887 912 913 914 915 916 917 918 919 getElementMarkup($(this).parent().parent(), $('#spb_text_block')); } else if ($(this).parent().parent().parent().hasClass('ui-accordion-content') || $(this).parent().parent().parent().has getElementMarkup($(this).parent().parent(), $('#spb_text_block')); + } else if ($(this).parent().parent().hasClass('spb_column_container')) { + getElementMarkup($(this).parent().parent(), $('#spb_text_block')); } else { getElementMarkup($($(this).attr('parent-container')), $('#spb_text_block')); } dante dante / / swift-framework swift-framework / / page-builder page-builder / / assets assets / / js js / / page-builder.js page-builder.js Download patch Download patch Blame Blame 73 74 75 76 77 78 79 73 74 75 76 77 78 79 80 81 82 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 275 276 277 278 279 280 281 282 283 297 298 299 300 301 302 303 304 305 $class = ' ' . implode(" ", $class_ar); } $output .= '<li><a data-element="' . $this->base . '" id="' . $this->base . '" class="dropable_el clickable_action'.$cla + + if ($this->base != "spb_column") { return $output; + } } } } public function output($post = null) { + + $options = get_option('sf_dante_options'); + $advanced_pb = false; + if (isset($options['advanced_pb']) && $options['advanced_pb'] == 1) { + $advanced_pb = true; + } + $output = ' <div id="spb-elements" class="navbar"> <div class="navbar-inner"> <div class="container"> <div class="nav-collapse"> - <ul class="nav"> + <ul class="nav"> <li class="dropdown content-dropdown"> <a class="dropdown-toggle spb_content_elements" data-slideout="spb-content-elements" href="# <ul class="dropdown-menu spb_elements_ul"> '.$this->getContentLayouts().' </ul> </li> - </ul> - - <ul class="nav pull-left pre-built-pages-nav"> + </ul>'; + + if ($advanced_pb) { + + $output .= '<ul class="nav pull-left columns-dropdown"> + <li class="dropdown"> + <a class="dropdown-toggle spb_columns" href="#">'.__("Add Columns", "swift-page-builder").' + <ul class="dropdown-menu"> + '.$this->getColumnLayouts().' + </ul> + </li> + </ul>'; + } + + $output .= '<ul class="nav pull-left pre-built-pages-nav"> <li class="dropdown"> <a class="dropdown-toggle spb_prebuilt_pages" data-slideout="spb-prebuilt-pages" href="#">'. <ul class="dropdown-menu spb_templates_ul"> $cont_help = ""; $cont_help .= '<div class="container-helper">'; - $cont_help .= '<a href=" javascript:open_elements_dropdown();" class="open-dropdown-content-element"><i class="icon"></i> + $cont_help .= '<a href=" #" class="add-element-to-column"><i class="icon"></i> Add Content Element</a> <span>' . __("- or -", "swift-page-builder") .'</span> - <a href="#" class="add-text-block-to-content" parent-container="#spb_content"><i class="icon"></i> Add Text block with a + <a href="#" class="add-text-block-to-content" parent-container="#spb_content"><i class="icon"></i> Add Text block</a>'; $cont_help .= '</div>'; return $cont_help; dante dante / / swift-framework swift-framework / / page-builder page-builder / / builder builder / / lib lib / / layouts.php layouts.php Download patch Download patch Blame Blame else if ( $controls == 'popup_delete' ) { return $column_controls_popup_delete; } + else if ( $controls == 'column' ) { + return $column_controls_size_delete; + } else { return $column_controls_full; } 209 210 211 212 213 214 209 210 211 212 213 214 215 216 217 dante dante / / swift-framework swift-framework / / page-builder page-builder / / builder builder / / lib lib / / shortcodes.php shortcodes.php Download patch Download patch Blame Blame $output = ''; - $column_controls = $this->getColumnControls(' size_delete'); + $column_controls = $this->getColumnControls(' column'); if ( $width == 'column_14' || $width == '1/4' ) { $width = array('span3'); 51 52 53 54 55 56 57 51 52 53 54 55 56 57 115 116 117 118 119 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 return $output; } } + + SPBMap::map( 'spb_column', array( + "name" => __("Column", "swift-page-builder"), + "base" => "spb_column", + "controls" => "full", + "content_element" => false, + "params" => array( + array( + "type" => "textfield", + "heading" => __("Extra class name", "swift-page-builder"), + "param_name" => "el_class", + "value" => "", + "description" => __("If you wish to style particular content element differently, then use this field to add a class + ) + ) + ) ); ?> dante dante / / swift-framework swift-framework / / page-builder page-builder / / builder builder / / shortcodes shortcodes / / column.php column.php Download patch Download patch Blame Blame 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 $img_url = wp_get_attachment_image_src($bg_image, 'full'); if ($parallax_type == "video") { - $output .= "\n\t".'<div class="spb_parallax_asset sf-parallax sf-parallax-video parallax-'.$parallax_video_height.' spb_content_el + if ($img_url[0] != "") { + $output .= "\n\t".'<div class="spb_parallax_asset sf-parallax sf-parallax-video parallax-'.$parallax_video_height.' spb_conten + } else { + $output .= "\n\t".'<div class="spb_parallax_asset sf-parallax sf-parallax-video parallax-'.$parallax_video_height.' spb_conten + } } else { - $output .= "\n\t".'<div class="spb_parallax_asset sf-parallax parallax-'.$parallax_image_height.' spb_content_element bg-type-'.$b + if ($img_url[0] != "") { + $output .= "\n\t".'<div class="spb_parallax_asset sf-parallax parallax-'.$parallax_image_height.' spb_content_element bg-type- + } else { + $output .= "\n\t".'<div class="spb_parallax_asset sf-parallax parallax-'.$parallax_image_height.' spb_content_element bg-type- + } } $output .= "\n\t\t".'<div class="spb_content_wrapper">'; $output .= ($title != '' ) ? "\n\t\t\t".'<div class="heading-wrap"><h3 class="spb-heading spb-center-heading"><span>'.$title.'</s $output .= "\n\t\t\t".do_shortcode($content); $output .= "\n\t\t".'</div> '.$this->endBlockComment('.spb_content_wrapper'); if ($parallax_type == "video") { - $output .= '<video class="parallax-video" poster="'.$img_url[0].'" preload="auto" autoplay loop="loop" muted="muted">'; - if ($bg_video_mp4 != "") { - $output .= '<source src="'.$bg_video_mp4.'" type="video/mp4">'; - } - if ($bg_video_webm != "") { - $output .= '<source src="'.$bg_video_webm.'" type="video/webm">'; - } - if ($bg_video_ogg != "") { - $output .= '<source src="'.$bg_video_ogg.'" type="video/ogg">'; - } - $output .= '</video>'; - $output .= '<div class="video-overlay overlay-'.$parallax_video_overlay.'"></div>'; + $output .= '<video class="parallax-video" poster="'.$img_url[0].'" preload="auto" autoplay loop="loop" muted="muted">'; + if ($bg_video_mp4 != "") { + $output .= '<source src="'.$bg_video_mp4.'" type="video/mp4">'; + } + if ($bg_video_webm != "") { + $output .= '<source src="'.$bg_video_webm.'" type="video/webm">'; + } + if ($bg_video_ogg != "") { + $output .= '<source src="'.$bg_video_ogg.'" type="video/ogg">'; + } + $output .= '</video>'; + $output .= '<div class="video-overlay overlay-'.$parallax_video_overlay.'"></div>'; } $output .= "\n\t".'</div> '.$this->endBlockComment($width); dante dante / / swift-framework swift-framework / / page-builder page-builder / / builder builder / / shortcodes shortcodes / / parallax.php parallax.php Download patch Download patch Blame Blame 'show_title' => 'yes', 'show_subtitle' => 'yes', 'show_excerpt' => 'no', + 'hover_show_excerpt' => 'no', "excerpt_length" => '20', 'item_count' => '-1', 'category' => '', 13 14 15 16 17 18 13 14 15 16 17 18 19 48 49 50 51 52 53 54 49 50 51 52 53 54 55 128 129 130 131 132 133 129 130 131 132 133 134 135 136 137 138 139 140 141 /* PORTFOLIO ITEMS ================================================== */ - $items = sf_portfolio_items($display_type, $columns, $show_title, $show_subtitle, $show_excerpt, $excerpt_length, $item_ + $items = sf_portfolio_items($display_type, $columns, $show_title, $show_subtitle, $show_excerpt, $hover_show_excerpt, $e /* PAGE BUILDER OUTPUT "description" => __("Show the item excerpt text. (Standard/Masonry only)", "swift-page-builder") ), array( + "type" => "dropdown", + "heading" => __("Excerpt Hover", "swift-page-builder"), + "param_name" => "hover_show_excerpt", + "value" => array(__('No', "swift-page-builder") => "no", __('Yes', "swift-page-builder") => "yes"), + "description" => __("Show the item excerpt on hover, instead of the arrow button. (Gallery/Masonry Gallery only)", "swi + ), + array( "type" => "textfield", "heading" => __("Excerpt Length", "swift-page-builder"), "param_name" => "excerpt_length", dante dante / / swift-framework swift-framework / / page-builder page-builder / / builder builder / / shortcodes shortcodes / / portfolio.php portfolio.php Download patch Download patch Blame Blame $testimonial_text = get_the_content(); $testimonial_cite = get_post_meta($post->ID, 'sf_testimonial_cite', true); + $testimonial_cite_subtext = get_post_meta($post->ID, 'sf_testimonial_cite_subtext', true); $items .= '<li class="testimonial">'; $items .= '<div class="testimonial-text text-'.$text_size.'">'.do_shortcode($testimonial_text).'</div>'; + if ($testimonial_cite_subtext != "") { + $items .= '<cite>'.$testimonial_cite.' - '.$testimonial_cite_subtext.'</cite>'; + } else { $items .= '<cite>'.$testimonial_cite.'</cite>'; + } $items .= '</li>'; endwhile; 58 59 60 61 62 63 64 65 66 67 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 dante dante / / swift-framework swift-framework / / page-builder page-builder / / builder builder / / shortcodes shortcodes / / testimonial-slider.php testimonial-slider.php Download patch Download patch Blame Blame <?php - $absolute_path = __FILE__; - $file_path = explode( 'wp-content', $absolute_path ); - $wp_path = $file_path[0]; + if (!function_exists('sf_wp_path')) { + function sf_wp_path() { + if (strstr($_SERVER["SCRIPT_FILENAME"], "/wp-content/")) { + return preg_replace("/\/wp-content\/.*/", "", $_SERVER["SCRIPT_FILENAME"]); + } else { + return preg_replace("/\/[^\/]+?\/themes\/.*/", "", $_SERVER["SCRIPT_FILENAME"]); + } + } + } - require_once( $wp_path . '/wp-load.php' ); + require_once( sf_wp_path () . '/wp-load.php' ); ?> 1 2 3 4 5 6 7 1 2 3 4 5 6 7 8 9 10 11 12 13 dante dante / / swift-framework swift-framework / / sf-shortcodes sf-shortcodes / / config.php config.php Download patch Download patch Blame Blame function sf_social_icons($atts, $content = null) { extract(shortcode_atts(array( "type" => '', - "size" => 'standard' + "size" => 'standard' , + "style" => '' ), $atts)); $options = get_option('sf_dante_options'); 637 638 639 640 641 642 643 637 638 639 640 641 642 643 644 } } - $output = '<ul class="social-icons '.$size.'">'."\n"; + $output = '<ul class="social-icons '.$size.' '.$style.'">'."\n"; $output .= $social_icons; $output .= '</ul>'."\n"; 758 759 760 761 762 763 764 759 760 761 762 763 764 765 "btn_type" => '', "btn_colour" => '', "btn_size" => '', + "btn_icon" => '', "btn_text" => '' ), $atts)); 935 936 937 938 939 940 936 937 938 939 940 941 942 948 949 950 951 952 953 954 955 956 957 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 $modal_output = ""; - if (($btn_type == "squarearrow") || ($btn_type == "slightlyroundedarrow") || ($btn_type == "roundedarrow")) { - $modal_output .= '<a class="sf-button '.$btn_size.' '. $btn_colour .' '. $btn_type .'" href="#modal-'.$sf_modalCount.'" + $button_class = 'sf-button '.$btn_size.' '. $btn_colour .' '. $btn_type; + + if ($btn_type == "sf-icon-reveal" || $btn_type == "sf-icon-stroke") { + $modal_output .= '<a class="'.$button_class.'" href="#modal-'.$sf_modalCount.'" role="button" data-toggle="modal">'; + $modal_output .= '<i class="'.$btn_icon.'"></i>'; + $modal_output .= '<span class="text">'. $btn_text .'</span>'; + $modal_output .= '</a>'; } else { - $modal_output .= '<a class=" sf-button '.$btn_size.' '. $btn_colour .' '. $btn_type .'" href="#modal-'.$sf_modalCount.'" + $modal_output .= '<a class=" '.$button_class.'" href="#modal-'.$sf_modalCount.'" role="button" data-toggle="modal"><span } $modal_output .= '<div id="modal-'.$sf_modalCount.'" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="'.$head "", "menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=600,width=600");return false;"><i class="fa-google- $share_output .= '<li class="pinterest"><a href="http://pinterest.com/pin/create/button/?url='.$permalink.'&media='.$image.' $share_output .= '<li class="mail"><a href="mailto:?subject='.$title.'&body='.$excerpt.' '.$permalink.'" class="product_shar - $share_output .= '<li class="page-link"><a class="permalink item-link" href="'.$permalink.'"><i class="ss-link"></i><i class $share_output .= '</ul>'; $share_output .= '</div>'; dante dante / / swift-framework swift-framework / / shortcodes.php shortcodes.php Download patch Download patch Blame Blame Dican't be displayed for binary file. dante dante / / woocommerce woocommerce / / .DS_Store .DS_Store Blame Blame 36 37 38 39 40 41 42 43 44 45 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 <?php if ( $checkout->enable_guest_checkout ) : ?> - <p class="form-row form-row-wide" style="display: none;"> - <input class="input-checkbox" id="createaccount" <?php checked($checkout->get_value('createaccount'), true) ?> type="checkbox" + <p class="form-row form-row-wide"> + <input class="input-checkbox" id="createaccount" <?php checked($checkout->get_value('createaccount'), true) ?> type="checkbox" </p> <?php endif; ?> + <?php do_action( 'woocommerce_before_checkout_registration_form', $checkout ); ?> + + <div class="create-account"> + + <p><?php _e( 'Create an account by entering the information below. If you are a returning customer please login at the top of the + + <?php foreach ($checkout->checkout_fields['account'] as $key => $field) : ?> + + <?php woocommerce_form_field( $key, $field, $checkout->get_value( $key ) ); ?> + + <?php endforeach; ?> + + <div class="clear"></div> + + </div> + + <?php do_action( 'woocommerce_after_checkout_registration_form', $checkout ); ?> + <?php endif; ?> dante dante / / woocommerce woocommerce / / checkout checkout / / form-billing.php form-billing.php Download patch Download patch Blame Blame if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly -global $woocommerce; $woocommerce_checkout = $woocommerce->checkout(); +global $woocommerce; +$woocommerce_checkout = $woocommerce->checkout(); -$woocommerce->show_messages(); - -$options = get_option('sf_dante_options'); +sf_woo_help_bar(); -$one_page_checkout = ""; -if (isset($options['enable_one_page_checkout'])) { - $one_page_checkout = $options['enable_one_page_checkout']; -} else { - $one_page_checkout = false; -} +$woocommerce->show_messages(); do_action( 'woocommerce_before_checkout_form', $checkout ); 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 9 10 11 12 13 14 15 16 17 18 19 20 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 // filter hook for include new pages inside the payment method $get_checkout_url = apply_filters( 'woocommerce_get_checkout_url', $woocommerce->cart->get_checkout_url() ); -if ( version_compare( WOOCOMMERCE_VERSION, "2.0.0" ) >= 0 ) { - if ( $checkout->enable_signup && ! is_user_logged_in() ) { ?> - <script type='text/javascript'> - //<![CDATA[ - - jQuery(document).ready(function() { - jQuery('#sign-in').show(); - jQuery('a[href="#sign-in"]').addClass('active'); - - }); - - //]]> - </script> - <?php } else { ?> - <script type='text/javascript'> - //<![CDATA[ - - jQuery(document).ready(function() { - jQuery('#billing').show(); - jQuery('a[href="#billing"]').addClass('active'); - }); - - //]]> - </script> - - <?php } ?> -<?php } else { - if ( get_option('woocommerce_enable_signup_and_login_from_checkout')=="yes" && ! is_user_logged_in() ) { ?> - <script type='text/javascript'> - //<![CDATA[ - - jQuery(document).ready(function() { - jQuery('#sign-in').show(); - jQuery('a[href="#sign-in"]').addClass('active'); - - }); - - //]]> - </script> - <?php } else { ?> - <script type='text/javascript'> - //<![CDATA[ - - jQuery(document).ready(function() { - jQuery('#billing').show(); - jQuery('a[href="#billing"]').addClass('active'); - }); - - //]]> - </script> - - <?php } ?> -<?php } ?> +?> -<?php if ($one_page_checkout) { ?> -<script type='text/javascript'> -//<![CDATA[ - -jQuery(document).ready(function() { - - jQuery('.guest-button').on('click', function() { - jQuery('#createaccount').prop('checked', false); - jQuery('body,html').animate({scrollTop: jQuery('#billing').offset().top - 40}, 400); - }); - - jQuery('.create-account-button').on('click', function() { - jQuery('#createaccount').prop('checked', true); - }); +<?php if (!is_user_logged_in()) { ?> + <p class="returning-customer"><?php _e("Returning customer?", "swiftframework"); ?> <a href="#login-form" data-toggle="modal"><? -}); - -//]]> -</script> -<?php } else { ?> -<script type='text/javascript'> -//<![CDATA[ - -jQuery(document).ready(function() { - jQuery('.checkout-process li').on('click', 'a', function(e) { - e.preventDefault(); - - jQuery('.checkout-process li .active').removeClass('active'); - jQuery(this).addClass('active'); - - var targetPaneID = jQuery(this).attr('href'); - changeCheckoutPanel(targetPaneID); - }); - - jQuery('.continue-button').on('click', '', function(e) { - e.preventDefault(); - var target = jQuery(this).attr('data-target'); - continueProcess(target); - }); - - jQuery('.guest-button').on('click', function() { - jQuery('#createaccount').prop('checked', false); - }); - - jQuery('.create-account-button').on('click', function() { - jQuery('#createaccount').prop('checked', true); - }); - - function continueProcess(target) { - jQuery('.checkout-process li .active').removeClass('active'); - jQuery('.checkout-process li a[href="'+ target +'"]').addClass('active'); - changeCheckoutPanel(target); - jQuery('body,html').animate({scrollTop: jQuery('.checkout').offset().top - 180}, 400); - } - - function changeCheckoutPanel(targetID) { - jQuery('.checkout-pane').css('display', 'none'); - jQuery(targetID).css('display', 'block'); - } -}); - -//]]> -</script> -<?php } ?> - -<?php sf_woo_help_bar(); ?> - -<ul class="checkout-process clearfix"> - <?php if (!is_user_logged_in() && get_option('woocommerce_enable_signup_and_login_from_checkout') == "yes") { ?> - <li><a href="#sign-in"><?php _e("1. Sign In", "swiftframework"); ?></a></li> - <?php } else { ?> - <li><p><?php _e("1. Sign In", "swiftframework"); ?></p></li> - <?php } ?> - <li><a href="#billing"><?php _e("2. Billing & Shipping", "swiftframework"); ?></a></li> - <li><a href="#review"><?php _e("3. Review & Payment", "swiftframework"); ?></a></li> - <li><p><?php _e("4. Confirmation", "swiftframework"); ?></p></li> -</ul> - - -<div class="checkout-pane active" id="sign-in" style="display: none;"> - - <div class="col2-set" id="account_details"> - - <?php if (!is_user_logged_in()) { ?> - - <div class="col-1 login"> - <h4 class="lined-heading"><span><?php _e("I already have an account", "swiftframework"); ?></span></h4> - <?php - echo woocommerce_checkout_login_form( - array( - 'message' => '', - 'redirect' => get_permalink( woocommerce_get_page_id( 'checkout') ), - 'hidden' => false - ) - ); - ?> - </div> - - <div class="col-2"> - <h4 class="lined-heading"><span><?php _e("I'm new here", "swiftframework"); ?></span></h4> - <div class="new-here-text"> - <?php echo $options['checkout_new_account_text']; ?> - </div> - <div class="bag-buttons"> - <?php if (get_option('woocommerce_enable_signup_and_login_from_checkout') == "yes") { ?> - <a id="checkout-create-account" class="sf-button sf-icon-reveal create-account-button" href="#create-account" data-t - <?php } ?> - - <?php if (get_option('woocommerce_enable_guest_checkout') == "yes") { ?> - <a class="sf-button sf-icon-reveal guest-button continue-button" href="#" data-target="#billing"><i class="ss-man">< - <?php } ?> + <div id="login-form" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="email-form-modal" aria-hidden="true"> + <div class="modal-dialog"> + <div class="modal-content"> + <div class="modal-header"> + <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="ss-delete"></i></button> + <h3 id="login-form-modal"><?php _e("Login", "swiftframework"); ?></h3> + </div> + <div class="modal-body"> + <?php + echo woocommerce_checkout_login_form( + array( + 'message' => '', + 'redirect' => get_permalink( woocommerce_get_page_id( 'checkout') ), + 'hidden' => false + ) + ); + ?> + </div> </div> </div> - - <?php } else { ?> - - <div class="already-logged-in"> - <p><?php _e("You are already logged in, please continue to the next step.", "swiftframework"); ?></p> - <a class="sf-roll-button alt-button continue-button" href="#" data-target="#billing"><span ><?php _e('Continue', 'swiftf - </div> - - <?php } ?> - </div> - -</div> +<?php } ?> -<form name="checkout" method="post" class="checkout" action="<?php echo esc_url( $get_checkout_url ); ?>"> +<form name="checkout" method="post" class="checkout row" action="<?php echo esc_url( $get_checkout_url ); ?>"> - <div class="checkout-pane" id="billing" style="display: none;"> + <?php if ( sizeof( $checkout->checkout_fields ) > 0 ) : ?> <?php do_action( 'woocommerce_checkout_before_customer_details' ); ?> + + <div class="col-sm-8" id="customer_details"> - <div class="col2-set" id="customer_details"> - - <div class="col-1"> - + <div> + <?php do_action( 'woocommerce_checkout_billing' ); ?> - + </div> - - <div class="col-2"> - + + <div> + <?php do_action( 'woocommerce_checkout_shipping' ); ?> - + </div> - - </div> - - <div class="proceed clearfix"> - <a class="sf-button sf-icon-reveal alt-button continue-button" href="#" data-target="#review"><i class="ss-right"></i><s + </div> <?php do_action( 'woocommerce_checkout_after_customer_details' ); ?> + + <?php endif; ?> - </div> - - <div class="checkout-pane" id="review" style="display: none;"> - - <h4 id="order_review_heading" class="lined-heading"><span><?php _e( 'Your order summary', 'swiftframework' ); ?></span></h4> - - <?php do_action( 'woocommerce_checkout_order_review' ); ?> - - </div> - - <div id="create-account" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="create-account-modal" aria-hidden="true - <div class="modal-dialog"> - <div class="modal-content"> - <div class="modal-header"> - <button type="button" class="close" data-dismiss="modal" aria-hidden="true"><i class="ss-delete"></i></button> - <h3 id="create-account-modal"><?php _e("Register", "swiftframework"); ?></h3> - </div> - <div class="modal-body"> - <?php do_action( 'woocommerce_before_checkout_registration_form', $checkout ); ?> - - <div class="create-account"> - - <?php foreach ($checkout->checkout_fields['account'] as $key => $field) : ?> - - <?php woocommerce_form_field( $key, $field, $checkout->get_value( $key ) ); ?> - - <?php endforeach; ?> - - <div class="clear"></div> + <div class="col-2 col-sm-4" id="review-order"> + + <div class="review-order-wrap"> - </div> + <h4 id="order_review_heading"><span><?php _e( 'Your Order', 'swiftframework' ); ?></span></h4> - <?php do_action( 'woocommerce_after_checkout_registration_form', $checkout ); ?> - - <a class="sf-button sf-icon-reveal alt-button continue-button" href="" data-dismiss="modal" data-target="#billin - </div> + <?php do_action( 'woocommerce_checkout_order_review' ); ?> + </div> + </div> - </div> </form> -<?php do_action('woocommerce_after_checkout_form'); ?> +<?php do_action( 'woocommerce_after_checkout_form' , $checkout ); ?> dante dante / / woocommerce woocommerce / / checkout checkout / / form-checkout.php form-checkout.php Download patch Download patch Blame Blame 14 15 16 17 18 19 20 21 14 15 16 17 18 19 $info_message = apply_filters( 'woocommerce_checkout_login_message', __( 'Returning customer?', 'woocommerce' ) ); ?> -<!--<p class="woocommerce-info"><?php echo esc_html( $info_message ); ?> <a href="#" class="showlogin"><?php _e( 'Click here to login', ' - <?php woocommerce_login_form( array( dante dante / / woocommerce woocommerce / / checkout checkout / / form-login.php form-login.php Download patch Download patch Blame Blame 27 28 29 30 31 32 33 34 35 36 37 38 39 40 27 28 29 30 31 32 33 34 35 36 37 38 39 40 endif; ?> - <h4 class="lined-heading"><span><?php _e( 'Shipping Address', 'woocommerce' ); ?></span></h4> - <p class="form-row" id="shiptobilling"> <input id="shiptobilling-checkbox" class="input-checkbox" <?php checked($shiptobilling, 1); ?> type="checkbox" name="shiptobilling <label for="shiptobilling-checkbox" class="checkbox"><?php _e( 'Ship to billing address?', 'woocommerce' ); ?></label> </p> <div class="shipping_address"> + + <h4 class="lined-heading"><span><?php _e( 'Shipping Address', 'woocommerce' ); ?></span></h4> <?php do_action('woocommerce_before_checkout_shipping_form', $checkout); ?> dante dante / / woocommerce woocommerce / / checkout checkout / / form-shipping.php form-shipping.php Download patch Download patch Blame Blame <div id="order_review"> <table class="shop_table"> - <thead> - <tr> - <th class="product-img"><?php _e( 'Item', 'swiftframework' ); ?></th> - <th class="product-description"><?php _e( 'Description', 'swiftframework' ); ?></th> - <th class="product-unitprice"><?php _e( 'Unit Price', 'swiftframework' ); ?></th> - <th class="product-quantity"><?php _e( 'Quantity', 'swiftframework' ); ?></th> - <th class="product-subtotal"><?php _e( 'Subtotal', 'swiftframework' ); ?></th> - </tr> - </thead> <tbody> <?php do_action( 'woocommerce_review_order_before_cart_contents' ); 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 16 17 18 19 20 21 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 36 37 38 39 40 41 42 43 66 67 68 69 70 71 72 73 74 75 76 77 78 79 50 51 52 53 54 55 56 57 58 59 <div class="clearfix"></div> <div id="payment"> + + <h4 id="payment_heading"><span><?php _e( 'Payment Method', 'swiftframework' ); ?></span></h4> + <?php if ($woocommerce->cart->needs_payment()) : ?> <ul class="payment_methods methods"> <?php 276 277 278 279 280 281 256 257 258 259 260 261 262 263 264 if ($_product->exists() && $values['quantity']>0) : echo '<tr class="' . esc_attr( apply_filters('woocommerce_checkout_table_item_class', 'checkout_table_it - echo '<td class="product-img">'; - - if ( ! $_product->is_visible() || ( ! empty( $_product->variation_id ) && ! $_product->parent_is_visible - echo $thumbnail; - else - printf('<a href="%s">%s</a>', esc_url( get_permalink( apply_filters('woocommerce_in_cart_product_id' - echo '</td> - <td class="product-description">'; + echo '<td class="product-description">'; if ( ! $_product->is_visible() || ( ! empty( $_product->variation_id ) && ! $_product->parent_is echo apply_filters( 'woocommerce_in_cart_product_title', $_product->get_title(), $values, $c // Backorder notification if ( $_product->backorders_require_notification() && $_product->is_on_backorder( $values['quanti echo '<p class="backorder_notification">' . __( 'Available on backorder', 'woocommerce' ) . + + echo '<p class="quantity-count">'.__("Quantity:", "swiftframework").' '.apply_filters( 'woocomme echo '</td>'; - echo '<td class="product-unitprice">'. - apply_filters('woocommerce_cart_item_price_html', woocommerce_price( $product_price ), $values, - '</td>'; - echo '<td class="product-quantity">'. - apply_filters( 'woocommerce_checkout_item_quantity', $values['quantity'], $values, $cart_item_ke - '</td>'; echo '<td class="product-subtotal">' . apply_filters( 'woocommerce_checkout_item_subtotal', $woocommerce </tr>'; endif; dante dante / / woocommerce woocommerce / / checkout checkout / / review-order.php review-order.php Download patch Download patch Blame Blame 65 66 67 68 69 70 71 65 66 67 68 69 70 71 echo $formatted_address; ?> </address> - <a href="<?php echo esc_url( add_query_arg('address', $name, get_permalink(woocommerce_get_page_id( 'edit_address' ) ) ) ); ?>" cl + <a href="<?php echo esc_url( add_query_arg('address', $name, get_permalink(woocommerce_get_page_id( 'edit_address' ) ) ) ); ?>" cl </div> dante dante / / woocommerce woocommerce / / myaccount myaccount / / my-address.php my-address.php Download patch Download patch Blame Blame 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 echo sf_get_share_links( $share_url ); } -function sf_get_share_links( $url ) { - $normal_url = $url; - $url = urlencode( $url ); - $title = urlencode( get_option( 'yith_wcwl_socials_title' ) ); - $twitter_summary = str_replace( '%wishlist_url%', '', get_option( 'yith_wcwl_socials_text' ) ); - $summary = urlencode( str_replace( '%wishlist_url%', $normal_url, get_option( 'yith_wcwl_socials_text' ) ) ); - $imageurl = urlencode( get_option( 'yith_wcwl_socials_image_url' ) ); - - $html = '<div class="yith-wcwl-share">'; - $html .= apply_filters( 'yith_wcwl_socials_share_title', '<span>' . __( 'Share on:', 'yit' ) . '</span>' ); - $html .= '<ul class="social-icons">'; - - if( get_option( 'yith_wcwl_share_fb' ) ) - { $html .= '<li class="facebook" style="list-style-type: none; display: inline-block;"><a target="_blank" class="facebook" href="http - - if( get_option( 'yith_wcwl_share_twitter' ) ) - { $html .= '<li class="twitter" style="list-style-type: none; display: inline-block;"><a target="_blank" class="twitter" href="https: - - if( get_option( 'yith_wcwl_share_pinterest' ) ) - { $html .= '<li class="pinterest" style="list-style-type: none; display: inline-block;"><a target="_blank" class="pinterest" href="ht - - if( get_option( 'yith_wcwl_share_googleplus' ) == 'yes' ) - { $html .= '<li class="googleplus" style="list-style-type: none; display: inline-block;"><a target="_blank" class="googleplus" href=" - - $html .= '</ul>'; - $html .= '</div>'; - - return $html; +if (!function_exists('sf_get_share_links')) { + function sf_get_share_links( $url ) { + $normal_url = $url; + $url = urlencode( $url ); + $title = urlencode( get_option( 'yith_wcwl_socials_title' ) ); + $twitter_summary = str_replace( '%wishlist_url%', '', get_option( 'yith_wcwl_socials_text' ) ); + $summary = urlencode( str_replace( '%wishlist_url%', $normal_url, get_option( 'yith_wcwl_socials_text' ) ) ); + $imageurl = urlencode( get_option( 'yith_wcwl_socials_image_url' ) ); + + $html = '<div class="yith-wcwl-share">'; + $html .= apply_filters( 'yith_wcwl_socials_share_title', '<span>' . __( 'Share on:', 'yit' ) . '</span>' ); + $html .= '<ul class="social-icons">'; + + if( get_option( 'yith_wcwl_share_fb' ) ) + { $html .= '<li class="facebook" style="list-style-type: none; display: inline-block;"><a target="_blank" class="facebook" href="h + + if( get_option( 'yith_wcwl_share_twitter' ) ) + { $html .= '<li class="twitter" style="list-style-type: none; display: inline-block;"><a target="_blank" class="twitter" href="htt + + if( get_option( 'yith_wcwl_share_pinterest' ) ) + { $html .= '<li class="pinterest" style="list-style-type: none; display: inline-block;"><a target="_blank" class="pinterest" href= + + if( get_option( 'yith_wcwl_share_googleplus' ) == 'yes' ) + { $html .= '<li class="googleplus" style="list-style-type: none; display: inline-block;"><a target="_blank" class="googleplus" hre + + $html .= '</ul>'; + $html .= '</div>'; + + return $html; + } } dante dante / / woocommerce woocommerce / / share.php share.php Download patch Download patch Blame Blame Comments You are not subscribed to this changeset subscribe Need help formatting the text? Don’t notify anyone change Post comment or Preview
Transcript
  • 5f09b0b05f09b0b0 v1.1Signed-off-by: Ed Cousins

    Ed Cousinsat 07:44 PM, December 2nd, 2013

    .DS_Store Show diff

    css/responsive.css Show diff

    functions.php Show diff

    header.php Show diff

    includes/.DS_Store Show diff

    includes/options/fields/google_webfonts/jquery.fontselect.js Show diff

    includes/plugins/revslider.zip Show diff

    includes/sf-custom-styles.php Show diff

    includes/sf-formatting.php Show diff

    includes/sf-header.php Show diff

    includes/sf-options.php Show diff

    includes/sf-portfolio.php Show diff

    includes/sf-post-formats.php Show diff

    includes/sf-theme-functions.php Show diff

    js/functions.js Show diff

    language/.DS_Store Show diff

    language/en_US.po Show diff

    language/fr_FR.mo Show diff

    language/fr_FR.po Show diff

    search.php Show diff

    single-portfolio.php Show diff

    single.php Show diff

    style.css Show diff

    swift-framework/.DS_Store Show diff

    swift-framework/meta-box/inc/meta-box.php Show diff

    swift-framework/meta-boxes.php Show diff

    swift-framework/page-builder/.DS_Store Show diff

    swift-framework/page-builder/assets/.DS_Store Show diff

    swift-framework/page-builder/assets/css/page-builder.css Show diff

    swift-framework/page-builder/assets/img/.DS_Store Show diff

    swift-framework/page-builder/assets/img/editor_icons/PB_Nav_add_columns.png Show diff

    swift-framework/page-builder/assets/img/editor_icons/[email protected] Show diff

    swift-framework/page-builder/assets/js/page-builder.js Show diff

    swift-framework/page-builder/builder/lib/layouts.php Show diff

    swift-framework/page-builder/builder/lib/shortcodes.php Show diff

    swift-framework/page-builder/builder/shortcodes/column.php Show diff

    swift-framework/page-builder/builder/shortcodes/parallax.php Show diff

    swift-framework/page-builder/builder/shortcodes/portfolio.php Show diff

    swift-framework/page-builder/builder/shortcodes/testimonial-slider.php Show diff

    swift-framework/sf-shortcodes/config.php Show diff

    swift-framework/shortcodes.php Show diff

    woocommerce/.DS_Store Show diff

    woocommerce/checkout/form-billing.php Show diff

    woocommerce/checkout/form-checkout.php Show diff

    woocommerce/checkout/form-login.php Show diff

    woocommerce/checkout/form-shipping.php Show diff

    woocommerce/checkout/review-order.php Show diff

    woocommerce/myaccount/my-address.php Show diff

    woocommerce/share.php Show diff

    © 2013, Wildbit LLC. All rights reserved. Blog • Twitter • System Status • Privacy Policy • Terms of Use

    Dante

    Dashboard Repositories 1 Users 1 Ed Cousins Account Logout Help

    Activity Browse Branches Deployments Settings Search Dante repository

    Diff can't be displayed for binary file.

    dantedante // .DS_Store.DS_Store BlameBlame

    42434445

    464748

    424344

    45464748

    521522523

    524525526

    521522523524525526527528529530

    #order_review table.shop_table td.product-description { width: 50%; }+ #order-details { + padding-right: 15px;+ } /* WIDGETS */ .caroufredsel_wrapper {

    851852853

    854855856

    855856857858859860861862863

    .woocommerce div.product div.images { width: 100%; float: none;+ padding-bottom: 0; margin-bottom: 30px; } .woocommerce div.product div.summary {

    143014311432

    143314341435

    1437143814391440144114421443

    .boxed-layout #header-section.header-3 #header .is-sticky .sticky-header, .boxed-layout #header-section.header-4 #header .is-sticky .sticky-header, .boxed-layout #header-section.header-5 #header .is-sticky .sticky-header { max-width: 1140px; }- .boxed-layout #header-section .is-sticky #main-nav.sticky-header, #header-section.header-6 .is-sticky #header.sticky-header {+ .boxed-layout #header-section .is-sticky #main-nav.sticky-header, .boxed-layout #header-section.header-6 .is-sticky #header.sticky-header { width: 1230px; }

    .sf-count-asset .count-number { font-size: 50px; }+ + .header-1 #logo a.mobile-cart-link, .header-2 #logo a.mobile-cart-link, .header-1 #logo a.mobile-menu-show, .header-2 #logo a.mobile-menu-show {+ display: none;+ } }

    dantedante // csscss // responsive.cssresponsive.css Download patchDownload patchBlameBlame

    /* PLUGIN INCLUDES ================================================== */+ $options = get_option('sf_dante_options');+ $disable_loveit = false;+ if (isset($options['disable_loveit']) && $options['disable_loveit'] == 1) {+ $disable_loveit = true;+ } require_once(SF_INCLUDES_PATH . '/plugins/aq_resizer.php');- include_once(SF_INCLUDES_PATH . '/plugin-includes.php'); + include_once(SF_INCLUDES_PATH . '/plugin-includes.php');+ + if (!$disable_loveit) { include_once(SF_INCLUDES_PATH . '/plugins/love-it-pro/love-it-pro.php');+ }+ /* THEME UPDATER FRAMEWORK

    363738

    3940

    41

    424344

    363738394041424344

    454647484950515253

    dantedante // functions.phpfunctions.php Download patchDownload patchBlameBlame

    828384

    858687

    8283848586878889

    $body_font_option = $options['body_font_option']; if (isset($options['google_standard_font'])) {- $google_standard_font = explode(':', $options['google_standard_font']);- $google_font_one = str_replace("+", " ", $google_standard_font[0]);+ $google_font_one = $options['google_standard_font']; } $headings_font_option = $options['headings_font_option']; if (isset($options['google_heading_font'])) {- $google_heading_font = explode(':', $options['google_heading_font']);- $google_font_two = str_replace("+", " ", $google_heading_font[0]);+ $google_font_two = $options['headings_font_option']; } $menu_font_option = $options['menu_font_option']; if (isset($options['google_menu_font'])) {- $google_menu_font = explode(':', $options['google_menu_font']);- $google_font_three = str_replace("+", " ", $google_menu_font[0]);+ $google_font_three = $options['google_menu_font']; } if ($body_font_option == "google" && $google_font_one != "") {

    105106107108109

    110111112113114

    115116117118119

    120121122

    107108109

    110111112113

    114115116117

    118119120121


Recommended