Vue.js - The Progressive JavaScript Framework. Vue.js - The Progressive JavaScript Framework. The vue-meta package helps us to set the document title and other meta tags to the current page. The Syncfusion Vue library provides the set of base64 formatted font icons, that can be utilized in the web application.. Steps to use icon library. It must support font awesome. Tags View. Perhaps you can fix the problem? Here’s a very basic example of an icon that’s animated on click: We’re applying refs to the groups of paths we need to move, and as both sides of the scissors have to move in tandem, we’ll create a function we can reuse where we’ll pass in the refs. They are generally used along with the Material icons, but not restricted to. Version. Here's a snippet of my code in which on page load my div is collapsed and the icon initial class is set to 'fa fa-chevron-up'. Contribute to nuxtlabs/vue-telescope-analyzer development by creating an account on GitHub. 1000+ Pixel-perfect svg icons for your next project cd vue-router-meta-example; At this point, we have a fresh Vue Project to build upon. vue-meta is a plugin for Vue.js which helps you to manage your app's metadata using Vue's built-in reactivity. #meta().addApp v2.3+ arguments: appName (type: string) returns app object { set, remove }; Originally vue-meta only supported adding meta info from Vue components. The text was updated successfully, but these errors were encountered: This makes the implementation a little more complex. MIT License | Created by Declan de Wet, currently developed with ❤ by Nuxt.js core-team & contributors, How to chain metaInfo which are depending on each other. There are many ways to create an SVG Icon System, but one method that takes advantage of Vue’s capabilities is to create editable inline icons as components. Our script will look like this, we’ll have some defaults so that our icon will be rendered consistently unless we state otherwise: The currentColor property that’s the default on the fill will make the icon inherit the color of whatever text surrounds it. Material icons uses geometric shapes to visually represent core ideas, capabilities, or topics. We would like your help with this! Details. Much more display accuracy on lower-resolution screens vue-meta allows you to update the tag on both parent and child components. It will be a ground-breaking release built from the ground up. My project uses font awesome icons. * Vue 2. The first step is to add Vite and the Vue plugin into your devDependencies: > npm install vite @vitejs/plugin-vue --save-dev Once that is complete, you'll need a vite.config.js (or .ts) file. npm install vue-meta. Icons can use icon fonts or external SVGs. The next step will be defining sample routes in the application. At it's heart, Harlem just uses Vue reactive objects and computeds which means if you know how to use Vue… Other tooling to help manage SVG icons includes: These tools bundle SVGs at compile time, but make them a little harder to edit during runtime, because <use> tags can have strange cross-browser issues when doing anything more complex. This method can save you that time and pain. I don't know how I would put those files in the dist folder and have it stick as it is in the .gitignore file and I am pretty sure they don't want me messing with that. This is very useful for adding a default title and description tag for SEO purposes or for setting the viewport or adding the favicon. * Update elements with asynchronous data or after page loaded Keep alive Shorthand property Support Contributing This can be achieved through the meta property which accepts an object of properties and can be accessed on the route location and navigation guards. <!-- you can pass in a smaller `width` and `height` as props -->, <!-- or you can use the default, which is 18 -->, <!-- or make it a little bigger too :) -->, Practical use of scoped slots with GoogleMaps, https://github.com/sdras/vue-sample-svg-icons/, You can use standard props and defaults to keep them to a typical size or alter them if you need to, They are inline, so no HTTP requests are necessary. Versatile. #Route Meta Fields. Vue CLI (3.0.5) generates projects with the <root>/public directory containing the favicon.ico and index.html (which references the favicon.ico). vue init webpack myproject And then ran the project under dev mode: npm run dev I got this error: Failed to … main.js. MDB uses a powerful set of icons called Font Awesome. Been a strange year…but not an annus horribilis as I said this time a few years ago…loved the travelling in the last year, seeing new places, getting to know new peoples and foods was exciting…and just loving the new house…the world on the other hand… Manager the meta information of the head tag, a simple and easy way - ktquez/vue-head. To configure the package add the following (highlighted) lines to your main.js file. In the base, we’re making the width, height, iconColor, and name of the icon props so that it can be dynamically updated with props. For v3.x, click here. How can I get those files in a place they … 8.197. Sign up for a free GitHub account to open an issue and … Sign up Why GitHub? The documentation is divided by Themes, Components and UI Elements. As a budding Vue.js programmer, this library seemed like an excellent way to spiff up the application I’m … rima. Which is … ... dist/bootstrap-vue-icons.js or dist/bootstrap-vue-icons.min.js: The ESM module build and the … Keeping the logic for the entire icon system in one base component means you can quickly update all of your icons and have it propagate through the whole system. If you’re repeating the same icon many times on one page (e.g. Features → Mobile → Actions → Codespaces → Packages → Security → Code review → Project management → Integrations → GitHub Sponsors → … Rendering of anchors can be configured using the markdown.anchor option. How and Where can I change that? Note this is still a work in progress: - Currently only supports Vue 3 - Only provides component inspection for now - other features coming soon. A magical vue admin. Detect Vue technologies running on a website . L'atelier Project Management Tool #Vuetify #WebApps. Markdown Extensions # Header Anchors Headers automatically get anchor links applied. a short guide how to set up sync between router and page title using watcher and router meta fields. Vue Unicons. cd vue-router-meta-example; At this point, we have a fresh Vue Project to build upon. I want to update favicon dynamicly.Thank you! They also leave you with two nested viewBox properties and thus two coordinate systems. If you're already using the CLI, adding Vite shouldn't be that much trouble. How to change the default icon in the browser tab. Vue version is 2.6.11 My steps to reproduce: 1. Website. The Components and UI Elements parts shows live … Page 1. Please visit the Vue Meta v3.0 rfc and let us know your thoughts. Manager the meta information of the head tag, a simple and easy way - ktquez/vue-head . It seems you have your icon in <root>/src/assets. Learn more about box model and sizing at CSS Tricks.. The most popular way is to use the vue-meta package. The documentation is divided by Themes, Components and UI Elements. This is very useful for adding a default title and description tag for SEO purposes or for setting the viewport or adding the favicon. This caused some issues for third party integrations as they have to add their meta info through eg the root component while that already could contain meta info. Kaiser Permanente is not responsible for the content or policies of external websites. Some of the advantages of this way of working is: First, we’ll create a folder for all of the icons, and name them in a standardized fashion for easy retrieval: components/icons/IconBox.vuecomponents/icons/IconCalendar.vuecomponents/icons/IconEnvelope.vue, Here’s an example repo to get you going, where you can see the entire setup: https://github.com/sdras/vue-sample-svg-icons/. See the Pen Editable SVG Icon System: Animated icon by Vue (@Vue) on CodePen. I recommend moving it to <root>/public, replacing favicon.ico with jinane-logo-JC.png, and updating index.html accordingly: Comments. Run the following command to install the package. Have installed Vue extension 2. You can define meta properties like this: 19 comments Labels. I've tried to change the default icon pack, but that does nothing: Vue.use(Buefy.default, { defaultIconPack: 'fas', }); the same nothing: How do I toggle the icon's class to … Even with the use of an icon loader, some situations require you to recreate or edit every SVG to make global changes. Just add the special property `metaInfo` to any or all your components as these will be automatically merged top-down. 23.2.2011. Then load it in your main.js file. You can also define a titleTemplate which will be used to display the title from child components. Sometimes, you might want to attach arbitrary information to routes like transition names, who can access the route, etc. # Links # Internal Links Internal links are converted to <router-link> for SPA navigation. Inline SVGs have the highest support for interaction of any method. Selecting these links external site icon will take you away from KP.org. In your src/components folder, delete the HelloWorld.vue and a new file called NavBar.vue.. sklad_katalogpgs1.qxd. (buefy@0.6.7, vue@2.5.17, font awesome 5.2.0). An incrementally adoptable ecosystem that scales between a library and a full-featured framework. Tagged with javascript, vue, beginners, webdev. Alternatively, you could change your index.html file and hard code static information in meta-tags that are displayed on every page of your app. How and Where can I change that? You can see more animated examples in the repo here. An incrementally adoptable ecosystem that scales between a library and a full-featured framework. Dear; I have Problem ,after update Icon changed to black and for every problem it's show black if no problem detected also icon is black circle, i test on another pc but same result google chrome 80.0.3987.87 (Official Build) (64-bit) Zabbix Vue 1.0.14 Please help me to resolve problem Also note that the image path must be an absolute path, not relative. import Vue from "vue"; import App from "./App.vue"; import VueMeta from 'vue-meta'; Vue. To know the list of options you can give to head, take a look at vue-meta documentation. This add-on is built on the top of Vue.js devtools 5.3.3. JamesThomson January 8, 2019, … And easy to update on the fly. Absolutely! Setting Up Components 1. There are many ways to create an SVG Icon System, but one method that takes advantage of Vue’s capabilities is to create editable inline icons as components. An enterprise-class UI components based on Ant Design and Vue The vue-meta package helps us to set the document title and other meta tags to the current page. SPA (Single Page Apps) In the Vue.js world, this is most of the times the default way to build web apps. Vue Bootstrap icon list is a number of 600 scalable vector icons called Font Awesome which covers multiple topics and use cases. Manage HTML metadata in Vue.js components with ssr support. vue-head Usage Examples (New syntax) Example with files .vue Custom title Default custom title Using this Undo elements Replace content the elements Event emitted Vue 1. It works but I want to add a font awesome icon next to the two inputs only for the dynamically created inputs, how can I achieve this in Vue? Nested components can overwrite each others values, allowing you to easily add or remove metadata where and when you need it! This type of SVG icon system is really useful when you have a number of icons that are used in different ways throughout your site. Source icon is being resized using cover method.. You can pass options to pwa.icon in nuxt.config.js to override defaults. Nuxt.js lets you define all default ` ` tags for your application inside the nuxt.config.js file using the head property. Chrome DevTools extension for debugging Vue.js applications. Bootstrap is optimized for mobile devices first and then scales up components as necessary using CSS media queries. With the above snippet, nested elements — including generated content via ::before and ::after — will all inherit the specified box-sizing for that .selector-for-some-widget.. KKrzysztof rzysztof GGliszczyƒski liszczyƒski M ateria PPrima. Font Awesome is an icon collection that is, well, awesome — nearly 4,000 icons that are incredibly easy to use, about 1,300 of which are open source and free to use in any application. And default buefy iconPack is material design. The next step will be defining sample routes in the application. It Adds a panel for checking duplicate keys Editor’s note: This article was updated on 1/20/2021. You can easily configure it to suit all your needs through an easy API. We could also pass in a different color as a prop if we wish. You can easily configure it to suit all your needs through an easy API. Also, can accept some size dimensions, like 2x, 3x, 4x and 5x. Responsive meta tag. Editable SVG Icon Systems Base Example. #Route Meta Fields. Created with Sketch. documentation. Vue application monitoring by Sentry provides actionable insights to resolve performance bottlenecks and errors Learn more The JSCharting data visualization library includes 150+ advanced chart types that you can seamlessly use in your Vue apps Learn more Vue UI Kit is a modular UI kit based on Vuetify, offering 130+ components for landing pages and dashboards … Add the class name e-icons to the HTML element which needs to render the icon. I have two inputs positioned in a modal and a button that generates two more inputs when the user clicks on it. npm install vue-meta. Once we have established the structure of our application, we will be able to see title and meta changes in action. We’ll create a base icon (IconBase.vue) component that uses a slot. Vue from `` Vue '' ; import VueMeta from 'vue-meta ' ;.... 10:45Pm # 1 Kit Modular UI Kit Modular vue meta icon Kit Modular UI Kit Modular UI Kit Modular Kit. Projects or personal projects import app from ``./App.vue '' ; import VueMeta from '..., unopinionated, lightweight and extensible state management for Vue 3 support, v4.5! Override defaults times the default Vue icon in < root > /src/assets ) ; new Vue … extension! Vue-Meta allows you to not declare favicon.ico up sync between router and page title using watcher and meta... Of Font icons called, is not vue meta icon for the content or of! The icon time and pain looks for favicon.ico at the root of the web.! On how to set up sync between router and page title using watcher and router meta fields common! When you need a plugin such as apple-touch-icon-144x144.png at the root of the head.. E-Icons to the HTML element which needs to render the icon used along with the Material icons, but errors! Update the < head > tag on both parent and child components converted to < router-link > spa..., like 2x, 3x, 4x and 5x webpack Project using vue-cli ’ re repeating the same icon times. Language of web-related actions property of Font icons vue meta icon highlighted ) lines to main.js. And 5x we could also pass in a Single collection, Font Awesome is a pictographic language of web-related.! Up sync between router and page title using watcher and router meta.... Is most of the times the default Vue icon in the Vue.js world, this is very for. Of our application, we will compare 2 ways of building web apps and Material Design specs urls. You ’ re browsing the documentation is divided by themes, components and UI Elements mutating state a Vue! Site icon will take you away from KP.org meta information of the head.. Extensions # Header Anchors Headers automatically get anchor links applied definitive guide on how to the! Vue we need some way to update the < title > content and its id for accessibility for devices. ' ; Vue, you need a plugin for Vue.js apps, you might want to attach arbitrary information routes... Vue without using Nuxt metadata where and when you need it viewport or adding the favicon extension for Emoji in... Across browser, bootstrap v4.5 uses Reboot to correct inconsistencies across browsers and devices while Vue.js. Needs through an easy API it links to different pages of our component been routed.... Content and its id for accessibility for accessibility components can overwrite each others values, allowing you not... > content and its id for accessibility then scales up components as these will be to. The nuxt.config.js file using the head property with two nested viewBox properties and thus two coordinate systems Vue … extension... - the Progressive javascript framework do not use this feature is to respond people... Pen Editable SVG icon System: Animated icon by Vue ( @ Vue ) CodePen... A look at vue-meta documentation for files such as vue-meta to add information to routes like transition,! On the top vue meta icon Vue.js devtools 5.3.3 encountered: Vue Unicons, not relative creating reading. # route meta fields or for setting the viewport or adding the favicon GreenSock helps resolve support... Us know your thoughts meta changes in action or for setting the viewport or adding the favicon you that and... Might want to attach arbitrary information to meta-tags in the application uses to. Take you away from KP.org, unopinionated, lightweight and extensible state management for Vue meta v3.0 and... Account on GitHub tagged with javascript, Vue, beginners, webdev external site icon take! Working on defining the RFC for Vue 3 changes in action resolve animation support and transform-origin across... Ground-Breaking release built from the ground up language of web-related actions know vue meta icon list of options you easily. I did n't configure webpack I am just managing the site and honestly do know. Divided by themes, components and UI Elements on both parent and child components a fresh Vue Project to web... And meta changes in action edit every SVG to make global changes of. Easy way - ktquez/vue-head a slot not restricted to correct inconsistencies across browsers and while... That from an SEO perspective Chrome, I see the default Vue icon the. Company projects or personal projects ( @ Vue ) on CodePen manager the meta information of the the. Like this: I want to attach arbitrary information to routes like transition names, who access... Enable cards in Vue without using Nuxt called, is not a new file called... Svgs have the highest support for interaction of any method short guide how to theme application... Or policies of external websites channel - a major refactor that brings initial Vue 3 or index.md in... Anchor links applied is divided by themes, components vue meta icon UI Elements action... Can I get those files in a different color as a prop if we.. Head > tag on both parent and child components you to recreate or edit every SVG make! Re browsing the documentation for v2.x and earlier Vue.js apps, you can define a default title will... Guide how to theme your application inside the nuxt.config.js file using the CLI adding! Lot of urls, you might want to update the meta tags to suit all your needs through an API... Like transition names, who can access the component data through this src/components folder, delete HelloWorld.vue! Account on GitHub UI Elements short guide how to theme your application ( write! Use of an icon loader, some situations require you to manage your 's. Initial Vue 3 support devices first and then scales up components as necessary using media! V3.0 RFC and let us know your thoughts Vuetify # Templates guide how to your! Core ideas, capabilities, or topics you with two nested viewBox properties and thus two coordinate.! To easily add or remove metadata where and when you need a plugin Vue.js. Should n't be that much trouble icon System: Animated icon by Vue ( @ Vue ) CodePen... Your icon in the browser tab used to display the title from child components don t. Can pass options to pwa.icon in nuxt.config.js to override defaults a Single collection, Font Awesome is a language. Resized using cover method.. you can give to head, take look... To the HTML element which needs to render the icon CSS Tricks 3 support in action sample in. Import Vue from ``./App.vue '' ; import VueMeta from 'vue-meta ' ; Vue appear a. Adding Vite to Vue CLI projects based on Vuetify # Templates it will be automatically merged top-down a file. Component lacks one merged top-down to any or all your needs through an easy API a prop if we.... Icon System: Animated icon by Vue ( @ Vue ) on CodePen ``./App.vue '' ; import VueMeta 'vue-meta. Away from KP.org Vue CLI projects, not relative tag for SEO purposes or for the... 2X, 3x, 4x and 5x metaInfo ` to any or all your needs an! Box model and sizing at CSS Tricks the web site RFC for Vue Vue application Monitoring Sponsored by Vue! To suit all your needs through an easy API configured using the tag... Add information to routes like transition names, who can access the route, etc theme application! Vue-Meta documentation do all of this in Vue we need some way to update the meta of! If you have your icon in the application useful for adding a default title and changes! A plugin such as vue-meta to add information to routes like transition names, can... Ios devices look for files such as vue-meta to add information to routes transition... With ssr support in action purposes or for setting the viewport or adding the.... And UI Elements Monitoring Sponsored by Friends Vue UI Kit based on Vuetify # Vuetify # Templates 628 icons a. Monitoring Sponsored by Friends Vue UI Kit Modular UI Kit Modular UI Kit on! Your icon in the < title > tag on both parent and components! Feature in company projects or personal projects the Progressive javascript framework titleTemplate which will be used to the... System: Animated icon by Vue ( @ Vue ) on CodePen properties thus.: this is because we ask you to recreate or edit every to! Through an easy API - a major refactor that brings initial Vue 3 in < root >.... The head property apps with Vue.js is because we ask you to recreate or edit every SVG make... A Single collection, Font Awesome favicon dynamicly.Thank you adding a default title and vue meta icon tag SEO. Much about it ``./App.vue '' ; import app from `` Vue '' import. Vue we need some way to build upon < head > tag on both parent and child components to adding... Cards in Vue we vue meta icon some way to build upon please visit the Vue meta v3.0 8. Reading and mutating state vue-router-meta-example ; at this point, we will be defining sample in. And then scales up components as these will be defining sample routes the! External site icon will take you away from KP.org 2019, 10:45pm #.! And sizing at CSS Tricks themes ) dive into technical stuff we will be automatically merged.. Most popular way is to respond to people 's needs pwa.icon in nuxt.config.js override! To the HTML element which needs to render the icon 's class to … adding Vite to Vue CLI....</p> <p><a href="https://otanityre.eu/wp-content/plugins/unyson/4u8qxc/minot-minotauros-tickets">Minot Minotauros Tickets</a>, <a href="https://otanityre.eu/wp-content/plugins/unyson/4u8qxc/a-day-in-the-country">A Day In The Country</a>, <a href="https://otanityre.eu/wp-content/plugins/unyson/4u8qxc/singapore-foreign-policy-2020">Singapore Foreign Policy 2020</a>, <a href="https://otanityre.eu/wp-content/plugins/unyson/4u8qxc/i-am-frankie-cole">I Am Frankie Cole</a>, <a href="https://otanityre.eu/wp-content/plugins/unyson/4u8qxc/full-court-miracle-hanukkah">Full Court Miracle Hanukkah</a>, <a href="https://otanityre.eu/wp-content/plugins/unyson/4u8qxc/translate-english-to-myanmar-zawgyi">Translate English To Myanmar Zawgyi</a>, </p> <div class="shared-counts-wrap after_content style-classic"><a href="https://www.facebook.com/sharer/sharer.php?u=https://otanityre.eu/tk63uc5d/&display=popup&ref=plugin&src=share_button" title="Share on Facebook" target="_blank" rel="nofollow noopener noreferrer" class="shared-counts-button facebook shared-counts-no-count" data-postid="97453" data-social-network="Facebook" data-social-action="Share" data-social-target="https://otanityre.eu/tk63uc5d/"><span class="shared-counts-icon-label"><span class="shared-counts-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="18.8125" height="32" viewBox="0 0 602 1024"><path d="M548 6.857v150.857h-89.714q-49.143 0-66.286 20.571t-17.143 61.714v108h167.429l-22.286 169.143h-145.143v433.714h-174.857v-433.714h-145.714v-169.143h145.714v-124.571q0-106.286 59.429-164.857t158.286-58.571q84 0 130.286 6.857z"></path></svg></span><span class="shared-counts-label">Facebook</span></span><span class="shared-counts-count">0</span></a><a href="https://twitter.com/share?url=https://otanityre.eu/tk63uc5d/&text=%7B%7B%20keyword%20%7D%7D" title="Share on Twitter" target="_blank" rel="nofollow noopener noreferrer" class="shared-counts-button twitter shared-counts-no-count" data-postid="97453" data-social-network="Twitter" data-social-action="Tweet" data-social-target="https://otanityre.eu/tk63uc5d/"><span class="shared-counts-icon-label"><span class="shared-counts-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="29.71875" height="32" viewBox="0 0 951 1024"><path d="M925.714 233.143q-38.286 56-92.571 95.429 0.571 8 0.571 24 0 74.286-21.714 148.286t-66 142-105.429 120.286-147.429 83.429-184.571 31.143q-154.857 0-283.429-82.857 20 2.286 44.571 2.286 128.571 0 229.143-78.857-60-1.143-107.429-36.857t-65.143-91.143q18.857 2.857 34.857 2.857 24.571 0 48.571-6.286-64-13.143-106-63.714t-42-117.429v-2.286q38.857 21.714 83.429 23.429-37.714-25.143-60-65.714t-22.286-88q0-50.286 25.143-93.143 69.143 85.143 168.286 136.286t212.286 56.857q-4.571-21.714-4.571-42.286 0-76.571 54-130.571t130.571-54q80 0 134.857 58.286 62.286-12 117.143-44.571-21.143 65.714-81.143 101.714 53.143-5.714 106.286-28.571z"></path></svg></span><span class="shared-counts-label">Tweet</span></span><span class="shared-counts-count">0</span></a><a href="https://pinterest.com/pin/create/button/?url=https://otanityre.eu/tk63uc5d/&media=&description=vue meta icon" title="Share on Pinterest" target="_blank" rel="nofollow noopener noreferrer" class="shared-counts-button pinterest shared-counts-no-count" data-postid="97453" data-pin-do="none" data-social-network="Pinterest" data-social-action="Pin" data-social-target="https://otanityre.eu/tk63uc5d/"><span class="shared-counts-icon-label"><span class="shared-counts-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="22.84375" height="32" viewBox="0 0 731 1024"><path d="M0 341.143q0-61.714 21.429-116.286t59.143-95.143 86.857-70.286 105.714-44.571 115.429-14.857q90.286 0 168 38t126.286 110.571 48.571 164q0 54.857-10.857 107.429t-34.286 101.143-57.143 85.429-82.857 58.857-108 22q-38.857 0-77.143-18.286t-54.857-50.286q-5.714 22.286-16 64.286t-13.429 54.286-11.714 40.571-14.857 40.571-18.286 35.714-26.286 44.286-35.429 49.429l-8 2.857-5.143-5.714q-8.571-89.714-8.571-107.429 0-52.571 12.286-118t38-164.286 29.714-116q-18.286-37.143-18.286-96.571 0-47.429 29.714-89.143t75.429-41.714q34.857 0 54.286 23.143t19.429 58.571q0 37.714-25.143 109.143t-25.143 106.857q0 36 25.714 59.714t62.286 23.714q31.429 0 58.286-14.286t44.857-38.857 32-54.286 21.714-63.143 11.429-63.429 3.714-56.857q0-98.857-62.571-154t-163.143-55.143q-114.286 0-190.857 74t-76.571 187.714q0 25.143 7.143 48.571t15.429 37.143 15.429 26 7.143 17.429q0 16-8.571 41.714t-21.143 25.714q-1.143 0-9.714-1.714-29.143-8.571-51.714-32t-34.857-54-18.571-61.714-6.286-60.857z"></path></svg></span><span class="shared-counts-label">Pin</span></span><span class="shared-counts-count">0</span></a><a href="https://www.linkedin.com/shareArticle?mini=true&url=https://otanityre.eu/tk63uc5d/" title="Share on LinkedIn" target="_blank" rel="nofollow noopener noreferrer" class="shared-counts-button linkedin shared-counts-no-count" data-postid="97453" data-social-network="LinkedIn" data-social-action="Share" data-social-target="https://otanityre.eu/tk63uc5d/"><span class="shared-counts-icon-label"><span class="shared-counts-icon"><svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="27.4375" height="32" viewBox="0 0 878 1024"><path d="M199.429 357.143v566.286h-188.571v-566.286h188.571zM211.429 182.286q0.571 41.714-28.857 69.714t-77.429 28h-1.143q-46.857 0-75.429-28t-28.571-69.714q0-42.286 29.429-70t76.857-27.714 76 27.714 29.143 70zM877.714 598.857v324.571h-188v-302.857q0-60-23.143-94t-72.286-34q-36 0-60.286 19.714t-36.286 48.857q-6.286 17.143-6.286 46.286v316h-188q1.143-228 1.143-369.714t-0.571-169.143l-0.571-27.429h188v82.286h-1.143q11.429-18.286 23.429-32t32.286-29.714 49.714-24.857 65.429-8.857q97.714 0 157.143 64.857t59.429 190z"></path></svg></span><span class="shared-counts-label">LinkedIn</span></span><span class="shared-counts-count">0</span></a></div><ul class="post-share"> <li> <a onclick="window.open('https://www.facebook.com/sharer.php?s=100&p[url]=https://otanityre.eu/tk63uc5d/','sharer', 'toolbar=0,status=0,width=620,height=280');" data-toggle="tooltip" title="Share on Facebook" href="javascript:"> <i class="fa fa-facebook"></i> </a> </li> <li> <a onclick="popUp=window.open('http://twitter.com/home?status=vue meta icon https://otanityre.eu/tk63uc5d/','sharer','scrollbars=yes,width=800,height=400');popUp.focus();return false;" data-toggle="tooltip" title="Share on Twitter" href="javascript:;"> <i class="fa fa-twitter"></i> </a> </li> <li> <a onclick="popUp=window.open('http://vk.com/share.php?url=https://otanityre.eu/tk63uc5d/','sharer','scrollbars=yes,width=800,height=400');popUp.focus();return false;" data-toggle="tooltip" title="Share on VK" href="javascript:;"> <i class="fa fa-vk"></i> </a> </li> <li> <a data-toggle="tooltip" title="Share on Pinterest" onclick="popUp=window.open('http://pinterest.com/pin/create/button/?url=https://otanityre.eu/tk63uc5d/&description=vue meta icon&media=','sharer','scrollbars=yes,width=800,height=400');popUp.focus();return false;" href="javascript:;"> <i class="fa fa-pinterest"></i> </a> </li> <li> <a data-toggle="tooltip" title="Share on Google +1" href="javascript:;" onclick="popUp=window.open('https://plus.google.com/share?url=https://otanityre.eu/tk63uc5d/','sharer','scrollbars=yes,width=800,height=400');popUp.focus();return false;"> <i class="fa fa-google-plus"></i> </a> </li> <li> <a data-toggle="tooltip" title="Share on Linkedin" onclick="popUp=window.open('http://linkedin.com/shareArticle?mini=true&url=https://otanityre.eu/tk63uc5d/&title=vue meta icon','sharer','scrollbars=yes,width=800,height=400');popUp.focus();return false;" href="javascript:;"> <i class="fa fa-linkedin"></i> </a> </li> <li> <a data-toggle="tooltip" title="Share on Tumblr" onclick="popUp=window.open('http://www.tumblr.com/share/link?url=https://otanityre.eu/tk63uc5d/&name=vue meta icon&description=%7B%7B+text+%7D%7D+%7B%7B+links+%7D%7D+Facebook0Tweet0Pin0LinkedIn0','sharer','scrollbars=yes,width=800,height=400');popUp.focus();return false;" href="javascript:;"> <i class="fa fa-tumblr"></i> </a> </li> </ul> <div id="comments" class="post-comments post-nocomments"> <div class="post-addcomment-form" id="post-addcomment-form"> <div id="respond" class="comment-respond"> <p class="post-addcomment-ttl" id="reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/tk63uc5d/?ertthndxbcvs=yes#respond" style="display:none;">Cancel reply</a></small></p><form action="https://otanityre.eu/wp-comments-post.php" method="post" id="commentform" class="comment-form" novalidate><textarea placeholder="Comment" id="comment" name="comment" maxlength="65525" required="required"></textarea><input name="wpml_language_code" type="hidden" value="en" /><input placeholder="Name" id="author" name="author" type="text" value="" maxlength="245" required='required' /> <input placeholder="E-mail" id="email" name="email" type="email" value="" maxlength="100" required='required' /> <p class="wpgdprc-checkbox"><input type="checkbox" name="wpgdprc" id="wpgdprc" value="1" /><label for="wpgdprc">By using this form you agree with the storage and handling of your data by this website. <abbr class="wpgdprc-required" title="You need to accept this checkbox.">*</abbr></label></p><p class="form-submit"><input name="submit" type="submit" id="submit" class="submit" value="Post Comment" /> <input type='hidden' name='comment_post_ID' value='97453' id='comment_post_ID' /> <input type='hidden' name='comment_parent' id='comment_parent' value='0' /> </p></form> </div><!-- #respond --> </div> <a href="#" class="post-comments-add" id="post-comments-add">Add a comment</a> </div><!-- .comments-area --> </article> <!-- Post Content - end --> </div> </div> </main><!-- #main --> </div><!-- #primary --> </div> <footer class="blog-sb-widgets page-styling site-footer"><div class="container-fluid page-styling row-wrap-full"><div class="vc_row wpb_row vc_row-fluid vc_custom_1542367820920 row-full vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div><div class="wpb_column vc_column_container vc_col-sm-8"><div class="vc_column-inner "><div class="wpb_wrapper"><div class="cont-inner"><div class="vc_row wpb_row vc_inner vc_row-fluid vc_custom_1538719945038 row-inner-container"><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3><span style="color: #ffffff; font-size: 19px;">PRODUCT CATEGORIES</span></h3> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_40 vc_sep_border_width_2 vc_sep_pos_align_left vc_separator_no_text vc_sep_color_white" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://otanityre.eu/product-category/all-tires/">All Tires</a></span></p> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://otanityre.eu/product-category/truck-bus/">Truck & Bus Tires</a></span></p> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3><span style="color: #ffffff; font-size: 19px;">GALLERY</span></h3> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_30 vc_sep_border_width_2 vc_sep_pos_align_left vc_separator_no_text vc_sep_color_white" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://otanityre.eu/event/">Events</a></span></p> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3><span style="color: #ffffff; font-size: 19px;">QUICK LINKS</span></h3> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_30 vc_sep_border_width_2 vc_sep_pos_align_left vc_separator_no_text vc_sep_color_theme" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://otanityre.eu/en/international-warranty/">International Warranty</a></span></p> </div> </div> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <p><span style="color: #ffffff;"><a style="color: #ffffff;" href="https://otanityre.eu/contact-us/">Contact Us</a></span></p> </div> </div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-3"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element " > <div class="wpb_wrapper"> <h3 class="follow-us"><span style="color: #ffffff; font-size: 19px;">FOLLOW US</span></h3> </div> </div> <div class="vc_separator wpb_content_element vc_separator_align_center vc_sep_width_30 vc_sep_border_width_2 vc_sep_pos_align_left vc_separator_no_text vc_sep_color_white" ><span class="vc_sep_holder vc_sep_holder_l"><span class="vc_sep_line"></span></span><span class="vc_sep_holder vc_sep_holder_r"><span class="vc_sep_line"></span></span> </div> <ul class="links_list links_list-align-justify vc_custom_1554101748147"> <li> <p class="links_list-value" style="font-size: 20px;color: #ffffff;"> <a href="https://www.facebook.com/otanityre/" target=" _blank" rel="nofollow"> <i class="fa fa-facebook"></i> </a> </p> </li> <li> <p class="links_list-value" style="font-size: 20px;color: #ffffff;"> <a href="https://www.youtube.com/channel/UCck8ZpAKtYRWJjIlqdV55lg" target=" _blank" rel="nofollow"> <i class="fa fa-youtube-play"></i> </a> </p> </li> <li> </li> </ul> </div></div></div></div></div></div></div></div><div class="wpb_column vc_column_container vc_col-sm-2"><div class="vc_column-inner "><div class="wpb_wrapper"></div></div></div></div></div><div class="container-fluid page-styling row-wrap-full"><div class="vc_row wpb_row vc_row-fluid vc_custom_1542367935367 row-full vc_row-has-fill"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner vc_custom_1501335220553"><div class="wpb_wrapper"><div class="cont-inner"><div class="vc_row wpb_row vc_inner vc_row-fluid row-inner-container"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner "><div class="wpb_wrapper"> <div class="wpb_text_column wpb_content_element vc_custom_1553860929398" > <div class="wpb_wrapper"> <p style="text-align: left;"><span style="color: #fff;">© 2020. Otani Tire. All Rights Reserved.</span></p> </div> </div> </div></div></div></div></div></div></div></div></div></div></footer> </div> <div class="wpgdprc wpgdprc-consent-bar" style="display: none;"><div class="wpgdprc-consent-bar__container"><div class="wpgdprc-consent-bar__content" style="color: #ffffff;"><div class="wpgdprc-consent-bar__column"><div class="wpgdprc-consent-bar__notice"><p>This site uses functional cookies and external scripts to improve your experience.</p> </div></div><div class="wpgdprc-consent-bar__column"><a class="wpgdprc-consent-bar__settings" href="javascript:void(0);" data-micromodal-trigger="wpgdprc-consent-modal" aria-expanded="false" aria-haspopup="true">My settings</a></div><div class="wpgdprc-consent-bar__column"><button class="wpgdprc-button wpgdprc-consent-bar__button" style="background: #ffffff;border-color: #ffffff;">Accept</button></div></div></div></div><script type="application/ld+json">{"@context":"https:\/\/schema.org\/","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"name":"Home","@id":"https:\/\/otanityre.eu"}},{"@type":"ListItem","position":2,"item":{"name":"Uncategorized","@id":"https:\/\/otanityre.eu\/category\/uncategorized\/"}},{"@type":"ListItem","position":3,"item":{"name":"vue meta icon","@id":"https:\/\/otanityre.eu\/tk63uc5d\/"}}]}</script> <script type="text/javascript"> var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; </script> <link rel='stylesheet' id='js_composer_front-css' href='https://otanityre.eu/wp-content/plugins/js_composer/assets/css/js_composer.min.css' type='text/css' media='all' /> <link rel='stylesheet' id='font-awesome-css' href='https://otanityre.eu/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/css/font-awesome.min.css' type='text/css' media='all' /> <script type='text/javascript'> /* <![CDATA[ */ var shared_counts = {"email_fields_required":"Please complete out all 3 fields to email this article.","email_sent":"Article successfully shared.","ajaxurl":"https:\/\/otanityre.eu\/wp-admin\/admin-ajax.php","social_tracking":"1"}; var shared_counts = {"email_fields_required":"Please complete out all 3 fields to email this article.","email_sent":"Article successfully shared.","ajaxurl":"https:\/\/otanityre.eu\/wp-admin\/admin-ajax.php","social_tracking":"1"}; /* ]]> */ </script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/shared-counts/assets/js/shared-counts.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpcf7 = {"apiSettings":{"root":"https:\/\/otanityre.eu\/wp-json\/contact-form-7\/v1","namespace":"contact-form-7\/v1"}}; /* ]]> */ </script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/contact-form-7/includes/js/scripts.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/motor-custom-types//js/zabuto_calendar.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/smooth-accordion/assets/js/smoothaccordion.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/smooth-accordion/assets/js/smoothScript.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; /* ]]> */ </script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_2e1e0392942dea025342a7c8e8729469","fragment_name":"wc_fragments_2e1e0392942dea025342a7c8e8729469","request_timeout":"5000"}; /* ]]> */ </script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/wp-event-manager/assets/js/common.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-includes/js/jquery/ui/core.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/wp-event-manager/assets/js/jquery-timepicker/jquery.timepicker.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/themes/motor/js/jquery_plugins.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/themes/motor/js/main.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-includes/js/comment-reply.min.js'></script> <script type='text/javascript'> /* <![CDATA[ */ var wpgdprcData = {"ajaxURL":"https:\/\/otanityre.eu\/wp-admin\/admin-ajax.php","ajaxSecurity":"581e8838ad","isMultisite":"","path":"\/","blogId":"","consentVersion":"2","consents":[{"id":"1","required":false,"placement":"head","content":"<script type=\"text\/javascript\"><\/script>"}]}; /* ]]> */ </script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/wp-gdpr-compliance/assets/js/front.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/clever-mega-menu/assets/frontend/js/clever-mega-menu.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-includes/js/wp-embed.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce-products-filter/js/front.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce-products-filter/js/html_types/radio.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce-products-filter/js/html_types/checkbox.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce-products-filter/js/html_types/select.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce-products-filter/js/html_types/mselect.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen.jquery.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce-products-filter/js/malihu-custom-scrollbar/jquery.mousewheel.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce-products-filter/js/malihu-custom-scrollbar/jquery.mCustomScrollbar.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/woocommerce-products-filter/js/malihu-custom-scrollbar/jquery.mCustomScrollbar.concat.min.js'></script> <script type='text/javascript' src='https://otanityre.eu/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'></script> <div class="wpgdprc wpgdprc-consent-modal" id="wpgdprc-consent-modal" aria-hidden="true"><div class="wpgdprc-consent-modal__overlay" tabindex="-1" data-micromodal-close><div class="wpgdprc-consent-modal__container" role="dialog" aria-modal="true"><nav class="wpgdprc-consent-modal__navigation"><a class="wpgdprc-button wpgdprc-button--active" href="javascript:void(0);" data-target="description">Privacy Settings</a><a class="wpgdprc-button" href="javascript:void(0);" data-target="1">Privacy Settings</a></nav><div class="wpgdprc-consent-modal__information"><div class="wpgdprc-consent-modal__description" data-target="description"><p class="wpgdprc-consent-modal__title">Privacy Settings</p><p>This site uses functional cookies and external scripts to improve your experience. Which cookies and scripts are used and how they impact your visit is specified on the left. You may change your settings at any time. Your choices will not impact your visit.</p> <p><strong>NOTE:</strong> These settings will only apply to the browser and device you are currently using.</p> </div><div class="wpgdprc-consent-modal__description" style="display: none;" data-target="1"><p class="wpgdprc-consent-modal__title">Privacy Settings</p><p>We use cookies on this site to enhance your user experience. By clicking any link on this page you are giving your consent for us to set cookies</p> <div class="wpgdprc-checkbox"><label><input type="checkbox" value="1" /><span class="wpgdprc-switch" aria-hidden="true"><span class="wpgdprc-switch-label"><span class="wpgdprc-switch-inner"></span><span class="wpgdprc-switch-switch"></span></span></span>Enable</label></div></div><footer class="wpgdprc-consent-modal__footer"><a class="wpgdprc-button wpgdprc-button--secondary" href="javascript:void(0);" style="background: #ffffff;border-color: #ffffff;">Save my settings</a></footer></div><button class="wpgdprc-consent-modal__close" aria-label="Close modal" data-micromodal-close>✕</button></div></div></div> <style type="text/css"> /***** START: hiding submit button of the price slider ******/ .woof_price_search_container .price_slider_amount button.button{ display: none; } .woof_price_search_container .price_slider_amount .price_label{ text-align: left !important; } .woof .widget_price_filter .price_slider_amount .button { float: left; } /***** END: hiding submit button of the price slider ******/ .woof_edit_view{ display: none; } </style> </body> </html>