Skip to content

Commit

Permalink
2.1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stiofan committed Oct 7, 2020
1 parent 54eaf19 commit 79860be
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 25 deletions.
18 changes: 0 additions & 18 deletions content-geodirectory.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@
<article <?php post_class(); ?>>
<div class="container" id="home-scroll">

<?php
if($dt_blog_sidebar_position=='left'){?>
<div class="sd-sidebar sd-sidebar-left">
<div class="sidebar blog-sidebar page-sidebar">
<?php dynamic_sidebar('sidebar-gd');?>
</div>
</div>
<?php }?>

<div class="entry-content entry-summary <?php echo $sd_sidebar_class;?>">
<?php

Expand Down Expand Up @@ -67,14 +58,5 @@
</footer>
</div>

<?php
if($dt_blog_sidebar_position=='right'){?>
<div class="sd-sidebar sd-sidebar-right">
<div class="sidebar blog-sidebar page-sidebar">
<?php dynamic_sidebar('sidebar-gd'); ?>
</div>
</div>
<?php }?>

</div>
</article>
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Define some constants for later use.
*/
if (!defined('SD_DEFAULT_FEATURED_IMAGE')) define('SD_DEFAULT_FEATURED_IMAGE', get_stylesheet_directory_uri() . "/images/featured.jpg");
if (!defined('SD_VERSION')) define('SD_VERSION', "2.0.0.14");
if (!defined('SD_VERSION')) define('SD_VERSION', "2.1.0.0");
if (!defined('SD_CHILD')) define('SD_CHILD', 'supreme-directory');

if(is_admin()){
Expand Down
4 changes: 3 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: paoltaia, stiofansisland, ayecode
Tags: food-and-drink, blog, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, translation-ready
Requires at least: 4.0
Tested up to: 5.5
Stable tag: 2.1.0.0-beta
Stable tag: 2.1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -99,5 +99,7 @@ No, this is optional but recommended.

== Upgrade Notice ==

= 2.1.0.0 =
NOTICE: v2.1 has changed to using bootstrap styles, this is a huge design change that should be checked over.

== Resources ==
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Description: Supreme Directory is a child theme of Directory Starter, check out
Author: AyeCode Ltd
Author URI: https://ayecode.io
Template: directory-starter
Version: 2.0.0.14
Version: 2.1.0.0
Requires at least: 4.0
Tested up to: 5.5
Requires PHP: 5.6
Expand Down
8 changes: 4 additions & 4 deletions template-parts/header/header-single-top.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
if ( function_exists( 'geodir_claim_show_claim_link' ) && GeoDir_Claim_Post::is_claimed( $gd_post->ID ) ) {
$is_owned = true;
?>
<span class="fa-stack sd-verified-badge" title="<?php _e( 'Verified Owner', 'supreme-directory' ); ?>">
<i class="fas fa-circle fa-inverse"></i>
<i class="fas fa-check-circle"></i>
<span class="fa-stack sd-verified-badge position-absolute mt-3 ml-n2 h4" data-toggle="tooltip" title="<?php _e( 'Verified Owner', 'supreme-directory' ); ?>">
<i class="fas fa-circle fa-inverse position-absolute"></i>
<i class="fas fa-check-circle position-absolute text-success"></i>
</span>
<?php
}

?>
<div class="author-avatar mt-n5x mt-3">
<div class="author-avatar mt-n5x mt-3 mb-2">
<?php echo $author_image; ?>
</div>

Expand Down

0 comments on commit 79860be

Please sign in to comment.