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,531 through 1,545 (of 3,480 total)
  • Author
    Posts
  • in reply to: Remove the bar #59463

    Hi there,

    Can you please provide us your site Url? So that we can see the bar and help you remove the bar.

    Thank you!

    in reply to: Customising Post elements #59462

    Hi Yiannos,

    You have to add below custom CSS code to hide the meta elements from the post single page. Just go to Appearance > Customize > Additional CSS then paste the below CSS code and click on save button

    .single .entry-meta .author,
    .single .entry-meta .categories,
    .single .entry-meta .comments {
        display: none;
    }

    Thank you for using our theme.

    in reply to: Update widget css #59433

    Hi Eddie,

    Please use custom HTML widget instead of video widget and wrap your iframe code with the below one:

    <div class"container">
        <div class="embed-responsive embed-responsive-16by9">
             <!-- youtube embed code goes here -->
        </div>
    </div>

    As we have used Bootstrap framework you can also see this bootstrap doc to choose the related aspect ratios as per you need.

    And for any other section you have to wrap your content with below one:

    <div class"container">
        <!-- your content code goes here -->
    </div>

    Also why you are using another slider? You can use our built-in slider for you site. which is fluid and looks great for the site like yours.

    Thank you for using our theme.

    in reply to: Footers questions? #59427

    Welcome anytime @i-v-theodoridis
    Let us know if you have any problem.

    Thank you!

    in reply to: Footers questions? #59392

    Hi

    1. Please use below custom CSS code to centre align the site info.

    .site-info .col-lg-auto, .site-info .col-lg {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }
    .site-info .order-lg-2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .site-info .order-lg-1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    2. You need to drag/add any widget on that footer column section to show it into your site.

    Thank you for using our theme.

    in reply to: How to remove page title? #59385

    Hello,

    You can use that custom CSS code as well to remove the blank space as well.

    Thank you!

    in reply to: Managing the navbar-head #59381

    Welcome anytime @connorpekovic1

    If you have any problem do not hesitate to contact us.

    We have spend lots of time and efforts to develop this theme available free for all.
    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: Managing the navbar-head #59361

    Hi,

    You can easily find that section in header.php file. However, if you just need to hide it then just paste the below custom CSS code in Addition CSS section.

    .navbar-head {
        display: none;
    }
    in reply to: How to remove page title? #59359

    Hi Yiannos,

    To remove the page title bar go to the Appearance > Customize > Additional CSS and paste the custom CSS code below:

    .page-header .page-title-wrap {
        display: none;
    }

    Thank you!

    in reply to: Front Page Content Section missing inWidgets #59349

    Hi Charlse,

    To enable the Front Page Content Section you need to set your front page to Front Page Template.
    See this video tutorial to set it.

    Thank you for using our theme.

    in reply to: How to remove page title? #59348

    Hi Yiannos,

    Can you please share us the exact page of your site? So that we can see your site and provide you the exact code to remove those white space.

    Thank you for using our theme.

    in reply to: translate #59317

    Hi Rccinar,

    You can directly go to the customizer specific sections to modify the text manually. We have made it dynamic so that you can add your own desired text.
    You can see this video tutorial as well.

    Thank you for using our theme.

    in reply to: Updating Interface Pro over wordpress? #59316

    Hi Thomas,

    Sorry for inconvenience.

    We are trying to implement update feature system but as of our huge store data it takes time to implement those update features.
    There will be no any risk while switching a theme, deleting the old one and uploading the new version. Once you activated/delete any theme the theme data will not be lost. However, if you want to update to the new version without deleting existing activated version just activate this plugin and follow the instruction below:

    1. Go to Appearance > Themes.
    2. Click on the ADD NEW button.
    3. Click on the UPLOAD THEME button.
    4. Click BROWSE and choose the zip file that you have downloaded from your account via our site.
    5. Click the INSTALL NOW button.

    Thank you!

    in reply to: Featured Image of YouTube clips #59314

    Hi Richard,

    This feature will be available in the premium version.
    As of your request we may add this feature in the free version too.

    Thank you for your suggestion and feedback.

    in reply to: Updating Interface Pro over wordpress? #59306

    Hi Thomas,

    You can easily directly update the free WordPress directory themes but for the premium themes which are not listed on WordPress directory you need to update it manually.
    To update the theme to the latest version first activate any other themes than delete the previous version of Interface Pro theme and then upload the new version of Interface Pro (.zip) file that you have downloaded on your computer and activate it.

    Note: If you have customize the theme main code then make sure first you backup it before deleting the previous version from your site.

    Thank you!

Viewing 15 posts - 1,531 through 1,545 (of 3,480 total)