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 - 3,346 through 3,360 (of 5,207 total)
  • Author
    Posts
  • in reply to: Revolution slider bug #20776

    ok that’s great Toan

    Thank you!

    in reply to: Hide page title of starting page #20775

    Hi 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/00647zx8c4

    Thank you!

    in reply to: Slider Height #20770

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

    in reply to: How to create various slides #20760

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

    Check to exclude (tick it)

    Then the image post displayed in slider will not be displayed in the homepage post.

    Thank you!

    in reply to: Blog Page/Business Template Questions #20757

    Hi 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/0a847wu808

    The font size for page title is 24px and font-family: ‘Philosopher’, sans-serif;

    Thank you!

    in reply to: Widgets lost after update #20750

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

    in reply to: Widget "search" #20749

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

    in reply to: Revolution slider update #20748

    Hi John,

    We have visited to your site. There is no any white background in your logo.

    Thank you!

    in reply to: Page Numbers on Medium Blog PAge #20747

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

    in reply to: urgent: show portfolio title in longer showing #20746

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

    Thank you!

    in reply to: Revolution slider bug #20745

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

    Thank you!

    in reply to: Attitude pro #20710

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

    in reply to: 1.8 upgrade erased/lost/? all of my widgets #20709

    HI [email protected],

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

    in reply to: Change fonts in greek language #20582

    Ok that’s great bertsouklis

    Thank you!

    in reply to: contact bar icons not showing in MSIExplorer 11 on Win8.1 #20563

    Hi 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/04747f6ufc

    Thank you!

Viewing 15 posts - 3,346 through 3,360 (of 5,207 total)