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 - 3,256 through 3,270 (of 3,489 total)
  • Author
    Posts
  • in reply to: WARNINGS in Theme after WP 4.0 Upgrade #16658

    @gassho,

    Did you change any code by yourself in the theme?
    Also we have upgraded our hosting and it was all fine now. Are you getting same errors while loading our site?

    Thank you!

    in reply to: remove border from featured images on corporate home page? #16634

    Hi tony,

    There is CSS file name widget005.old.css where there is a below css and it is conflicting to the main style.css file.

    .service-icon {
        padding: 4px 8px;
    }
    .service-icon:hover {
        background: none repeat scroll 0 0 #2095f0;
        color: #fff;
    }

    Thank you!

    in reply to: remove border from featured images on corporate home page? #16567

    Hi tony,

    We have found that there is a css conflict with the theme. Just Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS add the following CSS code and Click on save all changes button:

    .services-item .service-icon { 
        background-color: #555;
    }

    Thank you!

    in reply to: I Purchased The Upgrade, But My Order Is Pending? #16551

    Hi Leslie,

    Just login to our site with the same username and password that you have purchased and you will be automatically redirect to your account page where you can see the available download link?

    Thank you!

    in reply to: Mobile Navigation Menu #16491

    Hi Andrew,

    1. We can not get to you what you are trying to say? Please clarify.

    2. If you view your site from the device you won’t see the arrow. The arrow icon is a default icon of the select option which cannot be removed easily.

    3. The Navigation menu appears in smaller devices only. We have coded it that way. If you don’t have any page set as home page then the navigation shows up linking it to the home.

    Thank you!

    in reply to: how do I make sidebar 100% width on mobile? #16471

    HI Jacqueline,

    Please add below code.


    @media
    only screen and (max-width: 1078px) {
    #secondary {
    border: 0 none;
    padding: 0;
    width: 100%;
    }
    }

    Thank you!

    in reply to: remove border from featured images on corporate home page? #16467

    Hi pttony,

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

    .services-item .service-icon { 
        padding: 0;
    }

    Thank you!

    in reply to: Error message on dashboard #16343

    @joan-trujillo78
    We have update our theme compatible to WordPress 4.0 and disable some function that make error for the site.
    Login to our site with the same username and password while you have purchase the theme and download the latest version of the theme.
    If you have still one year subscription you will have access to the download the update file otherwise you have to purchase the subscription to get update file.

    Thank you!

    in reply to: Featured title not showing up on home and blog index pages #16297

    Hi Christina,

    There is missing code to display the page title in the static home page. We have listed this issue to fix in our next version update.
    And for title for the blog main page please remove the page in the post page form the front page display setting.

    Thank you!

    in reply to: Header: Logo and menu alignment #16296

    Hi Kamarty,

    You have use the header image. To set the logo Go to Appearance -> Theme Options -> Design Options Tab -> Custom Header upload your logo and click on save all changes button.

    Thank you!

    in reply to: Image Header/Menu/Frames #16295

    Hi Mark,

    You can set the static header image too. Just go to Appearance -> Header in your WordPress admin section and set the static header image.
    Our Interface theme have lots more features than Radiate by Theme Grill.

    Since our products are non-tangible irrevocable, digital goods we do not provide refund once the theme has been purchased.
    This was clearly written in the terms and conditions page as well.
    We will refund you and you will still have our theme.
    How we will be sure that you will not use our theme after we refund you?

    Anyways you can use the theme in any of your web project as well. Hope you understand.

    Thank you!

    in reply to: Double title above posts #16251

    Hi t,

    To remove the post title from the single post page just Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .single-post #content .entry-title {
        display: none;
    }

    Thank you!

    Hi Christina,

    To change the link color and to remove the post title from the single post page you have to write/add a custom css just Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #secondary a, 
    #secondary .widget ul li a,
    #content .entry-content ul, 
    #content .entry-content ol,  
    #content .entry-content ul a, 
    #content .entry-content ol a {
        color: #1d68a5;
    }
    .single-post #content .entry-title {
        display: none;
    }

    Thank you!

    in reply to: Error message on dashboard #16094

    @ward You can use the theme for the lifetime but after 1yr from the purchase date you have to renew the subscription to get update and support for the theme. About the bug issue. Please send us your temporary username and password of your site in our email [email protected] with this forum link. We will fix the issue.

    Thank you!

Viewing 15 posts - 3,256 through 3,270 (of 3,489 total)