automatic carousel

11 replies · opened Jun 10, 2021

KkentrachmatJun 10, 2021

Hai,

I want to make the carousel on the index.html move automatically, how can i do that ?

Many thanks,
Kent

SSemicolon WebSTAFFJun 10, 2021

Hello,

Simply add the data-autoplay="5000" Attribute on the .carousel-widget DIV. More Documentation related to this can be found here: http://docs.semicolonweb.com/docs/shortcodes/carousel/ .

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.

KkentrachmatJun 11, 2021

Hai SemiColonWeb,

Thank you for the information, one more thing is it mandatory to have the sass file (because when i delete the file it also works)?

And can you help me with the PHP form file, i have replaced the $toemails and $fromemail variables and tried to fill the form and still it didn't work.

Thank you for the help

Cordially,

Kent

SSemicolon WebSTAFFJun 11, 2021

Hello,

  1. Not at all. SASS Files are provided for users who would like to use SASS to generate their CSS according to their variable settings.

  2. Please provide us with a Live URL for your Contact Form so that we can check out the exact and provide you with further assistance. Additionally, you can consider checking out the Documentation: http://docs.semicolonweb.com/docs/forms/form-setup/ for Forms Setup.

Hope this Helps!

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

SSemicolon WebSTAFFJun 14, 2021
  1. The Form Processor: https://mandiratravel.com/kent/man/include/form.php appears to be working fine but there is a Mixed Content https:// Error on the Page which is preventing the Form to be processed successfully. Please make sure that all the URL on your Page is https:// (see attached) and this should automatically fix the issue. If you are still facing further issues with this after correcting the Mixed Content error, please let us know and we can check further.

  2. Absolutely! Simply use the following CSS Code:
    [ch_pre type="css"].gradient-sky, .h-gradient-sky:hover {
    background-image: -webkit-linear-gradient(to bottom, #2980b9, #6dd5fa, #F5F5F5) !important;
    background-image: linear-gradient(to bottom, #2980b9, #6dd5fa, #F5F5F5) !important;
    }[/ch_pre]

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.

KkentrachmatJun 15, 2021

Hi,

  1. I've checked the favicon.ico URL and as you can see here https://www.mandiratravel.com/favicon.ico it works perfectly so in my opinion all my URL are in https, can you help me solving this Mixed Content https:// Error situation ?

  2. Can you remove the white background on the boxed icon si that i can blend with the blue background ? (see attached)

Many Thanks,

Kent

SSemicolon WebSTAFFJun 17, 2021

Hello,

Thanks for your Kind Patience and Apologies for the Delays in replying.

  1. The Mixed https:// Error appears to be resolved. We can still see some JS Errors on your Page (see attached) which are Custom Codes added by you and could be interfering with the AJAX Functionality. Additionally, there appears to be an issue with SMTP Settings. Please make sure that your Hosting Service support SMTP and the Ports are correctly configured according to your Web Hosts. If you are still facing further issues, it would be great if you can please provide us with your FTP Details in a Private Reply, so that we can heck this ourselves.

  2. Unfortunately, this style of Icon boxed cannot be used with Gradient Backgrounds but only Flat Background Colors.

Hope this Helps!

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

KkentrachmatJun 17, 2021

Hi,

  1. I followed your instruction and it works wonderfully, but is it possible the sender a thank you message from the mail ? in summary, in one submit the sender and the receiver will get email but different content.

  2. Ok, I just find the solution. Last time you helped me make the gradient from horizontal to vertical, but can you inverse it ? (I want the white on the top)

Many thanks

Cordially,

Kent

SSemicolon WebSTAFFJun 17, 2021

Hello,

  1. Definitely Possible! Consider checking the Documentation on Auto-Responders: http://docs.semicolonweb.com/docs/forms/auto-responder/ .

  2. Simply change the to bottom in the CSS Codes to to top. That's it.

Hope this Helps!

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

KkentrachmatJun 25, 2021

Hai,

Thank you for the help,

I have another question, in the mail we can do CC by adding the variables, but how can i do a BCC (Blind carbon copy)?

Thanks

Cordially,

Kent

SSemicolon WebSTAFFJun 25, 2021

You can simply add the following Code in the include/form.php File:
[ch_pre type="php"]$mail->addBCC('bcc@example.com');[/ch_pre]

You can find the complete setup instructions here: https://github.com/PHPMailer/PHPMailer#a-simple-example .

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