demo-travel-hotels prize problem

14 replies · opened Jul 12, 2021

KkentrachmatJul 12, 2021

Hai,

I just downloaded the demo-travel-hotels.html from the package generator, and weirdly the prize can't align with the text as shown on the template, can you help me please. Thanks

Cordially,
Kent

SSemicolon WebSTAFFJul 12, 2021

Hello,

Thanks for reporting this and Apologies for the Inconveniences caused!

This is an issue with the Latest Version of Bootstrap and officially confirmed here: https://github.com/twbs/bootstrap/issues/34335 . We recommend reverting the CSS File to v5.0.1 as we will also be releasing a fix shortly for this. Simply download the file attached here and replace it with css/bootstrap.css File.

This will automatically resolved the issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KkentrachmatJul 23, 2021

Hello,

thank you for the help!

I have 2 more questions.

  1. when i upload my files to my server, is there any file that i need to include (regarding the licence).

  2. do you have a template for invoices ?

Many thanks

cordially,

Kent

SSemicolon WebSTAFFJul 24, 2021

Hello,

  1. No extra file is needed to upload to the Server except your customized files.

  2. Currently, we do not have Invoice Templates, but we will definitely include to this to Our Updates list and try releasing an Example within the next 2 weeks.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KkentrachmatJul 24, 2021

Hi,

Thank you for your reply, i have another problem.

  1. How can i make my options go above the template, because i think the options are behind it (see attachment)

  2. How to you make a bordered box and fill it with texts / table

Thanks

cordially,
Kent

SSemicolon WebSTAFFJul 26, 2021

Hello,

Thanks for your Patience!

  1. The issue appears to be with the Container having the Overflow Hidden CSS Property. We would need a Live URL in order to identify the real issue with this.

  2. You can simply use a DIV with Utility Classes: https://getbootstrap.com/docs/5.0/utilities/borders/ inside the .container DIV and add your Content according to your needs. Example:

<div class="border p-5 mb-6">
	<h3 class="mb-3">Title</h3>
	<p class="mb-0">Lorem ipsum dolor sit amet consectetur adipisicing elit. Veniam, possimus?</p>
</div>

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

SSemicolon WebSTAFFJul 28, 2021

Hello,

First! Your Website looks beautiful! :)

  1. Find the following code:
<div class="section border-top-0 m-0">

and replace it with:

<div class="section border-top-0 m-0 overflow-visible">
  1. Yes! You can simply set the "order": [[ 1, "desc" ]] JS Setting in the DataTable JS Initialization Settings at the bottom of the Page. More information can be found here: https://datatables.net/reference/option/order .

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KkentrachmatJul 31, 2021

hai,

thank you for your help and kind word :)

Right now i want to code a calendar feature, i saw the content on events-data.js. but can i load the content on php ? and where can i get the documentation for this code.

Secondly i want my date picker to not allow selecting the previous day, how can i do that ?

Thanks

Cordially,

Kent

SSemicolon WebSTAFFJul 31, 2021

Hello,

  1. Yes, you can definitely Load the Content within PHP by settings the File Header to JSON. Unfortunately, since this is a Customization Feature, you will need to code this yourself or Hire a Freelancer to help you out with this. The Structure of the Events is an JS Object:
<script>
var canvasEvents = {
	'12-14-2021' : '<a href="https://your-website/event.html" target="_blank">Event 1</a>',
}
</script>

You can add this directly to the HTML Page as well just before initializing the $.calendario() Function at the bottom of the Page.

  1. You can simply set startDate: "today", in the JS Settings for the DatePicker.

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KkentrachmatAug 2, 2021

Hai,

Thank you for the answers

Another one

  1. how can i limit the file size when i'm going to upload my file ?

  2. weirdly when i upload my 'SWITCHES' with an ajax request, it can't load correctly with the proper JS and CSS, do you know why ?

  3. Can i change my password and username to login this support section ? and after my support expired can i extend it again ?

Thanks

Cordially,

Kent

KkentrachmatAug 16, 2021

Hai,

Can you please reply my previous questions

Cordially,

Kent

SSemicolon WebSTAFFAug 16, 2021

Hello,

Apologies for the Delay. We had completely missed your Support Ticket.

  1. File Size Limit is not currently included with the Codes and must be integrated manually, so you will need to use a Custom Solution for this. We will definitely try adding this in Future Updates.

  2. Please provide us with a Live URL for the same so that we can provide you with further assistance.

  3. Our Support Forums do not use any Username/Password, and uses your Envato Account to Login. You can simply change your Envato Username/password if required. Absolutely, you can extend your Support by simply going to https://themeforest.net/item/canvas-the-multipurpose-html5-template/9228123 .

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

KkentrachmatSep 9, 2021

Hello,

Sorry for the late response, for the question number 2 this is the live url : https://www.mandiratravel.com/kent/extranet/test.php

please scroll down and select the room (whatever you want), and you'll see a testing option and it should be a switch like the one above (Available / Not Available) but it shows me only a small box, can you help please.

Thanks

Cordially,

Kent

SSemicolon WebSTAFFSep 10, 2021

Hello,

There appears to be something wrong with the AJAX Request. The Entire JS linkings are being loaded again (see attached image) which appears to be wrong. Make sure that just the Switcher Codes are loaded and ideally you will only need to call the following function after the Successful AJAX Request:

jQuery(".bt-switch").bootstrapSwitch();

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard