• 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

photastic

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 65 total)
1 2 3 4 →
  • Author
    Posts
  • August 9, 2014 at 8:39 am in reply to: Add space below widgets in footers in Enterprise #117891
    photastic
    Member

    Davinder, he only wants to seperate the 2 stacked widgets on the right (News and Subscribe) if I understand correctly πŸ™‚


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    August 9, 2014 at 8:37 am in reply to: Add space below widgets in footers in Enterprise #117890
    photastic
    Member

    hey djnolan,

    you can do this by adding this code at the bottom of your themes style.css file :

    .footer-widgets-3 .widget_recent_entries {
     margin-bottom: 15px;
    }

    Off course you adjust the amount accordingly to how much space you want.

    That should solve your problem πŸ™‚


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    March 24, 2014 at 3:15 pm in reply to: Text not displaying, only after clicking random part of site #96476
    photastic
    Member

    Holland... nuff said... πŸ˜‰

    Belgium rocks πŸ˜‰

    just kidding... really strange stuff...

    something is fishy indeed... when I look at the site in IE the menu items aren't floating left...


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    March 24, 2014 at 3:07 pm in reply to: Text not displaying, only after clicking random part of site #96468
    photastic
    Member

    just bumping in to say I'm not seeing anything wrong...

    Chrome version 33.0.1750.154 m on Windows 8 desktop mode...


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    February 24, 2014 at 6:42 am in reply to: rel=”alternate” #92112
    photastic
    Member

    nevermind my reply :s


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 20, 2013 at 2:09 pm in reply to: Change Header Title and Tagline in eleven40 Pro/Genesis 2.0 #63577
    photastic
    Member

    hey Marty,
    I have tweeted for help... I received 3 business projects to which I have to spend all my time so I'm affraid I can't respond anymore in a quite timely matter (as you probably noticed...)


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 16, 2013 at 11:59 am in reply to: Rename Portfolio Page #62849
    photastic
    Member

    hey Carrie, going to the permalinks page actually solved the problem πŸ™‚ I only altered the functions.php like you mentionned and now it works perfectly πŸ™‚

    another new thing learned!

    Thanks a bunch!


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 16, 2013 at 2:11 am in reply to: z-index problem with like buttons… #62784
    photastic
    Member

    got it fixed... the span in which the Facebook like button was sitting, wasn't providing enough room to show the entire flyout...

    I solved it by making the width of the span wide enough to show the entire flyout menu:

    div.fb-like.fb_edge_widget_with_comment.fb_iframe_widget span {
    width: 450px !important;
    }

    The !important was needed to overrule the span's inline css width attribute.


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 13, 2013 at 2:19 pm in reply to: Rename Portfolio Page #62342
    photastic
    Member

    sorry to enter this older discussion but I have the exact same question but your suggestion isn't working Carrie...

    I had some portfolio items created and now I changed portfolio to partners but I get a 404 when I go to http://www.vdbinstallation.eu/partners

    any clues?


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 13, 2013 at 12:27 pm in reply to: z-index problem with like buttons… #62319
    photastic
    Member

    hey Gary,

    thanks for the answer... I tried your suggestions (both the data-width & the float:left) on all items but it's still cut off...

    any other suggestions?


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 11, 2013 at 12:16 am in reply to: modifying eleven40 pro header/title/footer color #61843
    photastic
    Member

    You are welcome! Glad I could help πŸ™‚

    If your question is answered, make sure to mark the topic as resolved πŸ™‚


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 10, 2013 at 11:02 am in reply to: modifying eleven40 pro header/title/footer color #61700
    photastic
    Member

    there goes a semicolon after the #ff0000;
    If I check Chrome developper tools, I can see the css is working because the background: url isn't applied but the banner shows white here because of the missing ;


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 10, 2013 at 10:34 am in reply to: modifying eleven40 pro header/title/footer color #61692
    photastic
    Member

    for the header : in your theme's style.css, search for the .site-header part where it says background: url......
    and replace the url by a color of your choice (best in #hex format like #dd43ff).

    for the menu background : in the same style.css, look for the .genesis-nav-menu and there enter the same as you did with the header : background : #ffeesd; (or whatever colour πŸ˜‰ )

    for the footer : same as menu but look for the .footer-widgets code in the styles.css file

    That should do the trick πŸ˜‰


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 9, 2013 at 2:45 pm in reply to: How to add a custom body heading class? #61574
    photastic
    Member

    Glad I could help πŸ™‚


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 9, 2013 at 1:24 pm in reply to: How to add a custom body heading class? #61564
    photastic
    Member

    you can target the body of a specific page like this :

    body.home { css for homepage }
    body.page-id-9 { css for page with id 9 }

    easiest way to find the id of a page is by going to the pagesource and check the class that's in the opening body tag...
    Looks a bit like this :

    <body class="page page-id-9 page-template-default logged-in admin-bar no-customize-support content-sidebar windows chrome override" itemscope="itemscope" itemtype="http://schema.org/WebPage"><div class="site-container">


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 9, 2013 at 1:17 pm in reply to: Change Header Title and Tagline in eleven40 Pro/Genesis 2.0 #61562
    photastic
    Member

    Hey Marty,

    I made all the changes we've been through on a fresh WP 3.6 install with Genesis & Eleven 40 Pro and this is how it comes out on my testsite : http://www.photastic-test.be/

    I've sent you an email with the functions.php & style.css files I have used. Save them under themes/evelen40-pro overwriting the existing ones and check how it comes up then πŸ™‚


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    September 7, 2013 at 2:00 pm in reply to: Full Page Slider Behind Header and Footer #61250
    photastic
    Member

    If that one wouldn't do for some reason, try : http://wordpress.org/plugins/vegas-fullscreen-background-slider/ πŸ™‚


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    August 30, 2013 at 12:31 pm in reply to: Change Header Title and Tagline in eleven40 Pro/Genesis 2.0 #59725
    photastic
    Member

    sorry for the late reply, been very busy with some projects...

    don't understand... I made the exact same modifications on a base genesis 2.0 install with the eleven40pro theme and it doesn't react at all like you say :s

    did you make any other adjustments in the styles.css or functions.php file?


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    August 23, 2013 at 2:19 pm in reply to: Image Caption Block Issue #58508
    photastic
    Member

    ok, then go inside the styles.css file of your theme, and add : !important to the padding line you have added so it will look like this:

    p.wp-caption-text {
    padding: 10px 0 4px 0 !important; //* change values accordingly in this order top - right - bottom - left
    }

    the !important tag should make it so the rule is always applied.


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

    August 23, 2013 at 12:10 pm in reply to: Image Caption Block Issue #58463
    photastic
    Member

    to change A, add this at the BOTTOM of your theme's style.css :

    p.wp-caption-text {
    padding: 10px 0 4px 0; //* change values accordingly in this order top - right - bottom - left
    }

    Often it's important to have css in the correct order to get the right result.


    Trying to craft webstuff at Photastic Webdesign
    Learning Genesis by solving unanswered topics

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

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