muradko
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [OceanWP] grid view and list view bugI just discovered that when you start a fresh installation of wp, this bug does not appear, it must be something else causing this problem. I will post here if i found out what exactly. Thanks in advance.
Forum: Themes and Templates
In reply to: [OceanWP] Disable shopping cart imagesunfortunately it does not work either.
Forum: Themes and Templates
In reply to: [OceanWP] Disable shopping cart imagesth.product-thumbnail,
td.product-thumbnail
{
display: none;
}I have added this to the OceaWp customizer > addiotional css
but nothing is happening sir.Forum: Themes and Templates
In reply to: [OceanWP] Disable shopping cart imagesadd_filter( ‘woocommerce_cart_item_thumbnail’, ‘__return_false’ );
This command is doing the job. Thanks, However there is a big gap where the image used to be and it looks bad. I could not find a way to remove that.
Forum: Themes and Templates
In reply to: [OceanWP] Product addon bugI am sorry for bothering you, it seems like it was something else. Everythign seems to be working fine gentlemen. Great job! I can not think of any other theme beside OCeanWp now.
Forum: Fixing WordPress
In reply to: Product addon for variating productOK sir, sounds good.
Forum: Fixing WordPress
In reply to: Product addon for variating productNo, sir this is only the product table, it changes the view for the products. I am searching for the product addon to add extra fields/radiobuttons like ingredints and then to assing 3 different prices for this ingredient because the pizza size is different.