Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@jmccaleb Okay.
Sanjip ShahParticipant@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.
Sanjip ShahParticipant@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.
Sanjip ShahParticipant@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; }
Sanjip ShahParticipant@proatthorseytheme13 Okay. Great 🙂
Sanjip ShahParticipant@ 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.
Sanjip ShahParticipant@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.
Sanjip ShahParticipant@kara_kienzler Please go through this instruction https://www.themehorse.com/theme-instruction/attitude/#disablecomment.
Sanjip ShahParticipant@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.
Sanjip ShahParticipant@gigi33 Okay.
Sanjip ShahParticipant@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.Sanjip ShahParticipant@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.
Sanjip ShahParticipant@bednar74 Okay. Great!
Sanjip ShahParticipant@debthewebuk This function cleanretina_headerdetails is the function which renders the header part, please look into it.
Sanjip ShahParticipant@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.
-
AuthorPosts