Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi amy,
Just go through this theme instruction to set gallery, slider and many more.
Just view this linkWe 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!
October 24, 2015 at 11:08 am in reply to: Images in pages used in Featured Recent Work Widget #38832Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterThat’s great ausasan
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterThat’s great Jo
Thank you!
Theme Horse Support Team
KeymasterHi 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!Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!Theme Horse Support Team
KeymasterHi Daniel,
If you want to use the latest version of our theme then you need to add this below codeglobal $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!
Theme Horse Support Team
KeymasterHi 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 codeglobal $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!
Theme Horse Support Team
KeymasterHi beckidouche,
Thanks for letting us know. We will update it in our upcoming version.
Thank you!
Theme Horse Support Team
KeymasterHi 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!
-
AuthorPosts
