Forum Replies Created

Viewing 30 posts - 61 through 90 (of 151 total)
  • Avatar: amd4ever
    amd4ever
    Participant
    January 9, 2021 at 17:49

    Breadcrumbs is very big https://ibb.co/qgjNSbk

    Please contact administrator
    for this information.
    Avatar: amd4ever
    amd4ever
    Participant
    January 9, 2021 at 16:25

    2. we want to change checkout and other pages header image and text

    Avatar: amd4ever
    amd4ever
    Participant
    January 9, 2021 at 13:37
    Avatar: amd4ever
    amd4ever
    Participant
    January 9, 2021 at 13:35

    after we remove the image we still have problem with Breadcrumbs. is wrong size , we lost 3 hours with this. https://ibb.co/9wMdnYF

    Avatar: amd4ever
    amd4ever
    Participant
    December 14, 2020 at 11:33

    its possible to make a submenu with text at header for every submenu?

    Avatar: amd4ever
    amd4ever
    Participant
    November 28, 2020 at 11:11

    you know a plugin that can do that?

    Avatar: amd4ever
    amd4ever
    Participant
    November 27, 2020 at 00:53

    you give us a code before. its not possible to make it work..

    Avatar: amd4ever
    amd4ever
    Participant
    November 25, 2020 at 13:57

    even at child theme the problem still there

    $exclude_cats = array( ‘103’, ‘102’, ‘105’, ‘100’, ‘105’, ’94’, ‘227’);

    here is our woocomrce category id

    Avatar: amd4ever
    amd4ever
    Participant
    November 24, 2020 at 20:21

    we havent a child theme

    Avatar: amd4ever
    amd4ever
    Participant
    November 24, 2020 at 16:06

    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;
    }
    Avatar: amd4ever
    amd4ever
    Participant
    November 24, 2020 at 00:40

    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’ );

    Avatar: amd4ever
    amd4ever
    Participant
    November 23, 2020 at 13:13

    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

    Avatar: amd4ever
    amd4ever
    Participant
    November 23, 2020 at 12:22

    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?

    Avatar: amd4ever
    amd4ever
    Participant
    November 22, 2020 at 23:07

    1. we have problem with” saw recently” in article**
    The cache plugin is the wprocket, but creates problem to “saw recently”

    Avatar: amd4ever
    amd4ever
    Participant
    November 22, 2020 at 17:44

    1. for infinity load if we need to buy plugin

    Avatar: amd4ever
    amd4ever
    Participant
    November 21, 2020 at 21:39

    1. we want to remove the x at nomber for examble at private link
    2. we must buy a plugin??

    Please contact administrator
    for this information.
    Avatar: amd4ever
    amd4ever
    Participant
    November 21, 2020 at 21:27

    thank you!

    Avatar: amd4ever
    amd4ever
    Participant
    November 21, 2020 at 15:00

    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

    Please contact administrator
    for this information.
    Avatar: amd4ever
    amd4ever
    Participant
    November 21, 2020 at 12:55

    almost all. we want only the stock not out of stock at the number someone search

    Avatar: amd4ever
    amd4ever
    Participant
    November 21, 2020 at 11:35

    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

    Please contact administrator
    for this information.
    Avatar: amd4ever
    amd4ever
    Participant
    November 14, 2020 at 15:28

    1) when we select 41 or any number we see and products out of stock at that size

    Avatar: amd4ever
    amd4ever
    Participant
    October 25, 2020 at 20:43

    the image at header is still there, only text is not

    Avatar: amd4ever
    amd4ever
    Participant
    October 24, 2020 at 20:01

    site

    Please contact administrator
    for this information.
    Avatar: amd4ever
    amd4ever
    Participant
    October 24, 2020 at 10:35

    yes thanks.
    we want too to remove header at 404 page and search page

    Avatar: amd4ever
    amd4ever
    Participant
    October 22, 2020 at 17:10

    and we need to remove only the header with image and text but keep header (logo menu)

    Avatar: amd4ever
    amd4ever
    Participant
    October 22, 2020 at 17:07

    blank pages havent footer or header.
    where we can change the contact us page header to change photo and text

    Avatar: amd4ever
    amd4ever
    Participant
    October 22, 2020 at 15:00

    thank you.
    we need to remove the header and page title from contact us at restaurant demo

    Avatar: amd4ever
    amd4ever
    Participant
    October 21, 2020 at 19:26

    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

    Avatar: amd4ever
    amd4ever
    Participant
    October 21, 2020 at 11:05

    thanks

    Avatar: amd4ever
    amd4ever
    Participant
    October 20, 2020 at 21:12

    we need a css for change the colour of text message , email, phone at contact form 7

  • 1 2 3 4 5 6
    Viewing 90 results - 61 through 90 (of 151 total)
Viewing 30 posts - 61 through 90 (of 151 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.