nasroo7
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] "Free shipping" Bubble?Hi Palexandra,
Well, I will do.
So far, the only option I found was to add Attributes, which enables me to make a Filtered search using “Woocommerce Layered Nav” Widget
You place a few different of these widgets for each Attribute in your sidebar, and leave “AND” in the settings, so you can cross reference your products.
And you can have a search of products that have a Characteristic 01, and 02: All from different categories, but they all share these two Characteristics.Or, during my research, I came across these (I didn’t purchase them):
http://codecanyon.net/item/woocommerce-product-filter/8514038
http://www.woothemes.com/products/product-finder/Well, thank you for your reply!
I will try that, and if I ever find a solution, I’ll post it here for other people maybe :s
Thank you!Forum: Plugins
In reply to: [WooCommerce] "Free shipping" Bubble?Hi Palexandra… Have you ever find a solution for that?
https://wordpress.org/support/topic/cross-reference-categories-for-search?replies=1Thank you
Hi, Thank you for replying.
I’m not using such a plugin.
But, I discovered that the Parent style.css was the one opened by the browser (The one that has more than 6000 lines), and in the middle of those 6000 there was basically 550 lines that were replaced by the ones that are in the Child Style.css (Which contains 550 lines that are supposed to override the ones that are in the parent style.css)
After some different research on modifying the Style.css, I discovered that the Child Style.css (The one with 550lines) doesn’t include all the coding of the website, but only the changes [that’s why it has an “@import url(“…/Parent Style.css”);]. So basically, the 550 lines represents only the “Overriding Code lines” that are here to replace the “Original Code Lines” of the Parent Style.css file. The rest of the remaining 5450 (6000-55=5450) are just from the Parent.
So, If you need to make changes, instead of modifying the Parent Style.css, it’s better to ADD the same Code Line that you want to modify in the parent style.css into the child style.css
Which means that the freelancer who just Copied ALL the 6000 code lines from the Style.css that was generated by the browser, and just copied them into the child style.css did something wrong. It’s not supposed to be that way, so if there is a change that was made in the parent style.css, and that was not supposed to be changed in the child style.css won’t be displayed, and you’ll have to manually find the code into the parent style.css, and basically either modify it in the child, or delete it from the child, so the browser will display the parent line code one.So, my question was a basic css design understanding.
If you ask my question the way I did, you can’t find answers, but if you put your hands into modifying the css, and understanding the concept of Chil theme, then you will automatically have the answer of my question (When I was ignorant =P )Well, thank you for reading me. And maybe someone will ask the same question as I did, and will find here the answer. If I didn’t make my self clear, please let me know.
I go back to my dreamweaver now 😀
Have a nice day!