badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,181 through 3,195 (of 3,469 total)
  • Author
    Posts
  • Hi Harriet,

    To position the height of the slider title and description.

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

    .featured-text {
        bottom: 50px;
    }

    Note: Increase/Decrease the above 50 digit to change the height of the title and description.

    and Which text in mobile device that you want to reduce the size please clarify it?

    Thank you!

    in reply to: hgroup clean retina W3C #19259

    Hi Simon,

    Oh…! Sorry we are missing this. We will update it within couple of week.

    Thank you!

    in reply to: Modifie colour and size of title #19256

    @daniel67alvarez Sorry this features is only available in the pro version of theme. If you are interested you can purchase it here https://www.themehorse.com/themes/attitude-pro/

    Thank you!

    in reply to: Automatic capitalization in submenus #19255

    Hi Melanie,
    Please remove all above css from your custom CSS and try below one:

    #access ul li ul li a, 
    #access ul li.current-menu-item ul li a, 
    #access ul li ul li.current-menu-item a, 
    #access ul li.current_page_ancestor ul li a, 
    #access ul li.current-menu-ancestor ul li a, 
    #access ul li.current_page_item ul li a {
        text-transform : none;
    }

    Hope this will solve your problem.

    Thank you!

    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!

Viewing 15 posts - 3,181 through 3,195 (of 3,469 total)