Skip to content

Commit 29cb71d

Browse files
committed
minor things from theme upload:
resuired text-reader css illegal character fix fixing typo in text-domain version-bump to 9.2.01
1 parent 213336b commit 29cb71d

File tree

12 files changed

+97
-10
lines changed

12 files changed

+97
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ they are used as the post header image unless a featured image has been set agai
2828

2929
##Multiloquent now has a theme selector - as of v7.0.0
3030
Using the wordpress customisation panel you can select between all of the themes from [bootswatch.com](bootswatch.com)
31-
and they will be applied to your site (aswell as the multiloqent theme and berebones bootstrap too)
31+
and they will be applied to your site (aswell as the multiloquent theme and berebones bootstrap too)
3232

3333

3434
##This theme has 10 widget areas:

bootstrap/css/multiloquent/style.css

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://jonathansblog.co.uk/multiloquent
44
Author: Jonathan
55
Author URI: http://jonathansblog.co.uk
66
Description: Multiloquent html5 / bootstrap theme - a theme with 10 dynamic sidebars in various locations using twitter bootstrap complete with yaarp related posts theme, dynamic top10 front page featured posts, fontawesome icons, category index page template, tag index page template and 3 post templates. Version 6.1.0 adds wordpress theme customisation API for theme colours and text colours. Version 6.4.0 adds support for custom header images. Version 7.0.0 adds support for bootswatch themes via the customisation panel
7-
Version: 9.2.0
7+
Version: 9.2.01
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: custom-header, sticky-post, custom-colors, light, editor-style, gray, white, one-column, two-columns, right-sidebar, custom-menu, featured-images, fluid-layout, responsive-layout, full-width-template, microformats, post-formats
@@ -54,6 +54,32 @@ body {
5454
margin-left: 20px;
5555
margin-top: 10px;
5656
}
57+
.screen-reader-text {
58+
clip: rect(1px, 1px, 1px, 1px);
59+
position: absolute !important;
60+
height: 1px;
61+
width: 1px;
62+
overflow: hidden;
63+
}
64+
.screen-reader-text:focus {
65+
background-color: #f1f1f1;
66+
border-radius: 3px;
67+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
68+
clip: auto !important;
69+
color: #21759b;
70+
display: block;
71+
font-size: 14px;
72+
font-size: 0.875rem;
73+
font-weight: bold;
74+
height: auto;
75+
left: 5px;
76+
line-height: normal;
77+
padding: 15px 23px 14px;
78+
text-decoration: none;
79+
top: 5px;
80+
width: auto;
81+
z-index: 100000;
82+
}
5783
.wp-caption {
5884
font-size: inherit;
5985
}

bootstrap/less/multiloquent/style.less

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://jonathansblog.co.uk/multiloquent
44
Author: Jonathan
55
Author URI: http://jonathansblog.co.uk
66
Description: Multiloquent html5 / bootstrap theme - a theme with 10 dynamic sidebars in various locations using twitter bootstrap complete with yaarp related posts theme, dynamic top10 front page featured posts, fontawesome icons, category index page template, tag index page template and 3 post templates. Version 6.1.0 adds wordpress theme customisation API for theme colours and text colours. Version 6.4.0 adds support for custom header images. Version 7.0.0 adds support for bootswatch themes via the customisation panel
7-
Version: 9.2.0
7+
Version: 9.2.01
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: custom-header, sticky-post, custom-colors, light, editor-style, gray, white, one-column, two-columns, right-sidebar, custom-menu, featured-images, fluid-layout, responsive-layout, full-width-template, microformats, post-formats
@@ -68,6 +68,34 @@ body {
6868
margin-top: 10px;
6969
}
7070

71+
.screen-reader-text {
72+
clip: rect(1px, 1px, 1px, 1px);
73+
position: absolute !important;
74+
height: 1px;
75+
width: 1px;
76+
overflow: hidden;
77+
}
78+
79+
.screen-reader-text:focus {
80+
background-color: #f1f1f1;
81+
border-radius: 3px;
82+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
83+
clip: auto !important;
84+
color: #21759b;
85+
display: block;
86+
font-size: 14px;
87+
font-size: 0.875rem;
88+
font-weight: bold;
89+
height: auto;
90+
left: 5px;
91+
line-height: normal;
92+
padding: 15px 23px 14px;
93+
text-decoration: none;
94+
top: 5px;
95+
width: auto;
96+
z-index: 100000;
97+
}
98+
7199
.wp-caption {
72100
font-size: inherit;
73101
}

