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 - 4,561 through 4,575 (of 5,207 total)
  • Author
    Posts
  • in reply to: How to customize category page ? #11842

    hi 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!

    in reply to: change 404 text #11841

    Use 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!

    in reply to: Homepage Slider showing up on Blog page #11840

    We 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!

    in reply to: Alignment problem with Testimonials widget #11837

    Hi 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 you

    Thank you!

    in reply to: Images not showing via upload #11836

    Hi 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!

    in reply to: How to geht the page-templates working in child-theme? #11835

    Ok that’s great
    Thank you!

    in reply to: Google Structured Data Errors #11834

    hi Trevor.

    We have updated the new version of clean retina pro with added Vcard(“hcard”). Just download it from your account page.

    Thank you!

    in reply to: Homepage Slider showing up on Blog page #11805

    Hi
    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-> new

    Then 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!

    in reply to: Theme not functioning properly??? #11804

    Yes exactly you can’t add any spaces to the pdf file.

    Thank you!

    in reply to: How do I make the dropdown menu smaller? #11803

    That’s great

    Thank you!

    in reply to: change 404 text #11802

    i think you don’t need this line of code
    if ( ! function_exists( ‘attitude_display_404_page_content’ ) ) :

    endif;

    thank you!

    in reply to: change 404 text #11785

    After 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!

    in reply to: Page template under page attribute not showing #11784

    That’s great
    Thank you!

    in reply to: Allow lowercase letters in Page title? #11777

    Ok that’s great.

    Thank you!

    in reply to: location of Social Icons #11775

    Hi Natalia,

    We don’t have this features. You need code customization for it.

    Thank You!

Viewing 15 posts - 4,561 through 4,575 (of 5,207 total)