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 - 3,316 through 3,330 (of 5,207 total)
  • Author
    Posts
  • in reply to: Testimonals Widget 3 columns #21149

    H Jason,

    This feature is not available in our theme. It needs code customisation. So you need to hire a developer to fix it.

    Thank you!

    in reply to: Remove title, text and read more from slides #21148

    Hi kciss7,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .call-to-action{
    display:none;}

    Thank you!

    in reply to: [Translation] – Can't translate Continue Reading #21028

    Hi kciss7,
    I just edited your .po file, So you pot file is modified and could you please use this pot file which we have send you in your email id

    Thank you!

    in reply to: Set different Header image in every page #21023

    Hi Paolo,
    We are sorry that this feature is not available in our theme. It needs code customisation. You need to hire a developer to fix it.

    Thank you!

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

    Hi iacwebsites,
    Just add this code inside styles.css too in your child theme

    /*
    Theme Name: attitude Child Theme
    Author: Self-Help WordPress User
    Template: attitude
    */
    
    @import url("../attitude/style.css");

    and add this code inside functions.php and see whether it works or not

    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 
    }

    Thank you!

    in reply to: telephone and logo placement in header #21021

    hi Greg,
    We are sorry for this. This feature is not available in our theme. So it needs code customisation and you need to hire a developer to fix the issue.

    Thank you!

    in reply to: Split: Installing new version of Clean Retina #21020

    Hi Barry,
    please create a new topic. Do not enter into other’s topic because if you enter in other’s topic then other will also get notification which they have already solved the issues.

    If you change anything in the theme options then nothing will be lost while upgrading to the new version. IF you have customised the code then only all your customisation code will be lost. So if you make any customisation in code then we always recommended you to create a child theme before making any changes on it.

    Thank you!

    in reply to: Remove title, text and read more from slides #21018

    Hi kciss7,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .featured-text{
    display: none;
    }

    Hope this may help you

    Thank you!

    in reply to: [Translation] – Can't translate Continue Reading #21017

    Hi kciss7,
    Make also translation ready for this file ( Continue reading ), Reading (r text) is small in letter. Could you provide your .po and .mo file at [email protected] too if you are unable. We will look over it on monday.

    Thank you!

    in reply to: Quit Read more #21014

    Hi gerpocket,
    This feature is not available in free version of our theme. It needs code customisation. If you are good at coding then you may change it in the code but first of all you need to make a child theme before making any changes on it to be save from data loss while updating to our new version.

    Thank you!

    Hi neznez212,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .business-layout .header-main {
    padding-bottom: 30px;
    }

    If you are not using this revolution slider then please remove this css.

    Thank you!

    in reply to: gallery buggy #20979

    Hi Kai,

    We have updated our new version 1.0.1 of Ultimate Pro. Please login to our site and download the update file. We have fixed Gallery issues but about the gallery tag keywords there is some issue. We will research it and update it as soon as possible. For now please use any other name except gallery.

    Thank you for your bug report.

    in reply to: Read more #20954

    hi gerpocket,
    Could you make it more clear? It would be great if you please provide us your site Url too.

    Thank you!

    in reply to: can header logo be left justified? #20950

    Hi all,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-logo {
    float: right;
    }

    Thank you!

    Hi Arthur,
    There is no any options to changes the blog image medium. If you change in content-extension.php file then it works. But we recommended you not to customise any code because while updating to our new version all our customisation code will be lost. So always make a child theme and customise the code.

    Thank you!

Viewing 15 posts - 3,316 through 3,330 (of 5,207 total)