Forum Replies Created
-
AuthorPosts
-
Thanks! That worked!
I spoke with Gravity Forms support & they said:
“GF is just a content that you embed in your page, we don’t have any control over what your theme does when the form is embedded on the page. This is something you need to work with Enfold theme support.”
February 18, 2016 at 5:56 pm in reply to: WooCommerce Site Wide Notice (covering up header area) #585543We created an ecommerce site for a client of ours so we are the designers & they are the ones that log in & complete the orders etc. They want us to put up a sitewide message (like I show in the private screenshots attached) but I’m noticing two issues…
1) I don’t want the sitewide message to overlap the logo in the header
2) I don’t want the sitewide message to overlap the WP admin bar at the top of the screen when one of the WP store admins goes to login to the site.
Thanks for any help you can provide!!
-CT- This reply was modified 8 years, 9 months ago by imagemakerswi. Reason: forgot to attach screenshots ;)
Elliott,
I have tried this tactic in post #169646 & it did not work.
I downloaded the file to make a copy of it, uploaded it into Dreamweaver & made the change. Once done, I uploaded it into my child theme but when I go to the website, nothing has changed…I have cleared browsing history & cache, still same thing.
January 8, 2016 at 3:52 pm in reply to: WooCommerce Site Wide Notice (covering up header area) #562045I currently have the following in the Custom CSS spot but the background of the site wide notice is their default tan color…even though I specified it. Not sure what I’m doing wrong. I’m currently doing this on gross [dot[ yourfilternow [dot] com. Thanks! -CT
p.demo_store {
margin-top: 0 !important;
background-color: #cccccc !important;
color: #004963 !important;
}body.woocommerce-demo-store #wrap_all {
margin-top: 20px !important;
}January 8, 2016 at 3:31 pm in reply to: WooCommerce Site Wide Notice (covering up header area) #562011Here’s the URL to our testing site: wootesting [dot] yourfilternow [dot] com
PS – TaxCloud’s wording to me was “Is it possible your theme is using non-standard address field ID’s?”….& I had no idea how to answer that question.
forgot to give you the URL
November 2, 2015 at 6:06 pm in reply to: Getting rid of certain field on product page within WooCommerce… #528710Sorry – forgot to reply. I got everything figured out!
-CTOctober 30, 2015 at 7:23 pm in reply to: Getting rid of certain field on product page within WooCommerce… #527640Here you go!
October 30, 2015 at 6:04 pm in reply to: Getting rid of certain field on product page within WooCommerce… #527603That worked except it took the other price away :(
(that should be showing above the “Sign Up” button & below the shipping variation picked.
I have to run into a meeting – I will shoot you over a login in about a hour or so!
October 30, 2015 at 5:58 pm in reply to: Getting rid of certain field on product page within WooCommerce… #527596OK here you go :)
October 30, 2015 at 5:35 pm in reply to: Getting rid of certain field on product page within WooCommerce… #527573I think I sent the URL via the Private Section – let me know if I didn’t
Thanks!
-CTexactly what I was looking for – thank you!!
January 23, 2015 at 8:49 pm in reply to: Issues with mobile/tablet display (possibly in-between sizes) #384622Awesome – thank you very much!!
January 22, 2015 at 5:04 pm in reply to: Issues with mobile/tablet display (possibly in-between sizes) #383776This reply has been marked as private.January 22, 2015 at 5:03 pm in reply to: Issues with mobile/tablet display (possibly in-between sizes) #383773Here is the screenshot of when you can’t see the mobile icon or cart icon (in between mobile & tablet viewing)
January 22, 2015 at 5:01 pm in reply to: Issues with mobile/tablet display (possibly in-between sizes) #383771
We had to put the separator in there so that the slider fit correctly on desktops – so if we take the separator out, the slider image appears flush to the top of the screen & shows up behind the logos & navigation bar. Is there a way for us to get rid of the separator once the screen width hits a certain amount of pixels? (ie mobile/tablet viewing)
Also, we are not sure why there is that all white header area (where the mobile icon & shop icon would appear) when your screen hits a size that is probably between mobile & tablet viewing. I have attached screenshots above.
Thanks,
CTJanuary 16, 2015 at 11:38 pm in reply to: WooCommerce – Adding custom field on Single Product Page issue #381135This reply has been marked as private.January 16, 2015 at 11:35 pm in reply to: WooCommerce – Adding custom field on Single Product Page issue #381134This reply has been marked as private.January 14, 2015 at 10:04 pm in reply to: WooCommerce – Adding custom field on Single Product Page issue #379755Below is the code that I have in my child theme’s functions.php file & it didn’t change anything on the product pages…
-CT<?php /* * Add your own functions here. You can also copy some of the theme functions into this file. * WordPress will use those functions instead of the original functions then. */ add_action( 'woocommerce_after_single_product_summary', 'add_custom_field', 0 ); function add_custom_field() { global $post; echo get_post_meta( $post->ID, 'meta:Product Code', true ); return true; }
This reply has been marked as private.This reply has been marked as private.correction to my last sentence —> *you’ll never see the word “cart” on the header of each page, you’ll always just see the cart image instead.
Thank you very much – worked like a charm.
As for the cart thing – here’s what I want to do. When I go mobile view, I get a sharp cart icon along with the button to be clicked to activate the menu. I would like to replace the cart link on the homepage (in my menu) with that icon. So whether you are looking at my site on a mobile device, tablet or desktop, you’ll never see the word “cart” on the homepage, you’ll always see the cart image.
Let me know how to accomplish this – thanks!
-CTAlso, how can I replace the word “cart” on the nav bar, with an image of a shopping cart?
Is there a way to get rid of the image hover & lightbox on each product page or is that a function of WooCommerce (not your theme)? Thanks!
Perfect thank you!!
-
AuthorPosts