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,196 through 3,210 (of 3,480 total)
  • Author
    Posts
  • in reply to: Google fonts #19254

    Hi Konrad,

    Sorry for late reply. We have researched about it. Yes there is some Google font issue in the theme. We will update it in upcoming version.
    For now just Go to theme directory -> inc -> functions -> functions.php on line no. 67

    You will find the below code:
    wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic');

    replace above with below code:
    wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic&subset=latin,cyrillic-ext,latin-ext');

    Thanks for reporting the issue.

    in reply to: Footer to stick to the bottom #19037

    Hi Daniel,

    Oh now we got it what you are trying to say?

    We have visited the link http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page that you have provide and a CSS code compatible to our theme and it works.

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

    html,
    body {
       height:100%;
    }
    .wrapper {
       min-height:100%;
       position:relative;
    }
    #colophon {
       position:absolute;
       bottom:0;
       width:100%;
    }

    Thank you!

    in reply to: Login area in third colum front page #19036

    Hi Isabella,

    Sorry, All the widgets will display on different section in business sidebar.
    So you can not put login section in the third column of service widget.

    Thank you!

    in reply to: Space in between widget title and content #18795

    Hi Edwin,

    Ok, then remove previous CSS code and paste below one

    #secondary .widget-title {
        margin-bottom: 15px;
    }
    .widget {
        text-align: center;
    }

    Thank you!

    in reply to: Space in between widget title and content #18791

    Hi Edwin,

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

    .widget-title {
        padding-bottom: 15px;
    }
    .widget {
        text-align: center;
    }

    Note: Decrease/Increase the 15 digit above to change the space of widget title.

    Thank you!

    Thank you!

    in reply to: Google Structured Data Errors #18788

    Hi Theburgernerd,

    We have researched for Google structure data errors for pages and found that for pages there will be no author to place the vcard and author and no published date in pages to put update. You can also test the pages of WordPress default themes http://twentyfourteendemo.wordpress.com/

    Thank you!

    in reply to: Header sizing #18785

    Hi Gokarff,

    Sorry for the late reply we missed your query.
    Could you please provide us your site url? So that we can have a look into your header image.

    Thank you!

    in reply to: Footer to stick to the bottom #18699

    Hi Daniel,

    Sorry we are missing to reply this topic.
    Anyways Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button to stick the bottom of the page:

    #site-generator {
        position: fixed;
        width: 100%;
    }

    Thank you!

    in reply to: background doesn't scale #18697

    Hi,

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

    @media only screen and (max-width: 767px) {
    body.custom-background {
    background-size: 200px auto;
    }
    }

    Hope this will solve your issue.

    Thank you!

    in reply to: Google Structured Data Errors #18648

    Sure we will update it in 2/3 days. Thank you for reporting the error.

    in reply to: Posts page menu item #18579

    Hi Daniel,

    We think that you have set News menu as your Static Front page. Please set it to latest post as your front page display.

    Thank you!

    in reply to: position images in pages #18578

    Hi,

    Please provide us the image and the temporary username and password to your site we will set it for you.

    Thank you!

    in reply to: Google Structured Data Testing Error #18504

    Hi theburgernerd,

    We have updated the theme with fixing the Google web structure error so please download the new version 1.0.4

    Thank you!

    in reply to: position images in pages #18301

    Hi Cory,

    Are you trying to set the image like here in this screenshot http://awesomescreenshot.com/03a3sz4o1f

    Thank you!

    in reply to: Site Title color #18300

    Hi Pabela,

    Sorry you have modified the theme. The code structure is totally modified. Please activate the fresh copy of the theme. We can not support the theme once the user modified it by themselves.

    Thank you!

Viewing 15 posts - 3,196 through 3,210 (of 3,480 total)