Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Zoltan Ross,
Actually if you have not set the header background Image or background Overlay then the Site Title/Description color will work as you set. But If the background image or Background Overlay Dark is set then the Site Title/description color will be White and color will be Black if the Background Overlay is set to Light.
We will update about this feature with more dynamic and no complexity soon till then please go to theme directory > inc > custom-header.php on line no 67 you will find below line of code
.site-description {
replace above code with the below one.
.site-description, .navbar-head.navbar-bg-set .site-title, .navbar-head.navbar-bg-set .site-title a, .navbar-head.navbar-bg-set .site-description, .navbar-head.navbar-bg-set.header-overlay-dark .site-title, .navbar-head.navbar-bg-set.header-overlay-dark .site-title a, .navbar-head.navbar-bg-set.header-overlay-dark .site-description, .navbar-head.header-overlay-dark .site-title, .navbar-head.header-overlay-dark .site-title a, .navbar-head.header-overlay-dark .site-description, .navbar-head.navbar-bg-set.header-overlay-light .site-title, .navbar-head.navbar-bg-set.header-overlay-light .site-title a, .navbar-head.navbar-bg-set.header-overlay-light .site-description {
Thank you for reporting about the issue.
Theme Horse Support Team
KeymasterThe issue is not with our Theme. Please check by deactivating the plugins one by one. one of your plugin might have affected the Theme.
Thanks
Theme Horse Support Team
KeymasterHi russ28,
We have checked in various browsers, and its working well. We have noticed the sticky script on your site is merged and affected by some other script as well so please check by deactivating the plugins one by one.
Thanks
Theme Horse Support Team
KeymasterHi russ28,
To disable the sidebar sticky effect, Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.widget-area .sticky-wrapper, .widget-area .sticky-wrapper.is-sticky { height: auto !important; } .widget-area .sticky-wrapper .sticky-sidebar, .widget-area .sticky-wrapper.is-sticky .sticky-sidebar { width: 100% !important; position: relative !important; top: auto !important; }
Thanks
Theme Horse Support Team
KeymasterHi colormatters,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.navigation.posts-navigation .nav-links, .navigation.post-navigation .nav-links { background-color: transparent; }
Thanks
Theme Horse Support Team
KeymasterHi saranchi96,
We think you have directly used the embedded code. Please wrap the embedded code with the class ’embed-responsive’ and ’embed-responsive-16by9′.
Example
<div class="embed-responsive embed-responsive-16by9"> (Paste your embedded code here) </div>
Please paste the embedded code as mentioned above.
OR
If you are using the WordPress 5+ then you can use the Embeds Block Features of Gutenberg on the page/post editor page which will be very easy to use the embedded code with out any HTML code customization.Thanks
Theme Horse Support Team
KeymasterSorry it cannot be only controlled through Custom CSS. Need the Customize the Theme Code.
Thanks
Theme Horse Support Team
KeymasterHi Varo,
Could you please share us your Site URL so that we can figure out the issue faced by you.
Thanks
Theme Horse Support Team
KeymasterHi 100offdeal,
Sorry as per your requirement you need to hire a developer to customize the code for you because we never know which post are expired and which post are not. It’s not up to us.
Thanks
Theme Horse Support Team
KeymasterHi Steven Moore,
Thank you for purchasing our Theme. Basically due to screen size variation the Font Size Option will not work below the tablet screen size. For now we have provided the Custom CSS code to increase the Content and Meta element sizes for the smaller screen size below 767px. For that please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
@media (max-width: 767px) { body, input, textarea, select { font-size: 16px; } .entry-meta, .entry-meta a { font-size: 15px; } }
You can change the font sizes on above codes to any sizes as u desired. Please let us know if you want to increase the font size of any elements, We will provide the code for them as well.
also please explain more about the clickable elements that are closer so that we can provide the appropriate codes and even let us know in which section, page or templates that the content is being wider than the screen sizeThanks
Theme Horse Support Team
KeymasterWelcome cannae-to-tokyo,
Please let us know if you have any other queries regarding the Theme.
Thanks
June 23, 2020 at 7:10 am in reply to: How to remove “No comment “ from appearing in search results #78771Theme Horse Support Team
KeymasterThen remove the below mentioned code that you will find on content.php page line 64 to 68 and content-search.php page line 45 to 49.
<?php if ( comments_open() ) { ?> <div class="comments"> <?php comments_popup_link( __('No Comments', 'newscard'), __('1 Comment', 'newscard'), __('% Comments', 'newscard'), '', __('Comments Off', 'newscard') ); ?> </div><!-- .comments --> <?php } ?>
Note: we recommend you to customize the code after making a child theme so that you won’t loose any customized code when you update the new to a new version in future.
Thanks
Theme Horse Support Team
KeymasterWelcome mostinterestingpeopleinworld,
Please let us know if you have any queries regarding the Theme.
Thanks
June 22, 2020 at 7:59 am in reply to: How to add social sharing option bellow heading of a post? #78735Theme Horse Support Team
Keymasterok if you don’t want to customize the code then you can find various plugins about social sharing on WordPress respo. You can activate any one as you like and you can follow the instructions provided by those plugins.
To use the plugin go to ‘Dashboard > Plugins > Add New’ then you can search the plugins as you desired to use in the Theme.
Thanks
Theme Horse Support Team
KeymasterHi @Fokhrulabedin,
for WordPress 5+ you can add various elements through the Gutenberg block features by WordPress. You can used the blocks through clicking the plus icon (+) on left top corner of post/page editor and you can find the Image Block under Common Block category.
If you are using the classic editor the you can find the to upload media options on the editors tool bar.
Thanks
-
AuthorPosts