hi,which file should I rename to index.html in order to canvas/op-developer.html

8 replies · opened Jul 4, 2020

SSemicolon WebSTAFFJul 4, 2020

Hello,

Head over to the Package Generator: http://docs.semicolonweb.com/docs/getting-started/installation/ and Select op-developer.html Template to generate a Custom Package using the Package Generator. Then Simply extract the ZIP Folder and rename the op-developer.html File to index.html. Thats it!

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.

Bbestshop24hJul 6, 2020

hi
how to make "send message" work?

I have tried ,and it will show "we have successfully received your ....",but actually I do not receive this inquiry

https://www.bestshop24h.com/op-developer.html

thanks

SSemicolon WebSTAFFJul 6, 2020

Hello,

It might be possible that the PHP mail() Function is blocked by your Web Hosting Provider in order to to prevent SPAM. So, it is Highly Recommended to use SMTP Functionality for Forms as it ensures that the Mails are delivered securely. More Documentation on Forms is available here: http://docs.semicolonweb.com/docs/forms/form-setup/ .

Hope this Helps!

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

Bbestshop24hJul 7, 2020

hi
how to implement that some texts will unfold to show below if click a "button or link" once,
and if click again,these texts will fold back ?

thanks

Bbestshop24hJul 8, 2020

hi
no need to answer the question above
I have figured out

<!--added by wing to unfold or fold detailed info start-->
<div class="toggle">
<div class="toggle-header">
<div class="toggle-icon">
<i class="toggle-closed icon-ok"></i>
<i class="toggle-open icon-ok"></i>
</div>
<div class="toggle-title">xxtitlex</div>
</div>

<div class="toggle-content">xcontentx</div>
</div>
<!--added by wing to unfold or fold detailed info end-->

Bbestshop24hJul 8, 2020

hi
about question,
after deletding code "data-animate="fadeInUp" data-delay="40"
if visit https://www.bestshop24h.com/op-developer.html by computer ,the speed it ok,very fast,
but
why the load speed is very slow ,if visit by mobile

what should I do?
thanks

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