badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,811 through 3,825 (of 5,207 total)
  • Author
    Posts
  • in reply to: Rename the "Read more" Button #17945

    hi Monika,
    This feature is available inside dashboard -> appearance -> theme options -> advance options -> excerpt options

    From here you can change the text of read more

    Thank you!

    in reply to: Move the location of "Tagged on" #17944

    Hi Christopher,
    We don’t have this feature in our theme. Its need code customization. So you need to hire a developer to fix it. we recommended you to create a child theme before any code customization.

    Thank you!

    in reply to: child theme: 404 page and search page styling #17943

    hi iacwebsites,
    add the following code inside child theme functions.php file

    unhook functions
    
    // 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 
    }
    
    

    This will display thank you so you use your text inside thank you

    Thank you!

    in reply to: Changing Search and Search result to another languages! #17942

    Hi Namdar,
    You need code customization for it. If you are good at coding then you can change it from code otherwise you need to hire a developer to fix it.
    The file is inside attitude-pro ->library -> structure -> searchform-extension.php

    Before any modification you need to create a child theme then only customize the code.
    Thank you!

    in reply to: IE11 doesn't display menu well #17941

    That’s great Arho,
    We also don’t have the exact issue of it. If we found then we will let you know.

    Thank you!

    in reply to: Color of links in lists #17940

    Hi Cerstin,
    Could you Please send the Url of your site ?

    Thank you!

    in reply to: footer not showing on attitude pro pages #17939

    Hi jgammel,
    I think you have added some plugins and the footer content is not displayed. There may be some plugins conflict too. Did you customize any code? If no then just deactivate all the plugins one by one and check it. Hope this may help you

    Thank you!

    in reply to: Video and images in Slider #17938

    hi pwc604,
    We don’t have this feature to play video in slider. It needs code customization. So you need to hire a developer to fix it.

    Thank you!

    in reply to: Removing Link in Slider #17879

    Hi djelal,
    It may be in cache. You first clear the cache. That must work or you have done something wrong. Ig you are not good at coding then don’t try to change any code but better find a developer to fix it.

    Thank you!

    in reply to: add content on corporate home page #17878

    Hi markobakro77,

    We will Provide support for 1 year and after that your subscription will be cancelled. You need to pay for subscription after one year. This is for PRO themes but for free themes we will provide support but some times some question topic may not also be replied. Because every time for free support is also not possible.

    For you second questions if you but Pro themes or use free themes but we will help you exactly how to implement as in our demo site but we can’t help for you other than code customisation.

    Thank you!

    in reply to: Responsive menu not showing #17877

    HI Patrick,
    On the same you you also enqueue the responsive.css which is inside css folder.

    I think while creating child theme your responsive.css is not in use. So you are getting this problem.

    Thank you!

    in reply to: add content on corporate home page #17860

    Hi markobakro77,
    We will the support for both free version and Pro Version equality.But we give support regarding to theme settings, how to make as in our demo site and theme error only. If you need code customization then you need to hire a developer to fix it.

    To setup clean retina theme follow this instruction.
    https://www.themehorse.com/theme-instruction/clean-retina/

    Thank you

    in reply to: Responsive menu not showing #17857

    Hi Patrick,
    You just once activate the parent theme and check whether the Parent theme activate or not.

    Thank you!

    Hi tonyaalicia,
    We have designed our theme this way. The file is inside the clean-retina -> library -> functions -> functions.php

    Here you need to change it for all. You need a bit more code customization for it. If you are unable then you need to hire a developer to fix it.
    While customizing the code you need to create a child theme and then only customize the code.

    Thank You!

    in reply to: Individual Blog post pages are not working right. #17827

    hi pam1,
    I think you have customized the code before and while updating to our new version, all you customization code is lost. So we always recommended you not to change the code because while updating to our new version all your customization code will be lost. So its better to make a child theme and then only customize the code.

    Thank You!

Viewing 15 posts - 3,811 through 3,825 (of 5,207 total)