Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterOk its ok Melinda
Thank you!
Theme Horse Support Team
KeymasterYou welcome Seaserpent
Thank you!
Theme Horse Support Team
KeymasterHi 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.phpWe 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!
Theme Horse Support Team
KeymasterHi Guilherme,
This is not possible. It needs code customisation. You have to hire a developer to fix it.Thank you!
Theme Horse Support Team
KeymasterHi 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/#businesslayoutThank you!
Theme Horse Support Team
KeymasterHi Colin,
Just follow this instruction
https://www.themehorse.com/theme-instruction/interface-pro/#businesslayoutIf still you are still unable then buzz us.
Thank you!
Theme Horse Support Team
KeymasterThank you romeck.We are sorry for that we could not help you
Thank you!
Theme Horse Support Team
KeymasterOk that’s great djelal
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
Keymasterhi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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 youThank you!
-
AuthorPosts