Search the Community
Showing results for tags 'semantic'.
-
Here is my contribution to the project as I'm a very satisfied user. After some installations today I started one for me, a computer hardware Shop, as I finished the images enrichment/import the next process would be buying some item and when I came across the sign up form I didnt like the simple presentation of the input fields, one below the other. The new Prestashop uses Bootstrap so the modification was quite easy, it is just to call the col-md-3 class on each item of the form, staying like that: <div class="form-group col-md-3"> For people interested in this I recommend this link: http://help.formassembly.com/knowledgebase/articles/469473-best-practices-for-user-friendly-forms Peace, Higor
-
Anyone managed to implement RDFa rich semantics for breadcrumbs in prestashop? Any examples? I don't know how to decode the <span class="navigation_page">{$path}</span> $path variable in order to split it a-la-google's example: <div itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/books" itemprop="url"> <span itemprop="title">Books</span> </a> › <div itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/fiction" itemprop="url"> <span itemprop="title">Fiction</span> </a> › <div itemprop="child" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> <a href="http://www.example.com/books/fiction/horror" itemprop="url"> <span itemprop="title">Horror</span> </a> </div> </div> </div>
- 4 replies
-
- 1
-
-
- breadcrumbs
- semantic
-
(and 2 more)
Tagged with: