Forum Replies Created
-
AuthorPosts
-
April 25, 2016 at 4:21 am in reply to: Replacing the top background image in the Digital Pro Theme #184361
Jack
MemberHi, Thanks for your response
Please find link below
http://svc-dev.uk/aethomson/Jack
MemberHi Christopher,
Looking through the plugin i cant find a setting that would allow me to change the logo.
If you could give me any guidance on how i could do that it would be a lot of help.Many Thanks,
Jack.Jack
MemberThanks worked great thanks for our help 🙂
Jack
MemberDid you mean the page template itself or a page with the page template on it?
This is a page with the page template in use.
http://www.stormport.co.uk/ukpn-3/Jack
MemberHi, i have created a new page template and have added the following css to the site wrap in my stylesheet.
.page-template-privatepage .wrap { width: 95% !important; }
This seems to be working but the css for the wrap seems to be overwriting this. is there anyway to stop this occurring?
Jack
MemberSorry when i said full width i meant so that it would touch the edges of the page with no margins. We currently have it full page but have been asked to make it span from one edge to the other with no margin.
Sorry for the confusion.
Jack
MemberGreat 🙂 Thanks for your help.
Jack
MemberIt worked 🙂
Thanks for your help Neil don't know how we didn't see that
Thanks againJack
MemberThank you Marcy for all your help today solving my issues with the widget its now working and just needs a bit of styling, It was greatly appreciated.
Have a good day,
Many thanks,
Jack.Jack
MemberI went with the idea of making a new widget area but am having a hard time making it appear on the home page.
This is what I have got so far:in functions.php
genesis_register_sidebar( array( 'id' => 'home-middle', 'name' => __( 'Home - Middle', 'outreach' ), 'description' => __( 'This section will appear at above of the home Bottom widget area.', 'outreach' ), ) );
and in the front page.php
add_action('genesis_home-middle', 'new_home_widget', 1); function new_home_widget() { genesis_widget_area( 'home-middle', array( 'before' => '<div class="new_home_widget widget-area">', 'after' => '</div>', ) ); }
Any idea's as to why it wont show?
Jack
MemberThanks for your help, I have now included that. Just need to be able to move the widget area now. Was wondering if it would be easier to rather than move the widget area, to make a new one instead that appears between the home top and home bottom.
Looking through forums and tutorials on how to do this but any help is greatly appreciated.
Many Thanks,
JackJack
MemberHi Tim,
Really sorry for my late reply, things were a little crazy that week. 🙂We took your advice and have gone with the Yoast plugin, which seems really intuitive. We may try all-in-one SEO on another site to compare.
Thank you very much for your comments we are on the verge of building a new website hopefully you can check it out when it is complete. and give us some feedback.
Had a good look through your site and really liked your work.
Thanks again Tim,
All the best.Jack
MemberThis is the current code for the widget area
.new_home_widget { margin: 30px 10% 0 10%; }
Jack
MemberIs this what you meant, sorry new to css. we also tried including the margin css into it and it didn't change anything either. any tips?
.new_home_widget .wrap { background color: #353535; }
Jack
MemberThanks for your help it worked out great, one more question do you know how we would go about doing this at the bottom of the page with the new_home_widget area. we tried putting a background on just the widget but it didn't include the margin area.
Many Thanks,
Pete.
Jack
MemberJack
MemberThank you very much you've been a great help the site is now starting to take shape,
your help was greatly appreciated.Have a good day.
Pete.
Jack
MemberThanks The new widget area works am i correct in saying we just add it to the style sheet now and can adjust it from there?
Jack
MemberNo we are not sure how to register a new plugin area that's what were trying to work out and then putting it in place, we haven't got much experience with this. Would you be able to show us how to register a new widget area and then place it in the front-page.php or direct us to somewhere we could learn how to do this.
Thanks for your help,
Jack
MemberOne last thing with our frame there is a widget area added to the theme its a full width rectangle 200px high. this will go bellow the home-bottom(in its moved position). would you have any idea on how we would be able to make this.
Thanks for your help.
-
AuthorPosts