Forum Replies Created
-
AuthorPosts
-
August 25, 2019 at 3:09 pm in reply to: Enterprise Pro Front Page widgets broken after upgrade #493173
kaelin
Memberthis is what it is supposed to look like! https://web.archive.org/web/20171008085451/https://twsaddlery.com/
kaelin
MemberI guess I put this in the wrong place - can't figure out how to delete it.
kaelin
MemberI want the same look as the sister site https://specializedsaddles.com which is using digital pro
June 14, 2017 at 4:44 pm in reply to: Agency Pro – New Logo Size, Need Taller Menus & Spacing #207752kaelin
Memberwhat did you figure out - this is exactly what I was needing to find 🙂
June 11, 2017 at 10:07 am in reply to: Digital Pro Mobile Responsive Photo issues since upgrade to Woo 3.0 #207615kaelin
MemberI had to set the .css back - it destroyed the settings for desktop/laptop display 🙁
June 11, 2017 at 7:59 am in reply to: Digital Pro Mobile Responsive Photo issues since upgrade to Woo 3.0 #207613kaelin
MemberRight - I added the Woocommerce 3.0 info to functions
add_action( 'after_setup_theme', 'digital_theme_setup' ); function digital_theme_setup() { add_theme_support( 'wc-product-gallery-zoom' ); add_theme_support( 'wc-product-gallery-lightbox' ); add_theme_support( 'wc-product-gallery-slider' ); }
I compared the difference in twsaddlery.com where it is displaying correctly and modified css
/* Media Queries ---------------------------------------------------------------------------------------------------- */ @media only screen and (min-width: 300px) { .footer-widgets .wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } } @media only screen and (max-width: 400px) { .site-inner { margin-top: 0;
I found that Enterprise had this and added it to the style.css - but it didn't change anything
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { }
thank you for your response by the way...appreciated!
kaelin
MemberI have submitted theme specific support tickets. I was here hoping that maybe someone had specifically figured things out with Digital Pro & Enterprise Pro as the fixes I have found here do not work with what I have. Was looking for a possible genesis connect update? Thank you for your response @Jchai
kaelin
MemberI have Digital Pro and it didn't help at all.
kaelin
MemberI'm looking specifically on how to manage Digital Pro & Enterprise Pro with the new 3.0 WooCommerce ....following in case there is an actual answer.
April 13, 2017 at 9:43 am in reply to: Quickbooks Plugin with Woocommerce Infinity PRO Theme #204733kaelin
MemberWe wound up going with webgility since it supports desktop and not just online.
-
AuthorPosts