hi,I like this demo http://themes.semicolonweb.com/html/canvas/op-developer.html
hi,which file should I rename to index.html in order to show it?
thanks
8 replies · opened Jul 4, 2020
hi,I like this demo http://themes.semicolonweb.com/html/canvas/op-developer.html
hi,which file should I rename to index.html in order to show it?
thanks
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.
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
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.
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
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-->
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
hi
I have figured out the reason that it is caused by
" <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700|Roboto:300,400,500,700&display=swap" rel="stylesheet" type="text/css" />"
because "fonts.googleapis.com" is blocked in China
what should I do ?
how to make it local or use another kind of fonts to instead?
thanks
Hello,
You will need to Download the Google Fonts individually and then Host them on your Servers. Consider using this Tool: https://google-webfonts-helper.herokuapp.com/fonts .
You can consider using this Guide for using @font-face for Self-Hosted Files: https://css-tricks.com/snippets/css/using-font-face/ .
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.
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