Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterWelcome anytime @mariamusmanbux if you have any problem do not hesitate to contact us.
Theme Horse Support Team
KeymasterHi there
Please try below CSS code to hide the category from your homepage.
.home .entry-meta.category-meta, .home .category-meta .cat-links { display: none; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi there,
Can you please clarify what you are trying to say?
Thank you!
Theme Horse Support Team
KeymasterHi there,
For this you have to add below code into your child theme function file which will flow the page sidebar without stopping.
if ( !function_exists('newscard_dequeue_script') ) { function newscard_dequeue_script() { wp_dequeue_script( 'jquery-sticky' ); wp_dequeue_script( 'newscard-jquery-sticky' ); } } add_action( 'wp_enqueue_scripts', 'newscard_dequeue_script' );
Thank you!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterWelcome anytime @alexlisowski_dci 🙂
Theme Horse Support Team
KeymasterHi there,
We will fix this in next version update.
Meanwhile, login to your WP Dashboard and go to Appearance > Customize > Additional CSS and paste the below custom css code:.wp-block-embed { position: relative; } .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:after, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:after, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:after, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:after, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:after, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:after, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:after { display: block; content: ""; clear: both; } .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; } .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before, .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before { content: ""; display: block; } .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before { padding-top: 100%; } .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before { padding-top: 200%; } .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before { padding-top: 56.25%; } .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before { padding-top: 50%; } .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before { padding-top: 42.85%; } .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before { padding-top: 75%; } .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before { padding-top: 50%; }
Thank you!
Theme Horse Support Team
KeymasterHi Jay,
Go to the theme directory library > structure > footer-extensions.php in line no: 43 there you will find the code to modify the footer info.
Thank you!
Theme Horse Support Team
KeymasterHello,
Yes you have to update the theme manually and there will be no any problem updating to the latest version.
For the full list of changes you can see the changelog here as well.Thank you!
Theme Horse Support Team
KeymasterSorry! What you are trying to say?
Theme Horse Support Team
KeymasterWelcome anytime @ravy-ht
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/theme/newscard/reviews/?filter=5
We really appreciate your rating.Thank you for using our theme.
May 16, 2019 at 12:36 pm in reply to: We don´t want our Big Header Image to be seen on pages and posts #63404Theme Horse Support Team
KeymasterWelcome anytime @muammerderebasi
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/theme/newscard/reviews/?filter=5
We really appreciate your rating.Thank you for using our theme.
Theme Horse Support Team
KeymasterHello,
We have released the new version 1.1.4 where you will have dropdown toggle on submenu.
Please login to your account into our site and download the latest version of the NewsCard Pro theme and update it into your site.Thank you for your suggestion and feedback.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Go to
Appearance > Customize > Additional CSS
and paste the below custom css code to resize the logo you can change the digit value below as per your need.@media (max-width: 767px) { .site-branding .custom-logo-link { width: 100px; } }
Regarding to dropdown menu for mobile devices this will be fixed in next version update which will be available within a couple of days.
Thank you!
-
AuthorPosts