Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymasterhi 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/0a846srs0aThen 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/03a46srd91Hope this may help you
Thank you!Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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 youThank you!
Theme Horse Support Team
KeymasterYou welcome Toan
Thank you!
Theme Horse Support Team
KeymasterHi 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 language3) 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 NavXT4) 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 languageThank you!
Theme Horse Support Team
KeymasterHi Enrica,
Could you please send the site url too?
Thank you!
Theme Horse Support Team
KeymasterHi 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!
January 13, 2015 at 9:54 am in reply to: How do I stop the featured image showing in post as well #20431Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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 /postSelect 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/04846h7b50hope this may help you
Thank you!
Theme Horse Support Team
KeymasterThat’s great bertsouklis
Thank you!
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi 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!
January 13, 2015 at 4:41 am in reply to: How do I stop the featured image showing in post as well #20414Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi 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 youThank you!
-
AuthorPosts
