• 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

gcampton

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 - 1 through 20 (of 49 total)
1 2 3 →
  • Author
    Posts
  • April 13, 2015 at 8:12 pm in reply to: Parallax Pro – White Space Under Menu #147811
    gcampton
    Member

    Media queries are towards the bottom of the CSS file, they deal with screen sizes. For instance I use a mobile first approach so all my css is geared towards mobile and then towards the bottom of the css some inclusions for web are given.

    @media only screen and (min-width: 800px)

    So everything 800px and above uses the css code below that line.

    Typically you will see the opposite though, and media queries will be for mobile as 99.99% of theme design is for desktops.
    @media only screen and (max-width: 960px)

    @media only screen and (max-width: 600px)

    April 13, 2015 at 8:03 pm in reply to: Site HACKED…. White Screen on New Pages and #147810
    gcampton
    Member

    I use sucuri firewall and malware security, they are pretty expensive though for the 4 hour support. There are cheap/free options without support.

    I also run iThemes, and cloudflare for triple security levels. On top of using Genesis you shouldn't have any issues.

    I did have an issue with one client who kept getting hacked some time ago, email scripts were placed on the server sending mass emails to random gmail/yahoo accounts... The only difference I could find between them and other clients was that WordPress was installed in the root directory rather than a subfolder such as /wp/ Additionally it was an old pre 3.0 installation (albeit updates). There may have been some residual old plugin files they were never deleted correctly, but database was optimized.

    To fix I had to export all posts using WordPress export plugin. wp-admin -> tools/export/ Then reinstall WordPress on a new server. Set everything back up from scratch then import all posts and pages and make sure my contact form was working. Since then I haven't had any problems.

    March 31, 2015 at 5:03 am in reply to: Moving Navbar to sidebar #146245
    gcampton
    Member

    Anyone else know anything about the mobile-first theme by Brian?

    PS. I realise the url doesn't work and goes to a wix website.

    Will need to edit your hosts file if viewing is required. (C:/Windows/System32/drivers/etc/hosts - or Google Mac/Linux hosts file)
    175.45.98.133 www.culturalflexibility.com.au culturalflexibility.com.au

    March 31, 2015 at 3:41 am in reply to: Moving Navbar to sidebar #146234
    gcampton
    Member

    hmmm none of those work (with sidr as an exception of course). I thought mobile-first was a relatively new theme. But perhaps it's based off an older default theme or things have been changed unnecessarily.

    March 30, 2015 at 6:41 am in reply to: Moving Navbar to sidebar #146086
    gcampton
    Member

    Thanks Christoph I'll check those out.

    November 10, 2014 at 6:50 pm in reply to: Blog using Beautiful Pro #131122
    gcampton
    Member

    Twitter feed and popular posts widgets are broken. other than that it looks great... it's clean and well designed.

    I'd customise the footer a bit, but that's just me. I don't think linking out to Genesis and WordPress and your login address does you or your readers any favours.

    November 6, 2014 at 7:10 pm in reply to: Agency Pro – Integrating Pricing Table from similar to Epik Theme #130750
    gcampton
    Member

    Go download Firebug extension for Firefox or Chrome (I didn't find chrome version as good- but works). go to the pricing tables. Right Click on the element. It should contain the css you are looking for (copy it to notepad or textpad). Use firebug on your own tables as well copy colors, backgrounds, borders as you desire.

    November 6, 2014 at 7:02 pm in reply to: Make Genesis More Like Divi? #130749
    gcampton
    Member

    Kelly is giving you way too many options there.

    Visual Composer (VC) was the original page builder plugin and still the best selling plugin on Code Canyon. The reason for this is unbridled support and constant non-stop develop since 2011. Innovating every feature included and a lot of development time.

    There's 100's of clone page builders out there. Some are probably even really good, (the one included in Kallyas theme is a good example) but it's hard to ignore the big elephant in the room. Especially when there's 1000's of people pointing at it.

    Future versions of VC will include many styles of paralax design (already included in many of the cheap extensions you can get for VC and the one I listed), plus many other great features and you have updates for life.

    I don't work for them, or have any affiliation (besides having an affiliate code, which I didn't include in my URL's) Just a happy customer.

    November 5, 2014 at 5:05 am in reply to: Cannot ad anything in Executive Pro Footer 2 – please advice #130571
    gcampton
    Member

    Do you mean widgets?

    November 5, 2014 at 5:02 am in reply to: Space between paragraphs #130570
    gcampton
    Member

    The css which is adding 30px bottom is
    .entry-content ol, .entry-content p, .entry-content ul, .quote-caption, .clear-line

    CTRL + F to find the code.

    so using Wisdm's above code will work if it's below that section or you add "!important ;" to the end of the statement.

    November 3, 2014 at 9:50 pm in reply to: Make Genesis More Like Divi? #130366
    gcampton
    Member

    You want "Visual Composer" ($28 here) and "Visual Composer Extensions" ($17 here)

    Plus there's tons of other VC plugins with different stylesheets if the extension plugin doesn't tickle your fancy. However I like it as $17 for just about every element you can imagine.

    As far as actual "theming" goes. Find a theme you like inspect elements and copy css until you have something identical.

    October 29, 2014 at 7:44 pm in reply to: How to Make Scribble Acceptably Responsive #129823
    gcampton
    Member

    You can take the stylesheet from sample and apply the top few categories to your stylesheet, such as normalizing, col layouts. etc, the twitter bootstrap parts.

    /* # Table of Contents
    - HTML5 Reset
    	- Baseline Normalize
    	- Box Sizing
    	- Float Clearing
    - Defaults
    	- Typographical Elements
    	- Headings
    	- Objects
    	- Gallery
    	- Forms
    	- Tables
    - Structure and Layout
    	- Site Containers
    	- Column Widths and Positions
    	- Column Classes

    Try that see if it helps, also search studiopress for "responsive Header" and "responsive navbar" there's 100's of posts on that.

    October 29, 2014 at 7:17 pm in reply to: Virus Detected in Theme Files #129822
    gcampton
    Member

    You can go back to them, the only way those themes were infected was either, A: a breach in security or B: StudioPress website and theme files were hacked and you downloaded on the day that happened.

    "B" is a highly unlikely scenario.

    But there is a 3rd scenario. Your hosting company is run by retards who have no idea what they are talking about and just like to f*^k with their customers.

    -------------------

    There would be no problem re-uploading the theme files (get a fresh copies) and then installing security plugins. Bulletproof security is great but is a pain to configure and install correctly. iThemes security has the same issues, it's more user friendly, however there are options in there that can conflict with server settings and cause error:500 across your whole site. Such as hide file directories, and such. There are little warning notes next to the settings, however you will probably crash a site or two before you figure it out.

    If it does crash, delete the plugin via FTP, and restore a saved copy of .htaccess. (always have a backup of that)

    October 29, 2014 at 4:10 pm in reply to: Full Header width #129813
    gcampton
    Member

    if your monitor is only 1140px wide then yes it will take up 100%. Most monitors these days are 1980x1040.

    You can use percentages, that way the image should stretch or shrink to fit. Just make sure to make the header 100% and the image 100% as well. work from there, you might need to make the image 99.99% or something but you won't know until you try it.

    October 27, 2014 at 2:18 am in reply to: Thoughts on design #129391
    gcampton
    Member

    I'm make a new post on that I guess.

    October 27, 2014 at 2:13 am in reply to: button problem with internet explorer: #129389
    gcampton
    Member

    I'm using IE 11 and it looks like its supposed to. Which version is it showing like this?

    October 27, 2014 at 2:10 am in reply to: Background imgaes do not have an alt tag #129386
    gcampton
    Member

    It's not possible as it's CSS based (I believe). I know it's important to include them but for the most part is difficult to include EVERY image. things like like breaks and social icons, backgrounds etc. I wouldn't worry too much about it.

    Just focus on Alt's for post images.

    October 27, 2014 at 2:05 am in reply to: Thoughts on design #129383
    gcampton
    Member

    In regards to the header, how would I make that stackable? I've seen a few guides on making the logo responsive which I need to get around to, and the navbar needs to be responsive as well.

    But if I do move the logo over and place the number in the header, just making that responsive wouldn't work as the number would look tiny or huge on smartphones and still be right of the logo. If it could stack under the logo that would be OK./

    Even the text isn't really responsive as it's all pixel based. For themes to be responsive everything should be em based, shouldn't it?

    October 27, 2014 at 1:32 am in reply to: Thoughts on design #129378
    gcampton
    Member

    I guess it depends where you live Susan. I lived in Ferny Hills/The Gap (20 mins west of Brisbane inner city) for a few years adjacent Samford National park in FH and behind the original quarry @ The Gap so saw a lot of them. Had a 3m python living in the roof for the most of the time at Ferny preying on possums and our cats (thankfully unsuccessful on the cats). But some people want them removed or killed.

    I know my neighbor actually called a pest control guy for a snake at one point, who told her she had to call a snake remover. She was a bit silly about it, she also used to setup cage traps for all the bush turkeys.

    For the most part they don't make it into suburb areas but Ive seen a few eastern brown's and red bellies.

    October 27, 2014 at 1:25 am in reply to: Thoughts on design #129377
    gcampton
    Member

    Thanks gals.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 49 total)
1 2 3 →

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