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,231 through 1,245 (of 3,489 total)
  • Author
    Posts
  • 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!

    in reply to: Collapsing submenu #63327

    Hello there,

    Sorry! We have designed the theme that way.
    It needs code customization and you need to hire a developer as this is a customization work.

    Thank you!

    in reply to: Hover on post #63326

    Hello there,

    Sorry! We have designed the theme that way.
    It needs code customization and you need to hire a developer as this is a customization work.

    Thank you!

    in reply to: Mobile display #63325

    Hello,

    It seems that you are using wordpress.com, to disable mobile themes on your blog, go to Appearance > Mobile in your WP Admin dashboard and select No for Enable mobile theme option.
    and also do not forget to deactivate Mobile Menu plugin.

    Thank you!

    in reply to: "read more" button #63229

    Sorry! We have not develop the theme that you are using into your site.
    For support please contact to the main author of the theme.

    Thank you!

    in reply to: Clean Retina Pro and WP 5.2 #63227

    Hi

    We have tested and it’s working fine. You can update to WP 5.2.
    If you have any problem please feel free to contact us.
    Also taking backup of your site is the best practice while updating WP to the new version.

    Thank you!

    Hi Denis,

    Please try removing the theme name ‘newscard-pro’ and use just the ru_RU.mo and ru_RU.po for the language file.

    Thank you!

Viewing 15 posts - 1,231 through 1,245 (of 3,489 total)