TigriWeb | Support

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 46 total)
  • Author
    Posts
  • 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, 4 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

    in reply to: remove style post & home pages #152
    TigriWeb
    Keymaster

    There is no such option on the theme. For some cases, we use a border as a gradient of the svg image. The whole design is built using border-radius, too many changes will need to be made.

    Best regards,
    TigriWeb Team

    in reply to: remove style post & home pages #149
    TigriWeb
    Keymaster

    1) Go to the Appearance -> Customize: https://prnt.sc/g0qTI86Z3Oav
    2) Open the Additional Css tab: https://prnt.sc/b2PZT88UW8rQ
    3) Paste code and click on Publish button: https://prnt.sc/EB23pq6AXcpw

    Best regards,
    TigriWeb Team

    • This reply was modified 1 year, 8 months ago by TigriWeb.
    in reply to: remove style post & home pages #147
    TigriWeb
    Keymaster

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

    .is-root-container .wp-block-image.is-style-with-line img,
    .is-root-container .wp-block-image.is-style-with-line:before {
    	border-radius: 0 !important;
    }

    Best regards,
    TigriWeb Team

    in reply to: how to Purchase install Code #145
    TigriWeb
    Keymaster

    This is a Featured Image of each post: https://wordpress.com/support/featured-images/

    Or in Your Site: https://prnt.sc/W2uLfP13ktNf

    Best regards,
    TigriWeb Team

    in reply to: how to Purchase install Code #143
    TigriWeb
    Keymaster

    Are you referring to this block? https://prnt.sc/hwd0r8A5IGEb
    Because there are no more images with a golden border on the home page.

    Best regards,
    TigriWeb Team

    in reply to: how to Purchase install Code #141
    TigriWeb
    Keymaster

    Please share a screenshot or give us the name of the block.

    Best regards,
    TigriWeb Team

Viewing 15 posts - 16 through 30 (of 46 total)