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,376 through 3,390 (of 5,207 total)
  • Author
    Posts
  • in reply to: Our Team Widget #20478

    hi jcarlos.cortes,
    First of all create a pages from your dashboard and select the template name (Our page Template Name) from the right side and publish/update it.
    View this screenshot
    http://awesomescreenshot.com/0a846srs0a

    Then after Go to dashboard -> appearance -> widgets and drag and drop the our team widgets to our team page sections.

    View this screenshot
    http://awesomescreenshot.com/03a46srd91

    Hope this may help you
    Thank you!

    in reply to: Change fonts in greek language #20477

    hi bertsouklis,
    If you want to add the latin character then it needs code customisation. So you need to create a child theme and unhook the functions and then only customise the code.

    The code is inside ultimate-pro -> 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’);

    This may help you

    Thank you!

    in reply to: Mobile Navigation #20473

    Hi Justin,
    We found that you have customised the code. We always recommended you not to customise the code. If you really want to customise the code then first make the child theme of it and then only customise the code. Because while updating to our new version all your customisation code will be lost.

    I also found that you have added some script on header.php which is affecting the navigation menu.
    Just now i removed it this script from header.php because jquery.min.js is already loaded in our theme. So there is conflict and you are not getting the navigation menu.
    Remove script from header.php
    <script type="text/javascript" src="easybox/jquery-1.8.2.min.js"></script>
    Now you can see that its working fine there.

    Thank you!

    in reply to: Open Sans font supporting latin characters #20472

    Hi Robert,
    If you want to add the latin character then it needs code customisation. So you need to create a child theme and unhook the functions and then only customise the code.

    The code is inside ultimate-pro -> inc -> functions -> functions.php on line no 66
    You will find the below code:
    wp_register_style( 'ultimate_google_font', '//fonts.googleapis.com/css?family='.$ultimate_google_font_load .':400,300,300italic,400italic,600,600italic');
    replace above with below code:

    wp_register_style( 'ultimate_google_font', '//fonts.googleapis.com/css?family='.$ultimate_google_font_load .':400,300,300italic,400italic,600,600italic&subset=latin,cyrillic-ext,latin-ext');
    This may help you

    Thank you!

    in reply to: How to hide header in page #20471

    You welcome Toan

    Thank you!

    in reply to: Link texts + Breadcrums #20470

    Hi Johann,
    1) How can I change the link text (‘Read more’) in the call-to-action-box under the excerpt of Post/Page-Slider?

    http://awesomescreenshot.com/0eb46krq2d
    ==> Thanks for your suggestion. We have listed this in our upcoming version. So we will update it in our upcoming version.

    2) How can I change the link texts in the contact info bar and on the Social-Media-icons?

    http://awesomescreenshot.com/05946kr8e8
    ==> For this you need to create .po and .mo file for language translationto display it in your language

    3) How can I add Breadcrumps under the page title like in your demo?

    http://awesomescreenshot.com/04f46ksz3d
    ==> For this you need to use the breadcrumb NavXT

    4) How can I change the text in the search bar and on the search-submit-button?

    http://awesomescreenshot.com/02b46ksn53
    ==> For this you need to create .po and .mo file for language translation to display it in your language

    Thank you!

    in reply to: Navigation link on mobile menu #20433

    Hi Enrica,

    Could you please send the site url too?

    Thank you!

    in reply to: How to hide header in page #20432

    Hi Toan.
    Goto dashboard -> appearance -> theme options -> design options -> custom css and add the following css

    .page-title-wrap {
    display:none;
    }

    Hope this may help you

    Thank you!

    in reply to: How do I stop the featured image showing in post as well #20431

    Hi Toan,
    We have designed our theme this way. Yes you need to create a page to display blog full content display template. And then go to dashboard -> setting -> reading -> front page display (choose static page ) and select the blog page.

    Then this will display the front page full content display.

    If you don’t want featured image to be displayed in single page then it needs code customisation. So you need to create a child theme before making any changes on it.

    Thank you!

    in reply to: Blog Display Type on Home Page problem #20418

    Hi webmaster.eservice,
    1: Why not show me pictures on my homepage to my blog? I try Theme options-blog display type on home page – excerpt display type 2…still not working i dont know why..
    ==> Did you add featured image ? The featured image will be only displayed. You need to add featured image.

    2: Is it possible to delete in comments the folder website? If yes where can i find this option
    ==>If you want to disable only certain page / post then go to particular page / post which you want to disable.
    Click on screen options at right top of the page /post

    Select the Discussion and comments so that it will display below the editor. You will be able to see like this.

    Unselect both of them and it will not display the comment section.

    3>Could you advice me with best forum plugin on my page.
    ==> I think bbpress is the best forum plugins.

    4: How can i make more recent posts on my homepage..i have only 5 recent posts to show and i want about 15 is it possible?
    ==> go to dashboard -> setting -> reading
    View this screenshot
    http://awesomescreenshot.com/04846h7b50

    hope this may help you

    Thank you!

    in reply to: Eliminate Category in Post Title #20417

    That’s great bertsouklis

    Thank you!

    in reply to: Continue #20416

    hi p.hoedemaekers,

    The search form code is located inside theme folder -> inc -> structure -> searchform-extension.php,
    You may change it but if you change directly on the core file then while updating to our new version all your customization code will be lost. So better make child theme and customize the code to be safe from data update and loss.

    Thank you!

    in reply to: How to hide header in page #20415

    Hi Toan,
    which heading do you want to hide ? Could you make it more clear? If you have url then please send it too.

    Thank you!

    in reply to: How do I stop the featured image showing in post as well #20414

    hi Toan,
    If you don’t want featured image to be displayed then you may not add featured image. There is also a blog full content display template. If you select this template then your full content will be displayed and featured image will not be displayed.

    If you are asking another than it then could you make it more clear too? Its better to send the site url too.

    Thank you!

    in reply to: Header Logo #20395

    Hi Rob and leighdesign
    You are using attached_id to upload image so it is not working. You must use file url to upload image. Just view this screen shot.

    While inserting the image

    http://awesomescreenshot.com/070469jlb4

    If you use next than it then you will get attached_id
    Hope this may help you

    Thank you!

Viewing 15 posts - 3,376 through 3,390 (of 5,207 total)