• 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

Andykev

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 123 total)
← 1 2 3 4 5 6 7 →
  • Author
    Posts
  • February 24, 2017 at 6:04 pm in reply to: How to make content box full width #201930
    Andykev
    Participant

    Need link to your site to be sure...

    but try "width: 100%;"

    Again, need link to your site to see what you have, depending where you have the item placed, ie. inside a container, etc.

    February 24, 2017 at 2:44 pm in reply to: Welcome Widget Remove Text Shadow (Whitespace Pro) #201921
    Andykev
    Participant
    
    /* Welcome
    ---------------------------------------------------------------------------------------------------- */
    
    .welcome {
    	background-color: #3e3e3e;
    	color: #fff;
    	min-height: 400px;
    	text-align: center;
    	text-shadow: 0 0 20px rgba(0, 0, 0, 1);
    }
    

    Line 552 of your css. Text shadow is turned on. Delete this property and you are good to go. Works for me. CLEAR YOUR CACHE, esp. if on Chrome!

    February 24, 2017 at 12:51 pm in reply to: Shortcode with widgets #201912
    Andykev
    Participant

    The bottom works fine.

    February 24, 2017 at 12:26 pm in reply to: Shortcode with widgets #201910
    Andykev
    Participant

    functions.php

    February 24, 2017 at 12:16 pm in reply to: Widgets not showing and I am running around in circles!! #201908
    Andykev
    Participant

    Go to admin - settings.. reading....be sure it is set to "show latest posts"

    Go to appearance...customize... front page content settings....be sure it is set to "hide content section"

    This assumes you have populated the widgets otherwise they will not show.

    There is a full support section for appfinite...the developer Wes is extremely responsive and helpful, willing to log into your site to fix issues.

    February 19, 2017 at 11:44 am in reply to: CSS3 Pricing Table Not displaying? #201604
    Andykev
    Participant

    You posted this in two areas of the forum. Was answered in General section. It is showing up fine, just clear your cache and refresh.

    February 19, 2017 at 11:41 am in reply to: Need Help! #201603
    Andykev
    Participant

    Your pricing table shows up perfectly, but the button colors are red instead of green. But you might clear your cache and refresh. Table looks fine.

    February 19, 2017 at 12:53 am in reply to: How to change sidebar widget color? #201484
    Andykev
    Participant

    I did a little Google detective work and found your site.

    You are using Magazine Pro.

    You need to change the below, and in this I have change the background
    from black to RED. You can chose your color..you didn't say what you
    wanted.

    Line 837 of your .css

    .magazine-home .content .widget-title,
    .sidebar .widget-title {
    	background-color: #f50606;
    	color: #fff;
    	padding: 10px;
    }

    You could also change the background to "BLUE" as an example, or any color you wanted,
    and "center" the content in the sidebar area by using this code at line 548:

    /* Primary Sidebar */
    
    .sidebar-primary {
    	float: right;
    	width: 360px;
    	background-color: blue;
    	padding: 30px!important;
    }

    All these changes were found by targeting your specific part of the page with "inspect element" and then changing the appropriate code. It's the easiest way to test color or other .css changes.

    Hope this helps you.

    February 18, 2017 at 7:58 pm in reply to: How to change sidebar widget color? #201478
    Andykev
    Participant

    You should use "inspect" element to identify the area you want to change, and then go to your .css for that purpose. Using inspect element allows you to play with colors, etc. to get exactly what you want.

    Posting a link to your site would be the only way for you to have someone here give you the exact place to make the change. You did not identify what theme you are using, etc.

    February 17, 2017 at 8:58 pm in reply to: No mobile version for my MENU #201433
    Andykev
    Participant

    You are using an older version of the Theme (3.0.1) and the new theme is (3.2.1).

    The older version does not have the "mobile menu" hamburger. You can update your theme to the new one, but will lose any custiomizaions (if any) as the new "child theme" will overwrite any .css you may have, unless you have external style sheets.

    As an alternative, you can add a mobile menu. It will require a bit of code and jQuerry... or you can use a plugin or tutorial found at WP Beaches:

    It adds "Slick Nav".

    Using Slick Responsive Navigation Mobile Menus on Genesis Child Theme

    February 15, 2017 at 1:52 pm in reply to: Turning Off Related YouTube Videos Not Working #201254
    Andykev
    Participant

    Use this code:
    <iframe width="1200" height="675" src="https://www.youtube.com/embed/o9niqu4W6EU?rel=0" frameborder="0" allowfullscreen></iframe>

    Replace. It works fine. Adjust width and height as you need.

    February 8, 2017 at 3:20 pm in reply to: help identifying proper CSS selector for page specific background color #200807
    Andykev
    Participant
    body.page-id-1597 {
    background-color: #000000!important;
    }
    

    \

    Add "!important" and it works.

    February 8, 2017 at 11:18 am in reply to: WooCommerce: product page is too narrow #200785
    Andykev
    Participant
    .first {
    	clear: both;
    	margin-left: 0;
    	width: 100%;
    	text-align: left;
    
    }

    Line 589 of your css, just above Column Classes. You have it set to 40%..change to 100% or adjust.

    February 5, 2017 at 5:04 pm in reply to: One Page WordPress Theme #200606
    Andykev
    Participant

    Do you want to remove "ALL" footer credits, or just the default ones, adding your own?

    To REMOVE Genesis Footer:

    // Remove Footer
     remove_action('genesis_footer', 'genesis_do_footer');
     remove_action('genesis_footer', 'genesis_footer_markup_open', 5);
     remove_action('genesis_footer', 'genesis_footer_markup_close', 15);

    To edit them for your own custom credits, use GENESIS SIMPLE EDITS plugin.

    February 2, 2017 at 11:47 am in reply to: One Page WordPress Theme #200465
    Andykev
    Participant

    You should look at the "Shop for Themes" to see which one you like.

    The Infinity Pro or the Parallax Pro themes look similar to your example. Some third party as well, like some from Appfinite..and others.

    You may want to select a theme with a lot of widgets.....so you can populate the content areas with everything you need on "one page".

    Any theme, almost, can be "one page" if you don't create the additional pages or the menu.

    February 1, 2017 at 2:35 pm in reply to: CSS Editor #200387
    Andykev
    Participant

    I use WP-Editor. It has line numbers. Be sure to set them in your settings.

    Line Numbers
    Enable Line Numbers:
    Yes No
    This will enable line numbers for the theme editor.
    Default: Yes

    January 27, 2017 at 10:50 pm in reply to: Child theme updates and custom edits #200158
    Andykev
    Participant

    Genesis is the core for your website. The "Child Theme" needs the Genesis "parent theme" to function. When Genesis is updated, it is the main "parent theme" and not the "child theme".

    You make changes to the look and design to the CHILD THEME ONLY and NEVER the Genesis "parent theme". Then whenever Studio Press updates the Genesis Theme, it is the "parent" which
    changes and not your CHILD THEME. So updates are not going to alter any custom changes you make to your "Child Theme", such as colors, widget placement, text..etc.

    You can add widgets to any "Child Theme", be sure to check out the various themes...many come already set up to "activate" widgets as you need them.

    January 23, 2017 at 1:06 am in reply to: Calendar Suggestion #199830
    Andykev
    Participant

    The plugin has excellent support and docs.

    Here: http://docs.wp-event-organiser.com/shortcodes/calendar/

    You set the shortcode for the various calendar features.

    For a widget, look here: http://docs.wp-event-organiser.com/shortcodes/widget-calendar/

    So for a FULL calendar with the arrows, title, and so on at the top, you use this code:

    [eo_fullcalendar theme='false' headerLeft='prev,next today' headerCenter='title' headerRight='month,agendaWeek,agendaDay']

    For JUST THE DAY, you use this. It will show the current date, and the arrows only take you to the next DAY.

    [eo_fullcalendar theme='false' defaultView='basicDay' headerCenter='title']

    January 22, 2017 at 4:49 pm in reply to: Calendar Suggestion #199806
    Andykev
    Participant

    I once used Timely...it used to be great. Switched to this one:

    EVENT ORGANIZER

    I love it. You can easily do single events, or recurring. The event calendar can be color coded for each
    event..(categories), and you can create a "page" for your event (a post actually).

    Has a paid and free version. Good support. Can import events from a .CVS file too.
    Has a "poster board" display as well (free).

    Here is an example on one of my clients websites: http://unitedsportsmen.com/event-calendar/

    January 19, 2017 at 2:01 pm in reply to: Going Green Pro Header #199692
    Andykev
    Participant
    /* Title Area
    --------------------------------------------- */
    
    .title-area {
    	float: left;
    	padding: 0;
    	width: 360px;
    }

    You have it set for 540px. Your image is only 360px.

    /* Widget Area
    --------------------------------------------- */
    
    .site-header .widget-area {
    	float: right;
    	text-align: right;
    	width: 300px;
    }

    Your widget (right header) is set at 740px as well. You can reduce this to something smaller (ie. 300px) since you only have two icons in that area.

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 123 total)
← 1 2 3 4 5 6 7 →
« Previous Page

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