• 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

RobCubbon

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 - 1 through 20 (of 81 total)
1 2 3 4 5 →
  • Author
    Posts
  • April 8, 2020 at 9:18 am in reply to: Photo caption style same as ordinary text after last update Magazine Pro #497831
    RobCubbon
    Member

    Hello again. I think I "fixed" it.

    Forgive me it's been ages since I did any CSS with a Genesis theme.

    Here's what I did. In WordPress I went Themes > Appearance > click on the Child Theme

    Then I clicked on Additional CSS and then added

    figcaption {font-size: 14px;}

    ... and Published and that seemed to do the trick.

    It's not the way I used to do it. I used to edit the style.css of the child theme but WordPress has changed a lot since then.

    Am I right to be doing it this way?


    Rob Cubbon

    July 28, 2015 at 4:09 pm in reply to: Header widget below logo in Windows Chrome #160793
    RobCubbon
    Member

    Thanks for letting me know, Christoph


    Rob Cubbon

    April 10, 2015 at 6:50 am in reply to: Add custom HTML to page heading #147315
    RobCubbon
    Member

    Thanks Brad, I didn't see that (more elegant) solution but I'll stick with the HTML and CSS solution – easier for me.


    Rob Cubbon

    April 10, 2015 at 6:32 am in reply to: Add custom HTML to page heading #147311
    RobCubbon
    Member

    It can all be done with HTML and CSS.

    You can put <span> tags in the title area of the WordPress edit Page page. (I didn't know you could do this).

    Your work should <span>standout</span> from the crowd

    Then the CSS will be :

    .page-id-123 h1 span{color:hotpink;}

    Case closed. Thank you.


    Rob Cubbon

    April 9, 2015 at 10:07 pm in reply to: Add custom HTML to page heading #147274
    RobCubbon
    Member

    Hello Kelly, thank you for that but I don't understand. That's a solution if you're able to edit the single.php or another theme file but I have to work out how to employ that edit in functions.php


    Rob Cubbon

    November 20, 2014 at 9:52 pm in reply to: Re-done my site using Magazine Pro #132347
    RobCubbon
    Member

    Thank you, Mindy and Jeng, starting with a nice Genesis child theme as a base make the process easier! 🙂


    Rob Cubbon

    November 4, 2014 at 1:57 am in reply to: Stopping comments #130374
    RobCubbon
    Member

    I've just put it in, Brad, thank you.

    I found it here: http://wpsites.net/blogging/stop-comment-spam/

    I will report back on progress.


    Rob Cubbon

    August 30, 2014 at 12:00 pm in reply to: Re-done my site using Magazine Pro #121898
    RobCubbon
    Member

    Yeah, Dave, I put the body up to 18px from 16px – kinder to the eyes!

    Thanks, Dave. Hope you're well.


    Rob Cubbon

    August 21, 2014 at 6:05 pm in reply to: Change number of posts on archive pages #120371
    RobCubbon
    Member

    Sorry, I was being dumb. I'd forgot this was on Settings > Reading


    Rob Cubbon

    August 21, 2014 at 6:02 pm in reply to: Magazine Pro theme – separate blog page? #120370
    RobCubbon
    Member

    Thanks, Susan, for understanding my ramblings.

    What I was thinking of doing was using the widgets to show a big image featured posts, then 4 half column featured posts with thumbnails, then 6 listed headlines without images. Then a text widget with a link to site.com/blog/page/2/ so the visitor could keep going.


    Rob Cubbon

    July 3, 2014 at 4:02 am in reply to: Comments not showing on Custom Post Types #112820
    RobCubbon
    Member

    Thanks for adding the TechTabby fix, Kellylise. It was perfect. 🙂


    Rob Cubbon

    June 16, 2014 at 4:01 am in reply to: Comments not showing on Custom Post Types #109955
    RobCubbon
    Member

    I've just heard back from Sensei:

    Sounds like you'd need to include the comments output in the wrapper templates for your Genesis theme. You may need to get help from Genesis support to find the exact code you need to include in your wrapper templates, according to the method described [here] http://docs.woothemes.com/document/sensei-theming/#section-15

    h'mmm


    Rob Cubbon

    March 31, 2014 at 6:10 pm in reply to: Enable HTML5 markup snippet change #97814
    RobCubbon
    Member

    Dave, Nathan just tweeted me "use the parameters. It's how WP 3.9 will expect it to be used, though it won't break if you just use the 'html5' part."

    @robcubbon use the parameters. It's how WP 3.9 will expect it to be used, though it won't break if you just use the 'html5' part.

    — Nathan Rice ?’? (@nathanrice) March 31, 2014

    I guess I'd better change it on my sites then 🙂


    Rob Cubbon

    March 31, 2014 at 3:12 pm in reply to: Enable HTML5 markup snippet change #97765
    RobCubbon
    Member

    Hey Dave, nice to talk to you again. I've tweeted it out to Nathan Rice (I hope that's OK).


    Rob Cubbon

    March 11, 2014 at 5:58 am in reply to: Retina display media queries on sample child theme #94256
    RobCubbon
    Member

    I guess I will keep the retina display media queries as is and create a 2x larger version of the logo.


    Rob Cubbon

    March 9, 2014 at 4:00 pm in reply to: Retina display media queries on sample child theme #94091
    RobCubbon
    Member

    Thank you so much, nutsandbolts, I think I am understanding of these retina device media queries a little bit better – thank you so much.

    Just to muddy the waters still further, I have added the following to my CSS this is to ensure my logo fits into the narrower devices:

    
    @media only screen and (max-width: 1023px) {
    
    .header-image .site-header .wrap {
    		background: url(images/logo2.png) no-repeat;
    		background-size: 320px 164px;
    	}
    
    }
    

    So this logo2.png is 320 pixels by 164 pixels.

    So maybe this would simplify things. As my logo on devices narrower than 1023 pixels wide will be the normal size, 320 pixels by 164 pixels, then I could keep the [email protected] as the same size as the original (720px x 328px) and keep the retina media queries the same as well.

    Would that work?

    The site isn't live yet but it will be very soon I hope.


    Rob Cubbon

    November 20, 2013 at 8:00 pm in reply to: Genesis Responsive Slider stop sliding! #74641
    RobCubbon
    Member

    Thank you, Susan, I'd never heard of that plug-in 🙂


    Rob Cubbon

    November 20, 2013 at 7:14 pm in reply to: Genesis Responsive Slider stop sliding! #74619
    RobCubbon
    Member

    I think you're right, Susan, the only way is probably to put a massive number in the time between slides.

    What I mean is, I want the slider to be static until you click on the arrows or the pagination circles but not otherwise.

    thank you.


    Rob Cubbon

    November 6, 2013 at 5:35 pm in reply to: Responsive Videos after Genesis 2.0 / HTML5 #71334
    RobCubbon
    Member

    Ah, table! Is there any way you could do it without using tables?


    Rob Cubbon

    November 6, 2013 at 12:48 pm in reply to: Responsive Videos after Genesis 2.0 / HTML5 #71291
    RobCubbon
    Member

    Don't put the iframe in – try just :

    
    http://www.youtube dot com/watch?v=FfRy_upxgkw
    

    I couldn't put the proper URL in there because it turned into a video on this site 🙂

    I can't remember what I put in that field for Fitvids – try some main wrap tag.


    Rob Cubbon

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 81 total)
1 2 3 4 5 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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