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,801 through 1,815 (of 5,207 total)
  • Author
    Posts
  • Hi Philip,

    1> To have as in our demo site you need to install breadcrumbNavXT. So that you will be able to view as in our demo site.

    2> If you select to a specific template then you will get that bar. Otherwise no grey bar will be displayed. But if you want to display a grey bar on every single page then you need a bit of code customization. Goto theme folder -> library-> structure -> header-extension.php on line no 596 you will find this below code.
    $attitude_header_title = ”;
    replace with
    $attitude_header_title = get_the_title();

    If you get 2 page title then go to individual page and at the below of the page you will see page options to hide it. If no page options then at the top right there is screen options and select page options from there to enable this feature.

    Note: 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

    3> Sorry we could not understand what are you trying to say. Please clarify. If you need sidebar on that template then it needs code customization as we have replied you before.

    Thank you!

    in reply to: Upload font #44676

    hi Lucy,

    Are you asking to have a new font in your site where our attitude premium has been activated?
    However you can change 500+ google font from the dashboard -> appearance -> theme options -> typography options

    If you have any questions let us know.
    Thank you!

    Hi Philip,
    1) View this link

    2) Which gray box are you talking about. Are you talking about featured slider? Could you provide us the screenshot and Site link.

    3) For to add contact to the team page template it needs code customization. You need to hire a developer as this is a new feature to add in the theme.

    Thank you!

    in reply to: Move Header Image Below Top Nav Menu #44636

    Hi Carrie,

    This feature is not available in our theme. Adding header image below top nav/logo would be a new feature to be added in the theme. It needs code customization so you need to hire a developer to fix it.

    Thank you!

    in reply to: Making Responsive Menu scrollable #44634

    Thank you so much Markus

    Thank you!

    in reply to: The JavaScript for Accordion does not work #44631

    Hi ilayxz,

    I think you have enqueued it to plugins. Did you created a child theme or plugins?

    add_action( 'wp_enqueue_scripts', 'interface_enqueue_accordion' );
    function interface_enqueue_accordion() {
        wp_enqueue_style( 'interface', get_template_directory_uri() . '/accordion.js' );
    
    }

    This will point to the link http://yourdomain.com/accordion.js Make sure your domain link is working correctly. Also provide you link too if you have an issues on it.

    Thank you!

    in reply to: Making Responsive Menu scrollable #44612

    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/ambition
    We really appreciate your rating.

    Thank you!

    in reply to: Making Responsive Menu scrollable #44610

    Hi Markus,

    It seems that you have stick the menu at top while scrolling the page. So the issue occured. Go to Appearance -> Customize -> Ambition theme options -> Custom CSS paste the below CSS code and Click on Save & Publish button at the top of the options panel.

    @media only screen and (max-width: 767px) {
       .hgroup-wrap {
           position: inherit;
       }
    }

    Thank you!

    in reply to: footer menu #44605

    Hi shegga,

    We are sorry for it. Also we don’t have any recommendation for it. If we find any then we will let you know.

    Thank you!

    Hi ilayxz,

    If it works fine with parent theme then there is something issues with your child theme. It needs code customization. You need to hire a developer as this is a new feature to add in the theme.

    Thank you!

    in reply to: Interface : Not mobile friendly #44603

    Hi nathalie.daout,

    We have already checked it and our interface free theme is fully compatible to mobile friendly. You can also see this screenshot that we have checked from the link you have provided above.

    Thank you!

    in reply to: The JavaScript for Accordion does not work #44602

    Hi ilayxz,

    You need to add the javascript code at header section not at the text editor. You need to hire a developer and it needs code customization. You need to customize the code at header.php file or better enqueue from functions.php to head section. So that your accordion works properly. Above is not a good practice having accordion in page.

    Thank you!

    Hi NIKOLAY,,

    View this screenshot. Hope this may solve your problem. Also you have used our older version which you provided on your screenshot. Better use our latest version for security purpose.

    Thank you!

    in reply to: Left / Right sidebar individual per page #44546

    Hi Ewald,

    This feature is not available in our theme. We only have only two sidebar and either you select left or right sidebar. There is nothing more in free version with pro version.
    So to have it, you have to customize the code.

    Thank you!

    in reply to: Menu inline with Header Test #44545

    That’s great Brian

    Thank you!

Viewing 15 posts - 1,801 through 1,815 (of 5,207 total)