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 - 4,726 through 4,740 (of 5,207 total)
  • Author
    Posts
  • in reply to: Side Bar Widget Problems #10953

    Hi Marguerite,
    Whatever you have changed in the code all will be lost. You need to fix it what you have changed on file again, if you update the latest version.
    Thank you

    in reply to: Position of page title in default page #10952

    Hi TheTwister,
    Recently we haven’t worked on it yet. Many thanks for your suggestion. We will think about it in our upcommig version.
    Thank you

    in reply to: Featured Image and Slider Problem #10951

    yes the image you are using which have more height. So it take proportional to height and width.
    Thank you

    in reply to: "navigation" button at the main menu #10935

    HI Angel,

    If you want code customization then here is the code inside
    clean-retina-pro -> library-> functions -> functions.php

    /****************************************************************************************/
    
    add_filter( 'wp_nav_menu_items', 'cleanretina_nav_menu_alter', 10, 2 );
    /**
    *Add default navigation menu to nav menu
    * Used while viewing on smaller screen
    */
    if ( !function_exists('cleanretina_nav_menu_alter') ) {
    	function cleanretina_nav_menu_alter( $items, $args ) {
    		$items .= '<li class="default-menu"><a href="'.get_bloginfo('url').'" title="Navigation">'.__( 'Navigation','cleanretina' ).'</a></li>';
    		return $items;
    	}
    }
    
    /****************************************************************************************/

    Remove the above code.
    But we recommended not to change the code because if you change the code then while updating to our new version all the customization code will be lost. So better make a child theme and first unhook the functions and then you may edit the code.

    Thank you

    in reply to: How to add Breadcrumbs in the theme? #10934

    Hi Kriz,
    The image is our own creating. You may create it from the graphic design software such as photoshop.
    Thank you

    Thanks for sharing a bit information with us @IcedQuick and thanks @dedicatedmanager for giving suggestion. We will think about it on upcomming version.
    Thank you

    in reply to: Homepage Slider showing up on Blog page #10931

    Hi dedicatedmanager,

    first of all go to Settings > Reading Settings > Front page displays > front page (home ) Posts Page: leave it default ( –select –)
    It will display only in home page not in the blog page.
    This must work for you

    Thank you

    in reply to: Post ID #10930

    Hi bxljenny,

    You can figure out the post or page id from here
    Go to dashboard -> pages-> welcome
    edit the page or just hover it
    If you hover on it then you will be able to see the post id at the bottom of the page or if you edit it you will be able to see the post id at url bar and put the id under the theme options -> featured post page slider options.

    Thank you

    in reply to: Featured Image and Slider Problem #10879

    You need to upload the recommended size of the image according to the layout. So that you can have an image to fit on the site.
    thank you

    in reply to: Theme Horse: Services Widget Not working anymore #10878

    If you want to keep the image in place of slider then its not possible in our theme. We have designed our theme this way. You need code customization for it and hire a developer to fix it if you are unable to fix it.

    To deactivate the plugin
    go to dashboard-> plugins
    and the deactivate the plugin which you want
    Thank you

    in reply to: "No Posts Found" on my home page #10877

    The home page you have created.
    inside dashboard -> pages-> home
    edit home page and at the right side there is template and select the business page template.
    Thank you

    in reply to: Centring Header in Clean Retina #10876

    You need to create the image according to fit on the site. Because header image its default by wordpress and it takes full width.
    Thank you

    in reply to: Featured Image size on corporate page #10875

    Ok that’s great
    Thank you

    in reply to: How to add Breadcrumbs in the theme? #10874

    please follow the theme instruction before posting anything.
    https://www.themehorse.com/theme-instruction/interface/

    first of all create a page and go to dashboard-> appearance-> widgets
    add services to business section then you can see 8 drop down list and there is the page. Which page you want to assing click select and save on.
    The image is displayed from featured image
    thank you

    in reply to: "No Posts Found" on my home page #10866

    hi

    Go to dashbaord -> pages- > home and assign a business page template from right part of editor page. Then your “no post found” will not be displayed.
    Thank you!

Viewing 15 posts - 4,726 through 4,740 (of 5,207 total)