Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymasterok that’s great Toan
Thank you!
Theme Horse Support Team
KeymasterHi Corinna,
Which page you have set for home page? Edit that page and go to the bottom of the page and you will see the options to hide the page.
View this screenshot
http://awesomescreenshot.com/00647zx8c4Thank you!
Theme Horse Support Team
KeymasterHi Carol,
Add this below code inside child theme style.css/* Theme Name: interface Child Theme Author: Self-Help WordPress User Template: interface */ @import url("../interface/style.css");and under functions.php
<?php // Remove the default Thematic blogtitle function function remove_interface_core_functionality() { remove_action('interface_init', 'interface_core_functionality', 20 ); } // Call 'remove_thematic_actions' (above) during WP initialization add_action('init','remove_interface_core_functionality'); add_action( 'interface_init', 'interfacechild_core_functionality', 20 ); /** * Adding the core functionality of WordPess. * * @since 1.0 */ function interfacechild_core_functionality() { /** * interfacechild_add_functionality hook * * Adding other addtional functionality if needed. */ do_action( 'interfacechild_add_functionality' ); // Add default posts and comments RSS feed links to head add_theme_support( 'automatic-feed-links' ); // This theme uses Featured Images (also known as post thumbnails) for per-post/per-page. add_theme_support( 'post-thumbnails' ); // Remove WordPress version from header for security concern remove_action( 'wp_head', 'wp_generator' ); // This theme uses wp_nav_menu() in header menu location. register_nav_menu( 'primary', __( 'Primary Menu', 'interface' ) ); // Add Interface 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 /** * This theme supports custom background color and image */ add_theme_support( 'custom-background' ); // Adding excerpt option box for pages as well add_post_type_support( 'page', 'excerpt' ); } ?>You may need to regenerate all the images. Use this plugin http://wordpress.org/plugins/regenerate-thumbnails/ to regenerate the images.
Hope this may help you.Thank you!
Theme Horse Support Team
Keymasterhi Aparicio,
If you want to show the images in slider but not in post then here is the solution.
Goto dashboard -> appearance -> theme options -> featured post/page slider -> featured post/ page slider optionsCheck to exclude (tick it)
Then the image post displayed in slider will not be displayed in the homepage post.
Thank you!
Theme Horse Support Team
KeymasterHi thecedarsrc,
I think you are talking about slider image on this news page right? You have selected the front post page display for news page. So you are having this slider image on your news page. To deactivate it just go to dashboard -> setting -> reading -> choose static page -> post page (leave it as default)
view this screenshot.
http://awesomescreenshot.com/0a847wu808The font size for page title is 24px and font-family: ‘Philosopher’, sans-serif;
Thank you!
Theme Horse Support Team
Keymasterhi Sebastian,
Widgets should not be lost while updating to our new version. If you have customised the code then only your customisation code will be lost. So we always recommended you to create a child theme before making any changes on it.Thank you!
Theme Horse Support Team
KeymasterHi andrea1,
To translate english language into french you need to create .po and .mo file for language translation. Our theme is translation ready.Thank you!
Theme Horse Support Team
KeymasterHi John,
We have visited to your site. There is no any white background in your logo.
Thank you!
Theme Horse Support Team
KeymasterHi Stephan,
Please do not use wppagenumbers because this plugin hasn’t been updated in over 2 years.
We recommend you to use WP-PageNavi plugins to show numbers at the bottom of the page.Thank you!
Theme Horse Support Team
KeymasterHi honoorihomi,
Are you using the Free Version of Ultimate or Pro Version. The gallery options is only available in Pro Version of our theme not in Free Version.
You may visit to our demo site that there is no gallery options in Free and only available in Pro Version.
https://www.themehorse.com/preview/ultimate (Free Version)
https://www.themehorse.com/preview/ultimate-pro (Premium Version)
Could you also please send your site url tooThank you!
Theme Horse Support Team
KeymasterHi Toan,
Do not create template. Just click on create new slides. Delete your template from the revolution slider.
View this screenshot
http://awesomescreenshot.com/03347wehd4
Hope this may help youThank you!
Theme Horse Support Team
KeymasterHI Anthony,
If you have bought before once year ago then your subscription is cancelled. So you need to purchase it with $15. Just login by the same username and password that you have purchased the theme and pay for subscription. Then only you will be able to download the new updates and also can be able to access premium support forum for one year too.Thank you!
Theme Horse Support Team
KeymasterWe always recommended you to make a backup before updating to the latest version of our theme. If you have not customized any code then your content will not be lost. IF you customized any code then all your customization code will be lost. So we always prefer to make a child theme before making any changes in the core file.
Thank you!
Theme Horse Support Team
KeymasterOk that’s great bertsouklis
Thank you!
January 16, 2015 at 6:47 am in reply to: contact bar icons not showing in MSIExplorer 11 on Win8.1 #20563Theme Horse Support Team
KeymasterHi Shelley,
Sorry for late reply. We are researching about it and we have viewed your website in Win 8.1 with MSIE 11 and there is no any issue we found in icons and header logo bottom aligned.
View your website screenshot. http://awesomescreenshot.com/04747f6ufcThank you!
-
AuthorPosts
