badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 2,941 through 2,955 (of 5,207 total)
  • Author
    Posts
  • in reply to: Revolution slider problem after update wordpress #23634

    Ok that’s great babettehill

    Thank you!

    in reply to: How to Run Javascript in the Custom Footer #23633

    Hi Bill,

    Add this code inside child theme of attitude- pro
    Ceate a style.css file and add this below code.,

    /*
    Theme Name: Attitude Child Theme
    Author: Self-Help Theme Horse
    Template: Attitude Pro Child
    */
    
    /*@import url("../attitude/style.css"); */

    After doing it create one functions.php file inside child theme.

    function attitude_javascripts() {
        wp_enqueue_script( 'backtotop', ATTITUDE_JS_URL. '/backtotop.js', array( 'jquery' ) ); // this is an example
    }
    add_action( 'wp_enqueue_scripts', 'attitude_javascripts' );
    

    If you are still unable the you need to hire a developer to fix it.

    Thank you!

    in reply to: Category page featured images #23632

    Hi jotv73,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .category .post-featured-image {
    float: left;
    margin-right: 4.67%;
    margin-bottom: 22px;
    }

    After doing it go to theme folder-> library-> functions-> functions.php on line no 376 and replace this code $image .= get_the_post_thumbnail( $post->ID, 'featured', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>'; with `$image .= get_the_post_thumbnail( $post->ID, ‘featured-medium’, array( ‘title’ => esc_attr( $title_attribute ), ‘alt’ => esc_attr( $title_attribute ) ) ).'</a>’;

    Before making any changes in the code first of all create a child theme then only customize the code. Because if you update to our new version you customized code will be lost, if you didn’t make any child theme.

    Thank you!`

    in reply to: Jquery scripts and website speed #23628

    hi herron_james,
    Yes tinynav, the slider, back-to-top all have jquery. We are sorry for this. You need code customization.

    Thank you!

    in reply to: text on the slider #23627

    Hi gayayang,

    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

    hot can i remove footer default text??

    ->> Theme by: Theme Horse | Powered by: WordPress
    ==> you are not able to change it. It needs code customization. This feature is only available in Pro version.

    To change the menu color too we don’t have this feature in free version. Color options are availble only in Pro version.

    Thank you!

    in reply to: Slider does not appear with image #23625

    hi hypercomputer_9800,

    Did you customize any code? If no then first deactivate all the plugins once and also we think that you have not added any featured image? If you are getting still problem then you may send your temporary username and password at Email Us, we will look over it. Don’t forget to send this forum url too.

    Thank you!

    in reply to: "Read More" Translation #23624

    Hi micke,

    Did you add this code inside you functions.php file.
    load_theme_textdomain( 'ultimate', get_stylesheet_directory() . '/languages' ); // to add text domain language translate

    If there is still problem then you may send it to us at below link. We will add your language file so that you don’t need to create any childtheme for language translation.
    Email Us

    Thank you!

    in reply to: Capitals in menu #23558

    Hi joseamorenoh,
    Try this below CSS
    `#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a {
    text-transform: uppercase;
    }`

    Thank you!

    Hi infoflavio,

    I think you have not set the business template from pages. View this theme instruction
    https://www.themehorse.com/theme-instruction/attitude/#businesslayout

    Thank you!

    in reply to: How to Run Javascript in the Custom Footer #23553

    Hi Bill,
    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
    You may try this below code.

    function attitude_javascripts() {
        wp_enqueue_script( 'the-script-handle', 
                           'path/to/file.js', 
                           array( 'jquery','other_script_that_we_depend_on' ), 
                           'scriptversion eg. 1.0', 
                           true);
    }
    add_action( 'wp_enqueue_scripts', 'attitude_javascripts' );

    If you are unable to add then you may hire a developer to fix it.

    Thank you!

    in reply to: Change number of Recent Works #23552

    Hi catherine,
    How to create child theme?
    https://codex.wordpress.org/Child_Themes
    We also have replied many times in forum so that you may search it in forum too.

    In functions.php of the child theme, create your widgets and register them. Just copy the parent widget, change the name of widget like Theme Horse Child: Featured Page Widget, make customisation and create your custom widget. If you do this, the widgets of parent theme and child both will appear. Use your custom widget of child theme instead of the parent theme.

    Just making same file structure in the child theme like /inc/widgets won’t overwrite the parent file. Hope this helps.

    Thank you!

    in reply to: Changing number of Services from 4 to 3 #23551

    Hi catherine,

    This feature is not available in our theme. It needs code customization. So you need to hire a developer to fix it.

    Thank you!

    Hi Sam,

    I think this issue is not just creating the child theme. If you just like to add CSS then you may use our custom css which is inside theme options. Child theme is mainly used for code customization. Once you deactivate all the plugins that you have installed in your dashboard. Because some of the plugins may conflict so that your menu is disappeared. If we find any issues regarding to this topic then we will let you know.

    Thank you!

    You welcome tamielizabeth

    Thank you!

    in reply to: demo content? #23548

    Hi Karoline,

    We are sorry that we don’t have any dummy content. You may view this url, how to setup site.
    https://www.themehorse.com/theme-instruction/ultimate-pro/

    Thank you!

Viewing 15 posts - 2,941 through 2,955 (of 5,207 total)