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,616 through 3,630 (of 5,207 total)
  • Author
    Posts
  • in reply to: Multi language slogan #19070

    Hi jeanlucgarnier,
    You want to link the silder image to different link? If yes then this feature is not available in free version. In Pro version you can have image link to any page you want using the image slider. In this free post/page slider this is not possible so it needs code customisation. So you need to hire a developer to fix the issue.

    Thank you!

    in reply to: The real newbie question :-) #19069

    Ok that’s great jeanlucgarnier

    Thank you!

    in reply to: Top bar in color #19068

    Hi catherinehedberg,
    Could you please post this topic in the particular fourm. Your topic will be replied there. and also could you make it more clear and also send the site url too?

    Thank you!

    in reply to: promobox widget #19067

    Hi otwds,
    We have designed our theme this way. Inside the Promobox only the text will be displayed. Whatever you type that will be displayed. We are sorry for this.

    Thank you!

    HI tr.knight,
    Could you please send the site url too?

    Thank you!

    in reply to: Top bar in color #19039

    Hi catherinehedberg,
    Which top color bar are you talking? Could you specify it clearly and also send the site url too?

    Thank you!

    in reply to: How to add an additional div in the header? #19035

    Ok that’s great spectrum_7

    Thank you!

    in reply to: How to add an additional div in the header? #19031

    Is it working now spectrum_7 ?

    Thank you!

    in reply to: Four column in service widget instead of three— #19030

    Hi Morten,
    Yes it needs code customisation so you need to hire a developer to fix it. We don’t have this feature in our theme.

    Thank you!

    in reply to: Updating Revolution Slider #19016

    Hi crustumkenilworth,
    We have updated the latest version of revolution slider in our theme.
    Login to our site with the same username and password while you have purchase the theme and download the latest version of the theme.
    If you have still one year subscription, you will have access to the download the update file. First delete the revolution slider from the ftp and upload the new version from dashboard / ftp.

    If you remove the plugin form the theme then, if you are using revolution slider then your slider will be lost. So you may use the post/page slider or image slider.

    Thank you!

    in reply to: Uploaded images keep "breaking" in post #19015

    Hi rynopolis.studios,
    Once you deactivate the plugins and check it whether the link is still broken or not. This might be the plugin issues.

    Thank you!

    in reply to: Uploaded images keep "breaking" in post #19014

    Hi rynopolis.studios,
    Once you deactivate the plugins and check it whether the link is still broken or not. This might be the plugin issues.

    Thank you!

    in reply to: Backend slow #19012

    hi Craig,
    There may be a lots of plugins that is making your site slow. If other information we found then we will let you know.

    Thank you!

    in reply to: Font Size #19011

    That’s great Craig

    Thank you!

    in reply to: How to add an additional div in the header? #19009

    Hi spectrum_7,
    This is a simple example to unhook the functions. This hook is for page 404.php but you do the same way to unhook the functions for header-extension.php

    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' ); ?></h1>
    		</header>
    		<div class="entry-content clearfix" >
    			<p>Thank you</p> 
    		</div><!-- .entry-content -->
    	</div><!-- #content -->
      <?php 
    }

    If you are unable to unhook the functions then you need to hire a developer to fix the issue.

    Thank you!

Viewing 15 posts - 3,616 through 3,630 (of 5,207 total)