badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Sanjip Shah

Forum Replies Created

Viewing 15 posts - 421 through 435 (of 846 total)
  • Author
    Posts
  • in reply to: Default style.css? #6133
    Sanjip Shah
    Participant

    @jmccaleb Okay.

    in reply to: Change length of text (excerpt) in Services widget #6132
    Sanjip Shah
    Participant

    @herz84 You can don’t have to hack the code for this. In the dashboard, go to the pages that you have used in the service widget. Look for the ‘Excerpt’ option box. Write you summary there and click on ‘Update’. This summary will only be shown in the service widget, this will help you control the words or sentence.

    in reply to: Add the colorful box under the Revolution Slider #6130
    Sanjip Shah
    Participant

    @erik10 You can used the rev slider. You can go to the Revolution Slider menu in the dashboard. Go to the Slider settings. In the options box like Appearance, Position etc you can choose many different settings. From there you can choose no shadow option and add margin to the slider as well. Please check on it.

    in reply to: Active Widget menu state #6129
    Sanjip Shah
    Participant

    @kmrcassidy In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’ and see if this helps.

    .widget_nav_menu .current_page_item a {
        color: #05A9C5;
    }
    .widget_nav_menu .current_page_item ul a {
       color: #777777;
    }
    in reply to: Child theme update #6127
    Sanjip Shah
    Participant

    @proatthorseytheme13 Okay. Great 🙂

    in reply to: stop testimonials widget from stripping html code #6093
    Sanjip Shah
    Participant

    @ There is no such option or custom css that would give you this adjustment that you are trying to make. You will have to edit the theme file directly for this. Search for this file attitude_widgets.php file inside the theme folder. Look for this line
    <div class="testimonial-post"><?php echo esc_textarea( $text ); ?></div>
    and replace with
    <div class="testimonial-post"><?php echo $text; ?></div>

    Also, make a child theme to make this change so that you won’t loose this change when you update the theme.

    in reply to: Default style.css? #6089
    Sanjip Shah
    Participant

    @jmccaleb You can download a fresh theme from here http://wordpress.org/themes/attitude. Download the zip file, unzip it and look the style.css file inside it. This way you can get the unedited css.

    in reply to: disable comments #6088
    Sanjip Shah
    Participant
    in reply to: New page template #6058
    Sanjip Shah
    Participant

    @max About the template part: yes it will need certain amount of customization. So, for this you will need to hire a developer. About the table part: Can you provide a link to the exact page where you are trying to make this change and I will look into it. Also if you are trying to edit the css, you can do it via Appearance->Theme Options->Design Options Tab->Custom CSS. Write your custom CSS there and click on ‘Save all Changes’. Try this and see if this works for you.

    in reply to: hgroup-wrap out of container #6056
    Sanjip Shah
    Participant

    @gigi33 Okay.

    in reply to: Child theme update #6055
    Sanjip Shah
    Participant

    @proatthorseytheme13 Here goes the answer to your questions:
    1. If you have used the custom css option then your changes via custom css will still be there if you upgrade the theme. It is actually the correct way to add the css customization.
    2. We have released the upgrade of Attitude Pro version 1.3 yesterday. You can upgrade the Attitude Pro theme to version 1.3 and it should be fine. About the message ‘update the child theme to V1.3’ it is actually about the parent theme i.e. Attitude Pro. We will see on it and fix this in our updates. For you now, just upgrade the Attitude Pro theme to version 1.3 and there should not be any issue, also make backup of the theme before you upgrade as keeping a backup won’t do any harm and keep you sage. If there are some issue after updating then you can revert back to previous version. You can ask us if you have any issues and we will look into it.

    in reply to: Extending Revolution Slider across full width #6054
    Sanjip Shah
    Participant

    @rwendeln It looks that you have edited the theme file directly. You will lose the changes when you update the theme so be careful when you update the theme. Also, in our theme options->slider options. There you can choose the revolution slider and set it in the header part, please try using that as well. It may be easier for you that to edit the code.

    in reply to: manual crop of featured images #6053
    Sanjip Shah
    Participant

    @bednar74 Okay. Great!

    in reply to: Search Form, Etc #6052
    Sanjip Shah
    Participant

    @debthewebuk This function cleanretina_headerdetails is the function which renders the header part, please look into it.

    in reply to: How to Add Section to Home Page #6051
    Sanjip Shah
    Participant

    @debthewebuk I guess you will have to use the Corporate page template not the corporate home layout for this. Please follow the instruction here https://www.themehorse.com/theme-instruction/clean-retina-pro/#corporatetemplate.

Viewing 15 posts - 421 through 435 (of 846 total)