• 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

Eva Lim

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 28 total)
1 2 →
  • Author
    Posts
  • December 5, 2016 at 4:22 am in reply to: Fade-In Effect #197036
    Eva Lim
    Member

    Think I've solved the issue.

    Attach the class ".fade" to the element you want to fade in and add the code below:

    .fade {

    -webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 5s; /* Firefox < 16 */
    -ms-animation: fadein 5s; /* Internet Explorer */
    -o-animation: fadein 5s; /* Opera < 12.1 */
    animation: fadein 5s;
    }

    @keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    /* Firefox < 16 */
    @-moz-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    /* Internet Explorer */
    @-ms-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    /* Opera < 12.1 */
    @-o-keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
    }

    May 5, 2016 at 7:13 am in reply to: Genesis eNews Widget #185023
    Eva Lim
    Member

    SOLUTION: Add " box-shadow:none; " to the selectors below:

    input,
    select,
    textarea {
    background-color: #f5f5f5;
    border: none;
    color: #171717;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 8px;
    width: 100%;
    box-shadow:none;
    }

    input:focus,
    textarea:focus {
    border: none;
    outline: none;
    box-shadow:none;
    }

    April 1, 2016 at 7:37 am in reply to: Responsive menu icon #182652
    Eva Lim
    Member

    Hi Brad

    Sorry for this late follow-up but I find myself with the same issue again.
    Do you mind elaborating further on what you said above?

    Thanks,
    Eva

    September 3, 2015 at 9:00 am in reply to: Adding Theme Options for a Responsive Logo or Header Image #164437
    Eva Lim
    Member

    Thanks Brad. I'll try adding support for a custom header and also add media queries, hopefully that will work.

    February 25, 2015 at 2:59 am in reply to: Genesis eNews Widget #142165
    Eva Lim
    Member

    I did. I couldn't find it. It looks like it has to do with Javascript?

    February 20, 2015 at 6:03 am in reply to: Setting Up Custom Permalink – Add Parent #141433
    Eva Lim
    Member

    Found a solution with this plugin : https://wordpress.org/plugins/custom-permalinks/

    December 26, 2014 at 12:45 am in reply to: Hide widget in admin dashboard #135309
    Eva Lim
    Member

    The issue is that I still want Widgets to show up on the Admin dashboard - all I was hoping to do is to hide (not remove) one particular widget but not the rest of them. Any ideas? Thanks!

    September 22, 2014 at 9:18 pm in reply to: Create email opt-in landing page using Genesis sample theme #125398
    Eva Lim
    Member

    Sorry, it's only a practice project so I'm working locally.

    September 15, 2014 at 12:52 am in reply to: E-commerce Store #124452
    Eva Lim
    Member

    I should mention that I'll be using Easy Digital Downloads as a plugin.

    September 14, 2014 at 5:03 am in reply to: Genesis Sample Theme : How to add (Font Awesome) icon font next to search bar #124307
    Eva Lim
    Member

    I've made a minor tweak:

    .search-form input[type="search"] {
    width: 85%;
    }

    Everything else works perfectly, thank you so much SK!
    Your help is much appreciated.

    September 13, 2014 at 7:02 pm in reply to: Genesis Sample Theme : How to add (Font Awesome) icon font next to search bar #124289
    Eva Lim
    Member

    Hi SK!

    I'm a big fan of your tutorials. 🙂
    The search form is in the primary sidebar.
    Any help is appreciated, thank you!

    September 10, 2014 at 2:25 am in reply to: Create email opt-in landing page using Genesis sample theme #123699
    Eva Lim
    Member

    Hi I've managed to create a landing page close to my link above with the help of these articles:

    1. http://wpspeak.com/landing-page-template/
    2. http://wpsites.net/web-design/widget-genesis/
    3. http://www.carriedils.com/genesis-enews-extended-mailchimp/
    4. http://sridharkatakam.com/add-fixed-bottom-section-genesis/

    My first landing page built, woohoo!

    September 9, 2014 at 11:01 pm in reply to: Create email opt-in landing page using Genesis sample theme #123688
    Eva Lim
    Member

    I didn't see the link before as I was reading your reply on your iPhone.

    Glad to report I have managed to create my first email opt-in page successfully, woohoo!
    Your link (http://wpsites.net/web-design/widget-genesis/) helped together with
    http://wpspeak.com/landing-page-template/
    http://www.carriedils.com/genesis-enews-extended-mailchimp/

    I left out the fixed footer that was on my link but otherwise managed to create a basic landing page with text and email forms.
    Thanks again, Brad.

    September 8, 2014 at 7:47 pm in reply to: Create email opt-in landing page using Genesis sample theme #123500
    Eva Lim
    Member

    Thanks Brad. Are there any articles you could point me to? Would it be something like this: http://journalxtra.com/easyguides/how-to-create-genesis-page-template-widgets/ ?

    August 30, 2014 at 5:09 am in reply to: Genesis Sample Theme – Disable Responsiveness #121814
    Eva Lim
    Member

    Hi Andrea, thank you so much. I followed the above instructions and it works.

    August 20, 2014 at 12:02 am in reply to: PROSE – How to get Google Font to appear in font-selection dropdown #119949
    Eva Lim
    Member

    Thanks Jan. I tried the exact code in the article as well as my modified code below, but the font/s don't show up in the font-selection dropdown. FYI I'm using Prose v1.5.2

    /** Enqueue Google fonts */
    add_action( 'wp_enqueue_scripts', 'lms_load_google_fonts' );
    function lms_load_google_fonts() {
    wp_enqueue_style( 'google-font', '//fonts.googleapis.com/css?family=Open+Sans:300,300italic|Montserrat:400|Quicksand:300', array(), CHILD_THEME_VERSION );
    }

    add_filter( 'prose_font_family_options', 'custom_prose_font_family_options' );
    function custom_prose_font_family_options($options) {
    $options[] = array( 'Montserrat', "Montserrat, 'Andale Mono WT', 'Andale Mono',
    'Lucida Console', 'Lucida Sans Typewriter', 'DejaVu Sans Mono',
    'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L', Monaco,
    'Courier New', Courier, monospace" );
    return $options;
    }

    As well as

    add_filter( 'prose_font_family_options', 'custom_prose_font_family_options' );
    function custom_prose_font_family_options($options) {
    $options[] = array( 'Montserrat', "Montserrat, monospace" );
    return $options;
    }

    Any ideas, anyone? Thanks.

    August 18, 2014 at 12:06 am in reply to: Genesis Sample Theme : How to add (Font Awesome) icon font next to search bar #119462
    Eva Lim
    Member

    Hi Jan, thanks for your feedback. So I tried the code here: http://sridharkatakam.com/adding-search-form-input-button-icon-inside-input-box-genesis/
    And it works perfectly for an FontAwesome icon font.

    However - how do I get the icon font to appear OUTSIDE the input box, and not inside?

    I've tried playing around with the position and right/left values, but the icon font is not visible as soon as it's outside the input box. Any help is much appreciated, thanks!

    August 16, 2014 at 6:41 am in reply to: Copy Calendar from Another Theme #119182
    Eva Lim
    Member

    Gosh, guess I was over thinking lol.. Thanks I'll try CSS.

    August 1, 2014 at 8:49 pm in reply to: Prose – Custom CSS and PHP #116634
    Eva Lim
    Member

    OK found them :

    Inside your WP install, go to the wp-content/uploads/prose/custom.php file…

    July 21, 2014 at 9:21 am in reply to: Prose Theme + Modify Calendar Widget #115191
    Eva Lim
    Member

    Thanks Jan.
    No, I didn't make any changes to the calendar, at least not to my knowledge.
    Anyways, I've managed to remove the last row with the code below:

    /** Remove last row from calendar */
    #wp-calendar #prev,
    #wp-calendar #next,
    #wp-calendar tfoot td.pad {
    background: none;
    }

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 28 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

© 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