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 - 1,591 through 1,605 (of 5,207 total)
  • Author
    Posts
  • in reply to: Width Setup and company logo #47721

    Hi Mark,

    Yes our theme is compatible with latest version. May there will be a new update on near future. Currently we are busy on new projects. Thank you for your support.

    Thank you

    in reply to: Testimonial and Text on front page #47715

    Hi Timo,

    The only one manual way where you can set the page same like the above image first set to default template and copy the html code of your all testimonial content from developer tool of your browser and paste that in your any specific page where you can add any content.

    Thank you

    in reply to: I want to change the website title into an image #47698

    Hi mej9150,

    Do you mean to add a site logo?
    First of all Go to Dashboard -> Appearance -> Customize ->Site identity and add your logo image then after
    Go to Dashboard -> Appearance -> Customize -> WP Portfolio Theme Options -> Header Options and select header logo only.

    Thank you

    in reply to: Testimonial and Text on front page #47697

    Hi Timo,

    First you set up your page template to Business Template. Drag and drop all widgets to Business Page Section Sidebar including testimonial widgets.

    Note: You need to drag all widgets on same sidebar to display content. If you are talking about the the content from page editor then Selecting template, the content from editor will not displayed on template page. it needs a lots of code customization and you need to hire a developer to have that feature.

    Thank you

    Hi JuliaKellogg,

    You cannot hide the post without not making it private. If you want to hide a post from your blog list, you can hide it using custom css to hide specific post where the customer having exact link can only view the post.

    Thank you

    in reply to: Remove the title from SOME pages and posts. #47695

    Hi JuliaKellogg,

    Page title hide options is only on pro version. Its a plugin territory and cannot added on free version. From which page do you want to hide title let us know. We will provide custom css for it.

    Thank you

    in reply to: Width Setup and company logo #47658

    Hi Mark,

    Where did you add your widgets? Add your widgets on business page section sidebar not on business page our client section sidebar. business page our client section is build only for featured image widget.

    Thank you

    in reply to: Width Setup and company logo #47642

    Hi Mark,

    In narrow layout whole the body will be wrapped inside a container. In demo its a wide layout. To change the color effect as displayed on demo. Go to dashboard -> Appearance -> Theme Options -> Color Options and change color skin to Blue from dropdown.

    The content will be adapted in the wide layout too. It will not be user friendly if you set the content to 100% on desktop screen also you will not have a site title/ tagline and logo at the same time. You can add add a title and tag line on the logo image as well.

    Thank you

    in reply to: Loading header-extension.php in Child Theme #47578

    Hi Charles,

    Doing this doesn’t work for you. Create you own topic. Don’t add your questions on others topic. First you need to unhook and then only hook the functions. Making same structure will not overwrite the parent theme. The above is for the interface and i think you have asked a questions for attitude pro.

    Just try using below code

    // Unhook default Thematic functions
    function unhook_thematic_functions() {
        // Don't forget the position number if the original function has one
    
    remove_action( 'attitude_header', 'attitude_headercontent_details', 10 );
    }
    
    add_action('init','unhook_thematic_functions'); // removes the header content by using hook attitude_header
    
    add_action( 'attitude_headercontent_details', 'attitude_child_headercontent_details', 10 );
    funtion attitude_child_headercontent_details(){
    // your stuff
    }

    If still it doesn’t work then please create your own topic. Because this topic is a years old ago. Also make clear what exactly you want to do on the theme.

    Thank You

    in reply to: BuddyPress Members Directory search field unusable #47537

    hi Tony,

    Use below Custom CSS to show search field

    #buddypress div.dir-search {
        margin: inherit;
    }

    If this doesnot work then try using

    #buddypress div.dir-search {
        margin: inherit !important;
    }

    Thank you

    in reply to: Header Placement #47536

    Hi Chapline,

    You mean to display your header image except on front page. Add below Custom css. Go to Appearance > Customize > Ambition Theme Options > Custom CSS.

    .home img.header-image {
        display: none;
    }

    Thank you

    in reply to: widget area #47535

    Hi kh-lee,

    Widgets Area are to display additional features and widgets areas are displayed especially to display Portfolio Template

    Thank you!

    in reply to: showing different sections on homepage #47534

    hi kh-lee,

    You can view instruction page to set a portfolio template. Drag and drop widgets to Portfolio Template Section. Widgets are drag and droppable. So you can make your order to display it.

    Thank you

    in reply to: the number of front page display posts #47533

    You welcome kh-lee

    Thank you

    in reply to: Featured image not sown on web page #47509

    If there is no any code customization then also install a fresh theme downloaded from wordpress.org

    Thank you

Viewing 15 posts - 1,591 through 1,605 (of 5,207 total)