Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Paola,
What actually do you want to modify in footer and in header? If you like to change footer credit then its a Pro feature. Yes clean retina supports child theme. You need to first unhook the functions and then only customize the code in your child theme.Here is an example for ambition theme. You need to do similarly with clean retina theme. If you are unable to do it then you need to hire a developer.
Thank you!
Theme Horse Support Team
KeymasterHi Bruce,
You can add the above css code inside custom css section via customize > design options -> custom css. So you don’t need to add in child theme if you have very less css.Yes we have updated a new menu style so you have to update child theme functions.php file.
Please removewp_enqueue_script( 'tinynav', CLEANRETINA_JS_URL . '/tinynav.js', array( 'jquery' ) );
file and add below scripts and styleswp_enqueue_script( 'cleanretina-scripts', CLEANRETINA_JS_URL . '/scripts.js', array( 'jquery' ) ); wp_enqueue_style('attitude-font-awesome', get_template_directory_uri().'/font-awesome/css/font-awesome.css');
Also please go to theme folder -> library -> functions -> functions.php file and check what is missing in your child theme from line 15 to 65
Please don’t forget to add your site url too so that we can help you why your sidebar widgets is moved to the bottom of the page.
Thank you!
August 4, 2017 at 6:00 am in reply to: Latest update places "Responsive Menu" button on all pages #52555Theme Horse Support Team
KeymasterHi Doppa,
We have visited to your site url and its working fine. There is no any button we have seen on desktop/laptop computer however the button will display in smaller devices as a responsive menu which is a new menu style we have added in recent update and this is not an issue.
If you are still getting the button on desktop/ laptop computer it may be due to cache that you have not cleared properly.We have screenshot on opera here.
Please provide us your screenshot too.
Thank you!
August 4, 2017 at 5:49 am in reply to: Altitude Widgets in Sidebar showing up at bottom of page after upgrade to v4 #52554Theme Horse Support Team
KeymasterHi scotch,
You have added all the style.css files into your child theme’s style.css file. You must add only the customized/required css in your child theme style.css not the all css from parent theme.
If you have only style.css file edited then you don’t nee to do below step. The below step is only for code customization in functions.php file if you have edited js files:
If you have functions.php file in your child theme then you need to enqueue with the parent theme functions. We have removed
wp_enqueue_script( 'tinynav', ATTITUDE_JS_URL . '/tinynav.js', array( 'jquery' ) );
and replace with below jswp_enqueue_script( 'attitude-scripts', ATTITUDE_JS_URL . '/scripts.js', array( 'jquery' ) ); wp_enqueue_style('attitude-font-awesome', get_template_directory_uri().'/font-awesome/css/font-awesome.css');
Also please go to theme folder -> library -> functions -> functions.php file and check what is missing in your child theme from line 19 to 57
Thank you!
August 4, 2017 at 5:27 am in reply to: PayPal Buttons are suddenly huge on my site after updating Attitude Theme. #52553Theme Horse Support Team
KeymasterHi admin49,
You are welcome
Thank You!
August 3, 2017 at 11:47 am in reply to: Latest update places "Responsive Menu" button on all pages #52538Theme Horse Support Team
Keymasterhi Doppa,
If you are talking about the menu button right to the side of search icon that is the navigation toggle for small devices and this is the new menu style that we have recently update in our theme and it is not an issue.
If you mean other than this please provide us the screenshot.
Thank you!
Theme Horse Support Team
KeymasterYou need to add the post/ page id. You can find your post/page id using this plugins easily. Simply install it. Those provided numbers are the post/page id.
Thank you!
Theme Horse Support Team
KeymasterHi
We have edited the above reply @52479. Now you current complete custom css will be as below.
#interface_recent_work_widget-2 .one-fourth { width: 30.32%; } #interface_recent_work_widget-3 .one-fourth { width: 47%; } #interface_recent_work_widget-4 .one-fourth { width: 97%; } #interface_recent_work_widget-4 .column a { float: left; width: 25%; margin-right: 20px; } #content #interface_recent_work_widget-4 .custom-gallery-title, #interface_recent_work_widget-4 p { display: block; overflow: auto; }
And to add fourth page slider you have to set the 4 instead of 3 in slider options via Go to Customize -> Featured post/page slider -> slider options -> Number of Slides there you can add 4 for no of slides in your slider and refresh your customizer page and you will see the new field for post/page id for your fourth slider.
Thank you!
Theme Horse Support Team
KeymasterHi
We have edited the above reply @52479. Now you current complete custom css will be as below.
#interface_recent_work_widget-2 .one-fourth { width: 30.32%; } #interface_recent_work_widget-3 .one-fourth { width: 47%; } #interface_recent_work_widget-4 .one-fourth { width: 97%; } #interface_recent_work_widget-4 .column a { float: left; width: 25%; margin-right: 20px; } #content #interface_recent_work_widget-4 .custom-gallery-title, #interface_recent_work_widget-4 p { display: block; overflow: auto; }
And to add fourth page slider you have to set the 4 instead of 3 in slider options via Go to Customize -> Featured post/page slider -> slider options -> Number of Slides there you can add 4 for no of slides in your slider and refresh your customizer page and you will see the new field for post/page id for your fourth slider.
Thank you!
August 3, 2017 at 5:17 am in reply to: PayPal Buttons are suddenly huge on my site after updating Attitude Theme. #52526Theme Horse Support Team
KeymasterWe have again edited the css code above. Please try it and let us know.
Thank you!
August 3, 2017 at 5:17 am in reply to: Altitude Widgets in Sidebar showing up at bottom of page after upgrade to v4 #52525Theme Horse Support Team
KeymasterHi alison,
please clear your browser and server cache. It would be better if your provide us your site url.
Thank you!
August 3, 2017 at 5:15 am in reply to: Latest update places "Responsive Menu" button on all pages #52524Theme Horse Support Team
KeymasterHi Doppa,
We have just visited to your site and there is no any issue. Please clear all the cache from your browser and server.
Thank you!
August 3, 2017 at 5:11 am in reply to: PayPal Buttons are suddenly huge on my site after updating Attitude Theme. #52523Theme Horse Support Team
KeymasterWe have again edited the css code above. Please try it and let us know.
Thank you!
August 2, 2017 at 11:29 am in reply to: Latest update places "Responsive Menu" button on all pages #52512Theme Horse Support Team
KeymasterHi Doppa,
Please provide us your site url and Email Us a zip file of your child theme. We will look onto it.
Thank you!
August 2, 2017 at 11:25 am in reply to: PayPal Buttons are suddenly huge on my site after updating Attitude Theme. #52511Theme Horse Support Team
KeymasterSorry for that code. We have edited the css code above. Please try it and let us know.
Thank you!
-
AuthorPosts