• 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

kosmiq

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 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • July 16, 2013 at 6:27 am in reply to: Website for web services #50937
    kosmiq
    Member

    Of course. You can find the theme and it's code here: https://github.com/kosmiq/ABCWebb

    June 25, 2013 at 1:24 pm in reply to: Website for web services #47693
    kosmiq
    Member

    Thanks for the feedback, all of you! I'll take a look at the resolution of the screenshots.

    As for (some of) the colors, take a look here: http://flatuicolors.com/. A lot of good colors for subtle design that you can pick and combine 🙂

    June 3, 2013 at 1:30 am in reply to: Website for web services #43772
    kosmiq
    Member

    No current plans for english content. Our potential customers right now are all located in Sweden and with Swedish only customers. We might in the future however.

    February 11, 2013 at 3:50 am in reply to: A social media widget based on foundation font #19559
    kosmiq
    Member

    I took a quick look again at your page, I can see the css-file in your <head> but can not find anything related to the widget?

    February 11, 2013 at 3:42 am in reply to: A social media widget based on foundation font #19558
    kosmiq
    Member

    Hi, sorry for the late response. Please start by downloading the widget/plugin again. I have updated it with proper IE7 support and a few more settings.

    Could you then place it and activate it and point me to where it should show up?

    Edit:

    I have tested it both in the header and the footer on my showpage linked in the post and it does work.

    December 19, 2012 at 8:36 am in reply to: Some feedback on a design #6146
    kosmiq
    Member

    RobAlex, you got a point. I only tested it on my IPS monitor, when testet on my laptop I see the same issues with readiblity. Might have to think some about that. Thanks! 🙂

    December 19, 2012 at 3:58 am in reply to: Some feedback on a design #6126
    kosmiq
    Member

    Thanks for the feedback! I have ditched the electric blue in favor of the one from the header plus I have increased the overall width of the page with 40px and it does look a little better.

    Some other changes have been incorporated as well regarding posts with multiple categories. The site is also responsive so if you can give feedback on that layout as well I'd be grateful! 🙂

    December 17, 2012 at 9:21 am in reply to: Display Category Above Post Title? #5743
    kosmiq
    Member

    Don't think there is a genesis hook to do it all at once. However you should be able to do something like this:

    /** Add category before title */
    add_action( 'genesis_before_post_title', 'do_category_before_title' );
    function do_category_before_title() {
    printf( the_category() );
    }

    You will probably need to add some styling etc. when it's visible, but it should at least display it.

    If you only want it to appear when viewing a single post simply change it to

    /** Add category before title */
    add_action( 'genesis_before_post_title', 'do_category_before_title' );
    function do_category_before_title() {
    if( is_single() ) {
    printf( the_category() );
    }
    }

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)

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