Commit graph

77 commits

Author SHA1 Message Date
Tiago Noronha
53de2c453a
Merge pull request #825 from woocommerce/fix/747
Remove negative margin wrappers
2018-04-19 12:04:24 +01:00
Tiago Noronha
514c8898a6 Localise missing strings 2018-04-13 18:31:14 +01:00
Tiago Noronha
c80b57cae6 Remove header container and add it back as an action; Move primary navigation outside the header container 2018-04-13 16:48:52 +01:00
Alex Stine
91e3fb8c7a CSS class adjustments. Add text to post navigation for screen readers. 2018-04-12 11:08:40 -04:00
Tiago Noronha
3a2c81231a Output h1 site title tag in the front page instead of Posts page 2018-02-02 22:49:14 +00:00
Tiago Noronha
d1cb77dc52
Merge pull request #724 from woocommerce/fix/692
Add vcard markup to template
2018-01-09 14:47:56 +00:00
Tiago Noronha
9c139b23f7 Use HTML entity for ampersand. 2018-01-09 14:41:10 +00:00
Mike Jolley
6726c31e6f Add vcard markup to template
Closes #692
2018-01-09 14:39:36 +00:00
Tiago Noronha
ec44c65ef1 Remove HTML from footer credit string. 2018-01-09 14:38:22 +00:00
Tiago Noronha
b948aa31a0 Tweak footer copy. 2018-01-05 14:38:53 +00:00
Tiago Noronha
e1cb4cae64 Update WooCommerce footer link to https. 2018-01-05 12:03:40 +00:00
Tiago Noronha
25804b6298 Update footer credit. 2018-01-05 11:00:03 +00:00
Tiago Noronha
1790927f8c Remove structured data. 2017-07-07 17:35:28 +03:00
Tiago Noronha
7dd65930ef If no logo set, hide section from structured data. #602 2017-06-13 11:20:54 +01:00
Tiago Noronha
50a5932c3f Closes #595: Adds filters to all homepage shortcode args 2017-06-01 09:01:58 +01:00
Tiago Noronha
17e6348775 Closes #590: Remove wp_kses_post() from shortcode output. 2017-05-30 10:56:22 +01:00
Andreas Krohn
a00b439eaf esc_html__ → esc_attr__
Switched to esc_attr__ based on feedback from jameskoster
2017-05-17 15:31:54 +02:00
Andreas Krohn
ecc69f8256 Use esc_html__ to translate hardcoded aria labels 2017-05-17 15:18:14 +02:00
Andreas Krohn
580c84057c Removed hardcoded english aria-label 2017-05-16 11:21:34 +02:00
James Koster
b42e92a44b Only display homepage product sections if products are returned by corresponding short codes 2017-02-15 13:40:59 +00:00
Tiago Noronha
d81f617a31 Update branch to master. 2017-02-13 10:24:05 +01:00
Tiago Noronha
f0c64640b2 Updated flow. Dummy starter content. File organization. 2017-02-09 18:39:28 +00:00
James Koster
0babf45085 hero edit button 2017-02-08 15:38:40 +00:00
James Koster
6a943f221f Display the homepage content section as a 'hero' element when a featured image is set 2017-01-23 17:54:58 +00:00
James Koster
df07999d48 Footer widget tweaks
* Set default rows to 1
* Rename storefront_footer_widget_regions to
storefront_footer_widget_columns
* Tweak footer widget region names / descriptions based on number of
rows
2017-01-19 14:41:42 +00:00
James Koster
6a076c285d Merge pull request #494 from opportus/top-footer-widget-regions
Footer Rows Implementation
2017-01-19 13:36:06 +00:00
James Koster
1906be48f9 deprecate is_woocommerce_activated() and make pluggable
also adds storefront_is_woocommerce_activated()
2016-11-10 10:22:29 +00:00
opportus
53e2e193f4 top footer widget regions - optimization 2nd pass
- Fixes column template condition bug

 - Added some comments

 - Code standardization
2016-10-15 02:31:51 +02:00
opportus
9b451d7006 top footer widget regions - optimization
- revert back to the classic naming convention of footer sidebar ID

 - delete some blanck spaces

 - rename some variables
2016-10-14 21:30:29 +02:00
opportus
859133165a top footer widget regions - cleaner code 2016-10-14 16:05:25 +02:00
opportus
9662797eb5 top footer widget regions - revision1 2016-10-12 23:25:51 +02:00
Claudio Sanches
6e48800316 Allow return the storefront_site_title_or_logo() 2016-10-08 02:20:48 -03:00
opportus
75718c08fe top footer widget regions - initial implementation
closes #492
2016-10-08 02:23:22 +02:00
Patrick Rauland
0222a61cc5 Update storefront-template-functions.php
Changing footer credit from WooThemes to WooCommerce
2016-10-05 09:12:38 -06:00
James Koster
56ae141dd7 Adds new actions to wrap post content. closes #482
* `storefront_post_thumbnail` is now hooked in to
`storefront_post_content_before`
* `storefront_post_thumbnail() now provides a default arg`
2016-10-03 11:13:18 +01:00
opportus
60f22c5572 structured data update 2016-09-26 23:14:46 +02:00
James Koster
323e713e85 Only wrap logo / title in a h1 if the posts page is the homepage 2016-08-15 10:42:22 +01:00
James Koster
71bc5b3961 custom logo selective refresh 2016-08-03 09:49:16 +01:00
James Koster
279147af4e add logo class 2016-08-02 17:19:08 +01:00
James Koster
89eb8587d3 coding standards tidy up 2016-08-01 11:17:10 +01:00
opportus
d5a4aa7f4c improved semantic html - woocommerce - revision1 2016-07-28 18:17:31 +02:00
opportus
1493485074 improved semantic html - header and footer fixes - revision5 2016-07-28 17:20:33 +02:00
opportus
7527761474 improved-semantic html - archive 2016-07-28 14:27:12 +02:00
opportus
5f986f681f improved semantic html - header and footer fixes - revision4 2016-07-28 14:13:16 +02:00
opportus
74dbcd2e62 improved semantic html - header and footer fixes - revision3 2016-07-27 23:33:46 +02:00
opportus
c66d6c4da4 improved semantic html - single post 2016-07-27 19:40:14 +02:00
opportus
4d98f07a4a improved semantic html - header and footer fixes - revision2 2016-07-27 15:50:32 +02:00
opportus
c681270db7 improved semantic html - header and footer fixes 2016-07-26 08:20:51 +02:00
Martin
148449499a Check if functions exist 2016-07-12 08:37:41 +02:00
Tyler Janzen
fdb09dbd1c Added check for existence of secondary nav menu
If not using a secondary nav menu, you end up with an empty <nav> tag which
messes up the layout of the search bar which get pushed below the title/logo.
This also causes the header to be larger than desired and looks terrible.
This patch simply checks for the existence of a secondary menu before it outputs
the <nav> tags, thus not echoing an empty <nav> tag if you don't use a secondary
nav menu.
2016-06-23 05:57:03 -06:00