• 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

worldviewpr

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 18 posts - 41 through 58 (of 58 total)
← 1 2 3
  • Author
    Posts
  • October 21, 2013 at 3:42 pm in reply to: Magazine Pro! #68097
    worldviewpr
    Member

    Not sure if I get Denali Pro.

    October 21, 2013 at 3:39 pm in reply to: Magazine Pro! #68095
    worldviewpr
    Member

    Hi Lynne, Didn't mean anything by GOTS TO KNOW thinking it would tip readers to a line from Dirty Harry and the jocular spirit the post was written in. Sometimes humour does not translate across cultures. My bad.

    Thanks for the link to code , but wondering if there is another bit needed for responsive themes.

    I had some problems earlier in testing out code that whacked the entire install but will try one more time. My druthers of course would be not to have to do this for Eleven40 and then again for Mag Pro on its release.

    Thanks for your help.

    October 19, 2013 at 2:23 pm in reply to: Magazine Pro! #67707
    worldviewpr
    Member

    What I REALLY NEED TO KNOW NOW is, if in Magazine Pro, is it possible to have two sections with the black header side by side in the content area v the black section bars e.g. "TRAVEL" LIFESTYLE" going across the entire content area?

    I have 5-6 categories I need to feature on front page in a scheme of widget areas for

    Home Top (slider or tab)
    Home Left for two feature post widget stacked on left side
    Home Right for two feature post widget stacked on right
    Home Bottom for another feature post widget above Listing widget

    I GOTS TO KNOW

    October 2, 2013 at 1:30 pm in reply to: show page content above posts…what is that? #65101
    worldviewpr
    Member

    Thanks, but your response does not tell me what it is. Is there some example?

    September 13, 2013 at 2:24 pm in reply to: How do I add breadbrumbs to category pages? #62344
    worldviewpr
    Member

    Robin's answer does not address categories.

    September 11, 2013 at 1:58 pm in reply to: image link to #name on another page #61998
    worldviewpr
    Member

    On further testing.

    The anchor for #sdk work fine within the page at redpark.wpengine.com

    AND

    One can point browser DIRECTLY to http://redpark.wpengine.com/developers/#sdk and go to the anchor (sdk form) no problem

    But if you click on the image on another page or post on the site with the 'a href' pointing to the same URL, either wordpress or genesis strips out the #sdk

    You can try it at

    page example

    http://redpark.wpengine.com/console-cable-c2-rj45v/

    post example

    http://redpark.wpengine.com/ttl-serial-cable-c2-ttl/

    September 11, 2013 at 1:33 pm in reply to: image link to #name on another page #61993
    worldviewpr
    Member

    I've tried this and still does not work.

    on page

    http://redpark.wpengine.com/console-cable-c2-rj45v/

    I have the a href for the image DOWNLOAD SDK pointing to

    http://redpark.wpengine.com/developers/#sdk

    And browser goes to top of page of http://redpark.wpengine.com/developers/

    The #SDK is stripped out

    September 10, 2013 at 4:31 pm in reply to: Getting Custom Title Image to be Responsive #61797
    worldviewpr
    Member

    Thanks, that seems to have done the voodoo that you do so well.

    One adjustment I made was to make the left padding smaller to better center. Thanks, again.

    I've gotten more done on Gensis in a week than struggling with Thesis 2.1 for a 6 weeks. Run away.

    September 3, 2013 at 11:24 am in reply to: How to wrangle images for blog page in Eleven40 #60465
    worldviewpr
    Member

    That worked great, thank you.

    Now for the single page view. Can you help me do the same thing on the single view page? Currently the image appears above the headline (title). is there a function to move it to below headline and have content wrap around it, as well?

    with the code you already supplied (thanks again)


    .home img.grid-featured {
    float: left;
    margin-right: 1.5rem;
    }

    .single .entry-image {
    margin-bottom: 2rem;
    }

    would there be a change to the lower section for .single .entry-image? Not sure how to adjust the code in function.php file


    //* Reposition the secondary navigation menu
    remove_action( 'genesis_after_header', 'genesis_do_subnav' );
    add_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_subnav' );

    //* Align post images on Front Page to the Left with wrap *//
    add_image_size( 'single-large', 0, 0 );

    add_action ('genesis_before_entry','sri_show_featured_image');
    function sri_show_featured_image () {
    if ( is_single() && has_post_thumbnail()) { ?>
    <div class="entry-image">
    <?php the_post_thumbnail( 'single-large' ); ?>
    </div>
    <?php }
    }

    Thanks in advance for any help. bgr

    August 20, 2013 at 3:53 pm in reply to: Thumbnails and excerpts in Blog page #57760
    worldviewpr
    Member

    Never mind. found solution as soon as posted. Home says: D'oh!

    In Theme Settings click on Include Feature Image. ANd probably better to run an excerpt that is unique to avoid duplicate content with first para of the post itself.

    Thanks for witnessing my learning process.

    August 19, 2013 at 5:23 pm in reply to: Remove PAGE titles only #57450
    worldviewpr
    Member

    Thanks so much, I've been pounding my head on a wall for days on this.

    August 19, 2013 at 5:22 pm in reply to: Remove PAGE titles only #57449
    worldviewpr
    Member

    I saw it work right on firefox so it must have been safari cache, even though I reset cache and restarted after it choked it still shows the page title. SO Iwill see if the php works, too again, thanks, but may just stick with the .css with html5 selectors

    August 19, 2013 at 5:17 pm in reply to: Remove PAGE titles only #57447
    worldviewpr
    Member

    CSS did not work either per same URL

    http://redpark.wpengine.com/shop/

    .page-id-013 .entry-title,
    .page-id-159 .entry-title,
    .page-id-059 .entry-title,
    .page-id-015 .entry-title,
    .page-id-016 .entry-title {
    display: none;
    }

    It's a mystery. Possible host blocking something?

    August 19, 2013 at 5:10 pm in reply to: Remove PAGE titles only #57444
    worldviewpr
    Member

    The PHP did not work per http://redpark.wpengine.com/shop/

    SHOP stil appears in contetn. SO far on most of the pages I could select Blog Template because I was using a query arg

    but I am having no luck getting PHP to work, will try CSS and report

    add_action('get_header', 'wpsites_remove_page_titles');
    /**
    * Removes Page Titles Based on i.d's in an array
    * @author Brad Dalton - WP Sites
    * @example http://wpsites.net/web-design/remove-titles-specific-conditions/
    */
    function wpsites_remove_page_titles() {
    $pages = array( 13,159,59,15,16 );
    if ( is_page($pages) ) {
    remove_action( 'genesis_entry_header', 'genesis_do_post_title' );
    }
    }

    August 19, 2013 at 4:59 pm in reply to: Remove PAGE titles only #57439
    worldviewpr
    Member

    I saw the CSS to at

    http://wpsites.net/web-design/remove-titles-specific-conditions/

    Is CSS the better way to do that instead of using display none? (possible google ding for hiding content?)

    August 19, 2013 at 4:57 pm in reply to: Remove PAGE titles only #57438
    worldviewpr
    Member

    Interesting, thanks.

    Question, would I then enter the page IDs separated by commas in the$pages = array ( nnnnn,yyyyy ); to select the pages where I want that function to apply, yes?

    August 19, 2013 at 4:48 pm in reply to: one-half column not at top of column #57436
    worldviewpr
    Member

    Thanks, but that is the whole point of of using two columns. Image and product meta data on left and description on the right. I should think length of content in either column should be a factor.

    As as long as the brackets are there it would seem to me the beginning of the second column ought to auto adjust to same area that left hand column does.

    August 19, 2013 at 3:33 pm in reply to: Remove PAGE titles only #57427
    worldviewpr
    Member

    Hi Susan, thank you for the suggestion. No I don't mind plugins as long as they make a difference for the site and don't break anything<LOL>

    I have tried Genesis Title Toggle with mixed success. I did ask it to turn off titles in a page and it did, but as the page included a query for some posts, it also removed the headlines of those posts. Perhaps it's wroth anopther look.

    I need something that can be more specific. I just want the PAGE names (titles) showing up only in the NAV menu, tnot their page content.

  • Author
    Posts
Viewing 18 posts - 41 through 58 (of 58 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

© 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