• 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

RichardNJ

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 16 posts - 21 through 36 (of 36 total)
← 1 2
  • Author
    Posts
  • May 20, 2016 at 8:07 am in reply to: Upload header logo but keep text tagline #185970
    RichardNJ
    Participant

    I actually may be more interested in placing a full width 1200 banner on the header, but I still want to have the text tagline in place. Can't figure out how to do this.

    June 22, 2014 at 11:51 am in reply to: Post Footer #111088
    RichardNJ
    Participant

    I wanted to put some copyright info to appear at the end of every post...however having a problem figuring out what block in the Genesis Simple hooks or Simple edits section to put it in. I've tried a few I thought would work and saved it, however it doesn't show up in the posts.

    April 21, 2014 at 6:57 am in reply to: Insert/Edit Link box no longer works #101627
    RichardNJ
    Participant

    Think I stumbled across something on it...looks like have to do SEVERAL things to try and fix it...removing plugins, emptying cache, switching themes...also sounds like didn't work for many people. I haven't had time to begin the long tedious process myself yet...kind of busy running my business trying to make money, although spend much wasted time fixing things WordPress breaks. Very frustrating that WordPress comes out with so many frequent updates. There's this old saying I believe in and like to follow that apparently many people don't...it goes: "If it ain't broke, don't fix it".

    April 21, 2014 at 6:49 am in reply to: Insert/Edit Link box no longer works #101624
    RichardNJ
    Participant

    Thank you Andrea. I have spent much time searching the forums there and the only posts I can find related to the Insert/Edit Link box are posts from several months ago to over a year. Do you know if they are working on some fix for this issue...or if there is a Studiopress/Genesis fix coming?

    March 31, 2014 at 4:06 pm in reply to: Open Graph protocol and Linkedin #97783
    RichardNJ
    Participant

    Does anyone else have problems with their posts not pulling an image when posting to Linkedin?? I seem to read a lot of people elsewhere online having similar problems...but no solution.

    March 30, 2014 at 8:07 am in reply to: Linkedin thumbnail not pulling over #97434
    RichardNJ
    Participant

    I have been having this same problem and can't find a solution anywhere. I have no problem getting a post image to appear when posting to Facebook, but Linkedin does not pull an image from the post. Very frustrating. Any suggestions would be very appreciative!

    November 27, 2013 at 10:07 am in reply to: Nav bar not same in different browsers #75882
    RichardNJ
    Participant

    Thank you Dave. Very frustrating especially since I'm a loyal Apple user...and based on my site stats, Safari is a top used browser. In any case, I did play around a bit with what you suggested...of course it then moves the centering off more in other browsers and when you hover the tabs it causes the other tabs to shift. May be best just to leave it. Damn Safari. 🙁
    I'm with you on that pet peeve!

    November 22, 2013 at 12:00 pm in reply to: Lifestyle font change #75048
    RichardNJ
    Participant

    Wow...that's a heck of a price and for only 10K page views a month. Will have to give this more thought. In any case, how would you recommend I'd install a font on my site?

    Thanks again!

    October 13, 2013 at 7:25 am in reply to: Repeat visitors not seeing header change #66499
    RichardNJ
    Participant

    John,

    I don't have any code that resembles that in my functions.php file. I have this below, so I'm clueless on where to add that define line you suggest.

    -Richard

    <?php 
    // Start the engine
    require_once(TEMPLATEPATH.'/lib/init.php');
    require(CHILD_DIR.'/style.php'); 
    
    add_theme_support( 'genesis-connect-woocommerce' );
    
    // Add new image sizes
    genesis_add_image_size('Mini Square', 70, 70, TRUE);
    genesis_add_image_size('Square', 110, 110, TRUE);
    
    // Force layout on homepage
    add_filter('genesis_options', 'lifestyle_home_layout', 10, 2);
    function lifestyle_home_layout($options, $setting) {
    	if($setting == GENESIS_SETTINGS_FIELD) {
    		if(is_home())
    		$options['site_layout'] = 'content-sidebar';
    	}
    	return $options;
    }
    
    add_action('genesis_header', 'italia_top_nav', 1);
    function italia_top_nav() { ?>
    	<div id="topnavbar">
    
    		<div class="topnavbarleft">
    			<p><?php echo date("l, F j, Y"); ?></p>
    		</div>
    
    		<div class="topnavbarright">
    			<a class="rsslink" rel="nofollow" href="<?php bloginfo('rss_url'); ?>"><?php _e("News Feed", 'studiopress'); ?></a>
    		</div>
    
    	</div>
    <?php }
    
    // Add Google AdSense after single post
    add_action('genesis_after_post_content', 'lifestyle_include_adsense', 9); 
    function lifestyle_include_adsense() {
        if(is_single())
        require(CHILD_DIR.'/adsense.php');
    }
    
    // Add two sidebars to the main sidebar area
    add_action('genesis_after_sidebar_widget_area', 'lifestyle_include_bottom_sidebars'); 
    function lifestyle_include_bottom_sidebars() {
        require(CHILD_DIR.'/sidebar-bottom.php');
    }
    
    // Register sidebars
    genesis_register_sidebar(array(
    	'name'=>'Sidebar Bottom Left',
    	'description' => 'This is the bottom left column in the sidebar.',
    	'before_title'=>'<h4 class="widgettitle">','after_title'=>'</h4>'
    ));
    genesis_register_sidebar(array(
    	'name'=>'Sidebar Bottom Right',
    	'description' => 'This is the bottom right column in the sidebar.',
    	'before_title'=>'<h4 class="widgettitle">','after_title'=>'</h4>'
    ));
    genesis_register_sidebar(array(
    	'name'=>'Featured Top Left',
    	'description' => 'This is the featured top left column of the homepage.',
    	'before_title'=>'<h4 class="widgettitle">','after_title'=>'</h4>'
    ));
    genesis_register_sidebar(array(
    	'name'=>'Featured Top Right',
    	'description' => 'This is the featured top right column of the homepage.',
    	'before_title'=>'<h4 class="widgettitle">','after_title'=>'</h4>'
    ));
    genesis_register_sidebar(array(
    	'name'=>'Featured Bottom',
    	'description' => 'This is the featured bottom section of the homepage.',
    	'before_title'=>'<h4 class="widgettitle">','after_title'=>'</h4>'
    ));
    function my_child_theme_group_filter( $settings, $component ) {
    if( 'groups' == $component ) {
    $settings['show_create'] = is_super_admin();
    }
    return $settings;
    }
    add_filter( 'gconnect_directory_title','my_child_theme_group_filter', 10, 2 );
    /** Add support for 1-column footer widgets **/
    add_theme_support( 'genesis-footer-widgets', 1 );
    /** Add support for 1-column footer widgets **/
    add_theme_support( 'genesis-footer-widgets', 1 );
    ?>
    October 11, 2013 at 7:38 pm in reply to: Repeat visitors not seeing header change #66355
    RichardNJ
    Participant

    Hey John,

    Thanks so much for your reply on this. Great blog post...although most of it is over my head...I'm trying best I can to understand. Not good with the technical back end of these things. Your plugin looks great and I'd like to try it...only bit hesitant because I had installed another cache plugin in the past, and my host (lunarpages) had warned me that I was using excessive resources on the server and suggested I remove any cache plugins...I did so and they said I was back to normal usage. Again, not being technically savvy...I don't know why that would have had an effect.

    In any case, I'm using the Lifestyle theme and Genesis and basically from what I've read, if I add something like:
    ‘style.css’; ?ver=2>
    that should work?

    October 11, 2013 at 9:01 am in reply to: Repeat visitors not seeing header change #66277
    RichardNJ
    Participant

    I see there is a line of code in the style.php file that says:

    function ntg_theme_settings_style_box() {
    // set the default selection (if empty)
    $style = genesis_get_option('style_selection') ? genesis_get_option('style_selection') : 'style.css';
    ?>

    I was doing some googling and some people on other sites seem to suggest if you add a version number like: “?v=2″ to the end of the file, that it would force the browser to load the current stylesheet.

    Does anyone have experience with doing this? I am always afraid to touch any coding. Since I changed my header banner, I just need the new updated one to load when repeat visitors come to my site.

    Thanks for any help!

    October 8, 2013 at 10:50 am in reply to: Editing banner area #65862
    RichardNJ
    Participant

    Thanks so much Robin for the kind compliment. Wonderful to hear!

    October 8, 2013 at 10:35 am in reply to: Editing banner area #65860
    RichardNJ
    Participant

    Thanks Robin. I actually was just able to do it a couple minutes ago. I first did delete the image, and cleared the cache, but while the image was gone, I then had a space there with the "?" for the image. I was able to find the code for it in the functions.php file and deleted that there....solved problem. Thanks

    October 8, 2013 at 9:28 am in reply to: Editing banner area #65843
    RichardNJ
    Participant

    Disregard my last post...I was able to upload the banner.

    However, I did remove the text code you suggested and it still appears on my site.

    October 8, 2013 at 9:05 am in reply to: Editing banner area #65837
    RichardNJ
    Participant

    Thanks so much Robin! Don't know if you can help with this as well...I need to upload my new header/banner. Do you know where that file has to go? I tried searching through the forums, but can't find anything on it.

    September 25, 2013 at 6:47 am in reply to: How do I do a Logo/Advert combo header in Lifestyle theme #64067
    RichardNJ
    Participant

    I have a similar question. I think I would like to just have my main round logo off to the left in the header/banner area with space for advertiser to the right of it. However I had a designer create my layout and banner a few years ago and don't know how to change it. I guess I first need to know what the dimensions have to be there (width/height) of the image I wish to use. Do you know what the banner/header dimensions are in the Lifestyle theme?
    Thanks for any assistance.

    Regards,
    Richard
    http://www.ItaliaLiving.com

  • Author
    Posts
Viewing 16 posts - 21 through 36 (of 36 total)
← 1 2
« 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