• 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 - 1 through 20 (of 48 total)
1 2 3 →
  • Author
    Posts
  • October 15, 2019 at 6:48 am in reply to: Genesis is going to DEAD?? #494013
    macrunner
    Participant

    I'm asking myself the same question. Genesis Framework continues with its upgrades and great improvements, however the last theme released by StudioPress dates back to February 2019.
    Moreover, many authors have stopped developing themes for Genesis, for example Seothemes, Zigzagpress, Wpstudio, Appfinite, Themedy and many others including Design By Bloom which has completely abandoned Genesis.

    Then I read Brian Gardner's latest blog here on StudioPress.
    Don't get me wrong, I understood the meaning of Brian Gardner's speech and I'm very happy for him for this new path, but... i don't think they are very positive signals.

    March 9, 2018 at 12:37 am in reply to: Add bottom page script, before #217578
    macrunner
    Participant

    Hi Victor,
    very helpful the guide you have linked.
    On add_action I added priority 22 (making attempts)

    add_action( 'wp_footer', 'child_theme_footer_script', 22 );

    Now the script and more are in the position I wanted, before the </ body> tag
    Thanks so much.

    August 19, 2017 at 3:06 am in reply to: In Showcase Pro – move entry info after the title #210539
    macrunner
    Participant

    I have noticed now, the only problem, appears twice the title, once in the header and once in the content

    August 19, 2017 at 3:01 am in reply to: In Showcase Pro – move entry info after the title #210538
    macrunner
    Participant

    Now I understand my mistake, I used:

    $output .=

    But I should have used it:

    $meta =

    as indicated in your tutorial.
    Now it works fine, thank you very much.

    August 19, 2017 at 1:42 am in reply to: In Showcase Pro – move entry info after the title #210536
    macrunner
    Participant

    I think the problem that I can not solve is that my code does not show the shortcode content:

    $output .= '<div class="mycustomcss">' . '[post_categories before="" after=" &middot;"] [post_date] [postview]' . '</div>';

    screen

    I do not know how to show my shortcode in $output .=

    August 18, 2017 at 11:33 pm in reply to: In Showcase Pro – move entry info after the title #210532
    macrunner
    Participant

    Hi,

    This is the original code that is in single.php and shows the image featured and over the Title:

    add_action( 'genesis_after_header', 'showcase_single_page_header', 8 );
    function showcase_single_page_header() {
    	$output = false;
    
        $image = get_post_thumbnail_id();
    
        if( $image ) {
    
            remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    
            $image = wp_get_attachment_image_src( $image, 'showcase_hero' );
            $background_image_class = 'with-background-image';
            $title = the_title( '<h1>', '</h1>', false );
            
            $output .= '<div class="page-header bg-primary with-background-image" style="background-image: url(' . $image[0] . ');"><div class="wrap">';
            $output .= '<div class="header-content">' . $title . '</div>';
            $output .= '</div></div>';
        }
    
    	if( $output )
    		echo $output;
    }

    I was thinking of this change:

    add_action( 'genesis_after_header', 'showcase_single_page_header', 8 );
    function showcase_single_page_header() {
    	$output = false;
    
        $image = get_post_thumbnail_id();
    
        if( $image ) {
    
            remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    
            $image = wp_get_attachment_image_src( $image, 'showcase_hero' );
            $background_image_class = 'with-background-image';
            $title = the_title( '<h1>', '</h1>', false );
            
            $output .= '<div class="page-header bg-primary with-background-image" style="background-image: url(' . $image[0] . ');"><div class="wrap">';
            $output .= '<div class="header-content">' . $title . '</div>';
    
    // here, where I thought I would insert my shortcode, for example:
            $output .= '<div class="mycustomcss">' . '[post_categories before="" after=" &middot;"] [post_date] [postview]' . '</div>';
    
            $output .= '</div></div>';
        }
    
    	if( $output )
    		echo $output;
    }

    But showing the code shortcode, not the content, date, categories etc:
    Post title
    [shortcode 1] [shortcode 2]

    demo.maexen.com/dev/simple

    Definitely I'm using wrong codes, i should understand how to enter shortcode here:

    $output .= '<div class="mycustomcss">' . Here i would like to enter my shortcode . '</div>';

    August 27, 2016 at 12:38 am in reply to: Adding Search to Menu #192118
    macrunner
    Participant

    @Genesis Developer and @braddalton, with all due respect, this is a PUBLIC forum, where you share information for FREE.
    Each user, if he wants, he shares what he knows.
    Please promote your business in another way, thank you.

    March 29, 2016 at 8:26 am in reply to: Add CSS class in all a href links #182433
    macrunner
    Participant

    Hi Victor,
    it works so great, thank you!

    October 4, 2015 at 3:06 am in reply to: Purchased Altitude Pro theme not updated? #167360
    macrunner
    Participant

    Of course, I have already downloaded the file style.css that Sridhar Katakam has rewritten.
    and I also downloaded one at a time, all the javascript file directly from the online demo of Altitude.
    Nice way to work...

    October 4, 2015 at 2:25 am in reply to: Purchased Altitude Pro theme not updated? #167358
    macrunner
    Participant

    Workstation Pro is a great theme, congratulations to Lauren Mancke for this creative theme, but it is not right for my project.
    I also bought your Flex Pro Theme, very nice, very versatile and it's working great, but for this new work was chosen Altitude.

    StudioPress keep repeating that the child themes not update never, or rarely, but this is bullshit!
    Altitude Pro was submitted on JANUARY 12, 2015: http://www.studiopress.com/releases/altitude-pro-theme.htm

    And here my download area: http://i.imgur.com/No8bn4v.jpg
     
    As an example, Sridhar Katakam published an article in which shares some problems and their fixes: https://sridharkatakam.com/how-to-edit-altitude-pros-style-css-to-fix-the-background-images-loading-problem/

    But by StudioPress? Indifference?
    This is unprofessional, not serious, unacceptable!
    I have paid real money, but I can not continue my work!

    October 4, 2015 at 1:23 am in reply to: Purchased Altitude Pro theme not updated? #167355
    macrunner
    Participant

    Davinder, thanks, I contacted support but the point is that I can not continue my work.
    I have spent many hours doing tests in the online version with Firebug, today, Sunday, would be dedicated to a lot of customization.
    I also verified that a couple of versions of JavaScript are very different.
    I did log out, then log in again and I downloaded still Altitude Pro, same old version.
    At this point I think Altitude Pro does not even have new characteristics that Genesis 2.2.2
    This situation is very frustrating!

    September 14, 2015 at 1:39 pm in reply to: Genesis Sample Theme is Broken! #165459
    macrunner
    Participant

    For all other templates?
    You know if and when there will be updates?
    For example Agency Pro, eleven40 Pro, NOT updated for at least one year.

    September 7, 2015 at 8:56 am in reply to: Problem with Schema with Genesis 2.2 #164835
    macrunner
    Participant

    I have read that it will be released version 2.2.1
    it is possible to estimate, even approximate, on the release date of this new version?

    Thanks

    September 5, 2015 at 5:36 am in reply to: New Genesis 2.2 – incomprehensible font size #164658
    macrunner
    Participant

    This worsens.
    I think that we should not use REM.

    I also think that we should eliminate the following classes:

    html {
        font-size: 62.5%; /* 10px browser default */
    }
    
    /* Chrome fix */
    body > div {
        font-size: 1.8rem;
    }

    I do not think it makes sense to reduce, then increase and then adjust the size of a font, for example:

    html {
       font-size: 62.5%;
    }
    
    body > div {
        font-size: 1.8rem;
    }
    
    body {
       font-size: 18px;
    }

    About REM, this article is very interesting: https://mindtheshift.wordpress.com/2015/04/02/r-i-p-rem-viva-css-reference-pixel/

    September 3, 2015 at 11:34 pm in reply to: Problem with Schema with Genesis 2.2 #164531
    macrunner
    Participant

    Hello Nathan, first thanks for all the work

    I have read that it will be released version 2.2.1
    it is possible to estimate, even approximate, on the release date of this new version?

    Thank you very much

    September 26, 2014 at 1:35 pm in reply to: Akismet is really useful? #125853
    macrunner
    Participant

    I am aware that Akismet is a plugin for spam, but also Wordfence blocks spam, in real time, and also Cloudflare being a CDN service.

    For this reason, I was wondering if maybe Akismet becomes useless.

    Maybe I'm wrong, but my opinion is that Akismet is overrated.

    June 7, 2014 at 1:11 pm in reply to: Hide the icon Standard (Post Formats), in the Pages #108462
    macrunner
    Participant

    It works perfectly!
    Thanks for helping me, you're very kind 😉

    June 7, 2014 at 11:57 am in reply to: Hide the icon Standard (Post Formats), in the Pages #108454
    macrunner
    Participant

    Hi Ryan,

    it works fine, great! But if I use it with the code that disables links and alt text: http://www.studiopress.community/topic/disable-link-and-alt-on-the-icons-post-formats/

    a conflict occurs, the icons doubles:

    screenshot

    The first icon is as I would like, without link and without alt info, but is also seen in Pages.
    The second icon is seen only in Posts, but has links and alt info.

    Thank you so much for the help

    June 6, 2014 at 1:14 pm in reply to: Disable link and alt on the icons Post Formats #108365
    macrunner
    Participant

    Hi Ryan,

    I used the code, it works wonderfully 😉

    Thank you very much

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

    Perhaps this is the link? https://twitter.com/studiopress

    On Twitter there is Lady Gaga, Justin Bibier and more.
    Would not it be more serious share on the site StudioPress?
    Or maybe you think we spend time playing with your social networks?

    Blog StudioPress at some point it stopped the MARCH 11: http://www.studiopress.com/blog

    It is here that I would like to read the news, studiopress.com, not on Twitter or Facebook or Little Monster.

    Regards.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 48 total)
1 2 3 →

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