Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Jill,
Currently we are busy on other projects so we are focusing on next projects. Sorry for now.
Thank you
Theme Horse Support Team
KeymasterHi Jill,
Post formats is not supported by ambition pro. It needs code customization. You need to hire a developer to have post formats.
Thank you
September 21, 2016 at 10:31 am in reply to: [ We Are Featured in ] –> what kind of widget is it? #47165Theme Horse Support Team
KeymasterHi sunghoon,
This widget is to highlight your products, clients, projects and many more. You can use it for anything you like.
Thank you
Theme Horse Support Team
KeymasterHi Jill,
First of all you are asking a support on wp portfolio forum but the above url is of ambition theme. So we recommended you to always post on specific forum not on other’s theme forum.
To display the full content instead of excerpt Create a page > and select blog full content display template which show the full content but if you want to display specific category then its not possible with it, because our default template is blog image large with excerpt text and read more button.
One thing you can do is customize the code. Go to theme folder -> inc -> structure -> content-extension.php on Line no 219 and you will find
<?php the_excerpt(); ?>
and replace it with<?php the_content(); ?>
We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
Thank you
September 19, 2016 at 9:35 am in reply to: Are we really limited to 126 characters on each post? #47129Theme Horse Support Team
KeymasterHi info220,
We we limit character to 126 including space. We have designed our theme this way. You change change the excerpt value as we have mentioned on Next Forum
On the detail page your content will be displayed all. So this effect will take only on our gird/ list layout.
Thank youTheme Horse Support Team
KeymasterHi Ashleigh,
Please Email Us your temporary username and password with your site url too. We will set a demo for you.
Thank you
Theme Horse Support Team
KeymasterHi Timo,
If you are trying to set the menu at the top of the header image then it needs code customization. You have to hire a developer. Otherwise you can use only one slide in the featured slider instead of header image where the menu will be at top of the slider.
Thank you
Theme Horse Support Team
KeymasterHi maggy_muninger,
Sorry we have not set blog post in recent work widget. However your developer may have customized the code to show the blog post in recent work widget. Might be you have updated to latest version and your customized code is lost and back to default.
So we always recommended you to create a child theme so that while updating to new version your customized code will not be lost.Thank you
September 14, 2016 at 10:57 am in reply to: Sample import for installed interface PRO – to be like the demo #47025Theme Horse Support Team
KeymasterHi lgor,
Its fine no worries. Could you please provide us the temporary username and password to your site via email so that we can set the demo content in your site same like our demo site.Thank you!
Theme Horse Support Team
KeymasterHi eveliina.lindell,
Are you talking about the home slogan options that you have added previously. That is not a widget. That is a slogan. You can’t add it multiple. Just you can add it once.
Go to dashboard -> appearance -> customize -> advanced options -> Home slogan Options.
Thank you
Theme Horse Support Team
KeymasterHi italo_nascimento,
There is no any options to disable pagination. It needs code customization or you need to hire a developer to remove the pagination from index page.
Also you can increase a post number to maximum from dashboard -> settings -> reading -> Blog pages show at most. Change the default value 10 to some thing like 100. Then it will display all your 100 posts on the same page without pagination. For this you don’t need to create a child theme.
Thank you
September 14, 2016 at 10:16 am in reply to: Please advise how to make the mouse over text look complete. #47021Theme Horse Support Team
KeymasterHi info220,
Yes we have designed our theme this way. The client cannot add more than 126 text including space. If there is more than 126 text then it will get truncated.
If you like to remove it then you can make a code customization. Go to theme folder -> inc -> structure -> content-extension.php on line no 140
replace code<p><?php echo substr(get_the_excerpt(),0,126); ?></p>
with<p><?php echo get_the_excerpt(); ?></p>
We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
Thank youTheme Horse Support Team
KeymasterHi maggy_muninger,
Sorry!The Recent work widget content is set from pages not from the post. You can set the selected page manually for the recent work widget.
Thank you
September 14, 2016 at 10:04 am in reply to: How can I get demo content?How can I setup exactly same as demo #47016Theme Horse Support Team
KeymasterHi cliff,
What are you trying to say? Can you make it clear. If you like to have exactly setup as in our demo site visit Theme Instruction
Thank you
Theme Horse Support Team
KeymasterHi Timo,
Could you clarify a bit more? Do you want to change menu or you want to position the menu above header? Can you also provide you site url?
Thank you
-
AuthorPosts