Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymasterhi Grafixer,
Ok Could you send your child theme folder at [email protected] and also your temporary username and password. Don’t forget to send the forum link too.
We will look over it.Thank you
October 16, 2014 at 7:30 am in reply to: Linking the child theme to the parent's theme style.css #17584Theme Horse Support Team
KeymasterHi Grafixer,
You once just activate the parent theme and check whether the header image is displayed or not ? There may be some issue while unhook the functions. I am also surprised how your header image is lost. Just active a child theme and then upload the header image. Hope after doing it you may get it. Did you added some css inside custom css, If yes then add the same css inside your child cusom css section.Thank you!
Theme Horse Support Team
KeymasterHi caseteando,
You can just visit to our demo site and its working fine there. Could you send the url of your site ?Thank you!
Theme Horse Support Team
KeymasterHi Dona,
Today we are having holiday. So tomorrow we will go through it. Did you have a language translate for Call us and Mail us in you translation file ? We will look over itThank you!
Theme Horse Support Team
KeymasterHi Bru,
We are sorry for this. You can’t create two pages running business template with different contents. It needs code customization. So you need to hire a developer.Thank you!
Theme Horse Support Team
KeymasterHi rcarr38,
This feature is not available. You need code customization for it. So you need to hire a developerThank you!
Theme Horse Support Team
KeymasterHi preciouskittens,
Thanks for your suggestion. We will update it in our upcoming version. This may take a couple of week to fix. Because we are busy on our new theme too. We will update it within a couple of week.Thank You!
Theme Horse Support Team
KeymasterHi Kathy,
Just add this testimonial widgets in business page section but not in the business page our client section. Then it will be display as in our demo site.Thank you!
Theme Horse Support Team
Keymasterhi manderava,
You have selected the business template for you home page so the featured image for home page is not displayed. To display your featured image then you need to select the default template but the layout of your site will be changed. If you want featured image to be displayed in home page using business template then it needs code customization so you need to hire a developer.Thank you!
Theme Horse Support Team
KeymasterHi rcarr38,
Could you please send the url of your site.Thank you!
Theme Horse Support Team
KeymasterHi arshi4you,
You need to create a functions.php file inside your child theme not the function.php file. First unhook the main functions from the parent theme inside child theme then only customize the code. Then it will workThank you!
Theme Horse Support Team
KeymasterHi Kimberly,
You need to change a lots of coding. You need to create a child theme for it to be safe from updating to our new version. So we can’t provide a full support for this. So you need to hire a developer to fix the issue.Thank you!
Theme Horse Support Team
KeymasterHi Jörg,
You need to install the breadcrumb plugins to get it eg:-https://wordpress.org/plugins/breadcrumb-navxt/
Breadcrumb NavXT
Thank you!
October 15, 2014 at 8:51 am in reply to: Linking the child theme to the parent's theme style.css #17541Theme Horse Support Team
KeymasterHi Grafixer,
Yes exactly you need to create a new functions.php file inside thee clean retina pro child folder.I am not sure how the header image is lost? If i found any solution regarding to the header image lost then i will let you know.You can use any of this method to import the style.
@import url(“../clean-retina-pro/style.css”);
The above code only import the css. Other that this you need code customization inside functions.phpThank you!
Theme Horse Support Team
KeymasterHi Grafixer,
Yes exactly i think you have done it correct but some thing may be missing there. Just import use it once/* Theme Name: clean retina Child Theme URI: https://www.themehorse.com/clean-retina Description: clean retina Child Theme Author: Theme Horse Author URI: https://www.themehorse.com Template: Clean retina child Version: 1.0.0 Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready Text Domain: clean-retina-child */ @import url(“../clean-retina-pro/style.css”); /* =Theme customization starts here -------------------------------------------------------------- */
and remove this
`<?phpadd_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, PHP_INT_MAX);
function enqueue_child_theme_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array(‘parent-style’) );
}`Hope this may help you.
Thank you!
-
AuthorPosts