Skip to content

Commit 25fa38f

Browse files
committed
Remove the nav link in Progress bar.
1 parent 8cd713f commit 25fa38f

File tree

7 files changed

+3
-7
lines changed

7 files changed

+3
-7
lines changed

inc/customizer.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,3 @@
5050
foreach ( $customizer_options as $customizer_option ) {
5151
add_action( 'customize_register', 'mynote_customize_' . $customizer_option );
5252
}
53-

inc/icon-functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,3 @@ function mynote_nav_menu_social_icons( $item_output, $item, $depth, $args ) {
100100
}
101101
return $item_output;
102102
}
103-

inc/template-functions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,6 @@ function mynote_single_post_script() {
395395
if ( doc.scrollTop() > headerNavBrand.height() ) {
396396
//headerBarContainer.fadeOut( 800 );
397397
progressTitle.html( pageTitle.html() );
398-
progressBarContainer.find( '.navbar-brand' ).html( headerNavBrand.html() );
399398
progressBarContainer.fadeIn( 100 );
400399
progressBarContainer.addClass( 'fixed-top' );
401400
progressBarContainer.addClass( 'slide-down' );

inc/template-hook-functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function mynote_header_navigation() {
4949
<nav class="navbar navbar-expand-lg navbar-dark <?php echo $addon_navbar_class; ?>" role="navigation">
5050
<?php if ( $is_brand_url ) : ?>
5151
<a class="navbar-brand" href="<?php echo esc_url( home_url() ); ?>">
52-
<img src="<?php echo esc_url( $site_brand_url ); ?>" alt="<?php esc_attr_e( 'Logo', 'mynote' ); ?>" class="logo-img">
52+
<img src="<?php echo esc_url( $site_brand_url ); ?>" alt="<?php esc_attr_e( 'Logo', 'mynote' ); ?>" class="logo-img" />
5353
</a>
5454
<?php endif; ?>
5555

inc/template-tags.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ function mynote_title_progress_bar() {
277277
<div class="single-post-title-bar clear" role="banner">
278278
<div class="container">
279279
<nav class="navbar navbar-expand-lg navbar-dark" role="navigation">
280-
<a class="navbar-brand" href="<?php echo esc_url( home_url() ); ?>"></a>
281280
<div id="progress-title"></div>
282281
</nav>
283282
</div>

scss/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Tested up to: 6.2.2
66
Requires PHP: 5.2.4
77
Description: Mynote is a responsive, clean, Markdown friendly WordPress blog theme. It is based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, business, technical, professional, niche and any kind of blogging sites. Mynote has landing-page templates so that can your highly customize your homepage, make your website unique and professional.
8-
Version: 2.0.4
8+
Version: 2.0.5
99
Author: Terry Lin
1010
Author URI: https://terryl.in
1111
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, custom-logo, custom-colors, custom-header, featured-images, featured-image-header, microformats, theme-options, footer-widgets, threaded-comments, translation-ready, blog, entertainment

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Tested up to: 6.2.2
77
Requires PHP: 5.2.4
88
Description: Mynote is a responsive, clean, Markdown friendly WordPress blog theme. It is based on Bootstrap 4 and Fontawesome 5. It is suitable for programming, business, technical, professional, niche and any kind of blogging sites. Mynote has landing-page templates so that can your highly customize your homepage, make your website unique and professional.
9-
Version: 2.0.4
9+
Version: 2.0.5
1010
Author: Terry Lin
1111
Author URI: https://terryl.in
1212
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, custom-logo, custom-colors, custom-header, featured-images, featured-image-header, microformats, theme-options, footer-widgets, threaded-comments, translation-ready, blog, entertainment

0 commit comments

Comments
 (0)