TigriWeb

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 67 total)
  • Author
    Posts
  • 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

    in reply to: Edit Hero in the About Us and Contact pages #186
    TigriWeb
    Keymaster

    Hi Gisele,

    You can edit hero settings here.

    Best Regards,
    TigriWeb Team

    in reply to: Checkout page form issue #184
    TigriWeb
    Keymaster

    Hi Bajwa,

    We add a small CSS fix to Appearance -> Customize -> Additional CSS, and now labels is normal. Please check.

    Best regards,
    TigriWeb Team

    TigriWeb
    Keymaster

    Hi Rohitgparmar,

    Currently ThemeForest offers a single license and an extended license.

    The single license means that you need to purchase one single license for every site that use Kampina.
    So if you are building 3 websites with Kampina, then you are required to purchase 3 single licenses.

    Even the extended license operates this way but you can re-sell this as an end product.

    Best regards,
    TigriWeb Team

    in reply to: Icons for Amenities and Attractions #173
    TigriWeb
    Keymaster

    We add a small CSS fix to Appearance -> Customize -> Additional CSS, and now the alignment is normal.

    Best regards,
    TigriWeb Team

    in reply to: Icons for Amenities and Attractions #169
    TigriWeb
    Keymaster

    Hello Imran,

    For “Amenities” we use icons as having a maximum width of 50px, and for “Attraction” – a maximum width of 75px.

    The size of the icons can be changed using CSS. This is not a problem. All the ones you like should fit.

    As for the space, there is an additional blank paragraph at the end of the page. After removing it, the space will disappear.

    Best regards,
    TigriWeb Team

    in reply to: How can I Edit the header and footer layout of Kampina #165
    TigriWeb
    Keymaster

    Hi Moz,

    Please replace the styles for the 3 and 4 columns (or just add them to the end of the styles):

    @media (min-width: 992px) {
    	.site__footer__area__col--3 {
    		max-width: 22%;
    	}
    	.site__footer__area__col--4 {
    		max-width: 16%;
    	}
    }

    and add these styles to the button extra space:

    .site__footer__area__col--1 .wp-block-column {
    	flex-basis: auto !important;
    	flex-grow: 0;
    }
    .site__footer__area__col--1 ul.wp-block-social-links {
    	margin: 0;
    }

    Best regards,
    TigriWeb Team

    in reply to: How can I Edit the header and footer layout of Kampina #161
    TigriWeb
    Keymaster

    Hi Moz,

    Please, add this styles to Appearance -> Customize -> Additional CSS:

    .site__header__button--search {
    	display: none;
    }
    
    @media (min-width: 782px) {
    	.site__header__button__list {
    		margin-left: 0;
    	}
    }
    
    .site__header .menu-item-4590 a {
    	background: var(--kampina--color--secondary);
    	padding-left: 16px;
    	padding-right: 16px;
    	border-radius: 20px;
    	transition: opacity var(--kampina--transition-speed) var(--kampina--transition-timing-function);
    }
    .site__header .menu-item-4590 a:hover {
    	opacity: 0.6;
    }
    .site__header .menu-item-4590:after {
    	content: none !important;
    }
    
    @media (min-width: 992px) {
    	.site__footer__area__col--1 {
    		max-width: 39%;
    	}
    	.site__footer__area__col--2 {
    		max-width: 23%;
    	}
    	.site__footer__area__col--3 {
    		max-width: 23%;
    	}
    	.site__footer__area__col--4 {
    		max-width: 15%;
    	}
    }

    Best regards,
    TigriWeb Team

    in reply to: WooCommerce product page is showing critical error #157
    TigriWeb
    Keymaster

    Dear Imran,

    We enabled WP_DEBUG and saw the following error:

    Fatal error: Uncaught Error: Call to a member function get_id() on string in ...wp-content/plugins/my-bookable-product/my-bookable-product.php</strong> on line 135

    We also saw that this is Your plugin, so we took the liberty of changing the code of your plugin so that there was no error. On line 130 we change:

    global $product; -> $product = wc_get_product();

    Best regards,
    TigriWeb Team

    • This reply was modified 1 year, 11 months ago by TigriWeb.
    in reply to: WooCommerce product page is showing critical error #154
    TigriWeb
    Keymaster

    Hi Imran,

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

    It would be very good and would help to solve the problem faster – access to FTP.

    Best regards,
    TigriWeb Team

Viewing 15 posts - 31 through 45 (of 67 total)