• 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 - 21 through 40 (of 270 total)
← 1 2 3 … 12 13 14 →
  • Author
    Posts
  • September 29, 2017 at 1:16 am in reply to: Indoor Air Specialties — Using Altitude Pro #211985
    William
    Member

    Very professional 🙂


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

    September 26, 2017 at 1:32 am in reply to: How to change the Centric Pro front page top section color to gradient blue #211862
    William
    Member

    Link please 🙂


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

    September 26, 2017 at 1:31 am in reply to: Altitude Pro front-page-1 background image not showing full height #211861
    William
    Member

    Hi there Anil,

    Try adding the following:

    .front-page-1 {
    background-position: center;
    }

    That will center your background image.

    🙂


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

    September 25, 2017 at 1:06 am in reply to: Creating a read more/hide text toggle #211833
    William
    Member
    jQuery(function( $ ){
    
    	var question = $('.faq .question');
    	var answer = $('.faq div');
    	 
    	$( answer ).hide();
    	 
    	$( question ).click( function() {
    	 
    		$(this).find('span').toggleClass( "open" );
    		$(this).next().slideToggle(200);
    	 
    	 
    	});
    
    });

    With the following HTML:

    <div class="faq">
    <p class="question">Heading Goes Here <span class="open"></span></p>
    <div style="display: none;">Content goes here...</div>
    </div>

    Something among those lines 🙂

    There are quite a few examples on Stackoverflow as well:
    https://stackoverflow.com/questions/25341429/jquery-read-more-read-less-how-to-replace-text


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

    September 22, 2017 at 1:44 am in reply to: Adjusting Home Page Widget Height #211734
    William
    Member

    My code snippet works just fine 🙂

    Set the padding-top & padding-bottom to 0.

    No negative percentages.


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

    September 21, 2017 at 10:37 am in reply to: Minute Tales using The 411 Pro Theme #211709
    William
    Member

    The text in the typewriter is really cool 🙂


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

    September 21, 2017 at 1:45 am in reply to: Adjusting Home Page Widget Height #211694
    William
    Member

    Please try something along these lines:

    .front-page-2.flexible-widget-area > .wrap {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    Adjust the "0" + % to match your desired padding.

    🙂


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

    September 21, 2017 at 1:42 am in reply to: Header – Monochrome Pro Question #211693
    William
    Member

    For point #1:

    .header-image .title-area {}

    Reduce the margin.

    For point #2:

    .site-header {}

    Reduce the padding 🙂


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

    September 20, 2017 at 1:04 am in reply to: Reducing genesis slider size on mobile devices #211650
    William
    Member

    Hi Steeve,

    I see the issue and noticed you added some CSS to your site.

    Try setting:

    .slide-excerpt {
    width: 0;
    }

    and .slide-image to full width of the container... Something among those lines 🙂


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

    September 20, 2017 at 12:50 am in reply to: Low score on pagespeed insights? #211649
    William
    Member

    If you install this plugin: https://wp-rocket.me/ (it addresses all of the above)

    And set it up correctly, you should see you page speed score in 85-95 ballpark 🙂


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

    September 19, 2017 at 1:06 am in reply to: Infinity Pro Widget Height #211620
    William
    Member

    I don't think we can help unless we see your website 🙂


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

    September 19, 2017 at 1:04 am in reply to: Cafe Pro Theme, Customize Site Title Logo #211619
    William
    Member
    
    @media only screen and (max-width: 480px) {
    .header-image .site-title > a {
    width: 100% !important;
    }
    }

    Try adding the above code to the bottom of your stylesheet 🙂


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

    December 8, 2016 at 8:45 am in reply to: Altitude Slider Background #197257
    William
    Member

    What kind of a slideshow ? Will you be using a plugin like soliloquy or a script like backstretch ?


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

    December 8, 2016 at 8:17 am in reply to: Double images homepage Milan Pro #197255
    William
    Member

    In the genesis settings area... remove the featured image 🙂 let me know if that works.


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

    December 8, 2016 at 8:15 am in reply to: Plugin Ideas! #197254
    William
    Member

    Refer a friend is something I always felt was missing from WordPress.... Especially for non-e-commerce/no membership based websites like Dr., agents, lawyers etc... 🙂


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

    December 8, 2016 at 8:11 am in reply to: SPI Theme Site Title & Header Right Widget Alignment #197253
    William
    Member

    CSS my friend 🙂

    http://www.w3schools.com/cssref/pr_text_text-align.asp


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

    December 6, 2016 at 12:11 pm in reply to: Sticky Menu – Smart Passive Income Pro Theme #197129
    William
    Member

    Here you go 🙂

    http://stackoverflow.com/questions/13274592/leave-menu-bar-fixed-on-top-when-scrolled

    https://codepen.io/senff/pen/ayGvD/


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

    December 2, 2016 at 12:49 am in reply to: Agency Pro – Home Middle Text Widget Background – can it be an image? #196898
    William
    Member

    Sure, just put an image inside 🙂

    You can also try this plugin:

    http://srobbin.com/jquery-plugins/backstretch/


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

    December 1, 2016 at 2:13 pm in reply to: Agency Pro – Home Middle Text Widget Background – can it be an image? #196867
    William
    Member

    Where is says recent articles:

    http://demo.studiopress.com/agency/

    You want to add a fullscreen image ?


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

    December 1, 2016 at 2:10 pm in reply to: Changes To CSS Don't Show Up On Site #196866
    William
    Member

    Here you go 🙂

    Quick Tip: How to Prevent your Style Sheet from Being Cached in Genesis


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

  • Author
    Posts
Viewing 20 posts - 21 through 40 (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