TigriWeb | Support

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 46 total)
  • Author
    Posts
  • TigriWeb
    Keymaster

    Hi Yvan,

    Creating a dedicated page for amenities and attractions managed as products, with excerpts on the home page and detailed views on category pages, sounds like a valuable improvement. I will definitely consider implementing this in the future updates.

    Thanks again for your feedback and support!

    Best regards,
    TigriWeb Team

    in reply to: Product category page with no link to product detail page #225
    TigriWeb
    Keymaster

    Hi Yvan,

    We also use these hooks in the Kampina theme, so try this code:

    function kampina_fix_template_loop_product_link_open() {
    	?><div class="woocommerce-LoopProduct-link woocommerce-loop-product__link"><?php
    }
    function kampina_fix_template_loop_product_link_close() {
    	?></div><?php
    }
    function kampina_fix_template_loop_product_title() {
    	?><h2 class="<?php echo esc_attr( apply_filters( 'woocommerce_product_loop_title_classes', 'woocommerce-loop-product__title' ) ); ?>"><?php
    		the_title();
    	?></h2><?php
    }
    function kampina_fix_loop_add_to_cart_link() {
    	echo '';
    }
    
    add_action( 'template_redirect', function() {
    	if ( is_product_category( 'produits-ferme' ) ) { // without is_product().
    		// remove thumbnail a.
    		remove_action( 'woocommerce_before_shop_loop_item', 'woocommerce_template_loop_product_link_open', 10 );
    		remove_action( 'woocommerce_before_shop_loop_item_title', 'woocommerce_template_loop_product_link_close', 10 );
    
    		// add thumbnail div.
    		add_action( 'woocommerce_before_shop_loop_item', 'kampina_fix_template_loop_product_link_open', 10 );
    		add_action( 'woocommerce_before_shop_loop_item_title', 'kampina_fix_template_loop_product_link_close', 10 );
    
    		// remove title a.
    		remove_action( 'woocommerce_shop_loop_item_title', 'woocommerce_template_loop_product_title', 10 );
    
    		// add title h2.
    		add_action( 'woocommerce_shop_loop_item_title', 'kampina_fix_template_loop_product_title', 10 );
    
    		// remove button.
    		add_filter( 'woocommerce_loop_add_to_cart_link', 'kampina_fix_loop_add_to_cart_link', 10, 3 );
    
    		// remove button aria-describedby span.
    		add_filter( 'woocommerce_loop_add_to_cart_args', '__return_false' );
    	}
    } );

    Best regards,
    TigriWeb Team

    TigriWeb
    Keymaster

    Hi Yvan,

    You can add to Appearance -> Customize -> Additional CSS custom CSS code:

    @media (max-width: 991px) {
    	.single-product .site__content__wrap.product {
    		  display: flex;
    		  flex-direction: column-reverse;
    	}
    }

    Best regards,
    TigriWeb Team

    in reply to: Floating Booking Button #218
    TigriWeb
    Keymaster

    Dear Imran,

    Since the product is a WooCommerce variable product, customers need to select an option before proceeding with the purchase. Because of this requirement, the “Buy Now” or “Book Now” button cannot be immediately actionable without first choosing a variation.

    To make this work, the entire selection form would have to be floating, which would take up a significant portion of the screen on mobile devices, potentially affecting usability rather than improving it.

    Best regards,
    Tigriweb Team

    in reply to: Issue with Quantity Selector Label Not Visible #216
    TigriWeb
    Keymaster

    Dear Imran,

    Since you are using the “WooCommerce Product Options” plugin, it’s best to edit all additional fields in one place.

    Go to “Products” → “Product Options” and find the example where I added the “Quantity Label” to “Atlantis” at the end.

    There you’ll find Custom HTML, where you can change the word “Quantity” to something else.

    You’ll need to do something similar with the other “Product Options” as well.

    Best regards,
    TigriWeb Team

    in reply to: Issue with Quantity Selector Label Not Visible #214
    TigriWeb
    Keymaster

    Hi Imran,

    I added some custom HTML “Quantity Label” to the “Atlantis” “Product Options” and now the label is shown 😉

    Best regards,
    TigriWeb Team

    in reply to: demo content error 404 #208
    TigriWeb
    Keymaster

    If I add the IP address to the host file, I can access it.

    It seems to me that the issue lies in the import process trying to fetch a file from a non-existent address. Even though we add the host’s IP address, this address does not exist during the import.

    Perhaps it’s better to create a subdomain and leave the existing site for staging and testing.

    Best regards,
    TigriWeb Team

    in reply to: demo content error 404 #206
    TigriWeb
    Keymaster

    Hi,

    Could you create a user “administrator” and send access to the admin panel to the email – tigriweb@gmail.com?

    Best regards,
    TigriWeb Team

    in reply to: Typography customization not working properly #203
    TigriWeb
    Keymaster

    How and where (in code) these cards added to that page?

    Best regards,
    TigriWeb Team

    in reply to: Typography customization not working properly #201
    TigriWeb
    Keymaster

    Hi Imran,

    We use the styles of other fonts if they are smaller.

    You can add to Appearance -> Customize -> Additional CSS custom CSS code, example for loop product titles:

    .is-root-container ul.products li.product .woocommerce-loop-product__title,
    .is-root-container ul.products li.product .woocommerce-loop-category__title {
        font-weight: var(--kampina--font-weight--heading-h2);
    }

    Best regards,
    TigriWeb Team

    in reply to: Product side bar #199
    TigriWeb
    Keymaster

    Hi Gisele,
    to edit the text in the sidebar go to your Dashboard, go to Appearance, then select Widgets.
    For changing the text in the sidebar on:
    – blog pages – select Area 1
    – products – select Area 2

    https://prnt.sc/z42Y6ENYrHlT

    in reply to: feature image not showing #197
    TigriWeb
    Keymaster

    Hi Rohitgparmar,

    Debug has og:image tag, but don’t load it.

    https://developers.facebook.com/tools/debug/?q=https%3A%2F%2Fstayread.com%2Fmore-than-325-cases-of-dengue-have-been-reported-in-ahmedabad%2F

    Can You create a post with an image that has a name in English letters only for test? Maybe problem in the “અમદાવાદમાં-એક-મહિનામાં-ડેન્ગ્યુના-325થી-વધુ-કેસ-નોંધાયા” name?

    In any case, this is not a problem with the theme, only with the plugin that displays this og:image tag or Facebook.

    Best Regards,
    TigriWeb Team

    in reply to: team slider inside a Hero box #194
    TigriWeb
    Keymaster

    Hi Gisele,

    We have the team slider inside the container block with a same background: https://prnt.sc/p7td541ul894.

    Best Regards,
    TigriWeb Team

    in reply to: footer social media’s icons is gone #192
    TigriWeb
    Keymaster

    Hi Gisele

    Go to Appearance -> Widgets and follow these steps: https://prnt.sc/7MI2NSPHApV5.

    And there will be a Social Icons block.

    Best Regards,
    TigriWeb Team

    in reply to: Additional info on the cart page #190
    TigriWeb
    Keymaster

    Hi Imran,

    There was a similar problem here.

    We hide the product description use this CSS code:

    table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata__description {
      display: none;
    }

    Best regards,
    TigriWeb Team

Viewing 15 posts - 1 through 15 (of 46 total)