Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterOk that’s great babettehill
Thank you!
Theme Horse Support Team
KeymasterHi Bill,
Add this code inside child theme of attitude- pro
Ceate a style.css file and add this below code.,/* Theme Name: Attitude Child Theme Author: Self-Help Theme Horse Template: Attitude Pro Child */ /*@import url("../attitude/style.css"); */After doing it create one functions.php file inside child theme.
function attitude_javascripts() { wp_enqueue_script( 'backtotop', ATTITUDE_JS_URL. '/backtotop.js', array( 'jquery' ) ); // this is an example } add_action( 'wp_enqueue_scripts', 'attitude_javascripts' );If you are still unable the you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi jotv73,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.category .post-featured-image {
float: left;
margin-right: 4.67%;
margin-bottom: 22px;
}After doing it go to theme folder-> library-> functions-> functions.php on line no 376 and replace this code
$image .= get_the_post_thumbnail( $post->ID, 'featured', array( 'title' => esc_attr( $title_attribute ), 'alt' => esc_attr( $title_attribute ) ) ).'</a>';with `$image .= get_the_post_thumbnail( $post->ID, ‘featured-medium’, array( ‘title’ => esc_attr( $title_attribute ), ‘alt’ => esc_attr( $title_attribute ) ) ).'</a>’;Before making any changes in the code first of all create a child theme then only customize the code. Because if you update to our new version you customized code will be lost, if you didn’t make any child theme.
Thank you!`
Theme Horse Support Team
Keymasterhi herron_james,
Yes tinynav, the slider, back-to-top all have jquery. We are sorry for this. You need code customization.Thank you!
Theme Horse Support Team
KeymasterHi gayayang,
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
hot can i remove footer default text??
->> Theme by: Theme Horse | Powered by: WordPress
==> you are not able to change it. It needs code customization. This feature is only available in Pro version.To change the menu color too we don’t have this feature in free version. Color options are availble only in Pro version.
Thank you!
Theme Horse Support Team
Keymasterhi hypercomputer_9800,
Did you customize any code? If no then first deactivate all the plugins once and also we think that you have not added any featured image? If you are getting still problem then you may send your temporary username and password at Email Us, we will look over it. Don’t forget to send this forum url too.
Thank you!
Theme Horse Support Team
KeymasterHi micke,
Did you add this code inside you functions.php file.
load_theme_textdomain( 'ultimate', get_stylesheet_directory() . '/languages' ); // to add text domain language translateIf there is still problem then you may send it to us at below link. We will add your language file so that you don’t need to create any childtheme for language translation.
Email UsThank you!
Theme Horse Support Team
KeymasterHi joseamorenoh,
Try this below CSS
`#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a {
text-transform: uppercase;
}`Thank you!
March 27, 2015 at 7:43 am in reply to: good morning! the business section page widgets are not working in my theme did #23557Theme Horse Support Team
KeymasterHi infoflavio,
I think you have not set the business template from pages. View this theme instruction
https://www.themehorse.com/theme-instruction/attitude/#businesslayoutThank you!
Theme Horse Support Team
KeymasterHi Bill,
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
You may try this below code.function attitude_javascripts() { wp_enqueue_script( 'the-script-handle', 'path/to/file.js', array( 'jquery','other_script_that_we_depend_on' ), 'scriptversion eg. 1.0', true); } add_action( 'wp_enqueue_scripts', 'attitude_javascripts' );If you are unable to add then you may hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi catherine,
How to create child theme?
https://codex.wordpress.org/Child_Themes
We also have replied many times in forum so that you may search it in forum too.In functions.php of the child theme, create your widgets and register them. Just copy the parent widget, change the name of widget like Theme Horse Child: Featured Page Widget, make customisation and create your custom widget. If you do this, the widgets of parent theme and child both will appear. Use your custom widget of child theme instead of the parent theme.
Just making same file structure in the child theme like /inc/widgets won’t overwrite the parent file. Hope this helps.
Thank you!
Theme Horse Support Team
KeymasterHi catherine,
This feature is not available in our theme. It needs code customization. So you need to hire a developer to fix it.
Thank you!
March 27, 2015 at 5:21 am in reply to: Interface – Issues after Theme Update – Child Theme Setup #23550Theme Horse Support Team
KeymasterHi Sam,
I think this issue is not just creating the child theme. If you just like to add CSS then you may use our custom css which is inside theme options. Child theme is mainly used for code customization. Once you deactivate all the plugins that you have installed in your dashboard. Because some of the plugins may conflict so that your menu is disappeared. If we find any issues regarding to this topic then we will let you know.
Thank you!
March 27, 2015 at 5:11 am in reply to: Search /Magnifier – move it above the menu so it is not in the menu? #23549Theme Horse Support Team
KeymasterYou welcome tamielizabeth
Thank you!
Theme Horse Support Team
KeymasterHi Karoline,
We are sorry that we don’t have any dummy content. You may view this url, how to setup site.
https://www.themehorse.com/theme-instruction/ultimate-pro/Thank you!
-
AuthorPosts
