badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 526 through 540 (of 3,489 total)
  • Author
    Posts
  • in reply to: Category color #86898

    Welcome anytime @lukyeslu

    in reply to: Footer Copyright #86769

    Hello Willam,

    Anyways thank you for using our theme, if you have any problem do not hesitate to contact us.

    Thank you!

    in reply to: hide ability to click to old posts #86767

    Hi there,

    For to stop visitors from choosing a specific page and only click to see the next page (newer or later) just go to theme main directory/index.php on line no:67 you will find below line of code:

    <?php the_posts_pagination( array(
    	'prev_text' => __( 'Previous', 'newscard' ),
    	'next_text' => __( 'Next', 'newscard' ),
    	)
    );

    replace the above code with below one:

    <div class="navigation nc-nav">
        <p><?php posts_nav_link('',__( 'Previous', 'newscard' ),__( 'Next', 'newscard' )); ?></p>
    </div><?php

    Also paste the below custom CSS code in Appearance > Customize > Additional CSS for style for those links:

    .navigation.nc-nav a {
    	display: inline-block;
    	color: #333;
    	padding: 15px 25px;
    	margin: 0 1px 3px;
    	background-color: #ffffff;
    	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    .navigation.nc-nav a:hover {
    	color: #fff;
    	background-color: #00236e;
    	border-color: transparent;
    	text-decoration: none;
    	position: relative;
    }

    Note: We recommended you to customize the theme main code via child theme so that your code won’t lost while you update to the new version of the theme.

    Thank you!

    in reply to: How to remove previous/next links at bottom of posts #86763

    Hi there,

    Just go to theme main directory/single.php on line no: 22 where you can find below line of code:
    the_post_navigation();
    remove above code and you will not see Previous/Next post links at the bottom of each post.

    Note: We recommended you to create a child theme for theme main code customization, so that you code won’t lost whenever you update the theme to the new version.

    For to remove the “skip to archive page” link, could you please provide us the exact link where there is “skip to archive page” link.

    Thank you!

    in reply to: broken css after update #86762

    Hi @carmella-thomas31,

    Seems like you are using the theme that was not developed by us, So please contact to the main author of the theme.

    Thank you!

    in reply to: Going from free to pro #86761

    Hi @knifeideas,

    Can you please clarify what option you are talking about?

    Thank you!

    in reply to: Footer contents in one line #86760

    Hi there,

    To remove Privacy Policy link from the footer just go to Appearance > Settings > Privacy where you can remove the page for Privacy Policy page.

    Thank you!

    in reply to: Change Post Title to appearing above Featured Image #86759

    Hi there,

    You can find the code in theme main directory/template-parts/content.php line no:

    Thank you!

    in reply to: Make menu items case-sensitive #86758

    Hi there,

    There is built-in feature to made the menu text case sensitive just go to Appearance > Customize > Header there you can find Navigation Uppercase option, uncheck the option and publish.

    Thank you for using our theme.

    in reply to: How to add Notes for User #86754

    Hi there,

    You can drop the Custom HTML or Text widget in the Front Page Content Section sidebar and add your note there.

    Thank you!

    in reply to: Footer Copyright #86753

    Hi @william-potillion

    If you have not edit the footer info manually and used the theme built-in footer info, year will be automatically change by the itself, however if you have edit the footer info manually in the textarea field you have to update the year manually.

    Thank you!

    in reply to: How do install the theme in my wordpress? #86752

    Hi @subhashdubey728,

    Seems like scripts are not loading into your site, So can you please check deactivating plugin one by one and let us know.

    Thank you!

    in reply to: Text colors on Table #86525

    Hi @oluwatosin-ige

    To change the title background color login to your dashboard and go to Appearance > Customize > Colors > Elements Color there you can see Site Title Area option to change the site title background color.

    Thank you!

    in reply to: Removing Post Preview from Homepage #86524

    Hi @thomasmayth

    Please follow above#54529 reply

    Thank you!

    in reply to: Geen vermelding van catgeoriën boven berichten #86480

    Welcome anytime @bert-megens

Viewing 15 posts - 526 through 540 (of 3,489 total)