badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,871 through 3,885 (of 5,207 total)
  • Author
    Posts
  • in reply to: Social Media Logo/Link on page #17585

    hi 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

    in reply to: Linking the child theme to the parent's theme style.css #17584

    Hi 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!

    in reply to: Why the facebook icon does not appear? #17582

    Hi caseteando,
    You can just visit to our demo site and its working fine there. Could you send the url of your site ?

    Thank you!

    in reply to: href title translation doesn't work #17581

    Hi 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 it

    Thank you!

    in reply to: Interface (free) – Widgets translation #17580

    Hi 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!

    in reply to: Static front page – no title line #17579

    Hi rcarr38,
    This feature is not available. You need code customization for it. So you need to hire a developer

    Thank you!

    in reply to: Google Structured Data Testing Error #17578

    Hi 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!

    in reply to: Business Page width for widgets #17577

    Hi 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!

    in reply to: Featured Image for Home Page #17546

    hi 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!

    in reply to: Static front page – no title line #17545

    Hi rcarr38,
    Could you please send the url of your site.

    Thank you!

    in reply to: save function file in child theme #17544

    Hi 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 work

    Thank you!

    in reply to: Adding a widget area with hooks #17543

    Hi 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!

    in reply to: subpage and breadcrumb issue #17542

    Hi Jörg,
    You need to install the breadcrumb plugins to get it eg:-

    https://wordpress.org/plugins/breadcrumb-navxt/

    Breadcrumb NavXT

    Thank you!

    in reply to: Linking the child theme to the parent's theme style.css #17541

    Hi 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.php

    Thank you!

    in reply to: Social Media Logo/Link on page #17540

    Hi 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
    `<?php

    add_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!

Viewing 15 posts - 3,871 through 3,885 (of 5,207 total)