• 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 - 15,321 through 15,340 (of 15,342 total)
← 1 2 3 … 766 767 768 →
  • Author
    Posts
  • January 7, 2013 at 12:51 am in reply to: importing blog posts #10070
    Brad Dalton
    Participant

    If you have a database backup, you could import that into your new database on your new host


    Tutorials for StudioPress Themes.

    January 7, 2013 at 12:48 am in reply to: Switching from other cms to wordpress #10069
    Brad Dalton
    Participant

    Depends on what it is. There's a plugin named HTML Import 2 which may help. How many pages/posts do you have? Can you paste a link to your site please.


    Tutorials for StudioPress Themes.

    January 6, 2013 at 9:55 am in reply to: To what extent are the themes customizable & what is included in the framework? #9929
    Brad Dalton
    Participant

    You could use the framework on its own and add styling to it using a child theme

    There are also several free child themes you can install with the framework http://www.studiopress.com/tag/free-child-themes

    All the child themes are fairly easy to customize once you become familiar with the Genesis theme settings and your child themes style.css file.

    All the styling in all the child themes is editable


    Tutorials for StudioPress Themes.

    January 5, 2013 at 4:33 am in reply to: Changing Link Colors – Lifestyle Theme #9706
    Brad Dalton
    Participant

    Works for me in Firebug. Where did you paste the code?


    Tutorials for StudioPress Themes.

    January 5, 2013 at 4:21 am in reply to: Easy Way to Implement a Similar Videos Page? #9705
    Brad Dalton
    Participant

    Should be able to do this yes.


    Tutorials for StudioPress Themes.

    January 5, 2013 at 4:15 am in reply to: Magazine theme – header logo #9704
    Brad Dalton
    Participant

    You can add your logo to a background which is 960?—115 and make the background transparent using a tool like Paint.net or Gimp


    Tutorials for StudioPress Themes.

    January 5, 2013 at 4:01 am in reply to: Placing content before category/tag post loop grid #9703
    Brad Dalton
    Participant

    You could use a plugin that adds introductory content/category descriptions before the posts on the archive pages Rich Text Tags, Categories, and Taxonomies

    http://wordpress.org/extend/plugins/rich-text-tags/

    Or you could add code to your functions.php which also does this if you're using the WordPress SEO by Yoast plugin.


    Tutorials for StudioPress Themes.

    January 5, 2013 at 3:51 am in reply to: How can I reduce the bg.png file in eleven40 theme #9702
    Brad Dalton
    Participant

    You could add it to a white or transparent background using a tool like paint.net


    Tutorials for StudioPress Themes.

    January 5, 2013 at 3:44 am in reply to: How do I get banner ad at the top of my blog? #9701
    Brad Dalton
    Participant

    You can add Vertical and Horizontal spacing to images using the Advanced Image Settings


    Tutorials for StudioPress Themes.

    January 5, 2013 at 3:26 am in reply to: change navigation background on Streamline child theme #9700
    Brad Dalton
    Participant

    Find this line in your child themes style.css file and add the new property in bold

    .menu-primary, .menu-secondary, #header .menu {
    clear: both;
    color: #AAA49F;
    font-size: 12px;
    margin: 0 auto;
    overflow: hidden;
    text-shadow: 1px 1px #000000;
    text-transform: uppercase;
    width: 100%;
    background: url (images/breadcrumb.png);
    }


    Tutorials for StudioPress Themes.

    January 5, 2013 at 1:38 am in reply to: blog template page customization #9695
    Brad Dalton
    Participant

    You can align the image using the Advanced Image Settings horizontally or vertically.

    You can also hide the title using CSS


    Tutorials for StudioPress Themes.

    January 4, 2013 at 2:10 am in reply to: blog template page customization #9434
    Brad Dalton
    Participant

    http://dreamwhisperdesigns.com/genesis-tutorials/add-content-genesis-blog-page-template/

    Try this.

    What i did was register a new widget area and hook it in using a conditional tag but i also added a page_blog template in the child theme.


    Tutorials for StudioPress Themes.

    January 4, 2013 at 1:27 am in reply to: Move secondary Navigation below Main Navigation in Prose #9428
    Brad Dalton
    Participant

    http://my.studiopress.com/snippets/navigation-menus/


    Tutorials for StudioPress Themes.

    January 4, 2013 at 1:13 am in reply to: Easy Way to Implement a Similar Videos Page? #9426
    Brad Dalton
    Participant

    The portfolio page template looks like this. http://theotisbeasley.net/videos/

    You can determine how many videos you want to display on each page and style them fairly easily.

    I have used it for slides Example: http://wpsites.net/slides/

    I don't think the Sample Child comes with a portfolio page template or custom post type for this type of page however, you have at least 3 choices.

    Change themes - Pick one with the same sizes as Sample Theme

    Create a portfolio page template using Brian's tutorial - http://www.briangardner.com/portfolio-page/

    Install the portfolio plugin (very beta)  - http://wordpress.org/extend/plugins/genesis-portfolio/

     


    Tutorials for StudioPress Themes.

    January 4, 2013 at 12:14 am in reply to: How to write text and links with colour and different fonts in a widget #9422
    Brad Dalton
    Participant

    Use the content columns shortcode and then paste it into the widget.

    http://studiopress.tv/how-to-easily-build-beautiful-columns-of-content/

    You may need to add support for shortcodes in widgets

    add_filter('widget_text', 'do_shortcode');

    Your question different fonts

    How do you plan on using different fonts without writing CSS?


    Tutorials for StudioPress Themes.

    January 4, 2013 at 12:07 am in reply to: blog template page customization #9418
    Brad Dalton
    Participant

    The code i gave you is only a solution for the conditional tag. You'll need to write the code and include the conditional tag.  Maybe Nick can help if you send a email to support.


    Tutorials for StudioPress Themes.

    January 3, 2013 at 10:50 am in reply to: Remove Date stamp from all pages and posts #9189
    Brad Dalton
    Participant

    Already answered here http://www.studiopress.community/topic/how-do-i-remove-filed-under-and-tagged-with/

     


    Tutorials for StudioPress Themes.

    January 3, 2013 at 10:45 am in reply to: Best Way to Learn CSS #9187
    Brad Dalton
    Participant

    http://w3schools.com/css/ is excellent

    You can start by learning about the i.d and class selectors which you can relate to in your child theme.

    Then you can learn about the different properties and play around on a local installation using your child themes style.css file.


    Tutorials for StudioPress Themes.

    January 3, 2013 at 8:59 am in reply to: How do I remove 'filed under' and 'tagged with'? #9175
    Brad Dalton
    Participant

    The easiest way is to simply remove the default shortcodes you don't want using Simple Edits.

    But the Simple Hooks plugin is something i think you'll find very handy for customization.

    To unhook something, you simply check the box which says unhook.

    You'll see the boxes once you install the Simple Hooks plugin.

    After installing, go to Genesis > Simple Hooks and you'll find a page containing all the hooks with boxes.


    Tutorials for StudioPress Themes.

    January 3, 2013 at 8:47 am in reply to: How do I remove 'filed under' and 'tagged with'? #9170
    Brad Dalton
    Participant

    You can remove the shortcodes using simple edits for the post info and meta you don't want to display

    [post_date] By [post_author_posts_link]

    [post_categories] [post_tags]

    or you can use the Genesis Simple Hooks plugin and unhook post meta and info.

    After installing the plugin Go to the Post/Page Hooks and find:

    Unhook genesis_post_info() function from this hook?

    Unhook genesis_post_meta() function from this hook?


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 20 posts - 15,321 through 15,340 (of 15,342 total)
← 1 2 3 … 766 767 768 →
« 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