• 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

macrunner

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 48 total)
← 1 2 3 →
  • Author
    Posts
  • May 22, 2014 at 7:28 am in reply to: A forum section for each theme #106309
    macrunner
    Participant

    I agree with you.
    It would be very interesting and constructive for all.

    May 22, 2014 at 7:12 am in reply to: Roadmap update Genesis Framework #106305
    macrunner
    Participant

    Hi Andrea, thanks for the reply.
    Your words comfort me. Very well.

    If you follow the developers on Twitter you will see that it is very much an active project.

    Please, you can insert the link? Thanks

    January 8, 2014 at 2:31 pm in reply to: Featured Image problem #84060
    macrunner
    Participant

    I made a new test.
    A fresh installation WordPress 3.8
    Installed Genesis 2.0.1
    Installed and activated Epik Theme
    Created a new article with Featured Image

    In frontpage all ok.

    Featured Image removed, in frontpage is still present.

    It is not a problem that I do not know how to solve, this is a problem of Genesis.

    But I do not understand why StudioPress not respond.

    I receive informative emails by StudioPress, very smiling, very helpful, very friendly and happy. But if you report a problem, the response I get is absolute indifference.

    This is one way of doing that annoys me a lot.

    Regards

    January 3, 2014 at 3:21 pm in reply to: Featured Image problem #82993
    macrunner
    Participant

    Hi Anitac,
    thanks, appreciate it.
    A few days ago I opened a Support Ticket, I received the following response:
    "It seems they removed this ability. There are plugins available to do this, called "Unattach"."

    January 3, 2014 at 2:58 pm in reply to: Featured Image problem #82985
    macrunner
    Participant

    Ok, I have installed Genesis Sample, it works.
    But if I install Agency Pro, same problem.
    Now I have installed Eleven40 Pro, same problem.

    In Local Server I also tried with Agency Pro and Eleven40 Pro, same problem.

    If I install another theme, for example Twenty Twelve, Twenty Thirteen and more, everything is ok.

    So the problem occurs with Eleven Pro and Agency Pro.
    With Genesis sample it works.

    January 3, 2014 at 12:16 pm in reply to: Featured Image problem #82956
    macrunner
    Participant

    Only Akismet and Hello Dolly, but I tried to disable all plugins.
    This problem occurs on all sites with Genesis Framework.

    December 30, 2013 at 9:54 am in reply to: Better WP Security + Genesis #82061
    macrunner
    Participant

    Hi Brad,
    I've always used Better WP Security, but a short time using Genesis Framework.
    Thanks for good advice.

    December 27, 2013 at 1:27 pm in reply to: Move Featured Image #81438
    macrunner
    Participant

    I apologize, I opened a new thread: http://www.studiopress.community/topic/move-video-in-agency-pro/

    December 27, 2013 at 10:24 am in reply to: Move Featured Image #81407
    macrunner
    Participant

    Hi,
    is also possible for a Video (embed or link) ?
    Thanks!

    December 27, 2013 at 4:54 am in reply to: WordPress 3.8 compatibility #81375
    macrunner
    Participant

    Hi,
    I reopen the discussion because there is one thing I do not understand.

    WordPress has been updated to versions:
    - 3.7 on October 24, 2013
    - 3.8 on December 12, 2013

    But the latest version of Genesis is August 21, 2013 (2.0.1)

    It seems strange that there is no update available.
    Maybe Genesis is a little abandoned? I hope not, I really love Genesis Framework and I have already purchased 3 child themes StudioPress, but I would like a clarification if possible, thank you 🙂

    December 26, 2013 at 9:27 am in reply to: Featured Image Size on Blog Page #81257
    macrunner
    Participant

    Hi,
    try Dashboard > Genesis > Content Archives > set Featured Images: "Large (1024 x 1024)"

    December 25, 2013 at 7:48 am in reply to: Customize CSS post formats icons #81155
    macrunner
    Participant

    Ok, thank you, Andrea 🙂

    December 25, 2013 at 12:17 am in reply to: Customize CSS post formats icons #81139
    macrunner
    Participant

    Great! Thank you, Andrea, I appreciate it

    One last question, is there a documentation?
    I would like to deepen CSS with Genesis Framework and child theme..
    Thank you very much

    December 24, 2013 at 2:23 pm in reply to: Customize CSS post formats icons #81098
    macrunner
    Participant

    I have already uploaded the icons in the folder images/post-formats
    As I wrote, everything works.
    I just asked how to customize with CSS, because I do not see (with Firebug) any CSS class.

    December 23, 2013 at 12:47 pm in reply to: Problem with tag read more #80929
    macrunner
    Participant

    Great, thank you

    December 22, 2013 at 2:13 am in reply to: Background image ONLY Homepage #80733
    macrunner
    Participant

    Hi Brad,
    I'm sorry, I misunderstood.
    Ok now it works, thank you very much

    December 21, 2013 at 9:08 am in reply to: Background image ONLY Homepage #80612
    macrunner
    Participant

    This is the functions.php file that I edited (download ZIP file): http://egotheme.it/functions.zip

    December 21, 2013 at 8:55 am in reply to: Background image ONLY Homepage #80611
    macrunner
    Participant

    I used this code (github), no formatting, just as below:

    //* Enqueue Backstretch script and prepare images for loading
    add_action( 'wp_enqueue_scripts', 'agency_enqueue_backstretch_scripts' );
    function agency_enqueue_backstretch_scripts() {
    
    	
    	if ( ! is_front_page() || ! get_background_image() )
    		return;
    
    	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' => get_background_image() ) );
    
    }

    This code I added to functions.php of the child theme Agency Pro, but still blank page.
    I tried a new installation on the local server, same problem.

    December 21, 2013 at 7:58 am in reply to: Background image ONLY Homepage #80600
    macrunner
    Participant

    I tried the second method, I inserted this code in the front-page.php file but it has no effect:

    if ( ! is_front_page() || ! get_background_image() )
            return;

    With this code, blank page:

    //* Enqueue Backstretch script and prepare images for loading
    add_action( 'wp_enqueue_scripts', 'agency_enqueue_backstretch_scripts' );
    function agency_enqueue_backstretch_scripts() {
    
    	//* Load scripts only if custom background is being used
    	if ( ! get_background_image() )
    		return;
    
    	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' => get_background_image() ) );
    
    }

    Maybe I'm wrong something?

    December 21, 2013 at 7:34 am in reply to: Background image ONLY Homepage #80596
    macrunner
    Participant

    Hi Brad,

    If I insert this code in the file front-page.php I get a blank page :

    //* Enqueue Backstretch script and prepare images for loading
    add_action( 'wp_enqueue_scripts', 'agency_enqueue_backstretch_scripts' );
    function agency_enqueue_backstretch_scripts() {
    
    	//* Load scripts only if custom background is being used
    	if ( ! get_background_image() )
    		return;
    
    	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' => get_background_image() ) );
    
    }

    This site DEMO: http://egotheme.it/

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 48 total)
← 1 2 3 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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