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 - 511 through 525 (of 3,480 total)
  • Author
    Posts
  • in reply to: Rev Slider causing fatal error #86973

    Hello Dean,

    Seems like you have been using a very old version of the theme. We have moved most of the theme options to customizer, Just go to Appearance > Customize and you can see the same theme options under it.
    And to edit the footer info just go to Appearance > Customize > Advance Options > Edit Footer Options
    Also we have edited your reply post and remove the site name.

    If you have any problem please let us know.

    Thank you!

    in reply to: Breadcrumb not displaying #86910

    Hi @themehorse6.

    For this you have to install the Breadcrumb NAVXT plugin.
    See the above reply for the plugin download link.

    Thank you!

    in reply to: Rev Slider causing fatal error #86909

    Hello @dean

    We have received your request via email support, our email support team will reply you via email for revolution slider issues and fixes?

    Thank you!

    in reply to: Can anyone help me with the installation #86901

    Hi there,

    Can you please clarify a more?
    What error message you got while installing the theme?

    Thank you!

    in reply to: Show your site! #86900

    Thank you for using our theme @aylan-calletti
    If you have any problem do not hesitate to contact us.

    Thank you!

    in reply to: Shadow/Border around elements #86899

    Welcome anytime @hakon-vestnes

    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.

Viewing 15 posts - 511 through 525 (of 3,480 total)