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,981 through 1,995 (of 5,207 total)
  • Author
    Posts
  • in reply to: Attitude Pro Business Template #42882

    Hi vladimira.bodnarova,

    To add featured image go to any page. At the right bottom there is feature image section. Click on it and Upload a featured Image.

    In the same way you can add for services and recent works and also for blog post too.
    View below link
    http://www.awesomescreenshot.com/0fd5ky558e

    Thank you!

    in reply to: Remove page menus #42881

    Hi John,

    Recently as our theme is not an wooCommerce compatible. So there is an issue with wooCommerce. Recently we are busy on some projects so that we are unable to make it compatible with wooCommerce. Our Ambition theme is compatible with wooCommerce so you can use it.

    If you like to make it compatible then it needs code customization and you need to hire a developer for it.

    Thank you!

    in reply to: Using Javascript to create text links #42838

    Hi herron_james,

    We did not get exactly what are you trying to say? Could you also try using default theme twentyfifteen too? Also it would be better if you provide your site Url too.

    Thank you!

    in reply to: I purchased the Ultimate theme a few years ago… #42836

    Hi daldendesign,

    Did you made any code customization using the child theme? If you have not created a child theme and there is no customization on the theme then no problem while updating to new version. But if you have made a code customization/ or using child theme then you need to replace this code

    global $ultimate_theme_setting_value;
    $options = $ultimate_theme_setting_value;

    with

    global $options, $array_of_default_settings;
    options = wp_parse_args( get_option( 'ultimate_theme_options', array() ), ultimate_get_option_defaults());

    Also we did not get exactly what you are trying to say. If you have any issues then please create your own topic and also provide your site Url so that we will know that the exact problem is.

    Thank you!

    in reply to: Reduce white space above header image #42801

    You welcome ardit.bejtu

    Thank you!

    in reply to: Removing Duplicate Entry Title / Page Title #42800

    Hi joevenables,

    Just try below css

    .single .entry-title {
        display: none;
    }

    Hope this may help you
    Thank you!

    in reply to: Gallery Question #42799

    Hi Steven,

    Its a google font. So there is no any further steps to embed it. The fonts will works only if there is an internet connection.

    For you second questions, yes you can use third party gallery but we cannot guarantee that third party plugins will work fine in our theme. To disable gallery component and scripts for gallery its needs code customisation. So you need to hire a developer.

    Before making any changes in the code first of all create a child theme then only customize the code. So that updating to new version all your customized code will be lost.
    Thank you!

    in reply to: Social Media Icons – Top of Page – Color #42736

    Hi becci,

    Sorry not from there. You have to go inside the theme directory (the theme file where you have downloaded zipped a file.)goto theme folder (attitude-pro -> images)

    Each and every time you update the theme, you have to replace the image file. Make a backup of main theme file while updating to new version because updating to new version all your customised code and images will be lost so better make a child theme to be safe from data loss while updating to new version.

    Thank you!

    in reply to: Remove "Read More" button from the slider #42735

    Hi guitaristforhim,

    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.

    .featured-text .active {
        display: none;
    }

    Thank you!

    in reply to: Footer fixed at bottom of screen #42734

    Great Benjamin

    Thank you!

    in reply to: How to Remove Navigation Links at Bottom of Posts Only #42733

    You did great

    Thank you!

    in reply to: How to Remove Navigation Links at Bottom of Posts Only #42694

    Hi herron_james,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .blog .default-wp-page {
        display: none;
    }

    Thank you!

    in reply to: Full Width-Stretched for Contact Page #42693

    Hi Robert,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    select {
        width: 100%;
    }

    Thank you!

    Hi herron_james,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .blog .default-wp-page {
        display: none;
    }

    Thank you!

    in reply to: Domain name #42677

    Hi sladja.radulovic,

    We don’t provide any domain name. yes to make your site live you need to have a domain name and should be kept in the server. You can buy through blue host, godaddy etc. After having a domain name you need to install a WordPress and then only you can use our theme.

    Thank you!

Viewing 15 posts - 1,981 through 1,995 (of 5,207 total)