Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterWelcome anytime @lukyeslu
Theme Horse Support Team
KeymasterHello Willam,
Anyways thank you for using our theme, if you have any problem do not hesitate to contact us.
Thank you!
Theme Horse Support Team
KeymasterHi 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><?phpAlso 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterSeems like you are using the theme that was not developed by us, So please contact to the main author of the theme.
Thank you!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi there,
You can find the code in theme main directory/template-parts/content.php line no:
Thank you!
Theme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterHi there,
You can drop the Custom HTML or Text widget in the Front Page Content Section sidebar and add your note there.
Thank you!
Theme Horse Support Team
KeymasterIf 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!
Theme Horse Support Team
KeymasterHi @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!
Theme Horse Support Team
KeymasterTo 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!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterWelcome anytime @bert-megens
-
AuthorPosts
