• 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

manavecplan

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 - 21 through 40 (of 52 total)
← 1 2 3 →
  • Author
    Posts
  • April 1, 2016 at 8:37 am in reply to: CSS not picking up #182656
    manavecplan
    Member

    *Scratches head...*

    Here's the thing: both sites use the EXACT same files. I've literally replicated the files across. And tested it with a third site as well.

    Both the test sites are picking up the Open Sans just fine...it's just my site that's borked.

    That said, while I agree with you in entirety I'm a little freaked out that I can't see the Open Sans definition on either of the test sites via the Inspector. It's still picking up from somewhere...

    April 1, 2016 at 8:00 am in reply to: DIV level CSS #182655
    manavecplan
    Member

    Thanks Victor!

    That worked perfectly! Much appreciated... 🙂

    April 1, 2016 at 5:52 am in reply to: CSS not picking up #182639
    manavecplan
    Member

    So, I've maanaged to get the spacing issue sorted out.

    Can I get a second pair of eyes for the font?

    It should pick be picking up Open Sans from Google which I've enqueued as under:

    //load google font
    add_action('wp_enqueue_scripts','genesis_sample_enqueue_google_fonts');
    function genesis_sample_enqueue_google_fonts() {
    	wp_enqueue_script( 'open-sans', '//fonts.googleapis.com/css?family=Open+Sans:400,300,400italic,600,600italic,700,700italic' );
    }
    
    February 25, 2016 at 11:16 pm in reply to: CSS not picking up #179953
    manavecplan
    Member

    Tom, Victor,

    You're both right, sorry about the snafu.

    Despite purging my cache multiple times(and checking the network tab), Chrome is refusing to show me an updated page.

    Works just fine on Firefox...

    Thanks again for the extra set of eyes guys...

    February 16, 2016 at 11:53 pm in reply to: Post Byline Modification #179211
    manavecplan
    Member

    Hey Christoph,

    You're right!

    Function 1 works just fine. I hadn't refreshed the page... #facepalm

    Function 2 isn't working though even with the code that you helped with. Ideally, I'd want the date showing up in the yellow highlighted spot... 🙁

    http://i.imgur.com/KnIrpbm.png

    February 9, 2016 at 6:50 am in reply to: Featured Image alignment #178642
    manavecplan
    Member

    Anyone have any kind of luck with this?

    February 1, 2016 at 6:27 am in reply to: Featured image for Pages #178036
    manavecplan
    Member

    Does this work for you? Presuming that you wanted to target both pages and posts...

    function featured_post_image() {
      if ( !is_singular( array( 'post', 'page' ) ))  return;
        the_post_thumbnail('post-image'); //you can use medium, large or a custom size
    }
    add_action( 'genesis_before_entry', 'featured_post_image', 1 );
    
    
    February 1, 2016 at 6:24 am in reply to: Back to Top Button #178035
    manavecplan
    Member

    Fair point, will mark this as closed.

    January 13, 2016 at 8:29 am in reply to: Custom.css file issue #176373
    manavecplan
    Member

    Feel very, very stupid. Ugh.

    Was the curly quotes issue. Didn't even notice it in Atom...

    Thanks muches Victor!

    And yeah, Coral, I don't think that would hurt at all...

    October 30, 2015 at 3:51 am in reply to: WordPress Installation #169591
    manavecplan
    Member

    Anyone wanna chime in?

    Also, what about creating a page called "blog" and using that to host the main page of the blog from?

    March 19, 2015 at 2:51 pm in reply to: Fullwidth customization #144963
    manavecplan
    Member

    It is ALIVE!!! Chegg it: http://traffictrain.in/test-website-loading-speed/

    Thanks so much Julia... 🙂

    Looks FANTASTIC imo...all thanks to you! Thanks for putting up with my stupid....

    March 18, 2015 at 1:50 pm in reply to: Fullwidth customization #144866
    manavecplan
    Member

    Did that too...still no go. 🙁

    Check out the latest on: http://traffictrain.in/benefits-of-email-marketing/

    March 4, 2015 at 2:28 pm in reply to: Fullwidth customization #143215
    manavecplan
    Member

    Almost there...I'm pretty sure I made a mistake while explaining it though. 🙁

    While it now spans the width of the text column, I actually need it to span the width of the content column(whitespace+text+whitespace) in entirety.

    February 20, 2015 at 5:27 am in reply to: Fonts- H2 subheaders and body text #141428
    manavecplan
    Member

    Hey Tonya,

    Tried the specific tags thing, no go. To be specific, I've tried the p tag and that's not worked.

    Can you help? 🙁

    February 12, 2015 at 10:46 pm in reply to: Fonts- H2 subheaders and body text #140670
    manavecplan
    Member

    Question: Why would I be enqueueing these fonts?

    I have them stored in the fonts folder and I'm loading them from there by declaring the location via CSS.

    That seems to work just fine for the Post titles which is displayed in "montserratbold" just not the post sub-headers and the post text. 🙁

    P.S. I love the shortlink thing at the end of your post here. Nice animation touch!

    January 27, 2015 at 2:29 pm in reply to: Site Title Font #138792
    manavecplan
    Member

    Hey Angie,

    Was a caching issue!

    Thanks for checking though... 🙂

    June 16, 2014 at 2:24 am in reply to: Jetpack Social Sharing #109953
    manavecplan
    Member

    Hey Tony,

    Thanks for looking at this! Much appreciated...like you said, it's almost sorted out now.

    If you could show me how do do that email thing, that would be a neat trick!

    June 15, 2014 at 8:28 am in reply to: Post Byline Mod #109861
    manavecplan
    Member

    And done... 🙂

    Nothing like a little LMGTFY!

    June 15, 2014 at 7:33 am in reply to: Post Byline Mod #109855
    manavecplan
    Member

    Figured out how to limit it to single posts:

    //* Customize the entry meta in the entry header (requires HTML5 theme support)
    add_filter( 'genesis_post_info', 'sp_post_info_filter' );
    function sp_post_info_filter($post_info) {
      if (is_single() ){
        $post_info = '[post_date] / [post_author_posts_link] / [post_edit]';
      return $post_info;
    }
    }

    Still have the icons and output to deal with....

    May 12, 2014 at 2:06 am in reply to: Breadcrumbs Modification #104612
    manavecplan
    Member

    Hey Len,

    Thanks for chiming in...

    Guess I'm gonna leave it at changing the separators though I will say that it's mighty strange that the home argument accepts dashicons/icon fonts but not an image!

    Thanks again Len, Paul!

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 52 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

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