• 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

Brad Dalton

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 - 14,301 through 14,320 (of 15,271 total)
← 1 2 3 … 715 716 717 … 762 763 764 →
  • Author
    Posts
  • March 22, 2013 at 7:14 am in reply to: Add Featured Post Widget to Prose Homepage #30424
    Brad Dalton
    Participant

    Are you using File Manager in cPanel or FTP to access the themes files?

     


    Recent Client work

    March 22, 2013 at 6:41 am in reply to: Home sidebar only #30419
    Brad Dalton
    Participant

    You could use the Widget Logic plugin and display specific widget content on the homepage only.

    This plugin may also help http://wordpress.org/extend/plugins/genesis-layout-extras/


    Recent Client work

    March 21, 2013 at 6:53 am in reply to: how to use genesis for more than one site? #29920
    Brad Dalton
    Participant

    You'll also find the upload link where you can upload a zip file of Genesis!!


    Recent Client work

    March 21, 2013 at 6:46 am in reply to: Items showing up on Blog page but not a page #29917
    Brad Dalton
    Participant

    Where did you get the code from?

    Why don't you add a widget or try one of these code snippets https://gist.github.com/braddalton


    Recent Client work

    March 21, 2013 at 6:23 am in reply to: Display featured image above title using simplehooks #29908
    Brad Dalton
    Participant

    You can align the image when you insert it into a new post before you copy the images HTML code and also use the advanced image settings or add CSS declarations to the class.


    Recent Client work

    March 21, 2013 at 6:19 am in reply to: Display featured image above title using simplehooks #29907
    Brad Dalton
    Participant

    Another way to do this is to install this plugin http://wordpress.org/extend/plugins/wp-display-header/


    Recent Client work

    March 21, 2013 at 6:15 am in reply to: Hiding Meta Info On Category Pages #29905
    Brad Dalton
    Participant

    Try replacing the .category with the .category-i.d


    Recent Client work

    March 21, 2013 at 6:06 am in reply to: Hiding Meta Info On Category Pages #29903
    Brad Dalton
    Participant

    Tested the code and it works but you have a problem with that themes code.


    Recent Client work

    March 21, 2013 at 6:04 am in reply to: Display featured image above title using simplehooks #29901
    Brad Dalton
    Participant

    Better using a custom function.

    Paste this PHP code at the end of your child theme functions.php file.

    Change the genesis hook and conditional tag if needed.

    Hard to clearly understand what you need. Is it 2 images in different pages? Please link to the 2 pages.

    Exactly which hook location do you want to display the images?

    You can also use CSS code to display different header images using the page i.d from the source code:

    PHP code is more powerful and flexible.


    Recent Client work

    March 21, 2013 at 5:47 am in reply to: CanI reduce the size of the main photo in a theme? #29897
    Brad Dalton
    Participant

    Not a problem. Depends on where you want to display the image but its easily done.


    Recent Client work

    March 21, 2013 at 5:45 am in reply to: How to modify home page h1 tag on Metric (with AIOSEO installed) #29896
    Brad Dalton
    Participant

    Yes. Transfer to the Genesis SEO settings using the SEO Data Transporter plugin.


    Recent Client work

    March 21, 2013 at 5:44 am in reply to: how to use genesis for more than one site? #29894
    Brad Dalton
    Participant

    Watch this http://studiopress.tv/installing-genesis-framework/


    Recent Client work

    March 21, 2013 at 5:29 am in reply to: Hiding Meta Info On Category Pages #29893
    Brad Dalton
    Participant

    Add this to the end of your child themes style.css file.

    .category .post-info, 
    .post-meta {  
    display: none;  
    }
    

    Recent Client work

    March 21, 2013 at 5:12 am in reply to: Hiding Meta Info On Category Pages #29892
    Brad Dalton
    Participant

    Can you please link to your site.


    Recent Client work

    March 21, 2013 at 4:37 am in reply to: how to use genesis for more than one site? #29887
    Brad Dalton
    Participant

    Create the sub domain first.

    Then go to Simple Scripts and select the sub domain from the drop down list to install WordPress.

    If you get stuck, Bluehost offer a 24/7 online chat.


    Recent Client work

    March 21, 2013 at 3:46 am in reply to: Remove Landing Page Title #29882
    Brad Dalton
    Participant

    Yes

     

    What's the url to the new landing page .page-template-download-page-php?

     

    Grab the post i.d for that page and modify this code replacing the 7 with the page i.d:

    .page-id-7 .entry-title { display: none; }
    

    Recent Client work

    March 21, 2013 at 3:06 am in reply to: Sidebar in Mompreneur #29878
    Brad Dalton
    Participant

    Maybe you should add that back because its probably there for a reason. I don't have a copy of your theme because its not one of the SP child themes.

    Can you email me a fresh copy please. [email protected]


    Recent Client work

    March 21, 2013 at 1:48 am in reply to: Sidebar in Mompreneur #29874
    Brad Dalton
    Participant

    Its a problem with the code or a div tag which isn't closed properly.

    I added the option for the layout back in the functions.php

    Paste the code here please using FAQ 5 for code snippets.


    Recent Client work

    March 21, 2013 at 1:44 am in reply to: Balanced Child Theme #29873
    Brad Dalton
    Participant

    Import the XML file included in the child themes folder using the WordPress tool import.


    Recent Client work

    March 21, 2013 at 1:38 am in reply to: Crystal Theme: Replacing Home Left and Home Right Slider with One slider #29872
    Brad Dalton
    Participant

    There's different ways to do this:

    You could install the Genesis Simple Hooks plugin and paste the HTML for your image into the genesis_after_header hook field and retain your home top widgets so your image displays before these widgets.

    You could remove the home top left and right widgets and replace them with a  full width widget area using a custom function.

    Or remove the widgets and simply display an image after your header using simple hooks:

    Removing home top left and right widgets:

    Remove this code from your home.php file. (backup first)

    <div id="home-top">
    
    	<div class="home-top-shadow"></div>
    
    	<div class="home-top-left">
        	<div class="wrap">
    			<?php if (!dynamic_sidebar('Home Top Left')) : ?>
          			<div class="widget">
            			<h4><?php _e("Home Top Left", 'genesis'); ?></h4>
            			<p><?php _e("This is a widgeted area which is called Home Top Left. It is using the Genesis - Featured Page widget to display what you see on the Crystal child theme demo site. To get started, log into your WordPress dashboard, and then go to the Appearance > Widgets screen. There you can drag the Genesis - Featured Page widget into the Home Top widget area on the right hand side.", 'genesis'); ?></p>
          			</div><!-- end .widget -->
        		<?php endif; ?>
    		</div><!-- end .wrap -->
    	</div><!-- end .home-top-left -->
    
    	<div class="home-top-right">
      		<div class="wrap">
    			<?php if (!dynamic_sidebar('Home Top Right')) : ?>
          			<div class="widget">
            			<?php if( function_exists('wp_cycle') ) : ?>
              				<?php wp_cycle(); ?>
            			<?php endif; ?>
          			</div><!-- end .widget -->
        		<?php endif; ?>
    		</div><!-- end .wrap -->
    	</div><!-- end .home-top-right -->
    
    	<div class="clear"></div>
    
    </div><!-- end #home-top -->
    

    There's other ways to display an image in any genesis_hook location using custom functions:

    Gist not displaying? Grab the code from github


    Recent Client work

  • Author
    Posts
Viewing 20 posts - 14,301 through 14,320 (of 15,271 total)
← 1 2 3 … 715 716 717 … 762 763 764 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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