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,466 through 3,480 (of 5,207 total)
  • Author
    Posts
  • in reply to: How To Show Full Blog Post Text on Homepage #19832

    hi Vicki,
    Yes you can display the blog full content in your home page. Just view this screen shot and my answers:-

    First of all create a page and named it as blog, and at the right side there is template select blog full content.
    View this screen shot
    http://awesomescreenshot.com/08e43sdd40

    After doing it go to dashboard -> setting -> reading
    and view this screen shot

    http://awesomescreenshot.com/0bd43se05f

    Hope this helps you all to display blog full content in front page or home page.

    Thank you!

    in reply to: Adsense not showing correctly in posts #19831

    Hi vachev.t,
    Did you add any plugins? It might be from the javascript. First of all deactivate all the plugins that you have installed and check it.

    Thank You!

    in reply to: Enabling the glyhicons #19830

    Hi irabor.alex55,
    We are sorry that our theme doesn’t support bootstrap codes. Glyhicons icons is not available. We are using generic icons.

    Thank You!

    in reply to: Cannot get my Slider to appear anywhere? #19828

    Hi Emma,
    I just visited the above link and its not our theme. Its seller theme. So you need to put this topic on their forum.
    If you are using our theme then just follow this theme instruction and activate our theme.
    https://www.themehorse.com/theme-instruction/interface/#slider

    Thank You!

    in reply to: recommended functions.php #19827

    Hi maria.economides,
    Yes upto there you are correct
    To import your css use it

    @import
    url(“../interface-pro/style.css”);
    /* =Theme customization starts here
    ————————————————————– */
    [rest of custom style css]

    and create a functions.php if you want to override file then,
    For example to unhook the functions and over ride the parent theme for page 404.php
    unhook functions

    // Unhook default Thematic functions
    function unhook_thematic_functions() {
        // Don't forget the position number if the original function has one
    
    remove_action( 'interface_404_content', 'interface_display_404_page_content', 10 );
    
    }
    add_action('init','unhook_thematic_functions'); // removes the header content by using hook interface_header
    
    add_action( 'interface_404_content', 'interface_child_display_404_page_content', 10 );
    /**
     * function to show the footer info, copyright information
     */
     
     
    function interface_child_display_404_page_content() {      ?>   
    <div id="content">
    		<header class="entry-header">
    			<h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', 'interface' ); ?></h1>
    		</header>
    		<div class="entry-content clearfix" >
    			<p>Thank you</p> 
    		</div><!-- .entry-content -->
    	</div><!-- #content -->
      <?php 
    }
    

    For more information http://codex.wordpress.org/Child_Themes

    Thank You!

    in reply to: Can I Change The Slider Height #19826

    Hi Carol,
    If you want to change the slider height then it needs code customisation. Go to theme folder -> functions.php on line no 146
    You will see this code

    	// Add Interface Pro 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 layout

    Change your slider size for narrow layout
    add_image_size( 'slider-narrow', 1038, 500, true ); // used on Featured Slider on Homepage Header for narrow layout
    Change your slider size for wide layout
    add_image_size( 'slider-wide', 1440, 500, true ); // used on Featured Slider on Homepage Header for wide layout

    here 1038 and 500 is for width and height

    Thank you!

    in reply to: breadcrumbs #19824

    Hi kai,
    If you want to display submenu items too then you need to create it from page. I will show you screenshot. Just have a look
    http://awesomescreenshot.com/0fa43rqw73

    How to create child Page ? view this screen shot

    http://awesomescreenshot.com/0eb43rr64a

    Those page you select parent for blog will be displayed as child.

    Thank you!

    in reply to: Backwards Footer Credits #19821

    HI all,
    Thanks for your suggestion. We are sorry for this. We will update it today. Ultimate Pro is going to be live within a couple of days.

    Thank you!

    in reply to: Header Logo #19762

    Hi Rob,
    I just added the header logo in you and its working fine. So recently i just kept it to show you that its working . I did not do any thing. You may view it from your dashboard and its working fine there.

    Thank you!

    in reply to: How to edit footer #19759

    hi ritesh.cho2,
    This feature is not available in free version of our theme.

    Thank you!

    in reply to: "Page Title Hide" not working #19758

    Hi Serkan,
    Did you customise any code? We are not having this issue in our server and its working fine here. So once you download a fresh copy of theme and then try it in different new server whether it works or not. If still there is issue then please send once your temporary username and password at [email protected], we may help you to solve the problem. Don’t forget to send this forum url too while sending temporary username and password.

    Thank you!

    in reply to: Can the main nav link and page title be different? #19757

    Ok thanks ron

    Thank you!

    in reply to: hatom-entry error #19756

    Hi vachev.t,
    Could you once send the url of your site where you are getting the exact issue? We have fixed this hcard and updated field in blog and single but not in the page. Where should we keep the hcard and updated in pages ? Just check it that it is page or any other things.
    If you want to customise the code inside single.php then then file is here
    go to theme folder -> inc -> structure -> content-extension.php on line no 246, but before making any changes on it first create a child theme and unhook the functions and then only customise the code.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

    Thank you!

    in reply to: Widget Title Color Change #19740

    Hi Danielle,
    Go to dashboard -> appearance -> theme options -> design options -> color options.

    From here you care able to change color with different sections.

    Thank you!

    in reply to: "Page Title Hide" not working #19738

    Hi Serkan,
    Ok i got it. I just tried to my site and its working fine here. So once you deactivate all the plugins that you have installed in your dashboard and check it whether it works or not. This may be plugins conflict too. And did you check that the template is default template. It must be default template to work on it.

    Thank you!

Viewing 15 posts - 3,466 through 3,480 (of 5,207 total)