category.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<p>
2424
<?php
2525
printf(
26-
__('There are %1$s posts in the %2$s category', 'multiloqent'),
26+
__('There are %1$s posts in the %2$s category', 'multiloquent'),
2727
$wp_query->found_posts,
2828
single_cat_title('', false)
2929
);

multiloquent-base.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function __construct() {
2424
* @return string
2525
*/
2626
function multiloquent_version() {
27-
$version = '9.2.0';
27+
$version = '9.2.01';
2828
return $version;
2929
}
3030

@@ -701,8 +701,7 @@ function multiloquent_render_the_archive( $colour ) {
701701
echo $this->multiloquent_post_title();
702702
?>
703703
</a>
704-
</span>¬
705-
704+
</span>
706705
<p>
707706
<?php echo $this->multiloquent_render_tags($post); ?>
708707
</p>

page.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
2626
<div class="col-sm-12 col-md-12 col-lg-12">
2727
<?php
2828
if ($values = get_post_custom_values('leadvideo')) {
29+
echo '<div align="center" class="embed-responsive embed-responsive-16by9">';
2930
echo '<iframe width="100%" height="400" src="//www.youtube.com/embed/';
3031
echo $values[0];
3132
echo '" frameborder="0" allowfullscreen></iframe>';
33+
echo '</div>';
3234
}
3335
remove_filter('the_content', 'sharing_display', 19);
3436
remove_filter('the_excerpt', 'sharing_display', 19);

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ they are used as the post header image unless a featured image has been set agai
2828

2929
##Multiloquent now has a theme selector - as of v7.0.0
3030
Using the wordpress customisation panel you can select between all of the themes from [bootswatch.com](bootswatch.com)
31-
and they will be applied to your site (aswell as the multiloqent theme and berebones bootstrap too)
31+
and they will be applied to your site (aswell as the multiloquent theme and berebones bootstrap too)
3232

3333

3434
##This theme has 10 widget areas:

single.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@
2929
echo '<div class="col-sm-12 col-md-12 col-lg-12">';
3030
}
3131
if ($values = get_post_custom_values('leadvideo')) {
32+
echo '<div align="center" class="embed-responsive embed-responsive-16by9">';
3233
echo '<iframe width="100%" height="400" src="//www.youtube.com/embed/';
3334
echo $values[0];
3435
echo '" frameborder="0" allowfullscreen></iframe>';
36+
echo '</div>';
3537
}
3638
remove_filter('the_content', 'sharing_display', 19);
3739
remove_filter('the_excerpt', 'sharing_display', 19);

style.css

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Theme URI: http://jonathansblog.co.uk/multiloquent
44
Author: Jonathan
55
Author URI: http://jonathansblog.co.uk
66
Description: Multiloquent html5 / bootstrap theme - a theme with 10 dynamic sidebars in various locations using twitter bootstrap complete with yaarp related posts theme, dynamic top10 front page featured posts, fontawesome icons, category index page template, tag index page template and 3 post templates. Version 6.1.0 adds wordpress theme customisation API for theme colours and text colours. Version 6.4.0 adds support for custom header images. Version 7.0.0 adds support for bootswatch themes via the customisation panel
7-
Version: 9.2.0
7+
Version: 9.2.01
88
License: GNU General Public License v2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: custom-header, sticky-post, custom-colors, light, editor-style, gray, white, one-column, two-columns, right-sidebar, custom-menu, featured-images, fluid-layout, responsive-layout, full-width-template, microformats, post-formats
@@ -54,6 +54,32 @@ body {
5454
margin-left: 20px;
5555
margin-top: 10px;
5656
}
57+
.screen-reader-text {
58+
clip: rect(1px, 1px, 1px, 1px);
59+
position: absolute !important;
60+
height: 1px;
61+
width: 1px;
62+
overflow: hidden;
63+
}
64+
.screen-reader-text:focus {
65+
background-color: #f1f1f1;
66+
border-radius: 3px;
67+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
68+
clip: auto !important;
69+
color: #21759b;
70+
display: block;
71+
font-size: 14px;
72+
font-size: 0.875rem;
73+
font-weight: bold;
74+
height: auto;
75+
left: 5px;
76+
line-height: normal;
77+
padding: 15px 23px 14px;
78+
text-decoration: none;
79+
top: 5px;
80+
width: auto;
81+
z-index: 100000;
82+
}
5783
.wp-caption {
5884
font-size: inherit;
5985
}

tag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<p>
2929
<?php
3030
printf(
31-
__('There are %1$s posts tagged %2$s', 'multiloqent'),
31+
__('There are %1$s posts tagged %2$s', 'multiloquent'),
3232
$wp_query->found_posts,
3333
single_cat_title('', false)
3434
);

0 commit comments

Comments
 (0)