• 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 18 posts - 321 through 338 (of 338 total)
← 1 2 3 … 15 16 17
  • Author
    Posts
  • June 3, 2015 at 12:56 pm in reply to: Daily Dish: Full width not working #154748
    Erik D. Slater
    Member

    Yep ... that makes sense ... and it likely means you haven't got W3TC configured at the moment ... which means there is nothing to clear 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 12:50 pm in reply to: image link not showing up on Mobile screen #154745
    Erik D. Slater
    Member

    Oops, I forgot to say Thank you.

    You didn't forget ... you remembered 🙂 But it seems many people on the StudioPress forums do forget ... or they just take the assistance they get here for granted ... at absolutely zero cost to them!!

    Interestingly, the Authority forums experience is much much different ...


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 12:45 pm in reply to: image link not showing up on Mobile screen #154742
    Erik D. Slater
    Member

    We are talking about the little YouTube image/link that appears in the bottom right-hand corner of the header image, right?

    I just checked your site on my mobile (Android) device. Seems to be working rather nicely 🙂

    I wonder if your mobile device is displaying an old/cached version.

    I'm also not experiencing any page speed issues.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 11:47 am in reply to: image link not showing up on Mobile screen #154732
    Erik D. Slater
    Member

    @SavvyJackie - you JUST beat me to the punch there 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 11:43 am in reply to: Agency Pro Primary and Secondary Sidebar Aside not disappearing #154728
    Erik D. Slater
    Member

    Really need to see your website at this point.

    It doesn't sound like an issue with your theme since - unless you added one in - Agency Pro doesn't have a custom blog template by default, i.e. it takes the blog template from the parent framework. That markup is coming from the genesis_attr_* stuff.

    Did you clear down any WP-related caching tools, e.g. W3 Total Cache?


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 11:00 am in reply to: Agency Pro Primary and Secondary Sidebar Aside not disappearing #154718
    Erik D. Slater
    Member

    I had a quick look through the Agency Pro theme files but didn't find anything obvious.

    What is the page on your website that is giving you the problem?


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 10:50 am in reply to: Agency Pro Primary and Secondary Sidebar Aside not disappearing #154717
    Erik D. Slater
    Member

    What is your site/theme?

    UPDATE: Scrap that question ... I just noticed the tags ... and the title 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 10:47 am in reply to: Comments Not Showing On Posts #154716
    Erik D. Slater
    Member

    If you can't find it in your theme files, it could have been added to a plugin ... or worse than that ... a core WP file may have been modified.

    The quickest method to finding something in your WP install is to download the whole thing using FTP software to a local folder on your device, then running a search through it.

    Otherwise, we're kinda just guessing 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 12:25 am in reply to: Daily Dish Pro – site footer #154673
    Erik D. Slater
    Member

    @devdesignstampa is right that the content is in the genesis_do_footer() function ... so the genesis_footer_output filter is also a contender.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 3, 2015 at 12:23 am in reply to: Daily Dish Pro – site footer #154672
    Erik D. Slater
    Member

    I believe you may be looking for this ... specifically, the genesis_footer_creds_text filter.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 2, 2015 at 11:10 pm in reply to: Daily Dish: Full width not working #154662
    Erik D. Slater
    Member

    Not a silly question at all 🙂

    Click on the "Performance" tab down the left-hand side of your admin dashboard. That'll take you into the W3TC dashboard ... where you will see an option to "empty all caches".

    I see your site is now in Maintenance Mode ... but I had noticed earlier that you applied the change and it worked 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 2, 2015 at 10:59 pm in reply to: How to Create 1 column footer widget #154660
    Erik D. Slater
    Member

    First thing to do is make sure you keep whatever you currently have in your footer widgets ... just in case something goes wrong 🙂

    There are a couple of ways you could do this. One way is entirely CSS-based, which involves adding display: none; to .footer-widgets-2 and .footer-widgets-3 ... then for .footer-widgets-1, set width: 100%; and remove the margin-right definition.

    The other involves popping into your functions.php file and looking for something like add_theme_support('genesis-footer-widgets', 3); ... then change that "3" to a "1". This will ensure that only one footer widget area exists in your Widgets area. You will still need to apply the CSS change for .footer-widgets-1 described above.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 2, 2015 at 9:54 pm in reply to: Daily Dish: Full width not working #154652
    Erik D. Slater
    Member

    You found the right place. Remember to clear W3 Total Cache after you have applied the change.


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 2, 2015 at 9:52 pm in reply to: Daily Dish: Full width not working #154651
    Erik D. Slater
    Member

    I just checked the Daily Dish Pro theme files ... which has the Content-Sidebar layout fixed for static front pages 🙂

    Try taking out the following lines from the front-page.php file in your main theme folder:

    // Force content-sidebar layout setting
    add_filter( 'genesis_site_layout', '__genesis_return_content_sidebar' );
    

    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 2, 2015 at 8:16 pm in reply to: Disappearing Top Menu #154634
    Erik D. Slater
    Member

    This is a CSS thing. Basically, to get the menu to stick in place like your comparison site, add the following lines of CSS code to your nav.nav-primary selector:

    position: fixed;
    width: 100%;
    

    Then, in order to compensate for the fixed position of your menu, you need to add the following CSS to your .site-header selector:

    margin-top: 68px;
    

    Both these selectors appear as inline CSS ... which is generated after the page has been loaded ... using "CSSHero.org Dynamic CSS & Fonts" ...


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 2, 2015 at 7:33 pm in reply to: How To Safely Customize #154629
    Erik D. Slater
    Member

    @dover makes a very good point. You usually have to update the child theme yourself. The question then becomes ...

    Do you trust yourself not to overwrite your own style.css file? 🙂


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 2, 2015 at 7:26 pm in reply to: Comments Not Showing On Posts #154627
    Erik D. Slater
    Member

    Curious one. The following line appears as a comment in your HTML:

    <!--?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?-->

    This is a backend function that appears in one of your PHP theme files ... and it has been commented out.

    This is the reason why you are not seeing any comments 🙂

    The !-- and -- - at the beginning and at the end respectively - need to be removed, i.e. it should look like the following:

    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>


    Erik D. Slater: Digital Platform Consultant • LinkedIn
    June 2, 2015 at 3:42 pm in reply to: How To Safely Customize #154609
    Erik D. Slater
    Member

    One option is Jetpack's Custom CSS Editor.

    Another may be this WordPress plugin here (which I haven't used myself).


    Erik D. Slater: Digital Platform Consultant • LinkedIn
  • Author
    Posts
Viewing 18 posts - 321 through 338 (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

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