• 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

jbculp

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 111 total)
1 2 3 4 5 6 →
  • Author
    Posts
  • October 20, 2021 at 9:10 pm in reply to: Color layer behind main heading in Monochrome Pro home page #504543
    jbculp
    Participant

    I guess I didn't say that very clearly. The block layout titled slate hero title is what is on the home page. I wanted to put a color layer behind the text area, preferably a gradient layer or at least RGBA so I can put a slight screen behind the text only.

    April 23, 2021 at 10:22 am in reply to: Going Green #503813
    jbculp
    Participant

    Thanks Victor. Pre Covid-19 I was excited about HTML5 but missed any notifications about XHTML being deprecated and frankly hadn't really connected that Going Green was using XHTML.

    Question for you. Will the never ending march to current versions of PhP come into play here? Will this old theme finally reach its end because of server issues?

    This is a rarely used blog of my spouse and I plan to redo the theme but its behind some other big projects in terms of priority so it will be a while before I'm done.

    February 20, 2019 at 1:46 pm in reply to: Breakthrough-Pro Flexible Footer Layout #489643
    jbculp
    Participant

    Alas I hate to disappoint. When Victor said to comment out the code I decided to try and place my footer content in such a way that the core layout functionality would give me something acceptable. In other words, I modified my content to work within the current programming. There is, in the links provided by the theme config, a section about what to expect when you have different numbers of widgets in this area and how they will wrap. The devil is in the details. Of course I didn't want to mess with it too much otherwise the wrapping would fail on mobile.

    That said, if this site progresses and I can't live with the layout I'll do one of two things (just guessing here - would need to try it to validate my solutions).
    1. I'd follow Victor's advise and comment out the section. If that commenting out the line only took away the breakthrough widget programming but left the before-footer widget area, I'd then add a widegetized footer plugin to style my footer within that before-footer section.
    2. If #1 didn't work, I'd figure out how to create it from scratch, probably looking at one of my other Genesis themes that I own to see how a footer that I liked was done.

    Hope that helps. The tech crowd here could identify the fallacies with these approaches but I'm more of a trial and error guy.

    January 22, 2019 at 5:27 pm in reply to: Breakthrough-Pro Flexible Footer Layout #422398
    jbculp
    Participant

    I found a configuration of widget order that I can live with. I'll fine tune with css.

    January 22, 2019 at 3:20 pm in reply to: Breakthrough-Pro Flexible Footer Layout #420809
    jbculp
    Participant

    Thanks Victor.
    By commenting out the code, the widgets remain in the back-end but the footer is blank. What is the strategy to replace the content?
    My goal would be to have a fixed number of columns that would allow me to put widgets in. The flexible resizing causes chaos and I can't put something like a genesis simple social icons widget under a contact card.
    I could go with something like Genesis Widgetized Footer but it hasn't been tested with this version of WordPress and shows a last updated status of 6 years ago. I'm also thinking that the flexible nature may come in handy in responsive settings but again, there seems to be little control on how to present the items in any given layout. I've seen the tech documents on how things wrap but that doesn't get me where I need to go.
    Thoughts?

    January 17, 2019 at 4:49 pm in reply to: Color Contrast Detector – Breakthrough Pro #334157
    jbculp
    Participant
    This reply has been marked as private.
    December 14, 2018 at 4:49 pm in reply to: Breakthrough-Pro CSS #225057
    jbculp
    Participant

    That's exactly what I wanted to know. Duh of course inline. Sorry, I was looking elsewhere. My bad. Thanks for clarity.

    December 13, 2018 at 2:46 pm in reply to: Breakthrough-Pro CSS #225009
    jbculp
    Participant

    Thanks Victor but let me re-phrase. Now where to I enter the new css code but what style sheet on the back end is the new code stored in? I don't see a change to style.css or style-front.css and yet the style entered in customization's worked and is stored somewhere.

    August 10, 2018 at 4:17 pm in reply to: Please help with old code – Featured Image #222384
    jbculp
    Participant

    Got it.
    Replaced this:
    $featured_image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), 'column-fill' );

    with this:
    $featured_image = wp_get_attachment_image_src( get_post_thumbnail_id(), 'column-fill');

    August 10, 2018 at 9:14 am in reply to: Please help with old code – Featured Image #222372
    jbculp
    Participant

    Victor, Try this:
    Pastebin Link

    August 10, 2018 at 7:32 am in reply to: Please help with old code – Featured Image #222370
    jbculp
    Participant

    Sorry Victor, I started at 111. I've not posted on this forum since Pastebin became a thing. Will figure that out and then post the link here.

    May 12, 2017 at 4:48 pm in reply to: Php help please #206360
    jbculp
    Participant

    I'm rethinking my lack of understanding about some aspects of the Php in this request so am withdrawing my support request.

    September 3, 2016 at 3:28 pm in reply to: Beautiful Pro Theme: Moving Footer Widgets To Another Hook? #192551
    jbculp
    Participant

    Brad, once again you've saved the day... ScottFromPA, thanks for asking in a few words what I was going to ask in an essay.
    I'm using Minimum Pro and have the exact same request with some slight variations. In my case, I moved the SiteTagline Call to Action in Minimum Pro down the page. I wanted it outside of Site Inner and before the Footer Widgets. The reply form Brad got me where I needed to go. So in case others have this issue, here is what I did. If there is a cleaner way, please let me know.
    1. First I moved the true footer (copyright etc. ) down to the genesis_after section.

    remove_action( 'genesis_footer', 'genesis_footer_markup_open', 5 );
    remove_action( 'genesis_footer', 'genesis_do_footer' );
    remove_action( 'genesis_footer', 'genesis_footer_markup_close', 15 );
    add_action( 'genesis_after', 'genesis_footer_markup_open', 11 );
    add_action( 'genesis_after', 'genesis_do_footer', 12 );
    add_action( 'genesis_after', 'genesis_footer_markup_close', 13 );

    2. I relocated my site tagline to the genesis_before_footer area.
    add_action( 'genesis_before_footer', 'minimum_site_tagline' );

    3. Then using the info in this post I moved the footer widgets. I too was looking all over for a place in functions.php or front-page.php that addressed these widgets and all I found, like ScottFromPA, was the one block of code:

    //* Add support for 3-column footer widgets
    add_theme_support( 'genesis-footer-widgets', 3 );

    In my failed attempts I thought the 3 a priority so set it to 30, only to find I had 30 widgets named Footer Widget.
    Brad gave the clue by naming the item 'genesis_footer_widget_areas' which I would have never figured out and don't know if the _areas part follow a known syntax and I just don't get it.

    Final working part for me here was this:

    //* Add support for 3-column footer widgets
    add_theme_support( 'genesis-footer-widgets', 3 );
    remove_action( 'genesis_before_footer', 'genesis_footer_widget_areas');
    add_action( 'genesis_footer', 'genesis_footer_widget_areas' );

    From that point on, it totally worked. Now I only hope putting the copyright footer following genesis_after doesn't have a downside.

    Thanks again guys.

    April 20, 2016 at 3:44 pm in reply to: Centric Pro mystery page title #184020
    jbculp
    Participant

    What I guess I didn't make clear is that I really have no intention of using the blog, this is a corporate site with a static front page. I recognize that Victor says I'm doing something wrong if I have to designate a front page in WordPress but I found that without it, no widgets showed up at all. I'm installing Centric Pro on a test server to see if I can recreate. Never the less, it's solved and until I can get the test install done, I'll have to assume, based on comments here, that something goofy is going on with my site.

    Thanks all for your help. That's why I like the Genesis community.

    jc

    April 19, 2016 at 9:49 am in reply to: Centric Pro mystery page title #183939
    jbculp
    Participant

    Victor,

    appreciate your help but I think we are missing somehow on communication. I'll pm you.

    April 18, 2016 at 8:38 pm in reply to: Centric Pro mystery page title #183877
    jbculp
    Participant

    Point of clarity. On every wordpress page there is a page template option, in Centric Pro it's Default, Landing, Archive, Blog.

    WordPress and Centric Pro won't allow you to leave Front Page undesignated in the Settings > Readings settings. When I make that setting --Select-- instead of a page, the front page widgets disappear entirely. So, I have it pointing to an unused page called HOME. It was this page that had it's "page template" set to default. When I changed it to Landing, the problem went away.

    That's what I mean by template.

    Also, my functions.php and front-page.php are exactly the same code as the downloaded version so there is no custom work in play.

    In any event, changing the setting on the page to Landing, fixed it.

    April 18, 2016 at 5:35 pm in reply to: Centric Pro mystery page title #183874
    jbculp
    Participant

    FIXED

    If I change the home page, page template from Default to Landing, the mystery DIV with the page title goes away.

    April 18, 2016 at 11:16 am in reply to: Centric Pro mystery page title #183842
    jbculp
    Participant

    Victor,

    Its a funny thing. I disabled all plugins and the problem didn't go away. I replaced my theme files with the current version, again, problem didn't go away.

    I changed pages designated in WordPress read panel as Home Page to another page (contact page). Problem went away. I made a slight edit change to Contact page, hit save and the word CONTACT appeared on the front page just under Widget #1, just like before, only this time it didn't say HOME, it said CONTACT.

    It's clear that the code in the functions.php is what's doing it but since the front-page.php removes the loop I'm not sure why it's there.... unless this bit from the functions.php is not part of the WordPress loop:

    //* Reposition Page Title
    add_action( 'genesis_before', 'centric_post_title' );
    function centric_post_title() {
    
    	if ( is_page() and !is_page_template() ) {
    		remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    		add_action( 'genesis_after_header', 'centric_open_post_title', 1 );
    		add_action( 'genesis_after_header', 'genesis_do_post_title', 2 );
    		add_action( 'genesis_after_header', 'centric_close_post_title', 3 );
    	} elseif ( is_category() ) {
    		remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
    		add_action( 'genesis_after_header', 'centric_open_post_title', 1 ) ;
    		add_action( 'genesis_after_header', 'genesis_do_taxonomy_title_description', 2 );
    		add_action( 'genesis_after_header', 'centric_close_post_title', 3 );
    	} elseif ( is_search() ) {
            remove_action( 'genesis_before_loop', 'genesis_do_search_title' );
            add_action( 'genesis_after_header', 'centric_open_post_title', 1 ) ;
            add_action( 'genesis_after_header', 'genesis_do_search_title', 2 );
            add_action( 'genesis_after_header', 'centric_close_post_title', 3 );
        }
    
    }
    
    function centric_open_post_title() {
    	echo '<div class="page-title"><div class="wrap">';
    }
    
    function centric_close_post_title() {
    	echo '</div></div>';
    }

    Is it possible to add a logic statement that says if front page, do not add post_title?? My php knowledge is worse than my css selector knowledge. I will add a URL if that will really help but this is a live site in the middle of an overhaul (again, long story).

    john

    ps. thanks for the help.

    April 18, 2016 at 10:04 am in reply to: Centric Pro mystery page title #183838
    jbculp
    Participant

    Victor,

    Thanks for your reply. The structure I pasted in was only a fragment from what Firebug showed me. I did check the code for the front-page.php, comparing my version with that of the newest release of Centric Pro. They are exactly the same.

    I suspect that it's a plugin causing problems. I'll deactivate all plugins and see if the issue goes away, then work my way back.

    I appreciate your reply, especially since I was unable to put in the URL.

    Best Wishes

    jc

    July 7, 2014 at 1:10 pm in reply to: Follow and share buttons- nice! #113242
    jbculp
    Participant

    I hope I don't confuse the issue. It seems to me that "Following" is a matter of the visitor going to your social media site and choosing to follow you there. Are you wanting them to initiate the "follow" from within the wordpress site?

    I've use Simple Social for that purpose and while it doesn't have an exhaustive list of social icons, it's pretty solid and works with Genesis out of the box.

    In terms of Sharing, I'm looking in to ShareThis I've tested it in a non-Genesis environment. From the share button a popup asks the visitor to login using a variety of connection methods (Google, Facebook etc.) and it initiates the share. It requires java added to the header and someone more familiar with this stuff would have to comment on anything "custom" that would need to be done in a Genesis environment.

    Hope this helps.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 111 total)
1 2 3 4 5 6 →

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