• 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

Peaceless

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • April 1, 2018 at 8:35 am in reply to: Woocommerce: Desicriptions on tag and attribute pages removed #218525
    Peaceless
    Member

    Fixed via support!

    September 14, 2015 at 1:37 pm in reply to: New site – https? #165457
    Peaceless
    Member

    This is what I´m reading over at Wiki

    As of February 2015, Google has announced that following the recent final ratification of the HTTP/2 standard, support for SPDY would be deprecated, and that support for SPDY will be withdrawn completely in 2016.

    September 6, 2015 at 9:51 am in reply to: Woocommcerce thumbnal in Genesis Archive Description #164744
    Peaceless
    Member

    ah, it´s bug! doh!

    Category Archive Not Showing after Update

    geeez

    ok so I´m back at the thing with adding the thumbnail...

    September 5, 2015 at 10:05 am in reply to: Woocommcerce thumbnal in Genesis Archive Description #164667
    Peaceless
    Member

    Hmm, now the description with the image using HTML has disappeared ....even if I delete the archive-product.php I copied over...strange

    September 5, 2015 at 9:51 am in reply to: Woocommcerce thumbnal in Genesis Archive Description #164665
    Peaceless
    Member

    I took a shot and added the code I posted above to the functions.php to see if that was what you ment but it just got me the thumbnal in the ordinary description. So I guess I don´t follow you... 🙂

    Am I off target if I assume that 'woocommerce_archive_description' in the code I posted above is the "normal" archive description and I should replace that with whatever the Archive description, that genesis put in the archive settings page for a product, is called?

    September 4, 2015 at 10:03 am in reply to: Woocommcerce thumbnal in Genesis Archive Description #164583
    Peaceless
    Member

    hey!

    thanks but that made both the Archive Head line and archive intro text to disappear all together 🙂

    August 15, 2015 at 4:00 am in reply to: CSS table issue Woocommerce and Magazine Pro #162441
    Peaceless
    Member

    Hi Victor!
    Thanks! Maybe I should have mentioned that I activated Genesis Style Trump plugin to up the loading of the theme style sheet. Looking at the source code I saw that the genesis slider is still loading after the Magazine pro style sheet, so I went ahead and deactivated the plugin and added the below code (not sure if the slider css has any effect on this, it´s built in from the start right?) Anyways, don´t hurt to try

    /**
     * Remove Genesis child theme style sheet
     * @uses  genesis_meta  <genesis/lib/css/load-styles.php>
    */ 
    remove_action( 'genesis_meta', 'genesis_load_stylesheet' );
    /**
     * Enqueue Genesis child theme style sheet at higher priority
     * @uses wp_enqueue_scripts <http://codex.wordpress.org/Function_Reference/wp_enqueue_style>
     */
    add_action( 'wp_enqueue_scripts', 'genesis_enqueue_main_stylesheet', 30 );

    in functions.php Still same result so I tried higher and higher number and even 100000000 did not have any effect on this. Slider still loads after.

    So if I assume it´s ok that the theme css is ok to load second to last I need to turn to my css styling again to see if I´m making wrong assumptions there instead.

    So if I have a table class like so, table class="shop_table cart”, which is how it looks in cart.php in woocommerce from the get go, would you say that I´m supposed to use this in my theme css

    .woocommerce table.shop_table.cart {} or
    .woocommerce table.shop_table cart {}

    non are working 🙁 This is making me nutts I tell you!

    Thanks for your time!

    August 14, 2015 at 2:28 pm in reply to: Make Existing Table Mobile Responsive #162410
    Peaceless
    Member

    putting 780px to the width you prefer of course

    August 14, 2015 at 2:18 pm in reply to: Make Existing Table Mobile Responsive #162409
    Peaceless
    Member

    Hi!

    Braddalton helped me with my images and I assume it´s the same for tables. Wrap your table styling with


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

    CSS

    }

    Layout – basic question

    kr,

    ?…sa

    August 11, 2015 at 1:34 pm in reply to: Full width slider Magazine Pro #162066
    Peaceless
    Member

    Hey!
    Finally wpbeaches came back up and I just copied the code there and pasted it in functions.php and it worked perfectly! I´ll just add some css styling, thanks!

    August 9, 2015 at 8:39 am in reply to: Layout – basic question #161838
    Peaceless
    Member

    Lovely! Thanks braddalton! that worked perfectly 😀

    Million thanks!

    August 7, 2015 at 4:47 am in reply to: Layout – basic question #161668
    Peaceless
    Member

    Hi again!

    ok so I managed to adjust the layout of the cart via CSS where I set the width to 75% on the conents table and float: left, and the total table to have width 25% and float: right. Some additional styling and it looks ok but, it´s not responsive, hence the total doesn´t move to be below the content when using a smaller screen, both are next to each other untill one point where the total table moves below the content table but of course it floates right and is still 25%. Any way to come around this?

    Thanks for any help!

    kr,

    ?…sa

    August 5, 2015 at 7:50 am in reply to: Woocommerce inline validation #161480
    Peaceless
    Member

    Anyone have an idea?

    thanks

    kr,

    ?…sa

    August 5, 2015 at 1:21 am in reply to: Layout – basic question #161467
    Peaceless
    Member

    Hi Victor!

    Thanks for answering! I´m on top of the creating template deal and adding/changing text, but when it comes to changing the actual layout, like making two columns (? not sure if that is what I need to do 🙂 ) I´m lost.... you have any additional pointers to give me?

    Thanks again!

    ?…sa

    July 31, 2015 at 9:05 am in reply to: Full width slider Magazine Pro #161054
    Peaceless
    Member

    Hi,
    and how would I go about doing that?

    July 31, 2015 at 9:04 am in reply to: Woocommerce inline validation #161053
    Peaceless
    Member

    ok thanks, didn´t look at the paid plugins actually, but this one seems reasonably priced at least, might be worth it as long as Google don´t stop, demo´s not working though. Thanks for pointing me to it anyways

    http://codecanyon.net/item/google-address-autocomplete-for-woocommerce/7208221

    Still shipping address was just an example, I´m more out for inline validation of more fields, letting customer know instantly that they cannot have letters in the zip code filed for instance. Like, the fields is red ´till it´s filled out ok then it turns green or with the use of red x and green checkboxes or something.

    thanks

    July 16, 2015 at 8:31 am in reply to: Max mega menu and genesis (magazine pro) #159564
    Peaceless
    Member

    Hi!
    Thanks, I got in touch on the support and got help, guess I should have gone there first 🙂 Solution is being implemented in next update of the plug-in author says, good times! 🙂

    June 26, 2015 at 9:57 am in reply to: Max mega menu and genesis (magazine pro) #157588
    Peaceless
    Member

    Hi!

    Thanks, but that did not do it, only thing happening is the menu stop aligning (which I´m able to adjust) but the font is still the same. Still not able to customize the CSS 🙁

    Any other ideas?

    thanks!

    kr,

    ?…sa

    April 6, 2013 at 11:05 pm in reply to: Rich snippets #33650
    Peaceless
    Member

    Of course http://www.kosttillskottdirekt.se/burn-x4 . The text I'm referring to is at the end of the content, just above the social buttons and states

    Burn X4 från Svenskt kosttillskott, 5.0 out of 5 based on 2 ratings

    Thanks

  • Author
    Posts
Viewing 19 posts - 1 through 19 (of 19 total)

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