Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
Keymasterhi Black Window,
We don’t have any issue. It your site is slow due to transient then you may change this codefunction attitude_webpageicon() { $attitude_webpageicon = ''; if( ( !$attitude_webpageicon = get_transient( 'attitude_webpageicon' ) ) ) { global $attitude_theme_options_settings; $options = $attitude_theme_options_settings; if ( "0" == $options[ 'disable_webpageicon' ] ) { if ( !empty( $options[ 'webpageicon' ] ) ) { $attitude_webpageicon .= '<link rel="apple-touch-icon-precomposed" href="'.esc_url( $options[ 'webpageicon' ] ).'" />'; } } set_transient( 'attitude_webpageicon', $attitude_webpageicon, 86940 ); } echo $attitude_webpageicon ; }To
function attitude_webpageicon() { $attitude_webpageicon = ''; global $attitude_theme_options_settings; $options = $attitude_theme_options_settings; if ( "0" == $options[ 'disable_webpageicon' ] ) { if ( !empty( $options[ 'webpageicon' ] ) ) { $attitude_webpageicon .= '<link rel="apple-touch-icon-precomposed" href="'.esc_url( $options[ 'webpageicon' ] ).'" />'; } } } echo $attitude_webpageicon ; }and go to the theme folder (attitude – pro)-> library -> admin -> theme-options on line no 1919 and remove this code.
delete_transient( 'attitude_webpageicon' );We recommended not to change the code because if you change the code then while updating to our new version all your customization 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
Hope this may help for you.Thank you!
Theme Horse Support Team
KeymasterThat’s great Nikkie,
Thank you!
Theme Horse Support Team
KeymasterHi Chris,
Could you send the url of your site too ?
Thank you!Theme Horse Support Team
KeymasterOh Sorry, we don’t have any estimate on it. I am giving an example for you but could not paste my answer.
to add link you use
<a title="facebook" href="facebook.com">facebook</a>Thank you!
Theme Horse Support Team
KeymasterHi anrijo,
Our validation function doesn’t recognize the skype:// protocol we will add this but for now you can use tinyurl generator http://tinyurl.com/ just paste you skype link like callto://username and it will generate your http:// based url, you can use this for now.
Thank you!
Theme Horse Support Team
Keymasterhi Nikkie,
go to themefolder -> inc -> functions.php on line no 139 you will see this code.function interface_excerpt_length( $length ) { return 50; // this will return 50 words in the excerpt }How much words you want to display. If you want to display 100 words then
function interface_excerpt_length( $length ) { return 100; // this will return 100 words in the excerpt }This will display for all the content. We have designed our theme this way. We recommended not to change the code because if you change the code then while updating to our new version all your customization 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
If still not solve your problem then you may hire a developer to fix the issue.
Thank you!Theme Horse Support Team
KeymasterSorry Twister,
We are busy on new product. You may customize a code by making the child theme. We will think about it.
Thank you!Theme Horse Support Team
KeymasterHi marc,
Go to any page or post
set the featured image which is at right hand side below the update / publish
view this url
http://awesomescreenshot.com/02d36myje7In url(where there is website url) you may see post=16 or something like this number
So here the id is 16 so you paste this id number inside dashboard -> apperance -> theme -options -> featured post/page slider
you keep id in this way
view this link
http://awesomescreenshot.com/0fe36mzo9eThank you!
Theme Horse Support Team
Keymasterhi Nikkie,
We have designed our theme this way so you need code customization for it and
regarding to read more button
==> it must work because its working fine in our demo site too.
https://www.themehorse.com/preview/interfaceThank you!
July 21, 2014 at 4:49 am in reply to: Author's avatars in excerpt posts lists (category page) #12310Theme Horse Support Team
KeymasterHi perfekthealthbeauty,
We don’t have this feature. You need code customization for it.We recommended not to change the code because if you change the code then while updating to our new version all your customization code will be lost. So better make child theme and first unhook the functions and the edit the code.
More information about child theme
http://codex.wordpress.org/Child_ThemesFor avatar
http://codex.wordpress.org/Function_Reference/get_avatarThank you!
Theme Horse Support Team
KeymasterHi eslienna,
Could yo re install the WordPress and our theme too. There is no any issue. Due to internet access you all file may not be loaded so you are fetching this problem.
Thank you!Theme Horse Support Team
KeymasterHi Janice,
Yes the link is not working. We are working on it. So you add it using your site name or etcThank you!
July 18, 2014 at 9:32 am in reply to: Fatal error: Cannot redeclare _verify_isactivate_widgets() #12265Theme Horse Support Team
KeymasterHi ameetagarwal2010,
We did not get this issue still and not even a single user send about it. I think you have old version of update. Could you update the new version and after that deactivate all the plugin. Hope this may help you.
Thank you!
July 17, 2014 at 3:14 pm in reply to: Author's avatars in excerpt posts lists (category page) #12256Theme Horse Support Team
KeymasterHi perfekthealthbeauty,
Sorry we did not get exactly what you mean ? Could you clarify it ?Thank you!
Theme Horse Support Team
KeymasterHi jonlaidlow.
Is your problem solved ? To remove the slider from the blog page don;t select the post page from setting -> reading
Thank you! -
AuthorPosts
