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,736 through 3,750 (of 5,207 total)
  • Author
    Posts
  • in reply to: Left align logo with tag line underneath issue #18388

    Ok its ok Melinda

    Thank you!

    in reply to: Keeping Theme up-to-date #18387

    You welcome Seaserpent

    Thank you!

    in reply to: Formatable text on business template #18386

    Hi the_austrich,
    We have count the words, So if you use any format as bold, italic etc it will count the words so it will not display, IF you use default template then only it will works otherwise it is not possible. If you use business template then the file is inside interface -> inc -> widgets -> interface_widgets.php

    We are using <?php the_excerpt(); ?> for displaying content. So if you need code customisation. We have designed our theme this way. If you are unable then you need to hire a developer to fix it.

    Thank you!

    in reply to: Next and Previous #18383

    Hi Guilherme,
    This is not possible. It needs code customisation. You have to hire a developer to fix it.

    Thank you!

    in reply to: Layout in Pro version different from free #18380

    Hi Gustavo,
    We are sorry that we don’t have any .xml file. You may just follow the theme instruction to implement it.
    https://www.themehorse.com/theme-instruction/interface-pro/#businesslayout

    Thank you!

    in reply to: selecting the business template hides my content #18379

    Hi Colin,
    Just follow this instruction
    https://www.themehorse.com/theme-instruction/interface-pro/#businesslayout

    If still you are still unable then buzz us.

    Thank you!

    in reply to: A few pages with "Our Team Page Section" wigdet. #18298

    Thank you romeck.We are sorry for that we could not help you

    Thank you!

    in reply to: Navigation menu disappears with 10+ items #18297

    Ok that’s great djelal

    Thank you!

    in reply to: Page Template #18296

    Hi patmatt69,
    Sorry we can’t provide necessary code, You may use if condition to find the issue. This feature is also not available in you theme so you need to hire a developer too.

    Ok If you want to display header image whose page id is 5 or any page id (Page id you need to find to display header)

    This is simply logic
    The code is inside clean retina pro -> library -> structure -> header-extension.php on line no 262 to 265, Replace these code <?php $header_image = get_header_image();

    			if( !empty( $header_image ) ) :?>
    					<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"><img src="<?php echo $header_image; ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
    			<?php endif; ?>	

    and add this

    	<?php $header_image = get_header_image();
    $id = get_the_ID();
    if($id == 5){
    			if( !empty( $header_image ) )  :?>
    					<a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"><img src="<?php echo $header_image; ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
    			<?php endif; 
    }?>

    Here you need to find the page id where you want header,We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    Thank you!

    in reply to: Keeping Theme up-to-date #18295

    Hi Seaserpent,
    This add_shortcode() function is currently on plugins territory. So you are getting this issue with theme check plugins. This does not matter anything. Before there is update notifier issue and we deactivate the issue and the code is still there some what need to functions other also.

    Thanks for sending the error for us. We will think about it in our upcoming version.

    Thank you!

    in reply to: Category pages are broken #18289

    hi Daniel,
    We don’t have any broken pages in our theme. You can simply visit to our demo site and there is no any issue found. If we found any issue then we will let you know. We think that you have customised the code so facing the Problem. So once you download fresh and try it once.

    Thank you!

    in reply to: Next and Previous #18287

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

    #content ul.default-wp-page {
    display:none;
    }

    Hope this may help you. If still not fixed then please send your site Url too.

    Thank you!

    in reply to: A few pages with "Our Team Page Section" wigdet. #18286

    hi Anna,
    Sorry you can’t make a few different pages with “Our Team Section” templates. IF you use “Our Team Section” template for different pages then all will display the same result. So it needs code customisation so you need to hire a developer to fix it.We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

    http://codex.wordpress.org/Child_Themes

    Thank you!

    in reply to: Navigation menu disappears with 10+ items #18257

    Hi djelal,
    Yes there is an issue in the drop down menu. We will fix this in our upcoming update. Till then
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access ul li ul, #access ul li:hover ul ul, #access ul ul li:hover ul ul, #access ul ul ul li:hover ul ul, #access ul ul ul ul li:hover ul ul {
      z-index:99999;
    }

    Thank you!

    in reply to: Navigation menu disappears with 10+ items #18255

    Hi djelal,
    Could you once send the temporary username and password at [email protected], We will look over it.
    Just activate the parent theme will may help you

    Thank you!

Viewing 15 posts - 3,736 through 3,750 (of 5,207 total)