Forum Replies Created
-
AuthorPosts
-
William
MemberYou could swap out the header, but from an SEO point of view, I would advise against it!
Try adding this small snippet to your stylesheet:
.site-header { background-image: url(http://www.tech2succeed.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-01-at-10.29.55-AM.png); background-repeat: no-repeat; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }
I am using the image from your first thread...
This is how it looks (screenshot)
KR,
Will
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
June 14, 2016 at 5:44 am in reply to: New Website Built with Altitude Pro, BuddyPress and MemberPress #187520William
MemberWhat is TWC & How does TWC work page definitely needs more work... Perhaps they could even be merged into 1 page? Would do a Google search for "How it Works page designs"
https://www.hellofresh.com
https://www.hellofresh.com/howitworks/
https://www.quora.com/What-are-the-best-How-it-works-pages-for-startups-and-web-services-and-why
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberBeautiful book covers ! 🙂
In my opinion, the homepage still needs work...
Most recent, library of books, coming soon -> should be the same height (images and text)
You repeated blog post 3 times!
Contact page -> consider adding a form, you don't want to leave your personal email out there of on the internet
MailChimp sign-up form on the contact page is also confusing!
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberThis reply has been marked as private.William
MemberA quick way to do this would be to set your suggested image as "background image" for your site-header in your stylesheet 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberIf you would like to change the footer text with code add this snippet to your functions php file 🙂
//* Customize the entire footer remove_action( 'genesis_footer', 'genesis_do_footer' ); add_action( 'genesis_footer', 'custom_footer' ); function custom_footer() { ?> <p>© Copyright <?php echo date("Y"); ?> · <a href="<?php echo get_home_url(); ?>">Company LTD</a> · <a href="<?php echo get_home_url(); ?>/privacy-policy/" rel="nofollow" >Privacy</a> · <a href="<?php echo get_home_url(); ?>/terms-conditions/" rel="nofollow" >Terms</a></p> <?php }
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberWhy remove it with php ? 🙂
Set the max-width to 0 with CSS !
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberMolto Bello ! 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberTres Jolie ! 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberCan you share a link to your website ? 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberDepends on the effect you want 🙂 But whatever it is you will need to add some CSS to your stylesheet!
Sample Effects:
https://codepen.io/nxworld/pen/ZYNOBZ
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberDo you want to (i) fade in the images when the page loads or (ii) add a hover effect when you hover over an image ? 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberLink please 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberI would go with jquery backstretch
http://srobbin.com/jquery-plugins/backstretch/
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberDon't see why you can't set a height or use min-height.....
Can you please send us a link to visualize your issue?
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberTry this plugin:
https://wordpress.org/plugins/envira-gallery-lite/
🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
June 5, 2016 at 11:50 am in reply to: Altitude Theme – Grey Overlay on Home Page – Front Page Background Images #187001William
MemberThis reply has been marked as private.William
MemberYou have updated the PHP but now you have to update the CSS in your stylesheet! 🙂
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
June 3, 2016 at 1:39 pm in reply to: Help! Eleven40 black header now blocks the top part of my site… #186901William
MemberHi there,
Try adding this to your stylesheet:
.pw-site-header { background: url(http://productivewriters.com/wp-content/uploads/2016/02/header_image.jpg) no-repeat; height: 100px; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; }
Also noticed your header menu is broken and you are using a fixed header on a multipage website 🙂
Cheers
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
William
MemberNot so simple!
Genesis homepage's use widgets so (i) you have the option to register a few more widgets and add them to your new page template or (ii) you simply use the WP editor to add your content.
Needless to say, you have to be familiar with CSS to replicate the homepage styling.
Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !
-
AuthorPosts