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 - 496 through 510 (of 3,470 total)
  • Author
    Posts
  • in reply to: Footer edit -HTML #87277

    Hi there,

    To add Privacy Policy link in the footer just go to Appearance > Settings > Privacy where you can set the page for Privacy Policy page and go to Appearance > Customizer > Footer there you can see the footer edit option where you can add anchor tag to navigate the specific cookies and some links.

    Thank you!

    in reply to: Console errors in backend with metabox.js #87275

    Hi @pdoffine,

    Yes we have already fixed those issue before release of the version you can request the beta version here.

    Thank you!

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

    Hi @ahmat-ihan

    Can you please share us your site Url? So that we can see the exact issue.

    Thank you!

    in reply to: EDITAR TEMA #87009

    Anyways, Thank you for the help @lukyeslu

    in reply to: EDITAR TEMA #86974

    Hello @lukyeslu

    Could you please use the english language? So that we can understand and reply your queries.

    Thank you!

    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!

Viewing 15 posts - 496 through 510 (of 3,470 total)