• 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

mat3d

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 25 total)
1 2 →
  • Author
    Posts
  • January 27, 2020 at 11:10 am in reply to: Image resizing problem with Internet Explorer #496241
    mat3d
    Member

    Ok thanks, I'll try that.

    January 27, 2020 at 10:49 am in reply to: Image resizing problem with Internet Explorer #496237
    mat3d
    Member

    Hi Anita,

    I can't find an example in the demo with images in the text (just featured image) so it's difficult to judge from there.

    One example on one of my website is here:

    Panasonic Lumix G9 vs Olympus OM-D E-M1 II – The complete comparison

    If you scroll down to the first chapter (Design, build quality and interface), the first image with the two cameras side by side won't resize in IE.

    Mat

    November 19, 2019 at 11:14 am in reply to: WordPress 5.3: caption are now aligned to the left instead of centre #494860
    mat3d
    Member

    Ok, by keep googling a few more minutes, I found a code that works:

    figcaption {
        text-align: center;
    }

    I've added it in Customize / Additional CSS section.

    I hope this can help other users having the same problem.

    September 28, 2019 at 2:10 am in reply to: increase header size wellness pro #493757
    mat3d
    Member

    Hmm I'm not sure what the problem could be, mine looks fine on the three browsers.

    September 11, 2019 at 7:02 am in reply to: increase header size wellness pro #493499
    mat3d
    Member

    Right so it looks like I found a solution:

    The default size for the header image is 600x160. I've changed these values in the function.php file to 900x240:

    // Add support for custom header.
    add_theme_support( 'custom-header', array(
    'width' => 900,
    'height' => 240,
    'header-selector' => '.site-title a',
    'header-text' => false,
    'flex-height' => true,
    ) );

    Then I changed the values in style.css to 450x120:

    .header-image .title-area {
    margin: 0 auto;
    max-width: 450px;
    padding: 0;
    }

    .header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    float: left;
    min-height: 120px;
    width: 100%;
    }

    This way the logo appears sharp on both my iPhone 7 plus and my MacBook retina display.

    I'm not sure if this is the best workaround but I'll leave it here in case somebody else stumble upon the same problem.

    September 11, 2019 at 6:10 am in reply to: increase header size wellness pro #493498
    mat3d
    Member

    Sorry meant version 1.1.4

    September 10, 2019 at 4:38 am in reply to: increase header size wellness pro #493482
    mat3d
    Member

    Hi and thanks for the tip.

    It works, however the logo appears blurry. It looks like the code increases the size from 300x80 rather than using the full size of image (600x160).

    Anybody has any idea how to solve this? I had a look at the function.php and style.css but it's a bit different than what I remember.

    I'm using Wellness Pro version 4.0.0

    Many thanks.

    Mat

    September 20, 2018 at 12:05 pm in reply to: Link to Javascript popup window #223322
    mat3d
    Member

    Thanks Anita.

    I found out that if I save the page just after inserting the code in Text mode (without switching back to the Visual tab first), the link is saved correctly. Not the best solution but at least I know how to make it work.

    Mat

    June 22, 2018 at 6:50 am in reply to: Metro Pro – Change the color of the comment button (entry meta) #221071
    mat3d
    Member

    I remember changing the colour on that line but I didn't think about the !important tag. Now it works.

    Many thanks!

    June 22, 2018 at 6:48 am in reply to: Search form – Customise the text style #221070
    mat3d
    Member

    Thanks Anita and Brad, I got what I needed!

    June 21, 2018 at 11:13 am in reply to: Search form – Customise the text style #221040
    mat3d
    Member

    Here it is:

    Homepage

    Thanks

    June 21, 2018 at 11:12 am in reply to: Metro Pro – Change the color of the comment button (entry meta) #221039
    mat3d
    Member

    Here it is:

    Homepage

    Thanks

    June 16, 2018 at 11:54 am in reply to: Font size for mobile view #220889
    mat3d
    Member

    Hi Erika and thank you, your code is working.

    April 17, 2018 at 11:11 am in reply to: Design Palette Pro isn't not working #219056
    mat3d
    Member

    Hi,

    if I remember correctly I exported my data, reset the plugin, emptied my cache, imported my data and I managed to get it back on track. Although I admit since then I've didn't use it much.

    March 12, 2018 at 5:37 am in reply to: Design Palette Pro isn't not working #217810
    mat3d
    Member

    Hi Christoph, no problem I understand.

    I managed to make it work in the end.

    Thanks.

    January 15, 2018 at 5:17 am in reply to: Wellness Pro and Featured Image #215408
    mat3d
    Member

    Thank you very much ArtsNet, it works just fine!
    Really appreciate your help.
    Best
    Mat

    January 9, 2018 at 5:11 am in reply to: Wellness Pro and Featured Image #215223
    mat3d
    Member

    Note: I did a search in the forum and found similar posts to mine but I am seeking additional information about what changes I can make to the code and if it is possible to do it in the child theme rather than the Genesis Framework itself.
    Thanks!

    February 1, 2017 at 4:35 am in reply to: Problem: Color Style not showing in Genesis settings (Metro Pro) #200356
    mat3d
    Member

    Update II: in the latest version of Metro Pro (2.2.1), the color style box doesn't exist anymore and you can set the colours in the customise section of wordpress directly. So I guess that explains the initial problem.

    January 31, 2017 at 11:31 am in reply to: Problem: Color Style not showing in Genesis settings (Metro Pro) #200328
    mat3d
    Member

    Update: I switched back to an earlier version of Metro Pro (2.1.1) and now the color style box finally displays in the theme settings.

    However the Design Palette Pro plugin still doesn't work. Perhaps I will open a separate topic.

    January 31, 2017 at 8:25 am in reply to: Problem: Color Style not showing in Genesis settings (Metro Pro) #200317
    mat3d
    Member

    Yes, latest version of Genesis (2.4.2) and Metro Pro 2.2.0

    I already tried to re-install Metro Pro but the problem is still there. Should I try to re-install Genesis as well?

    Another thing that comes to mind is that I used the Theme Test Drive plugin to preview a few things before making the theme live. I do wonder if that caused some issue (it is now de-activated).

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 25 total)
1 2 →

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