Jump to content

franciccio-ITALIANO

Members
  • Posts

    202
  • Joined

  • Last visited

Everything posted by franciccio-ITALIANO

  1. The "Inputfiel Type" option don't exist if I use "Text" field but it exists on "textarea" field. Ok, thanks I will use Textarea Field...
  2. Hi, I've created a new field body for new template "Text" and/or "textarea" but when I go to write into it, there isn't any CK EDITOR. Why? I would like create 2 words with link... so, I must put it into a field text/textarea, no?
  3. Okay, thank you, everyone. Now let's try laragon. What Dragan says sounds very interesting to me. Is Filezilla an IDE? WinSCP is a better IDE that can do what you said, that is "automatically upload files to your server whenever a change is detected"?
  4. Thanks Jens Martcsjh, I'm following both of your suggestions ;)
  5. ok thanks, the instructions here don't work: work this on ready.php: $users->get($config->superUserPageID)->setAndSave('pass', 'mynewpassword');
  6. Between XAMP, WAMP and Laragon, laragon is presented as simpler. So I installed Laragon, to develop the site locally with processwire and transfer it online without manual rewriting of the paths. But now I have no idea how to install processwire on laragon. Could someone tell me about an online tutorial, if it exists? Or just the basic steps... Also, I've already installed and written something on my processwire online site, so on laragon I have to install a copy of the installation already in place, right? Can this be done? Is it more complicated? Translated with www.DeepL.com/Translator
  7. In which program file is it stored exactly? :/
  8. ok thanks a lot, in fact I should install wamp or something like that only at the moment I have a tired brain to engage in other things ... anyway as soon as I can ... thanks for the suggestion! ;)
  9. Hi, I created many different .html, .js and .css files on my pc. Within each, there are many links to images and files stored in the standard "assets" folder on my PC. So my template on my pc works thanks to links like: "assets / img / myimage.png", or: "assets / js / myfile.js. Now I have to upload them to the server online and inside processwire. I manually created many .php template files, copied and re-glued into the html text, but no image or css file is loaded, because I have to manually change all the paths: for example, NOT "assets / img / myimage.png" BUT "site / assets / templates / styles / assets / img / myimage.png". It is very stressful to do this every time, so I thought of creating an "assets" folder not inside the "templates / styles / assets / ...." folder but right at the beginning of the folder structure, near the root and next to it. to the processwire "site" folder. In this way I can develop the html / css / js files of my site into a simple folder on my pc, and load them into processwire via filezilla without manually changing all the paths each time. Does this hurt processwire operation? I wouldn't put anything in the templates / styles folder!
  10. hello, one of my templates is made up of 9 articles on the same page, so 9 pieces of text, so, in processwire, I should create a template with 9 "body" fields. This is complicated for me at the moment. I decided to create a template with a single empty body field, or without a body field. I will write html articles directly in the local file. I will eventually change them manually (which stress). However my question is: does google index the contents of the template, even if the processwire page has an empty body field? Another similar question: if I write the summery and the description directly in the html file and not in the headline / summery space of the processwire page, does google index the information contained in the html file, or those contained in the processwire page-template system?
  11. ok, but in google search page, under the title we read the headline field, or summery field of processwire?
  12. I need a program for see php file as it was html file... by browser
  13. For each update I must recreate the .php file on cpanel or by ftp filezilla... it is an enormus losting time
  14. Ok, but... the file in local pc are .html The template files on processwire are .php So, I must change the estensions files manually... every time I change template, for each template. I would like update all the site witc 1 clic or few clic bye ftp filezilla. It is possible? Exist a program for develop a site html-css and charge all online instantanelly?
  15. I must change every code manually for template file, by ftp-cpanel I develop html file in local-pc, and for online I must rewrite all Then... there is also the api processwire!
  16. for example: in online processwire site: <!-- FONTAWESOME STYLE CSS --> <link href="/site/templates/styles/assets/css/font-awesome.min.css" rel="stylesheet" /> <link href="/site/templates/styles/assets/css/font-awesome.css" rel="stylesheet" /> <link href="/site/templates/styles/assets/css/animate2014.css" rel="stylesheet" /> <link href="/site/templates/styles/assets/css/font-awesome-animation.css" rel="stylesheet" /> <link href="/site/templates/styles/assets/css/text-changing.css" rel="stylesheet" /> In local pc: <!-- FONTAWESOME STYLE CSS --> <link href="assets/css/font-awesome.min.css" rel="stylesheet" /> <link href="assets/css/font-awesome.css" rel="stylesheet" /> <link href="assets/css/animate2014.css" rel="stylesheet" /> <link href="assets/css/font-awesome-animation.css" rel="stylesheet" />
  17. so, what is the code and what is the field? :/
  18. Hi, I'm building a static site locally. Now I transferred it online, to do some testing, but I saw that to make it work with processwire, I have to change some parts of the hmtl paths and all the images. In the future I'll still change a lot of things locally, and the idea of making transformations on each page every time to make it work with processwire makes me shudder. You program used to create local sites, modify them, and transfer the changes instantly to the online website, without rewriting the code parts? I hope my question is clear. Is it clear?
  19. Hello to all, what exactly is the summery field that processwire suggests? There is the title and all right, there is the subtitle (headline) ... but the summery what is it for? To google? Does it completely correspond to the few lines of description under the title in the google search pages?
  20. thank you all. I wanted to know something about how to insert tags in processwire pages, because in the html version of a static site, it is very very easy to insert them. Indexed or not by google, in doubt they are put! I'm sorry I can't put them in processwire. If not google, the author needs to try to summarize the topic of the page. Anyway, thanks for the answers! ;)
  21. Hi, on html file I can put on head: <meta name="keywords" content="tag1, tag2, tag3" /> In processwire how can I choose the tag of the page?
  22. Ok thanks I didn't know this difference between absolute url and relative url. Now I think I have solved it. Later I see if it works on the online server. But is there a program that allows you to create and publish online with a click via ftp, the site built on the PC?
×
×
  • Create New...