• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

William

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 241 through 260 (of 270 total)
← 1 2 3 … 12 13 14 →
  • Author
    Posts
  • June 14, 2016 at 7:45 am in reply to: Theme: LifeStyle Pro Header Replacement #187525
    William
    Member

    You 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)

    http://uploadpie.com/DnbuY

    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 #187520
    William
    Member

    What 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 !

    June 14, 2016 at 5:34 am in reply to: My new Genesis Site on Author Pro #187519
    William
    Member

    Beautiful 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 !

    June 14, 2016 at 5:18 am in reply to: HEADER IMAGE #187518
    William
    Member
    This reply has been marked as private.
    June 14, 2016 at 2:56 am in reply to: Theme: LifeStyle Pro Header Replacement #187513
    William
    Member

    A 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 !

    June 14, 2016 at 2:50 am in reply to: Change Footer Text #187512
    William
    Member

    If 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>&copy; Copyright <?php echo date("Y"); ?>  &middot;  <a href="<?php echo get_home_url(); ?>">Company LTD</a>  &middot;  <a href="<?php echo get_home_url(); ?>/privacy-policy/" rel="nofollow" >Privacy</a>  &middot;  <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 !

    June 12, 2016 at 8:31 am in reply to: Remove Header from wrap #187427
    William
    Member

    Why 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 !

    June 12, 2016 at 8:21 am in reply to: based on altitude pro #187426
    William
    Member

    Molto Bello ! 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 12, 2016 at 8:18 am in reply to: My first site with this amazing framework #187424
    William
    Member

    Tres Jolie ! 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 12, 2016 at 5:13 am in reply to: Sticky menu in Foodie Pro #187415
    William
    Member

    Can you share a link to your website ? 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 9, 2016 at 12:30 pm in reply to: fade in effect on hover for features images #187242
    William
    Member

    Depends 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 !

    June 9, 2016 at 12:21 pm in reply to: fade in effect on hover for features images #187238
    William
    Member

    Do 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 !

    June 9, 2016 at 12:16 pm in reply to: Genesis Responsive Slider #187237
    William
    Member

    Link please 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    June 9, 2016 at 12:15 pm in reply to: Load Random Images in Aspire Pro #187236
    William
    Member

    I 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 !

    June 9, 2016 at 12:12 pm in reply to: Equal widget height in Altitude Pro #187235
    William
    Member

    Don'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 !

    June 8, 2016 at 6:58 am in reply to: Image Gallery issues in Hello Pro! #187168
    William
    Member

    Try 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 #187001
    William
    Member
    This reply has been marked as private.
    June 4, 2016 at 3:47 am in reply to: Adding a logo image to header #186930
    William
    Member

    You 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… #186901
    William
    Member

    Hi 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 !

    June 3, 2016 at 1:06 pm in reply to: Replicate homepage-style pages #186898
    William
    Member

    Not 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 !

  • Author
    Posts
Viewing 20 posts - 241 through 260 (of 270 total)
← 1 2 3 … 12 13 14 →
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2023 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble