Forum Replies Created
-
AuthorPosts
-
Sanjip ShahParticipant
@Matteo Okay. Great!
February 12, 2014 at 7:57 am in reply to: More blog pages but i want to show different category #7543Sanjip ShahParticipant@MarijeS No need to say sorry. 🙂 Welcome!
Sanjip ShahParticipant@CorePowerCoaching This is coming from the woocommerce plugin that you are using rather than from the theme. If you want to remove it from the coding point of view then woocommerce author/support may provide you better help on this. However, you can also remove it using custom css, for which I can help. In the dashboard, go to Appearance->Theme Options->Design Options->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.woocommerce #sidebar { display: none; }
Sanjip ShahParticipant@CorePowerCoaching For this in the dashboard, go to Appearance->Theme Options->Advanced Options Tab->Footer Editor Options.
There you can change it and click on ‘Save all Changes’.February 12, 2014 at 7:47 am in reply to: Unwanted information in the footer – stops page displaying properly – help #7540Sanjip ShahParticipant@Marcus_w1 It looks like you have added widgets to the footer sidebar area. You will have to remove those. To remove go to Appearance->Widgets. There click on footer widget areas and delete the widgets from there.
Sanjip ShahParticipant@theshoogs You can use the custom css option for this. In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
.widget_recent_work img { display: block; height: 60px; margin-left: auto; margin-right: auto; width: 120px; }
You can adjust the px values according to your liking.
Sanjip ShahParticipant@erik10 Try the following css in the custom css option.
.tp-caption.Transparent { background: rgba(255, 255, 255, 0.5); }
Sanjip ShahParticipant@Allan Please remove your css and try the following in the custom css.
.hgroup-wrap { padding-bottom: 0; padding-top: 0; } #access { margin-bottom: 0; } .hgroup-wrap img { margin-bottom: 0; margin-top: 0; }
Sanjip ShahParticipant@bananadrop Please go through the instruction here https://www.themehorse.com/theme-instruction/attitude/#defaultlayout and https://www.themehorse.com/theme-instruction/attitude/#specificlayout. Hope this helps.
@LauraG Thanks for your feedback.February 11, 2014 at 7:23 am in reply to: More blog pages but i want to show different category #7499Sanjip ShahParticipant@MarijeS You could create the categories as menu. This will show all the post from the respective category that you use in menu. Please visit this link http://en.support.wordpress.com/menus/ to learn more.
February 11, 2014 at 7:22 am in reply to: post title and post content not showing in the slider in small screens #7498Sanjip ShahParticipant@connectcase Okay. Great!
February 11, 2014 at 7:20 am in reply to: Revolution Slider Image no longer playing nice, covers whole page #7497Sanjip ShahParticipant@Jeff Try the following setting while creating the rev slider and see if this solves the issue.
Slider Type: Fixed Responsive (Check here) Full Width
Slider Size:
Slider Width: 1038 Slider Height: 460
Responsive Sizes:
Screen Width1: 1078 Slider Width1: 708
Screen Width2: 767 Slider Width2: 450
Screen Width3: 479 Slider Width3: 300Sanjip ShahParticipant@Currently, the featured to have logo and the site title in not available in the theme. But you if you want this then you will have to customize attitude_headerdetails function located in theme folder->library folder->structure folder->header-extenstions.php and also may need to make corresponding css adjustment. If you are a code person you could give it a try else yo will need to hire a developer for this. Also, make a child theme so that you won’t loose the changes when you update the theme.
Sanjip ShahParticipant@Currently, the featured to have logo and the site title in not available in the theme. But you if you want this then you will have to customize attitude_headerdetails function located in theme folder->library folder->structure folder->header-extenstions.php and also may need to make corresponding css adjustment. If you are a code person you could give it a try else yo will need to hire a developer for this. Also, make a child theme so that you won’t loose the changes when you update the theme.
Sanjip ShahParticipant@erik10 If you could provide a link to the exact page showing the slider, it would be easier to provide the support.
-
AuthorPosts