Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymasterhi Vicki,
Yes you can display the blog full content in your home page. Just view this screen shot and my answers:-First of all create a page and named it as blog, and at the right side there is template select blog full content.
View this screen shot
http://awesomescreenshot.com/08e43sdd40After doing it go to dashboard -> setting -> reading
and view this screen shothttp://awesomescreenshot.com/0bd43se05f
Hope this helps you all to display blog full content in front page or home page.
Thank you!
Theme Horse Support Team
KeymasterHi vachev.t,
Did you add any plugins? It might be from the javascript. First of all deactivate all the plugins that you have installed and check it.Thank You!
Theme Horse Support Team
KeymasterHi irabor.alex55,
We are sorry that our theme doesn’t support bootstrap codes. Glyhicons icons is not available. We are using generic icons.Thank You!
Theme Horse Support Team
KeymasterHi Emma,
I just visited the above link and its not our theme. Its seller theme. So you need to put this topic on their forum.
If you are using our theme then just follow this theme instruction and activate our theme.
https://www.themehorse.com/theme-instruction/interface/#sliderThank You!
Theme Horse Support Team
KeymasterHi maria.economides,
Yes upto there you are correct
To import your css use it
@import url(“../interface-pro/style.css”);
/* =Theme customization starts here
————————————————————– */
[rest of custom style css]and create a functions.php if you want to override file then,
For example to unhook the functions and over ride the parent theme for page 404.php
unhook functions// Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( 'interface_404_content', 'interface_display_404_page_content', 10 ); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook interface_header add_action( 'interface_404_content', 'interface_child_display_404_page_content', 10 ); /** * function to show the footer info, copyright information */ function interface_child_display_404_page_content() { ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', 'interface' ); ?></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }For more information http://codex.wordpress.org/Child_Themes
Thank You!
Theme Horse Support Team
KeymasterHi Carol,
If you want to change the slider height then it needs code customisation. Go to theme folder -> functions.php on line no 146
You will see this code// Add Interface Pro custom image sizes add_image_size( 'featured', 670, 300, true ); add_image_size( 'featured-medium', 230, 160, true ); add_image_size( 'slider-narrow', 1038, 500, true ); // used on Featured Slider on Homepage Header for narrow layout add_image_size( 'slider-wide', 1440, 500, true ); // used on Featured Slider on Homepage Header for wide layout add_image_size( 'gallery', 474, 342, true ); // used to show gallery all images add_image_size( 'icon', 100, 100, true ); //used for icon on business layoutChange your slider size for narrow layout
add_image_size( 'slider-narrow', 1038, 500, true ); // used on Featured Slider on Homepage Header for narrow layout
Change your slider size for wide layout
add_image_size( 'slider-wide', 1440, 500, true ); // used on Featured Slider on Homepage Header for wide layouthere 1038 and 500 is for width and height
Thank you!
Theme Horse Support Team
KeymasterHi kai,
If you want to display submenu items too then you need to create it from page. I will show you screenshot. Just have a look
http://awesomescreenshot.com/0fa43rqw73How to create child Page ? view this screen shot
http://awesomescreenshot.com/0eb43rr64a
Those page you select parent for blog will be displayed as child.
Thank you!
Theme Horse Support Team
KeymasterHI all,
Thanks for your suggestion. We are sorry for this. We will update it today. Ultimate Pro is going to be live within a couple of days.Thank you!
Theme Horse Support Team
KeymasterHi Rob,
I just added the header logo in you and its working fine. So recently i just kept it to show you that its working . I did not do any thing. You may view it from your dashboard and its working fine there.Thank you!
Theme Horse Support Team
Keymasterhi ritesh.cho2,
This feature is not available in free version of our theme.Thank you!
Theme Horse Support Team
KeymasterHi Serkan,
Did you customise any code? We are not having this issue in our server and its working fine here. So once you download a fresh copy of theme and then try it in different new server whether it works or not. If still there is issue then please send once your temporary username and password at [email protected], we may help you to solve the problem. Don’t forget to send this forum url too while sending temporary username and password.Thank you!
Theme Horse Support Team
KeymasterOk thanks ron
Thank you!
Theme Horse Support Team
KeymasterHi vachev.t,
Could you once send the url of your site where you are getting the exact issue? We have fixed this hcard and updated field in blog and single but not in the page. Where should we keep the hcard and updated in pages ? Just check it that it is page or any other things.
If you want to customise the code inside single.php then then file is here
go to theme folder -> inc -> structure -> content-extension.php on line no 246, but before making any changes on it first create a child theme and unhook the functions and then only customise the code.We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.http://codex.wordpress.org/Child_Themes
Thank you!
Theme Horse Support Team
KeymasterHi Danielle,
Go to dashboard -> appearance -> theme options -> design options -> color options.From here you care able to change color with different sections.
Thank you!
Theme Horse Support Team
KeymasterHi Serkan,
Ok i got it. I just tried to my site and its working fine here. So once you deactivate all the plugins that you have installed in your dashboard and check it whether it works or not. This may be plugins conflict too. And did you check that the template is default template. It must be default template to work on it.Thank you!
-
AuthorPosts
