Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi there,
Can you please provide us your site Url? So that we can see the bar and help you remove the bar.
Thank you!
Theme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterWelcome anytime @i-v-theodoridis
Let us know if you have any problem.Thank you!
Theme Horse Support Team
KeymasterHi
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.
Theme Horse Support Team
KeymasterHello,
You can use that custom CSS code as well to remove the blank space as well.
Thank you!
Theme Horse Support Team
KeymasterWelcome 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.
Theme Horse Support Team
KeymasterHi,
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; }
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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.
Theme Horse Support Team
KeymasterHi 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!
-
AuthorPosts