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 - 2,716 through 2,730 (of 3,489 total)
  • Author
    Posts
  • in reply to: theme-option.php why disappear?!? #36610

    Hi AriellebarnettgQA,

    We have moved the Theme Options settings to Customizer as of WordPress.org guidelines where you can customize or modify appearance settings in a live Preview.
    Now We cannot create any themes with theme options settings as before. All new and old themes of wordpress.org will not be able to have theme options settings and it is WordPress.org guidelines which all the theme author have to follow.

    Now you have to make a compatible with new version without theme-options.php.
    If you don’t want to update to latest version then you can move back to previous version as well.

    Thank you!

    in reply to: Block Quote #36609

    Hi Lemonpath,

    Default CSS for blockquote is as below:

    blockquote {
        border-left: 4px solid #5f85b0;
        border-right: 1px solid #bbb;
    }

    And to change the font you can set via Appearance > Theme Options > Design Options > Typography Options. There you will find to style the font as you like.

    Thank you!

    in reply to: My Team Page #36569

    Hi Jeff,

    We have released version 3.0.3 and fixed clearfix issue that you have reported.
    Login to you account and download the new version.

    Thank you!

    in reply to: Changing widget settings #36528

    Hi Jeanlucgarnier,

    There is already a Business Template you can set and have the widgets there as of your choice.

    Thank you!

    Hi Manuel,

    Sorry! You can not placed the Promo Widget code directly in the default page because we have designed this widget for only our Business, Services and Our Team Template but not for the default page.

    Thank you!

    in reply to: Sticky Menu #36526
    in reply to: Fixed non scrolling menu #36525

    Hi Debbie2up,

    Go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code in the field and Click on Save & Publish button:

    .info-bar {
        position: fixed;
        width: 100%;
        z-index: 100;
    }
    .hgroup-wrap {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        position: fixed;
        top: 34px;
        width: 100%;
        z-index: 100;
    }
    @media only screen and (max-width: 767px) {
    .hgroup-wrap {
        top: 0;
    }
    }

    Thank you!

    in reply to: "Read More" Button #36524

    Hi Brian,

    If you want to remove Read More button on featured page widget then why you are asking to remove it on slider?

    Anyways to remove the Read More button from the featured page widget go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the following CSS code and Click on Save & Publish button:

    .widget_featured_page .call-to-action {
        display: none;
    }

    Thank you!

    in reply to: Remove slider from blog #36523

    Hi Laura,

    If you don’t want slider in blog page then you need to go to dashboard -> pages -> create a blog page and at the right hand side of the page there is template. select blog image large or blog image medium or blog full content display you want.

    Then go to dashboard -> settings -> reading and leave default to post page as shown in this screenshot http://awesomescreenshot.com/02256h6d83 After this you will no see the slider in your blog page.

    If you can not set please provide us the temporary username and password to your site via Email

    Please do not share any username and password here in this forum because this forum is public and visible to all customers.

    Thank you!

    in reply to: Responsive on ipad mini #36522

    Hi lbdc.design,

    Can we have the site URL? So that we can check you site in iPad mini.
    Also Could you please view our demo site https://www.themehorse.com/preview/ambition in your iPad to find out our demo site is working fine OR Is there a same issue?

    Thank you!

    in reply to: Show Posts in TH Widget #36520

    Hi Dheerajshingh,

    This also needs code customization as it is a new feature to add in the theme.
    So you have to hire a developer for this feature.

    Thank you!

    in reply to: Show Posts from a Specific Category in Slider #36518

    Hi Dheerajshingh,

    It needs code customization as it is a new feature to add in the theme.
    So you have to hire a developer for this feature.

    Thank you!

    in reply to: database consuming excessive server resources #36517

    Hi Tarich,

    Sorry! This is not a theme related issue and seems that you have a large data in your site.
    Which needs to fix by yourself OR you can hire a developer for to fix all above mentioned points also it seems that you have to upgrade your hosting service as well to fix all above points.

    Thank you!

    in reply to: Reduce spacing between page title bar and text on a page #36515

    Hi Info,

    To reduce the space between the page title and the page content Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #main {
        padding-top: 30px;
    }

    Thank you!

    in reply to: Reduce Home Slogan Width #36512

    Hi Info110,

    Please provide us your site URL where you have set the slogan. So that it will be easy for us to provide you a custom CSS to reduce the width and centered the content.

    Thank you!

Viewing 15 posts - 2,716 through 2,730 (of 3,489 total)