Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterWelcome rebelsnotes,
Please let us not if you have any queries regarding the Theme.
Thanks
Theme Horse Support Team
KeymasterHi Roberto,
First add the ‘Telegram’ link on ‘Appearance > Customize > Social Profiles’ then go back to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.social-profiles ul li a[href*="telegram.org"]:before { content: "\f2c6"; }
Thanks
Theme Horse Support Team
KeymasterHi burning0167sun,
Sorry you cannot use the grid style of posts on static pages. For that you need to hire a developer to customize the code for you.
Thanks
Theme Horse Support Team
KeymasterHi jack3,
We haven’t updated for making the entry title beneath the images because it will somehow affects the grid Layout design. But if you really want to show the entry title then we have a customized CSS code for you which will help to show entry title above the bottom of the images as overlay. To do so please go to ‘Appearance > Customize > Additional CSS’ and paste the below provided Custom CSS Code.
@media (min-width: 992px) { .has-post-thumbnail .entry-wrap .entry-main:not(:hover) { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); background-color: transparent; } .has-post-thumbnail .entry-wrap .entry-main:not(:hover) .entry-title { position: absolute; bottom: 0; left: 0; right: 0; margin-bottom: 0; padding: 20px; color: #ffffff; text-shadow: 0 1px 2px rgba(0,0,0,0.5); -webkit-text-shadow: 0 1px 2px rgba(0,0,0,0.5); -moz-text-shadow: 0 1px 2px rgba(0,0,0,0.5); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.8)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.8)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.8)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05) 30%, rgba(0, 0, 0, 0.4)); } .has-post-thumbnail .entry-wrap .entry-main p { opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); } .has-post-thumbnail .entry-wrap .entry-main:hover p { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); } }
Thanks
Theme Horse Support Team
KeymasterHi jack3,
Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.main-navigation ul li ul { top: 100%; }
Thanks
Theme Horse Support Team
KeymasterHi ifermagu,
Please go to the ‘Appearance > Customizer > Additional CSS’ and paste below custom css code:
@media (min-width: 1600px) { .post-template-default .site-content .container, .page-template-default:not(.woocommerce) .site-content .container { max-width: 1540px; } } @media (min-width: 1800px) { .post-template-default .site-content .container, .page-template-default:not(.woocommerce) .site-content .container { max-width: 1740px; } }
Thanks
Theme Horse Support Team
KeymasterYes you can show it Free and Premium Theme through the plugin.
Thanks
Theme Horse Support Team
KeymasterHi nshpi.al,
Sorry for the late reply due to some unavoidable circumstances. We have check the Site and we think the issue is solved.
If you have any other queries regarding the Theme then please let us know.
Thanks
Theme Horse Support Team
KeymasterPlease go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.navigation-bar-top { background-color: transparent; }
Thanks
Theme Horse Support Team
KeymasterHi rebelsnotes,
Please remove the code you have added for rounder corner and copy the below Custom CSS code and paste it to ‘Additional CSS’ field.
.post-block, .post-boxed, .post-boxed.inlined .post-img-wrap, .post, .hentry, .type-attachment, .navigation.post-navigation .nav-links, .comments-area, .site-content .widget, .site-footer .widget { border-radius: 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px; overflow: hidden; }
If you want to increase the rounded corner then you can simply do by replacing the digit ‘8’ with your desired one.
Thanks
Theme Horse Support Team
KeymasterHi Mads Qvistgaard,
If Theme URL is that same as Site Title then we have found that you have change the Theme to any other else. May be some extra code customization that you have made might have affected the Theme. Could you please switch back to NewsCard/Pro Theme so that we can detect the exact issue that your are facing.
Thanks
Theme Horse Support Team
KeymasterHi arehman407292,
Widgets can be set from 2 ways. (1)-> from the ‘Appearance > Widgets’ then you can set widgets by drag and drop and respective widget area. (2)-> from the ‘Appearance > Customize > Widgets’ by viewing Live Preview on respective page with refresh mode.
For the Live Preview on customizer page you have to view the same respective page and add the widget on the respective widget area so that the the refresh mode will shown the changes that you have done on widget areas. Like if you want to add widgets on Front Page Template’ then you have go to the ‘Front Page Template’ view on screen and then you can add widgets on front Page template widget area. then changes will be seen on refresh mode on view screen.
Thanks
Theme Horse Support Team
KeymasterOk the excerpt text will show the text that is set on the excerpt field. But by default if you don’t set any thing on excerpt field then the content text will show as an excerpt. It works as same for the Google search also. But if you manage to set the meta description from the SEO plugins then the meta description instead of excerpt will be shown.
Thanks
Theme Horse Support Team
KeymasterActually we recommend you to make child Theme to customize the code so that you won’t loose customized code when updating the Theme to a newer Version in future. The Widget code is at ‘Theme Directory > inc > newscard-widgets.php’.
Thanks
Theme Horse Support Team
KeymasterPlease go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
#nav_menu-3.widget_nav_menu ul.menu { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; } #nav_menu-3.widget_nav_menu ul.menu li { margin-right: 15px; }
Thanks
-
AuthorPosts