• 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

Erik D. Slater

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 - 301 through 320 (of 338 total)
← 1 2 3 … 15 16 17 →
  • Author
    Posts
  • June 4, 2015 at 6:53 pm in reply to: How to Make Cafe Theme Front Page 2 and 4 Transparent #154913
    Erik D. Slater
    Member

    Hehehehe ... so @Christoph went for the text ... and I went for the background image 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 6:50 pm in reply to: How to Make Cafe Theme Front Page 2 and 4 Transparent #154912
    Erik D. Slater
    Member

    If - by transparent - you mean faded, you can use the following CSS:

    #front-page-2 {
    	opacity: 0.m;
    }
    #front-page-4 {
    	opacity: 0.n;
    }
    

    ... where - broadly speaking - m and n can be any numeric value ranging from 1 to 9 ... thus making the opacity value 0.5 or 0.8 ...

    Is that what you're looking for?


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 6:35 pm in reply to: Starting from Scratch #154907
    Erik D. Slater
    Member

    Are there any videos or tutorials that could clearly help us better understand all of this?

    You may need to do a lot of Googling to find the right video for where you are at 🙂

    ... with wanting to use a Genesis theme, possibly, does it involve coding at all?

    It doesn't have to involve any coding ... but most people end up having to do something of some sort at some stage. It really all depends on your specific set of requirements.

    You need to ask yourself if self-hosted WordPress is really what you need ... whereas wordpress.com is always an option ...


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 6:28 pm in reply to: How can I change my blogroll to excerpts? #154903
    Erik D. Slater
    Member

    There are two ways to achieve this.

    Firstly: Genesis -> Theme Settings -> Content Archives -> set "Select one of the following:" to Display post exercpts. The same thing can be achieved by going to Appearance -> Customize -> Content Archives. You would then need to add an excerpt to each of your posts ... although by the sounds of things, you probably have that set up already.

    or ...

    Secondly: In each of your posts, add <!--more--> inside your content area to mark the cutoff point.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 4:56 pm in reply to: Menu : how to gather 3 pages under one menu item #154892
    Erik D. Slater
    Member

    No problem ... here to help as much as I possibly can 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 2:13 pm in reply to: Menu : how to gather 3 pages under one menu item #154884
    Erik D. Slater
    Member

    The typical WordPress way to do this is as follows:
    - add a Custom Link to your menu navigation for “RESTAURANTS”, then set the URL to #
    - add the desired pages as sub-menu options


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 9:03 am in reply to: Comments Not Showing On Posts #154858
    Erik D. Slater
    Member

    Well ... the problem code has gone ... and given that comments appear on other posts on your site - but not the ability to leave a comment - I'm thinking you may not have comments enabled. That could be something in your custom theme, or they are not selected in the usual admin dashboard places.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 7:53 am in reply to: Post Meta on Top Of .site-inner #154850
    Erik D. Slater
    Member

    If you want to move the category to the top of an article/above the article title, this could be achieved with CSS:
    (1) ensure the article container has position: relative;
    (2) the categories container (if you have one) could be set to position: absolute;top: 0;

    Something along those lines anyway ...


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 7:25 am in reply to: Using Dynamic Website Builder by Cobalt Apps on a Studio Press Theme #154845
    Erik D. Slater
    Member

    Yes ... but ... @Kellylise is right ... it's not a direct replacement to the Genesis Design Palette Pro plugin.

    Have a read at this: http://www.carriedils.com/genesis-design-palette-pro-vs-genesis-extender/


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 6:30 am in reply to: Using Dynamic Website Builder by Cobalt Apps on a Studio Press Theme #154837
    Erik D. Slater
    Member

    If you need to customize an existing Genesis child theme - and you want to use the products from CobaltApps - you'll need the Genesis Extender plugin.

    The Dynamic Website Builder is used to build a Genesis theme from scratch.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 5:48 am in reply to: I don't want author of posts displayed in my themes #154833
    Erik D. Slater
    Member

    Alternatively ... use a fake name 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 5:36 am in reply to: I don't want author of posts displayed in my themes #154831
    Erik D. Slater
    Member

    Off the top of my head ... and since you would like to remain anonymous:

    Firstly, check the Exclude user from Author-sitemap box, which you get to via the Users option.

    Secondly, add the following code to your functions.php file:

    remove_action('genesis_after_entry', 'genesis_do_author_box_single', 8);
    

    Thirdly, click here to see how to modify the genesis_post_info filter ... and make sure the [post_author_posts_link] or [post_author] shortcode is not present.

    Fourthly, if you use something like Yoast's WordPress SEO plugin, you'll probably want to check the Disable author/user sitemap box.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 1:54 am in reply to: Regarding Mobile size media query #154821
    Erik D. Slater
    Member

    Firstly ... you only need to add it to the 480px media query ... and it will take effect for all widths below 480px, i.e. you don't need to add it to the 320px query as well. A similar case applies if you decide to include tablets, i.e. add to 767px and not 480px.

    Secondly ... where did you add this? I'm not seeing it in your style.css file.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 1:19 am in reply to: Altitude Theme: How to change the menu color? #154818
    Erik D. Slater
    Member

    You are very welcome 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 1:15 am in reply to: Altitude Theme: How to change the menu color? #154815
    Erik D. Slater
    Member

    OK. I see the problem. Line 916 of your style.css file, which reads:

    .featured-section .site-header {
    	background-color: transparent;
    }
    

    Remove it 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 12:57 am in reply to: Altitude Theme: How to change the menu color? #154809
    Erik D. Slater
    Member

    Can you post a link? The default doesn't seem to do what you describe ... and JavaScript is used to toggle the site header class ... and I wouldn't want to advise you on the wrong CSS change 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 12:46 am in reply to: How to display portfolios based on Type #154807
    Erik D. Slater
    Member

    So basically - instead of http://tseconsult.com/portfolio/ - you're looking to have something along the lines of:
    - http://tseconsult.com/portfolio-lectures/
    - http://tseconsult.com/portfolio-workshops/

    Would that be right?


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 12:17 am in reply to: Regarding Mobile size media query #154802
    Erik D. Slater
    Member

    Based on how your site currently stands ...

    If mobile includes tablets then you will want to place those two lines of CSS code inside the @media only screen and (max-width: 767px) section. Otherwise, slip them into the @media only screen and (max-width: 480px) section.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 4, 2015 at 12:00 am in reply to: Comments Not Showing On Posts #154800
    Erik D. Slater
    Member

    I updated the WordPress install – would that correct an issues in the core files?

    Yep. I just double-checked the codex concerning the update process ... since I couldn't remember off the top of my head 🙂

    ... would the comments appear again with the plugins deactivated?

    If the problem still persists after all plugins have been deactivated - including any Must Use plugins - then the source of the problem would definitely not be with a plugin.

    It happens with all the themes so doesn’t seem to be a theme specific issue?

    ... which confirms that you couldn't find the source of the problem when you looked at the theme files.

    When I go to your page now, I no longer see the offending code. I also don't see any comments section either ...


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 9:24 pm in reply to: Help with button code #154792
    Erik D. Slater
    Member

    It does not matter where class="button" goes in your example. The problem is related to something else ...


    Erik D. Slater: Digital Platform Consultant • LinkedIn
  • Author
    Posts
Viewing 20 posts - 301 through 320 (of 338 total)
← 1 2 3 … 15 16 17 →
« Previous Page

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