badget

Biggest Sale! Special Offer!

Get 50% discount on all of our single themes with this coupon code: #50%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 1,216 through 1,230 (of 3,480 total)
  • Author
    Posts
  • in reply to: Demo content xml file #63614

    Hi Janine,

    Please request the demo data here

    Thank you using our theme.

    in reply to: Sub Menu Dropdowns (Mobile View) #63609

    Welcome anytime @mariamusmanbux if you have any problem do not hesitate to contact us.

    in reply to: Hide tags from categories #63608

    Hi 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.

    in reply to: The themes won't install #63607

    Hi there,

    Can you please clarify what you are trying to say?

    Thank you!

    in reply to: The progress of the widget sidebar #63606

    Hi 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!

    in reply to: Configuring Homepage Sliding Banner #63605

    Hi there,

    To set the slider please follow this instruction.

    Thank you!

    in reply to: Mobile Issue – Video Post Not Displaying Correctly #63604

    Welcome anytime @alexlisowski_dci 🙂

    in reply to: Mobile Issue – Video Post Not Displaying Correctly #63449

    Hi 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!

    in reply to: removing powered by #63448

    Hi 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!

    in reply to: upgrade from interface pro ver 1.0.3 #63447

    Hello,

    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!

    in reply to: Featured Image of YouTube clips #63407

    Sorry! What you are trying to say?

    in reply to: Mobile display #63406

    Welcome 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.

    Welcome 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.

    in reply to: Mobile menu #63357

    Hello,

    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!

    in reply to: Mobile menu #63328

    Hi 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!

Viewing 15 posts - 1,216 through 1,230 (of 3,480 total)