Breadcrumbs is very big https://ibb.co/qgjNSbk
Breadcrumbs is very big https://ibb.co/qgjNSbk
2. we want to change checkout and other pages header image and text
after we remove the image we still have problem with Breadcrumbs. is wrong size , we lost 3 hours with this. https://ibb.co/9wMdnYF
its possible to make a submenu with text at header for every submenu?
you know a plugin that can do that?
you give us a code before. its not possible to make it work..
even at child theme the problem still there
$exclude_cats = array( ‘103’, ‘102’, ‘105’, ‘100’, ‘105’, ’94’, ‘227’);
here is our woocomrce category id
we havent a child theme
we cant make it work, our functions.php now:
<?php
defined( 'ABSPATH' ) || exit( 'Direct script access denied.' );
/*
* Load theme setup
* ******************************************************************* */
require_once( get_template_directory() . '/theme/theme-setup.php' );
/*
* Load framework
* ******************************************************************* */
require_once( get_template_directory() . '/framework/init.php' );
/*
* Load theme
* ******************************************************************* */
require_once( get_template_directory() . '/theme/init.php' );
add_filter( 'woocommerce_get_related_product_cat_terms', 'exclude_brands_from_related', 20, 1 );
function exclude_brands_from_related( $categories ){
// array of category id's that should be excluded
$exclude_cats = array( '103', '102', '105', '100', '105', '94', '227');
$categories = array_diff($categories, $exclude_cats);
return $categories;
}
we want to exclude the categories id ‘103’, ‘102’, ‘105’, ‘100’, ‘105’, ’94’, ‘227’
but the code is not ok:
add_filter( ‘woocommerce_get_related_product_cat_terms’, ‘exclude_brands_from_related’ );
function exclude_brands_from_related( $categories ){
// array of category id’s that should be excluded
$exclude_cats = array( ‘103’, ‘102’, ‘105’, ‘100’, ‘105’, ’94’, ‘227’);
foreach( $categories as $index => $cat ){
if( in_array( $cat, $exclude_cats ) ){
unset($categories[$index]);
}
}
return $categories;
}
add_filter( ‘woocommerce_get_related_product_cat_terms’, ‘exclude_brands_from_related’ );
its multiple numbers 40,41,42 we cant hide the product because may have a 42 but not a 41
we want to hide only the number that is out of stock when someone search for that number
Add this to your functions.php or custom plugin.
function exclude_brands_from_related( $categories ){
// array of category id's that should be excluded
$exclude_cats = array( '100', '101', '102');
foreach( $categories as $index => $cat ){
if( in_array( $cat->term_id, $exclude_cats ) ){
unset($categories[$index]);
}
}
return $categories;
}
add_filter( 'woocommerce_get_related_product_cat_terms', 'exclude_brands_from_related' );
its will work something like this?
1. we have problem with” saw recently” in article**
The cache plugin is the wprocket, but creates problem to “saw recently”
1. for infinity load if we need to buy plugin
1. we want to remove the x at nomber for examble at private link
2. we must buy a plugin??
thank you!
the page created and then we tranfed to main domain. As you can see we dont have a page at the other 2 domains. please remove the first two domain and let us only the (private)
The other domains is not online so we cant deactivate the template
thanks
almost all. we want only the stock not out of stock at the number someone search
i want to make a coupon site with offers of eshops i dont want to give my code of your template………
i want like this with your template
1) when we select 41 or any number we see and products out of stock at that size
the image at header is still there, only text is not
site
yes thanks.
we want too to remove header at 404 page and search page
and we need to remove only the header with image and text but keep header (logo menu)
blank pages havent footer or header.
where we can change the contact us page header to change photo and text
thank you.
we need to remove the header and page title from contact us at restaurant demo
we need the colour text before enter text.
we need to change the colour “write your message”—-> https://prnt.sc/v3mdch https://prnt.sc/v3mdqs
thanks
we need a css for change the colour of text message , email, phone at contact form 7