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 - 2,281 through 2,295 (of 5,207 total)
  • Author
    Posts
  • in reply to: Header Logo won't load :D HELP x x #38833

    Hi amy,
    Just go through this theme instruction to set gallery, slider and many more.
    Just view this link

    We are not having any issue related to header image. You can upload logo there instead of site title.
    If you have any issue then let us know.

    Thank you!

    in reply to: Images in pages used in Featured Recent Work Widget #38832

    Hi dx486107,

    Did you added featured images in pages? If yes then also still have an issue then first of all deactivate all the plugins that you have installed in your dashboard and check it whether it works or not. If you have still an issue then let us know.

    Thank you!

    in reply to: Change background color in header #38781

    That’s great ausasan

    Thank you!

    in reply to: Support #38780

    Hi nicolewildmerl,
    Just visit this link so that you can set attitude theme as in our demo site.
    Theme Instruction , if you feel any difficult then let us know.

    Thank you!

    in reply to: Make colored button from text #38779

    Hi Arjen,

    Could you provide you site url too? So that it will be more easy for us to fix what you want exactly.

    Thank you!

    in reply to: child theme for ultimate #38778

    That’s great Jo

    Thank you!

    in reply to: Arial fonts in atittude pro theme #38699

    Hi Rahul,

    If there is space in font- family then it will not work. So you need to create a child theme. You can create a child theme simply.
    Create a folder name attitude-child inside theme folder. Create style.css file under attitude-child folder.
    add below code

    /*
    Theme Name: Attitude Pro Child Theme
    Author: Self-Help WordPress User
    Template: attitude
    */
    
    @import url("../attitude-pro/style.css");
    
    h1, h2, h3, h4, h5, h6, #site-title, .slogan-wrap, .featured-text .featured-title, .entry-title, .widget_promotional_bar {
    	font-family: 'Arial', sans-serif;
    }

    Then it will work. If you like confusion then you can directly add this above css inside custom css.

    3> No your settings will not be changed if you create a child theme.

    4> Regarding to revolution slider. We have removed from theme pack, You can either buy a revolution slider from themeforest or once contact to our sales team at [email protected]. Hope they may help you. Place your order number and your name and ask for it.

    5> This feature is not available so it needs code customization and need to change the image so better hire a developer to fix it using the child theme.

    6> Are you talking about image? The image is from slider. The above Url you have provided is Using only one slider. You may view theme instruction how to set slider.

    7> Could you provide your site Url and specify it more clearly what you exactly trying to say?

    While posting topic in forum please create a multiple topic. Please don’t ask all question on the same forum topic.
    Thank you!

    in reply to: image page background #38698

    Hi joel1,

    To display image as a page background, you need to set your site layout to narrow and then upload background image via customizer. Other than this it needs code customization and you need to hire a developer to fix it.

    Thank you!

    in reply to: Export Theme #38697

    Hi miriam,
    Not sure what are you trying to say? Could you specify more clearly? Which local server are you using. Xaamp or Wamp?

    Thank you!

    in reply to: child theme #38696

    Hi info134,

    Go to dashboard-> appearance -> themes and can you see the new child theme? If yes then its working. What data do you want to change it?
    If you like to change the css then you can write you css below this code
    @import url(“../interface/style.css”);

    If you like to make changes in the code then you need to create functions.php file and then first unhook the functions and then customize the code.

    Thank you!

    in reply to: I cannot upload images. I get a “HTTP Error”. #38695

    Hi rene,

    I think this is not related to theme. You need to increase the upload memory location of your server. Try contacting with server provider. If they increase your upload images then and still there is a problem then you need to increase upload memory size in wp-config.php file and in .htaccess file

    Hope this may help you
    Thank you!

    in reply to: Social icons disappeared #38694

    Hi Daniel,
    If you want to use the latest version of our theme then you need to add this below code

    global $options, $array_of_default_settings;
    	$options = wp_parse_args( get_option( 'attitude_theme_options', array() ), attitude_get_option_defaults());

    instead of this code

    
    global $attitude_theme_default;
    	$options = $attitude_theme_default;

    If you are still getting error in theme then you need to make compatible with our latest version using child theme. Because as of wordpress.org guidelines we cannot move back creating the theme options.

    If are having this issue then you can use the old version of interface theme. Download from here

    Thank you!

    in reply to: Home page changed after upgrade of theme #38693

    Hi ermenegildo.iussa,

    We have moved our theme options settings to customizer due to change of WordPress guidelines. We have only changed the global settings value. If you are using this below code in your child theme:
    Replace below code

    global $interface_theme_default;
    $options = $interface_theme_default;

    and use

    global $options, $array_of_default_settings;
      $options = wp_parse_args( get_option( 'interface_theme_options', array() ), interface_get_option_defaults());

    If you are having this issue in your child theme then you can download from here the old version.

    Thank You!

    in reply to: typo in header.php do_action('interface_before') #38692

    Hi beckidouche,

    Thanks for letting us know. We will update it in our upcoming version.

    Thank you!

    in reply to: Social icons disappeared #36740

    Hi Daniel,

    Did you created child theme or not? If you are using child theme then you need to add this below code in your child theme.

    global $options, $array_of_default_settings;
    	$options = wp_parse_args( get_option( 'attitude_theme_options', array() ), attitude_get_option_defaults());

    instead of this code

    global $attitude_theme_default;
    	$options = $attitude_theme_default;

    I just visited to your site but its not working. If you have any issue then let us know.

    Thank you!

Viewing 15 posts - 2,281 through 2,295 (of 5,207 total)