• 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

MM

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 - 21 through 40 (of 123 total)
← 1 2 3 … 5 6 7 →
  • Author
    Posts
  • September 9, 2013 at 2:12 am in reply to: How to break genesis before header into sections? #61465
    MM
    Member

    You're a rockstar Carrie. That's what I meant, thanks!

    September 3, 2013 at 10:18 am in reply to: How to add another menu #60453
    MM
    Member

    Thanks Sridhar - almost there!

    If anyone has the same problem, here's some updates (though not fixed yet)

    This might not be the default Epik theme setup, but you can create a Genesis Before Header widget area.

    Using: http://wpsites.net/web-design/widget-genesis/

    But...

    Now when I create my secondary menu, and added it using a Custom Menu to the Genesis Before Header Widget Area, the menu links show up vertically.

    Has anyone found the solution for that? Thanks!

    August 16, 2013 at 5:31 pm in reply to: Find our what file is calling a http request ? #56941
    MM
    Member

    -

    July 25, 2013 at 12:58 pm in reply to: WooComm overtaking default styles of page #52470
    MM
    Member

    Thanks for your help Anitac. After lots of learning, this solved it.

    .woocommerce #inner .wrap {
      background-attachment: scroll;
      background-clip: border-box;
      background-color: #FFFFFF;
      background-image: none;
      background-origin: padding-box;
      background-position: 0 0;
      background-repeat: repeat;
      background-size: auto auto;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
      margin-bottom: 40px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0;
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 20px;
    }
    July 23, 2013 at 10:04 am in reply to: Add CSS element style for single element #52075
    MM
    Member

    Thanks Stewart - that solved everything! Cheers

    July 23, 2013 at 9:28 am in reply to: WooComm overtaking default styles of page #52063
    MM
    Member

    Thks Anita. Yes all done. They suggest in their documentation that there will be issues with the shop and single product pages. I'm unsure what the correct 'hooks' code would be, as it needs adapting from their suggestion.

    July 22, 2013 at 11:05 am in reply to: WooComm overtaking default styles of page #51855
    MM
    Member

    Hi Anitac (or others) - I've deployed WooComm now at mikemetcalfe.co

    I'm still trying to get all woocomm pages to display with my genesis page defaults.

    ie. trying to get http://mikemetcalfe.co/e-store/ (no white border, grey background)

    to display like

    http://mikemetcalfe.co/e-store/cart/ (white border)

    All pages are selected on the same template but it's something to do with this :

    http://docs.woothemes.com/document/third-party-custom-theme-compatibility/

    I've tried the Content and Hooks methods (but perhaps didn't have the right Hooks code)

    Any ideas? Thanks!

    July 11, 2013 at 11:53 am in reply to: WooComm overtaking default styles of page #50269
    MM
    Member

    Thks Anita. Received your email though few WooComm users there. All underway with making CSS changes.

    I'd thought buttons / sizes / paddings etc where only altering .woocommerce sections, but seems they've changed other sections.

    Perhaps you or someone knows this... what needs adding to certain sections to ensure CSS only changes in that section?

    i.e. I thought changing the below would allow change particular CSS element widths on WooComm pages

    .woocommerce input, select, textarea {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 0.313rem 0.625rem;
    width: 60%;

    Alas, it changes jetpack contact forms and other things also.

    Is there a great post out there on controlling various sections and their H Sizes, margins, paddings etc??

    Thanks!

    July 9, 2013 at 4:14 pm in reply to: How to create product feature tables? #50015
    MM
    Member

    Thanks Anitac. I'm impressed by the section under the "7 Reasons" - specifically the ability to show multiple headers/icons and click / hover across, while still showing full width content related to each heading, as clicked. If anyone knows have to replicate such features, I'm all ears. Cheers!

    June 27, 2013 at 9:55 am in reply to: CSS doesn't work on Localhost #48040
    MM
    Member

    Carrie and Trish - thanks for all the help. Cory (Plugin Author of Duplicator) found the problem. I was using WP-Minify plugin. Even though all other caches (W3 Total) had been cleared, WP-Minify hadn't. For anyone with this problem, just deactivate the plugin to clear the cache and your localhost CSS should now display.

    June 27, 2013 at 4:53 am in reply to: CSS doesn't work on Localhost #47992
    MM
    Member

    In case it helps any ideas... here's what it looks like

    https://www.dropbox.com/s/qmh1rekw3pyxmla/Screen%20Shot%202013-06-27%20at%2011.50.53.png

    June 27, 2013 at 4:41 am in reply to: CSS doesn't work on Localhost #47991
    MM
    Member

    Hi Trisha - I'm a WP rookie but if you mean compare page source of live site vs localhost...

    I found these page source differences via diffchecker - http://diffchecker.com/3x74ilka

    (Most seem to be the domain link though?)

    Using diffchecker again, it says the two functions.php files are identical. Is that an issue?

    June 27, 2013 at 4:16 am in reply to: CSS doesn't work on Localhost #47989
    MM
    Member

    Hi Carrie,Trisha,Others

    Here's the results... I was able to connect the existing database onto the new WP installation's site folder, on Localhost.

    BUT... again there's no CSS working on the login screen or the front end. No idea - this could make changes quite tough.

    June 26, 2013 at 3:03 pm in reply to: CSS doesn't work on Localhost #47856
    MM
    Member

    Thks Carrie - yes it's weird (and sorta fun!). Will try export / imports and seeing if I can get CSS working with old database content... stay tuned 😉

    June 26, 2013 at 1:50 pm in reply to: CSS doesn't work on Localhost #47830
    MM
    Member

    Thks Trisha. I just installed a basic site with 2012 theme - and the CSS / layout looks fine.

    I then loaded Genesis parent and Epik child theme into the new Localhost - CSS appeared on the 'hello world' post.

    Strange? It just doesn't seem to work when connecting my actual database with lots of existing posts / pages.

    June 26, 2013 at 9:49 am in reply to: CSS doesn't work on Localhost #47800
    MM
    Member

    Thanks Carrie but that didn't work either. I tried replacing as suggested, and also even ran Duplicator again.

    Still no CSS. I'm confused as to why theme CSS works fine on my live site but no themes work on my localhost.

    June 26, 2013 at 8:08 am in reply to: CSS doesn't work on Localhost #47777
    MM
    Member

    Thks Trisha.

    Yes, html elements showing (i.e. blue links, images, menu & footer words) but zero styling.

    I look at the page source and found no link to style.css

    June 26, 2013 at 7:03 am in reply to: CSS doesn't work on Localhost #47767
    MM
    Member

    Good tip. Just tested and no, 2012 theme isn't successfully activating the CSS.

    I had previously tested both Epik and 2012 on a live site and they worked fine.

    ?

    June 26, 2013 at 6:30 am in reply to: CSS doesn't work on Localhost #47762
    MM
    Member

    Thks Carrie. Using Epik theme and yes, style.css is definitely there - so unsure why it doesn't work.

    June 14, 2013 at 6:17 am in reply to: How to change CSS of Eleven40 Page Navigation? #45854
    MM
    Member

    Thanks Anitac - that worked well.

    Used Firebug but couldn't figure out how to change the box colour on CSS. Code not in regular CSS file.

    Cheers

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 123 total)
← 1 2 3 … 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

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