• 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

William

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 - 41 through 60 (of 270 total)
← 1 2 3 4 … 12 13 14 →
  • Author
    Posts
  • November 29, 2016 at 12:53 am in reply to: How to create a portfolio filter #196757
    William
    Member

    portfolio-archive.php 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 28, 2016 at 1:07 pm in reply to: Code for changing font size in Text widget in Genesis News Pro child theme #196738
    William
    Member

    .widget-title { font-size: 12px } 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 28, 2016 at 1:06 pm in reply to: How to create a portfolio filter #196737
    William
    Member

    It's definitely possible 🙂

    Have a look a this:

    https://developer.wordpress.org/reference/functions/get_terms/#comment-288


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 26, 2016 at 11:49 am in reply to: remove small line from infinity pro #196670
    William
    Member
    .entry-header::after {
    border-bottom: none;
    }

    🙂 That's it !


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 17, 2016 at 12:34 pm in reply to: How to BOLD the H1 Title in my Post? #196295
    William
    Member

    Wow...

    First, I made a mistake...

    h1.entry-title {
    font-weight: 700;
    }

    Copy and paste this code and paste it all the way of the bottom of your styles.css file.. You may need to refresh your page a few time until you see the effect.

    🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 17, 2016 at 12:29 pm in reply to: Move site title/logo into the Main Nav #196294
    William
    Member

    Totally confused me 😛


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 17, 2016 at 12:28 pm in reply to: New fonts for Parallax Pro #196293
    William
    Member

    Inside your themes functions.php file, look for:

    wp_enqueue_style( 'parallax-google-fonts', '//fonts.googleapis.com/css?family=Montserrat|Sorts+Mill+Goudy', array(), CHILD_THEME_VERSION );

    Replace the Google font url with the Google font you would like to use.

    Then update you styles.css 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 17, 2016 at 12:21 pm in reply to: Outreach Pro Them Infected with malware #196291
    William
    Member

    Well if you change theme, you will lose all the edits you did in both the functions.php file and styles.css


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 17, 2016 at 12:19 pm in reply to: How to BOLD the H1 Title in my Post? #196290
    William
    Member

    Hi there,

    Try this:

    h1..entry-title {
    font-weight: 700;
    }

    Add it to your styles.css

    🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 15, 2016 at 11:37 am in reply to: Outreach – Error Message when Trying to Add Photos to Site #196188
    William
    Member

    #1 - Are you using the latest WP version ?

    #2 - Have you edited your file permissions ? More info here:
    https://codex.wordpress.org/Changing_File_Permissions

    🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 15, 2016 at 11:33 am in reply to: Outreach Subfooter Problem #196187
    William
    Member

    Perhaps it has something to do withe slider ?


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 14, 2016 at 11:25 am in reply to: Malware found in Genesis Framework Theme #196146
    William
    Member

    More info here:

    https://developers.google.com/webmasters/hacked/docs/request_review

    Best of luck with your website 🙁


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 14, 2016 at 10:49 am in reply to: Going Green Header Right Navigation Font #196143
    William
    Member

    Copy and paste it at the bottom your styles.css file 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 14, 2016 at 10:48 am in reply to: Video Backgrounds? #196142
    William
    Member

    Hi Candice 🙂

    I would recommend installing this plugin :

    http://vodkabears.github.io/vide/


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 14, 2016 at 10:46 am in reply to: Malware found in Genesis Framework Theme #196141
    William
    Member

    There is a good chance that your website has been hacked.

    I would also install WordFence and run a system scan and proceed based on the results.


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 14, 2016 at 10:42 am in reply to: Landing Pages? #196140
    William
    Member

    Hi there !

    You should check your child theme for the landing_page.php template for all your answers 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 12, 2016 at 11:39 am in reply to: Change default size for header image in Pro theme #196066
    William
    Member

    In your functions.php file, you should see something like this :

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

    Adjust it there 🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 12, 2016 at 10:52 am in reply to: Agent Focused Pro Theme – Columns #196059
    William
    Member

    Can you share a link to your live website 🙂 Seems unlikely that a Genesis Child theme has faulty CSS !


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 12, 2016 at 10:50 am in reply to: Just another………this one is based on the "Elegance" child-theme. #196058
    William
    Member

    Beautiful menu, the logo positioned in the center looks great !


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

    November 12, 2016 at 10:48 am in reply to: Going Green Header Right Navigation Font #196057
    William
    Member

    Here you go:

    .styles .nav-header .genesis-nav-menu a {
        text-transform: Capitalize;
    }

    🙂


    Genesis Customization Service | Quick fixes whenever you need them ! | Contact me at Fixmysite.com !

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 270 total)
← 1 2 3 4 … 12 13 14 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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