Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymasterhi perfekthealthbeauty,
we recommended not to change the code because if you change the code then while updating to our new version all the customization code will be lost. So better make a child theme and first unhook the functions and then you may edit the code. If you are unable to change the code then you may hire a developer to fix it.all content is displayed from theme folder -> library -> structure -> content-extension.php
Thank You!
Theme Horse Support Team
KeymasterUse this in your functions.php
// Unhook default Thematic functions function unhook_thematic_functions() { // Don't forget the position number if the original function has one remove_action( 'attitude_404_content', 'attitude_display_404_page_content', 10 ); } add_action('init','unhook_thematic_functions'); // removes the header content by using hook attitude_header add_action( 'attitude_404_content', 'attitude_child_display_404_page_content', 10 ); /** * function to show the footer info, copyright information */ function attitude_child_display_404_page_content() { ?> <div id="content"> <header class="entry-header"> <h1 class="entry-title"><?php _e( 'Error 404-Page NOT Found', 'attitude' ); ?></a></h1> </header> <div class="entry-content clearfix" > <p>Thank you</p> </div><!-- .entry-content --> </div><!-- #content --> <?php }
Thank you!
Theme Horse Support Team
KeymasterWe have created the template for blog page. So you no need to worry about it. from setting -> readings -> post page.
This is for the home page / front page only not the other page.
according to you
Settings > Reading Settings > Posts Page: leave it default ( –select –)”
==> after selecting any page it will display at front page / home page only not in the inner page. To display in blog page (not in home page) you just do first what i told on the above support. Still confusion then sent username and password at [email protected]Please send the url of your site too.
We will go through it.
Thank you!
Theme Horse Support Team
KeymasterHi Loubusby,
WHAT OUR CLIENTS SAY…
==> you are talking about this section. you kept this in the wrong widget. Just keep it in business page section not in the business page our client section. Then it will work for youThank you!
Theme Horse Support Team
KeymasterHi Steven,
We are not facing this issue before. What is the exact problem are you facing ? From where did you tired to upload the image. Just clarify it clearly and still there is some problem then just send your temporary username and password at [email protected] we will have a look over it.
Thank you!
Theme Horse Support Team
KeymasterOk that’s great
Thank you!Theme Horse Support Team
Keymasterhi Trevor.
We have updated the new version of clean retina pro with added Vcard(“hcard”). Just download it from your account page.
Thank you!
Theme Horse Support Team
KeymasterHi
There is a business template. You can select the business template for your home page.
goto dashboard -> pages -> home(your home page name)
at the right side of this page below update/ pubish. Select the business template. and assign this template for home page from
dashboard -> reading -> front page -> home and leave post page -> as default (–select–)Then this will display slider in your home page with business template as in our demo.
https://www.themehorse.com/preview/interface/You want to display a blog with no slider. Its fine create a page (and select the template blog image medium or large or full fonctent yo want.) and choose the template below update/publish .
Create a blog post from dashboard-> posts-> newThen this will display your blog as you choose the template (which template you want ? blog image large, blog image medium and blog full content). Hope you got what i mean. If you are still confused then please send your temporary username and password at [email protected]
we will look throught it.Thank you!
Theme Horse Support Team
KeymasterYes exactly you can’t add any spaces to the pdf file.
Thank you!
Theme Horse Support Team
KeymasterThat’s great
Thank you!
Theme Horse Support Team
Keymasteri think you don’t need this line of code
if ( ! function_exists( ‘attitude_display_404_page_content’ ) ) :endif;
thank you!
Theme Horse Support Team
KeymasterAfter endif semicolon is needed.
This error shows that this functions is already declared, so you are getting this error. You are not able to declare same function twice.you need to hook function too
add_action( ‘attitude_404_content’, ‘attitude_display_404_page_content’, 10 );Thank you!
Theme Horse Support Team
KeymasterThat’s great
Thank you!Theme Horse Support Team
KeymasterOk that’s great.
Thank you!
Theme Horse Support Team
KeymasterHi Natalia,
We don’t have this features. You need code customization for it.
Thank You!
-
AuthorPosts