We Can Load the jQuery and non-blocking CSS3 in WordPress on Particular Category to Have Pull Quote in WordPress With jQuery and CSS3. Good for SEO. jQuery will give warranty on SEO part by avoiding repeat of text. jQuery will give warranty on SEO part by avoiding repeat of text. Understand the difference between CSS Pseudo Class we used for Drop Caps. There was no manual work. But, pull quote in WordPress or any readable text will need marking the text with HTML 100% manually. Otherwise it will become meaningless and funny.
Pull quote is the quotation from an article with a distinctive typeface on the same webpage, to highlight a key topic. It is very common in print publishing. It is a typographic device better to use with columns on the webpage. Pull quote can cut into two columns.
Ways To Get Pull Quote in WordPress With jQuery and CSS3
First we need to mark a part of HTML text by wrapping with something like :
---
1 | <p class="pullquote">Pull Quote in WordPress With jQuery and CSS3 by The Customize Windows Gives a Clear Idea About What to Do.</p> |
One jQuery thing is needed to clone this marked text. jquery.js
must be loaded on the webpage (in WordPress normally we load it with most normal, commonly used themes). We can defer this small javascript and conditionally load with WordPress conditional PHP stuffs.
Second part is the in-line CSS. in-line CSS is always non-blocking. We also can conditionally load this too with WordPress conditional PHP stuffs. We will not discuss about this conditional stuffs as you can read on WordPress official documentations. You can even make this pull quote to appear on Widget with a bit tweak. It depends on your design.
Also, you can use Polymer – Polymer is a project for creating custom elements that extend HTML functions. In Opera and may be in Chrome, that method might be perfect for semantic web but maintenance and installation is difficult.
Image adapted from Article by Christian Cantrell in blogs dot adobe dot com.
Pull Quote in WordPress With jQuery and CSS3
We are giving an example jQuery thing, you must wrap it with :
1 2 3 4 5 | <script> snippet here </script> |
or save the file as something.js
and load from CDN/Server. jQuery will clone the text – from the point of SEO, Google’s ugly spyware bots will not think that you are repeating the texts to run blackhat. Google will tell lot of sci-fi stories but basically their bots do not understand anything good. If you are using fully different text in Pull Quote, logically you need not to use this jQuery. Manually wrapping with HTML will work fine with CSS. Anyway, this is the example in code pen.
Second type of pull quote we saw is this one. It is pure CSS but has a big good feature – it has media queries. We can use it for the responsive design.
You can use according to your need. Last one is this version.
Tagged With pullquote in wordpress