Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi grace.mcgaha,
If you use tag to display in slider then you can see your sticky post in blog. Stick Post means to highlight your post. This sticky post will be displayed at the top of the page. View this screenshot. It’s just an example
http://awesomescreenshot.com/005549ywc4
Thank you!
Theme Horse Support Team
KeymasterYes it you remove it from settings-> reading (post page –select–) then it will not display your blog post. So we have added a blog template there. So you create a blog page and at the right hand side there is a template. You just select the template blog image large. Then your blog page will be displayed.
You mean to add your text to right align. Paste this following code in you custom css
.featured-text { width: 50%; }You may increase/ decrease (50) this numeric value you want which fits for you.
Hope this may help you
Thank you!Theme Horse Support Team
KeymasterYou welcome administrator
Thank you!
August 3, 2015 at 4:57 am in reply to: Page templates to change page title backgroud colour (Interface Pro) #26953Theme Horse Support Team
KeymasterUnhook child theme error page 404.php
To create a child theme you need to create a two files style.css and funtions.php first. Just create a interface-pro child folder inside wp-content/themes. Under style.css file add this below code
/* Theme Name: interface Pro Child Theme Author: Self-Help WordPress User Template: interface */ @import url("../interface-pro/style.css");Under funtions.php you need to create your functions first unhook the functions and then only customize the code. Below is the example how to unhook function page 404.php, You do same for other too.
unhook functions // Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( ‘interface_404_content', ‘interface_display_404_page_content', 10 ); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook interface_header add_action( ‘interface_404_content', ‘interface_child_display_404_page_content', 10 ); /** * function to show the footer info, copyright information */ function interface_child_display_404_page_content() { ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', ‘interface’ ); ?></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }If you are still unable to fix it then you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
Keymasterhi Paul,
Your header image will be displayed in full width which is 100%. If you want to change it then it needs code customization and you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi kirst187,
I just visited to you site and its working fine. Just view this screenshot.
http://awesomescreenshot.com/005543335dAre you talking something other than it.
Thank you!
Theme Horse Support Team
KeymasterHi grace.mcgaha,
Here what i say you do exactly the same thing. First of all go to dashboard -> post -> creat new post. (enter title, description , featured image and choose it as sticky )
View this screenshot where i have added the red mark
http://awesomescreenshot.com/0f954323cdRepeat the same process again for next slider
Then your slider will be displayed.
If still your problem not solved then let us know.
Thank you!Theme Horse Support Team
KeymasterHi info104,
This feature is only available in pro version of our theme. you can view demo at
https://www.themehorse.com/preview/ambition-proThank you!
Theme Horse Support Team
KeymasterHi Petar,
Go to theme folder -> footer.php at line no 59 you will find this
</body>codeBefore making any changes create a child theme and then only customize the code so that while updating to new version you customized code will not be lost.
Thank you!
Theme Horse Support Team
KeymasterHi pat,
Could you make it more clear? Which featured text are you talking about? It would be better if you provide your site Url too.
Thank you!
Theme Horse Support Team
KeymasterHi,
There is conflict with the plugins so Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.clearfix, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after{ display:block; }Thank you!
July 31, 2015 at 5:05 am in reply to: Remove slider and slogan from blog page (but not home page) #26884Theme Horse Support Team
KeymasterHi pat,
Please post this topic in related forum ultimate pro and also provide your site Url too.
First of all create any pages (name it as blog/ or any name you like). Then select the template from right side of the page. View this screenshot.
http://awesomescreenshot.com/066542wu5fThen in your blog page your blog post will be displayed. You don’t need to set it from dashboard -> settings -> reading
View this screenshot.
http://awesomescreenshot.com/06d542x7e5Thank you!
Theme Horse Support Team
KeymasterHi,
There is conflict with the plugins so Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.clearfix, .clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after{ display:block; }Thank you!
July 31, 2015 at 4:45 am in reply to: How can I hide the header and footer on the static front page? #26882Theme Horse Support Team
KeymasterHi tyson,
This feature is not available in our theme. It needs code customization and you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi jd.aggie95,
Just add this below code in your style.css
`/*
Theme Name: attitude Child Theme
Author: Theme Horse
Template: attitude
*/`
Hope this may help you!1) On the home page, I want to remove the comment area
==> disable comment section
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.
http://www.awesomescreenshot.com/0774aj8y55Unselect both of them and it will not display the comment section.
2) on the blog roll (“Our Daily Lives”) the title of each entry does not show up.
==> Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS and remove the following CSS code and Click on save all changes button:.page .entry-title { display: block; }Thank you!
-
AuthorPosts
