• 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

Ozzy

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 - 61 through 80 (of 254 total)
← 1 2 3 4 5 … 11 12 13 →
  • Author
    Posts
  • June 24, 2013 at 7:27 pm in reply to: Right Click Copy protection #47597
    Ozzy
    Member

    i would think anyone who wants to look at your code to copy it would know how to get around that.

    as far as copying text, you can probably still select the text and control + C it...


    Ozzy Rodriguez | Twitter | Google+

    June 24, 2013 at 7:09 pm in reply to: Background for Widget #47593
    Ozzy
    Member

    can you give us a link to the site?


    Ozzy Rodriguez | Twitter | Google+

    June 24, 2013 at 6:58 pm in reply to: Right Click Copy protection #47592
    Ozzy
    Member

    it's easily worked around so it's pretty pointless.

    if you absolutely must have it, you can see an example here: http://www.devcurry.com/2009/11/disable-right-click-easily-using-jquery.html#.UcjrLxZC4eU


    Ozzy Rodriguez | Twitter | Google+

    June 24, 2013 at 6:52 pm in reply to: Agency Theme #47589
    Ozzy
    Member

    the login is placed at the bottom in the footer. it's behind the "see pricing and buy theme" button.

    as far as the contact form, you can find it here: http://demo.studiopress.com/agency/contact

    it's using gravity forms, which is a paid plugin, but you can use other contact forms from the WordPress repository.


    Ozzy Rodriguez | Twitter | Google+

    June 24, 2013 at 6:44 pm in reply to: Table header collapses over second row #47583
    Ozzy
    Member

    it's the way safari is handling the table. if you look at it the way firefox renders it, it looks ok.

    it looks like the first row, you need to add th instead of td. <thead> doesn't do anything.


    Ozzy Rodriguez | Twitter | Google+

    June 23, 2013 at 5:56 pm in reply to: My own new business site #47389
    Ozzy
    Member

    thanks, Samantha! much appreciated!


    Ozzy Rodriguez | Twitter | Google+

    June 23, 2013 at 4:56 pm in reply to: CSS intermittently does not load #47378
    Ozzy
    Member

    it's hard to say without the issue being present. can you recreate the problem on another site for us to see what is happening?

    not that it should be an issue, but i'd try upgrading to the latest version of genesis as you're running 1.8.2 and the latest is 1.9.2.


    Ozzy Rodriguez | Twitter | Google+

    June 22, 2013 at 8:57 pm in reply to: Header Widget #47260
    Ozzy
    Member

    did you change it to something else? i'm not seeing anything here.


    Ozzy Rodriguez | Twitter | Google+

    June 22, 2013 at 8:55 pm in reply to: Questions about Magazine theme #47259
    Ozzy
    Member

    you can make the slider wider if you wish, but it's that size because it looks good and the rest of the theme is made for that slider size.

    can you provide a link to the site? if you're talking about the Menu, that would be under Appearances > Menu and you can see the menus. it's just a matter of changing where the home page is linked to.


    Ozzy Rodriguez | Twitter | Google+

    June 22, 2013 at 8:53 pm in reply to: Help my theme is all screwed up.. #47258
    Ozzy
    Member

    where are you getting the error?


    Ozzy Rodriguez | Twitter | Google+

    June 22, 2013 at 8:49 pm in reply to: Enable Automatic Updates Not Working #47257
    Ozzy
    Member

    i've never seen that before... you could always update it manually if you're seeing the problem.


    Ozzy Rodriguez | Twitter | Google+

    June 22, 2013 at 8:45 pm in reply to: 2 WordPress blogs how to connect #47255
    Ozzy
    Member

    so you have two different wordpress installations?


    Ozzy Rodriguez | Twitter | Google+

    June 22, 2013 at 8:41 pm in reply to: Can't edit my theme's stylesheet #47253
    Ozzy
    Member

    have you tried editing the file locally and uploading it using FTP?


    Ozzy Rodriguez | Twitter | Google+

    June 22, 2013 at 8:27 pm in reply to: Help to customize header in Apparition to be responsive #47250
    Ozzy
    Member

    if you upload an image to use as the header, it won't be responsive.

    you can add a smaller image in the #header #title a with the actual logo and give the #header a background of the blue color you're using.

    the other thing you can do is at the media query that the widget area goes full width, 768px wide (i think), you can change the .header-full-width #header to a blue blackground and have the #header #title be a smaller image that includes the logo.


    Ozzy Rodriguez | Twitter | Google+

    June 22, 2013 at 8:20 pm in reply to: My own new business site #47249
    Ozzy
    Member

    very nice use of eleven40! great content, too!


    Ozzy Rodriguez | Twitter | Google+

    June 22, 2013 at 6:46 pm in reply to: How do I add post info to pages? #47237
    Ozzy
    Member

    what is it you're trying to do with it?


    Ozzy Rodriguez | Twitter | Google+

    June 21, 2013 at 5:51 pm in reply to: GFWA: Pagination not working. #47135
    Ozzy
    Member

    i've never used the widget like you're using it, but i found this on a previous question asked on the plugin page and it's to add this to your functions.php:

    add_action( 'pre_get_posts', 'child_change_home_query' );
    /** Changes the query on the home page*/
    function child_change_home_query( $query ) {

    if( $query->is_main_query() && $query->is_home() ) {
    $query->set( 'posts_per_page', '5' );//change the '5' to the posts setting for your widget
    }

    }

    the answer was taken from here: http://wordpress.org/support/topic/plugin-genesis-featured-widget-amplified-older-posts-not-working?replies=12


    Ozzy Rodriguez | Twitter | Google+

    May 11, 2013 at 8:15 pm in reply to: Two Column Dropdown Menu #40527
    Ozzy
    Member

    some of it will depend on the theme you're using and how the menu is set up, but some CSS should do the trick.


    Ozzy Rodriguez | Twitter | Google+

    May 2, 2013 at 6:01 pm in reply to: P not H1 in Header #39006
    Ozzy
    Member

    i'm seeing posts that have an h1. the only page with a title i saw was the contact page. can you add a link to a page or post where you see this happening?

    nevermind... you must have figured it out!


    Ozzy Rodriguez | Twitter | Google+

    April 27, 2013 at 11:45 pm in reply to: Full Page Width on Genesis Framework #38164
    Ozzy
    Member

    it doesn't seem like it's saving as the body class is still content-sidebar-sidebar.

    can you take a screenshot and upload it as what the page editor layout options for that page look like?


    Ozzy Rodriguez | Twitter | Google+

  • Author
    Posts
Viewing 20 posts - 61 through 80 (of 254 total)
← 1 2 3 4 5 … 11 12 13 →
« 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