Digital experiences for all disciplines
Forum Replies Created
-
-
Dont forget the !important…
background: #a3c157 !important;
does that help?
August 12, 2014 at 5:35 am in reply to: neighborhood-child theme not picking up php changes in sub dirs #100123ok, thank you.
August 11, 2014 at 7:55 pm in reply to: Digital download. How to set free download for certain products #100067When adding a free product, treat your free product as ‘external product/affiliate’ Then ‘add to cart’ button will disappear. there will be an option to rename the button to any name as you like.
E.G. You can name it ‘download’ and then link the button to the free file.Attachments:
You must be logged in to view attached files.You screwed up a line height in the header or something in the css changes. Remove your css changes and try the site, then apply the css changes and go thru them till the problem doesnt happen.
August 9, 2014 at 6:59 pm in reply to: neighborhood-child theme not picking up php changes in sub dirs #99630list of changes not being over written.
/neighborhood-child/images/shopping_bag_icon.png
/neighborhood-child/includes/swift-framework/page-builder/builder/shortcodes/portfolio-carousel.php
/neighborhood-child/includes/custom-post-types/portfolio-type.php
/neighborhood-child/includes/swift-framework/sf-woocommerce.php
/neighborhood-child/includes/swift-framework/sf-content-display/sf-header.php
/neighborhood-child/language/en_US.mo
/neighborhood-child/woocommerce/cart/cart-empty.php
/neighborhood-child/woocommerce/cart/cart.php
/neighborhood-child/woocommerce/loop/result-count.phpAugust 8, 2014 at 8:18 pm in reply to: Swift builder "Products" element is not working in Portfolio pages #99536Thank you, a quick solution would be great, then I won’t have to manually change my upcoming 50 portfolio pages back to carousel mode.
I have a firefox solution, put this in your custom css. it worked for me. What was the other solution? I cant see because it is all marked private.
@-moz-document url-prefix() { select { background-image: none !important; } }
August 8, 2014 at 7:44 am in reply to: Please make the swift element editor popup lightbox bigger #99259yes, but that only adds maybe 100px horizontally. the edit area should be as large as the regular page editors
I threw together this hack but would love something more pro 🙂
Fix Swift editor lightbbox/modal size wp-content/themes/neighborhood/includes/swift-framework/page-builder/assets/css/page-builder.css Around line 120 make these changes. .spb_edit_form_elements { width: 95% !important; margin: 35px; padding: 20px; background: #fff; border-radius: 3px; } .spb_edit_wrap { overflow-y: scroll; height: 90% !important; padding: 20px; margin: 0 -10px; } Line 99 #edit-modal-header { background: #f7f7f7; border-bottom: 1px solid #e4e4e4; margin: -20px -20px 20px; padding: 22px 15px; border-radius: 3px 3px 0 0; height: auto; overflow: hidden; width: 100% !important; }
Thank you! This post answered my next question. 🙂
August 8, 2014 at 2:28 am in reply to: Swift builder "Products" element is not working in Portfolio pages #99202This reply has been marked as private.August 8, 2014 at 2:07 am in reply to: Swift builder "Products" element is not working in Portfolio pages #99200Update:
I removed all custom css changes. The “Product” listing element still incorrectly shows up on a portfolio page. I only get 2 columns showing instead of the 4. It still works fine on all the other pages. There is definitely a bug somewhere in the portfolio php page.
Please test it on your Neighborhood demo portfolio single listing page. You currently don’t have it as an example when I went through your demo. Then you can figure out what is wrong.
Thank you.
August 7, 2014 at 9:47 pm in reply to: Swift builder "Products" element is not working in Portfolio pages #99148It is located in
Theme Options / General Options / Tracking Code under the google analytics script.
If this were the problem then the “Products” element would not be working in the blog posts either, but it works in the blog posts.
I did remove the addthis code and test it, did not fix the problem.
Have you tried testing the “Products” element to your own hosted neighborhood demo portfolio page?
August 7, 2014 at 9:05 pm in reply to: Swift builder "Products" element is not working in Portfolio pages #99128Absolutely. Do what you need to do to fix this. thank you. I wont touch anything for a while then.
August 7, 2014 at 8:58 pm in reply to: Swift builder "Products" element is not working in Portfolio pages #99121I deactivated the plugins, went through adding them one at a time, nothing has changed, still doesn’t work.
August 7, 2014 at 8:34 pm in reply to: Swift builder "Products" element is not working in Portfolio pages #99105This reply has been marked as private. -