• 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

Eduardo

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 - 1 through 20 (of 22 total)
1 2 →
  • Author
    Posts
  • August 2, 2017 at 6:34 pm in reply to: Bloom showcase reading settings not working #209927
    Eduardo
    Member

    Wow, that did it. Thanks Victor.

    June 7, 2017 at 5:32 pm in reply to: Manual excerpts in Showcase Pro #207458
    Eduardo
    Member

    I've added the code to the bottom of my functions.php file, but I'm still running into the same problem when I use the "more tag." The excerpt displays with the ellipsis, and it also displays on the post page.

    June 7, 2017 at 5:18 pm in reply to: Manual excerpts in Showcase Pro #207457
    Eduardo
    Member

    Do I use this code with the More Tag? The more tag is still not working.

    February 6, 2016 at 9:36 am in reply to: Altitude Pro – Slow Loading Speed #178460
    Eduardo
    Member

    Thank you, Christoph.

    You learn something new everyday. I should've known about optimizing my images and thank you for introducing me to tools.pingdom.com.

    January 15, 2016 at 8:28 pm in reply to: Adding styling to Backstretch image #176646
    Eduardo
    Member

    I just want to add a tiny bit of margin to the top to have the male's face in the picture not be hidden by the navigation bar.

    January 14, 2016 at 5:03 pm in reply to: Backstretch Image is scrolling instead of remaining fixed #176527
    Eduardo
    Member

    I was able to resolve the issue. The Agency Pro theme supports a background image and a backstretch image. I deleted the background image and only went with the backstretch image. Fixed.

    January 14, 2016 at 3:11 pm in reply to: Background-image on other pages #176513
    Eduardo
    Member

    Thank you, Marcy. This worked great!

    January 12, 2016 at 6:36 pm in reply to: Background-image on other pages #176334
    Eduardo
    Member

    @Marcy, I'm currently doing my work in local environment. How do I clear the server cache in this situation?

    January 12, 2016 at 6:31 pm in reply to: Background-image on other pages #176333
    Eduardo
    Member

    @braddalton, I did indeed delete the code from the functions.php file. Is this a problem?

    January 12, 2016 at 6:28 pm in reply to: Backstretch Image is scrolling instead of remaining fixed #176332
    Eduardo
    Member

    Thank you for the reply Karla. Unfortunately, it didn't seem to change anything on mobile.

    January 8, 2016 at 4:24 am in reply to: Background-image on other pages #175930
    Eduardo
    Member

    Thanks Braddalton. I cut and pasted the code into front-page.php, but unfortunately, it's still loading on my other pages. Hmm.

    January 8, 2016 at 2:11 am in reply to: Background-image on other pages #175918
    Eduardo
    Member

    Thanks for responding Marcy. My code has something a tiny bit different.
    Here's the original code:

    //* Enqueue Backstretch script and prepare images for loading
    add_action( 'wp_enqueue_scripts', 'agency_enqueue_backstretch_scripts' );
    function agency_enqueue_backstretch_scripts() {
    
    	$image = get_option( 'agency-backstretch-image', sprintf( '%s/images/bg.jpg', get_stylesheet_directory_uri() ) );
    
    	//* Load scripts only if custom backstretch image is being used
    	if ( ! empty( $image ) ) {
    
    		wp_enqueue_script( 'agency-pro-backstretch', get_bloginfo( 'stylesheet_directory' ) . '/js/backstretch.js', array( 'jquery' ), '1.0.0' );
    		wp_enqueue_script( 'agency-pro-backstretch-set', get_bloginfo( 'stylesheet_directory' ).'/js/backstretch-set.js' , array( 'jquery', 'agency-pro-backstretch' ), '1.0.0' );
    
    		wp_localize_script( 'agency-pro-backstretch-set', 'BackStretchImg', array( 'src' => str_replace( 'http:', '', $image ) ) );
    	}
    }

    Here's what I added trying to try and follow your directions:

    //* Enqueue Backstretch script and prepare images for loading
    add_action( 'wp_enqueue_scripts', 'agency_enqueue_backstretch_scripts' );
    function agency_enqueue_backstretch_scripts() {
    
    	$image = get_option( 'agency-backstretch-image', sprintf( '%s/images/bg.jpg', get_stylesheet_directory_uri() ) );
    
    if ( is_front_page() ) {
    		//* Load scripts only if custom backstretch image is being used
    		if ( ! empty( $image ) ) {
    
    			wp_enqueue_script( 'agency-pro-backstretch', get_bloginfo( 'stylesheet_directory' ) . '/js/backstretch.js', array( 'jquery' ), '1.0.0' );
    			wp_enqueue_script( 'agency-pro-backstretch-set', get_bloginfo( 'stylesheet_directory' ).'/js/backstretch-set.js' , array( 'jquery', 'agency-pro-backstretch' ), '1.0.0' );
    
    			wp_localize_script( 'agency-pro-backstretch-set', 'BackStretchImg', array( 'src' => str_replace( 'http:', '', $image ) ) );
    
    		}
    	}
    }

    Unfortunately, the background image is still loading on other pages.

    January 8, 2016 at 2:03 am in reply to: Adding HTML to page.php #175917
    Eduardo
    Member

    I used the Header scripts box. Thanks Braddalton.

    January 7, 2016 at 9:57 pm in reply to: Agency Pro home-top widget area #175907
    Eduardo
    Member

    Worked perfectly! Thank you!

    January 6, 2016 at 6:08 pm in reply to: Widget area needs transparent background #175799
    Eduardo
    Member

    Thanks for the tip Tom. You code worked well.

    January 5, 2016 at 12:14 pm in reply to: Retina ready image on header logo #175659
    Eduardo
    Member

    Worked great Jamie! Thanks.

    December 24, 2015 at 3:00 pm in reply to: Page rendering incorrectly on mobile devices #174765
    Eduardo
    Member

    Thank you, Susan. I'll look into it.

    December 22, 2015 at 8:25 am in reply to: Creating staging environment on live server #174552
    Eduardo
    Member

    Braddalton, thank you for your response. I went ahead and created a new subdomain. I discovered that by using a subfolder on the same domain I could access different pages on the staging site. Instead, I was getting 404 errors on the live site due to page URLs referring to the live site's domain.

    "site.org/files/page-1" returned 404 error.

    "staging.site.org/page-1" returned the correct page.

    December 22, 2015 at 8:22 am in reply to: Changing to a different menu messes up styling #174551
    Eduardo
    Member

    This worked perfectly. Thank you, Victor Font.

    December 17, 2015 at 3:47 am in reply to: Creating staging environment on live server #174027
    Eduardo
    Member
    This reply has been marked as private.
  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 22 total)
1 2 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 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