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 - 1,141 through 1,155 (of 5,207 total)
  • Author
    Posts
  • in reply to: Child theme #52620

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

    in reply to: Version 3.0.3 Problems #52556

    Hi 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 remove wp_enqueue_script( 'tinynav', CLEANRETINA_JS_URL . '/tinynav.js', array( 'jquery' ) ); file and add below scripts and styles

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

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

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

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

    Hi admin49,

    You are welcome

    Thank You!

    in reply to: Latest update places "Responsive Menu" button on all pages #52538

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

    in reply to: Height of wigets to display more text #52537

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

    in reply to: Height of wigets to display more text #52529

    Hi

    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!

    in reply to: Height of wigets to display more text #52528

    Hi

    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!

    We have again edited the css code above. Please try it and let us know.

    Thank you!

    Hi alison,

    please clear your browser and server cache. It would be better if your provide us your site url.

    Thank you!

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

    We have again edited the css code above. Please try it and let us know.

    Thank you!

    in reply to: Latest update places "Responsive Menu" button on all pages #52512

    Hi Doppa,

    Please provide us your site url and Email Us a zip file of your child theme. We will look onto it.

    Thank you!

    Sorry for that code. We have edited the css code above. Please try it and let us know.

    Thank you!

Viewing 15 posts - 1,141 through 1,155 (of 5,207 total)