badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 526 through 540 (of 5,207 total)
  • Author
    Posts
  • in reply to: TH: Posts Tabs #79328

    Hi webadmin,

    Thank you for appreciating our Theme. 😉

    Yes the Popular Tab is not made controllable. The posts in it is Order by most comment counts and if the comment is not yet then the post will be Order By Random way. And yes you have to customize the Code to hide ‘Commented Tab’.

    If you want to hide the Commented Tab then Please go to Theme Directory > inc > newscard-widgets.php and remove the codes from line no 947 to 949 and from line no: 1030 to 1076.

    Codes to be removed on Line 947 to 949 is.

    <li class="nav-item">
    	<a class="nav-link widget-title" data-toggle="tab" href="#post_tabs_commented_<?php echo esc_attr($this->number); ?>" role="tab"><?php esc_html_e('Commented','newscard'); ?></a>
    </li>

    Codes to be removed on Line on 1030 to 1076 is

    <div class="tab-pane fade" id="post_tabs_commented_<?php echo esc_attr($this->number); ?>" role="tabpanel">
    	<div class="row gutter-parent-14">
    		<?php if ($number > 0) {
    			$get_commented_posts = array(
    				'number'        => $number,
    				'status'        => 'approve',
    			);
    			$comments_query = new WP_Comment_Query();
    			$comments = $comments_query->query( $get_commented_posts );
    
    			if ( $comments ) {
    				foreach ($comments as $comment) { ?>
    					<div class="col-md-6 post-col">
    						<div class="post-boxed inlined clearfix">
    							<div class="post-img-wrap">
    								<a href="<?php echo esc_url(get_permalink($comment->comment_post_ID)) . '#comment-' . $comment->comment_ID; ?>" class="post-img" style="background-image: url('<?php echo esc_url( get_avatar_url($comment->comment_author_email) ); ?>');"></a>
    							</div>
    							<div class="post-content">
    								<div class="entry-meta category-meta">
    									<div class="cat-links"><?php echo esc_html( newscard_post_categories_display() ); ?></div>
    								</div><!-- .entry-meta -->
    								<h3 class="entry-title">
    									<a href="<?php echo esc_url(get_permalink($comment->comment_post_ID)) . '#comment-' . $comment->comment_ID; ?>">
    										<?php echo get_the_title($comment->comment_post_ID); ?>
    									</a>
    								</h3><!-- .entry-title -->
    								<div class="entry-meta">
    									<div class="date">
    										<a href="<?php echo esc_url(get_permalink($comment->comment_post_ID)) . '#comment-' . $comment->comment_ID; ?>">
    											<?php echo esc_html(get_the_time(get_option('date_format'))); ?>
    										</a>
    									</div>
    									<div class="by-author vcard author">
    										<a href="<?php echo esc_url(get_permalink($comment->comment_post_ID)) . '#comment-' . $comment->comment_ID; ?>">
    											<?php the_author(); ?>
    										</a>
    									</div>
    								</div>
    							</div>
    						</div><!-- post-boxed -->
    					</div><!-- col-md-6 -->
    					<?php
    				}
    			}
    		} ?>
    	</div><!-- .row .gutter-parent-14-->
    </div><!-- .tab-pane -->

    Note: We recommend you to first make the Child theme so that your Customized codes wont get lost when you update the Theme to new Version.

    Hi Dianne Clark,

    We are Sorry for the Late response due to some unavoidable circumstances.

    Categories cannot be hide just by providing Categories Name, Every Categories have an unique Category ID and we have to hide categories from the help of Categories IDs through Custom CSS as the CSS Code you have mentioned.

    Please let us know if you have any other queries regarding the Theme.

    Thanks

    in reply to: Social Profile Bar is dark Green on Desktop #79326

    Hi Sean Tajipour,

    To change the Top Info bar color to Black, Please go to ‘Appearance > Customize > Colors > Elements Color’ and change to color of Top Bar to ‘Black’.
    and If you want to hide the Top bar then please go to ‘Appearance > Customize > Header’ and check the option ‘Hide Top Bar’.

    Thanks

    in reply to: Eliminating the “middle” section from Homepage #79253

    Yes you have to customize the code on every widgets on Theme Directory > inc > newscard-widgets.php

    Thanks

    in reply to: Option to Center Align the Logo in Site Identity #79252

    Hi jim-1334,

    Thank you for the suggestion, We really Appreciate it. We will try to add these feature on upcoming Updates.

    For now you can try through Custom CSS. Please go to ‘Appearance > Customize > Additional CSS’ and paste the Below Custom CSS Code.

    .navbar-head .navbar-head-row {
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .navbar-head .col-lg-4,
    .navbar-head .navbar-ad-section {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    	text-align: center
    }

    Thanks

    Next/Previous link can be find for carousel/slider style but if you still need the Next/Previous below the normal Post then you really need to hire a developer for customizing codes to add next previous link and connect or create the javascript code/file for it.

    Thanks

    in reply to: Eliminating the “middle” section from Homepage #79213

    Hi mostinterestingpeopleinworld,

    Sorry as this is the new feature for the Theme so you need to hire a developer to customize the code for you. And we recommend you to customize the code only after making the Child Theme so that you won’t lost the customized code when updating the Theme to New version.

    Thanks

    in reply to: Show more category items #79211

    Hi tolysim,

    We have provided the option to show more posts of category on featured sections and widgets where possible.

    For Plugins we are so Sorry, you just need to hire a developer to customized the code for you. And we recommend you to customize the Theme Code only after making the Child Theme so the you wont lost your customized code when you update the Theme Code.

    Thanks

    Please go to Theme Directory > inc > customizer.php on line no: 1795 you will find below line of code.

    'input_attrs' => array( 'min' => 4, 'max' => 50, 'style' => 'width: 50px;' ),

    replace the desire number on value of ‘max’ like mentioned below.

    'max' => 55,

    NOTE: More number of post you will show on a page will affects the Load time for page. We always recommend to show less number of post as possible and also recommend to customize the Theme code only after making the Child Theme so that your customized code wont get lost when updating the Theme to New Version.

    Thanks

    in reply to: Eliminating the “middle” section from Homepage #79174

    Yes, you can get the possible help from the page.

    even if you have any other queries then please let us know.

    Thanks

    in reply to: hide category in cover posts #79173

    Hi mostinterestingpeopleinworld,

    Great! The code is correct and it won’t create any kind of issue for the Theme.

    Thanks

    in reply to: two widget in same row (sidebar) #79162

    Ok Got it,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .widget_custom_html {
    	float: left;
    	width: 50%;
    }

    Thanks

    in reply to: Set thumbnail perfectly #79158

    Ok we have managed to show as per your required ratio that gets approximately fit for 1280px * 720px.

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.

    .post-img-wrap:before,
    .page-single-img-wrap:before,
    .site-footer .newscard-widget-horizontal-vertical-posts .post-boxed.main-post .post-img-wrap:before {
    	padding-top: 56%;
    }
    .featured-section .featured-slider .post-block .post-img-wrap:before {
    	padding-top: calc(56% + 4px);
    }
    @media (max-width: 1199px) {
    	.featured-section .featured-slider .post-block .post-img-wrap:before {
    		padding-top: calc(80%);
    	}
    }
    @media (max-width: 991px) {
    	.featured-section .featured-slider .post-block .post-img-wrap:before,
    	.featured-style-2 .featured-slider .post-block .post-img-wrap:before {
    		padding-top: 56%;
    	}
    }
    @media (max-width: 575px) {
    	.featured-section .featured-post .post-img-wrap:before,
    	.featured-style-2 .featured-post .post-img-wrap:before {
    		padding-top: 56%;
    	}
    }

    Thanks

    in reply to: two widget in same row (sidebar) #79155

    Hi grbalabanis,

    Could you please explain us more, which widgets you want to show on same row of Right Sidebar.

    Thanks

    in reply to: Eliminating the “middle” section from Homepage #79154

    Hi mostinterestingpeopleinworld,

    First you need to set the ‘Front Page Template’ to the Home ‘Page’. To set the Front Page Template you can go through the Link here. After Setting the ‘Front Page template’ Go to the Home Page, as you wished by default you will find no the Middle Content Section (Front Page Content Section and Front Page Sidebar Section).

    If you want to set widget on those Middle Section then you have can set different widgets through ‘Appearance > Customize > Widget’

    Thanks

Viewing 15 posts - 526 through 540 (of 5,207 total)