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 - 4,486 through 4,500 (of 5,207 total)
  • Author
    Posts
  • in reply to: Bugs in Attitude Pro #12381

    hi Black Window,
    We don’t have any issue. It your site is slow due to transient then you may change this code

    function 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!

    in reply to: Services widget #12380

    That’s great Nikkie,

    Thank you!

    in reply to: Website not showing correctly on mobile devices #12379

    Hi Chris,
    Could you send the url of your site too ?
    Thank you!

    in reply to: How can i change the footer? #12378

    Oh 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!

    in reply to: social link #12356

    Hi 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!

    in reply to: Services widget #12354

    hi 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!

    in reply to: Position of page title in default page #12330

    Sorry Twister,
    We are busy on new product. You may customize a code by making the child theme. We will think about it.
    Thank you!

    in reply to: how to set sliders #12329

    Hi 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/02d36myje7

    In 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/0fe36mzo9e

    Thank you!

    in reply to: Services widget #12316

    hi 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/interface

    Thank you!

    in reply to: Author's avatars in excerpt posts lists (category page) #12310

    Hi 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_Themes

    For avatar
    http://codex.wordpress.org/Function_Reference/get_avatar

    Thank you!

    in reply to: Pages Not Loading #12287

    Hi 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!

    in reply to: How can i change the footer? #12285

    Hi Janice,
    Yes the link is not working. We are working on it. So you add it using your site name or etc

    Thank you!

    Hi 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!

    in reply to: Author's avatars in excerpt posts lists (category page) #12256

    Hi perfekthealthbeauty,
    Sorry we did not get exactly what you mean ? Could you clarify it ?

    Thank you!

    in reply to: Separate home and blog pages #12249

    Hi jonlaidlow.

    Is your problem solved ? To remove the slider from the blog page don;t select the post page from setting -> reading
    Thank you!

Viewing 15 posts - 4,486 through 4,500 (of 5,207 total)