Jump to content

Gideon So

Members
  • Posts

    516
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Gideon So

  1. unpoly is good! I used it in some of my project and I really love it. The tailwindcss standalone CLI is another wonderful tool, too. Gideon
  2. Hi @clsource I think this is a good idea. Gideon
  3. Hi @Boost, It is very obvious that the site is failed to connect to the database. Pleaae check the database username and password and then change them in config.php accordingly. Gideon
  4. @cpx3 Just out of curiousity, how do you embed the formbuilder form?? Gideon
  5. Hi @Roadwolf Which site profile did you install?? Gideon
  6. Hi @Neue Rituale I will give your suggestion a try. Will report back. Gideon
  7. Hi @Neue Rituale Got this error when install the module. I am using PHP 7.1. Parse Error: syntax error, unexpected '?', expecting function (T_FUNCTION) or const (T_CONST) (line 37 of site/modules/FieldtypeOembed/FieldtypeOembed.module) How can I fix it? Gideon
  8. Hi @franciccio-ITALIANO What is the field type of texturl_background? What do you see when you view the page source? Gideon
  9. @joer80 I know it is weird but you can give it a try. Rotate the image twice. Gideon
  10. Hi @700ml Have you added $config->dbCharset = 'utf8mb4'; to the config.php?? Gideon
  11. @eydun You have answered yourself. No. It is not possible to display lister or lister pro on the frontend. They are both backend modules. Gideon
  12. Hi @Boost Take a look at the family tab in the template config page. And check the "Can this template be used for new pages." Select "No" and save then voila. Gideon
  13. Hi @franciccio-ITALIANO I suppose url_bg and box_url_img_SX both are image field. If it is the case, your code should be like <script src="<?= $page->url_bg->url ?>"></script> or: <img style="padding-left: 15px;" src="<?=$page->box_url_img_SX->url ?>" alt="<?=$page->box_img_alt1?>"> Gideon
  14. Hi Boost, Yes. You can enable multi-language later. Gideon
  15. Hi @millipedia This is much faster than Ryan's one. One thing though, line 13, 14 of TextformatterLiteVideoEmbed.js should be modified as the following. Otherwise it doesn't work in pages other than the home page. const LiteYTEmbed = await import(tflve_script_path + '/lite-youtube.js'); const LiteVimeoEmbed = await import(tflve_script_path + '/lite-vimeo.js'); Gideon
  16. Hi @eydun No. I don't think there is such a module. You can add Deny from 123.123.123.123 222.223.224.225 into the .htaccess file to block specific IPs. Gideon
  17. Hi @Boost This may help. Gideon
  18. Hi @AAD Web Team I think maybe it is because there are two file fields in the latter form. Try remove the document field and try again. If it works then I think you should contact Ryan for help. Gideon
  19. Hi @Pip May be there is a extra curly bracket in a line just under CTA section. <?php } } ?> <!-- Stocks Rating--> <section class="section section-md bg-default"> Gideon
  20. Hi @Pip Did you check the template setting to see if another file is append to the template? Gideon
  21. Hi @jploch After a few tries. I still stuck on the usage of the slider block in the theme. How can I add image to the slider? I took a look at the template file of the slider block. There should be a children under the slider but I cannot add any children to the block. Any direction? Gideon
  22. WOW! Learn something new. Gideon
  23. Hi @rooofl I think you need to use the dot (.) sub field notation in your selector string. something like $page->font_style.type = somevalue The font_style is the repeater field and the 'type' is the field in the repeater field. Gideon
  24. Hi @DrQuincy Add check_access=0 to your selector string. Gideon
  25. Hi @Roych You add the JS script within the foreach loop. That means the same script include jn the page many times. I think the JS script should reside outside the foreach loop. Maybe place the script just before the closing body tag </body>. Gideon
×
×
  • Create New...