-
Posts
2,318 -
Joined
-
Last visited
-
Days Won
2
Everything posted by pwired
-
This is very interesting. Does anyone know some examples of processwire api commands to fetch data from an external database, how to store it inside processwire and then output it to a front ?
-
The other day I saw a post about a one man passenger drone going to fly as a taxi in Dubai. You want it real cool ? Here you go: zapata one man flyboard with unbelievable manoeuvrability and portability. Many thought that this is faked with after effects or a hoax but this is for real. He developed this flyboard out of his huge expierience with his waterjet powered jetskies. Kerosine fuel is stored in his backpack wich gives about 10 minutes flight with max 90 mph This is the green goblin coming into reality One of his flights https://www.youtube.com/watch?v=deyMNPbaRpA Some explaining https://www.youtube.com/watch?v=x1CfhQnlZAU
- 1 reply
-
- 3
-
-
Do you really need a 1200px wide image for showing a picture of somebody in a website ?
- 3 replies
-
- 1
-
-
- transparency
- jpg
-
(and 1 more)
Tagged with:
-
Thanks for the replies guys. Unchecking remove empty paragraph tags didnt do it. The thing is when I click on source in CKEditor I can actually see that multiple <p> </p> are there but they have no effect on the webpage. They should, but they dont and I dont know why. There is always one single empty line. Yes, giving the images a bottom margin with css finally did it
-
Hi, I am using the body field for simple showing of text and pictures. Each time one line of text above a picture. The client can add more pictures each with a line of text above it, simply by using the CKEditor. It seems to be not possible to separate each picture with a text line with 2 or more empty lines. Using the ENTER key results in <p> </p> but no matter how many times the ENTER key is used there will be only 1 empty line that separates one picture with text with the next picture and text. If I press 3 times the ENTER key and click on the SOURCE button in CKEditor I see 3 times <p> </p> but still only 1 empty line shows up that separates one picture with text with the next picture and text. How can I make it work to have more than 1 empty line for separation ? I tried to add <br> in extra allowed content for the body field but that did not work also.
-
You can add extra allowed content (e.g. additional html tags) as exceptions that CKeditor will not remove. There are many posts already about this, here are two of them:
-
Thanks for your reply LostKobraKai. Ok I clicked on Continue and could finish the installation. So I only have to setup rewrites when I need them. I will be good then for the time being. How to create nginx rewrite rules must be easy to find with Google. I assume I have to put them in nginx.conf
-
Hi, I am using Laragon (laravel for mac) on Windows but can not solve the mod_rewrite error when installing Processwire 2.7 I searched with Google but could only find some tips about php.ini and nginx.conf but didnt make the mod_rewrite error go away. I tried to look inside the list with php extensions to see if it has to be enabled there like with wamp but it seems not to be there in the list. What needs to be done here ?
-
Hi Diogo Site looks professional but find the png icons on the left (analyse, konzept, betreuung, etc) having a numb dull blue color, same as the Titles on the right. Why not give them a more crispy color, more inviting the eye to read what is there. Maybe it is all part of a modern layout but I find icons and text having a vivid color in favor of the visitor/reader. The blue wing in the iloetscher logo looks more crispy blue or is that only because the line is more thicker ? The texta-book font goes well with the look and feel of the layout, nice font. Is somewhere a css framework used, It looks like the css is hand coded including responsive, you must be good at that.
-
Does it really need to be from scratch with a cms ? Time is money so consider a webshop system.
- 10 replies
-
Hi, After you installed processwire the body and sidebar are always filled with dummy content, unless you used an empty profile but I dont think you did that. What processwire version did you install and what profile did you use during install ? This is clearly a case of something simple that is been overlooked. If you want you can pm me your ftp and admin access and I will have a look.
-
About atomic frameworks you mentioned, I googled and took a look at http://acss.io/guides/atomizer.html and also at basscss. I dont know what to think about it actually, it looks like styling going into smaller units and pieces.
-
Thanks for the reply and your getting favicon example, going to try that. Have a feeling that is going to work. Maybe I find out later on why my php echo $config->urls-templates . . . never works for the favicon.
-
Website looks good. Did you use any css grid ? href="/site/assets/files/1016/brownhen_favicon.png" How did you output the favicon png, did you hardcode /site/assets/files/1016/brownhen_favicon.png or did you use something like <?php echo $config->urls->templates . $variable ; ?> For some reason I always have to hardcode the path as the php echo never works for me in case of the favicon.
-
Pocketgrid is so flexible, you can make and define your own column classes with it Example how pocketgrid lets you do it: <div id="some id" class="w20 block"> Blocks are semantic in pocketgrid so here I named it simply w20. The w stands for width and the 20 for 20%. It doesnt have to be w20, you can use any semantic value or description you want, I used w20 because it makes sense and works for me. Then you simply define these values in your main css file like in my example: .w20 {width: 20%; min-height: 1px;} The min-height: 1px is necessary to avoid columns from starting to float when they are empty (no output in a column) Isnt pocketgrid just wonderful
-
Would be interesting to know how many of us here are using pocketgrid instead of bootstrap or foundation.
-
Delayed output and WireRenderFile() seems to be such a returning topic, especially lately, it should get a dedicated place in the forum.
-
Folder structure into Template Folder not working..
pwired replied to Junaid Farooqui's topic in Themes and Profiles
Basicly this boils down to the fact that with processwire you dont make website the cms way but your way. And you are not going to find your way until after you have made a dozen websites with processwire. Everytime when I finished a website with processwire I saw a better way to organize things in the templates folder in combination with "everything is a page" in your admin folder tree. The delayed output way fits best with organizing things your own way in the templates folder. There are really many posts about this in the forum I cant recall of them now I recommend you look for them, but here is a good example to start with from Camilo Castro: https://medium.com/@clsource/the-wire-render-pattern-806bf6d6097a#.rk8g785m9 -
Thanks for coming back on this LostKobrakai. Puts me exactly in the right direction.
-
We need to make a FTP connection to property information that is provided by another company. Do you need validation of the data as well or only the ftp connection and csv parsing? I find this interesting and would like to know more about how to do such a connection just so I would know where to start with this. I can start digging with Google but it would help if someone from here could say more about this. This would not be a regular ftp connection but more low level on php or maybe a scripted command ftp level ?
-
Hi microcipcip, good to read you again after such a long time. I remember you from a long modx time ago. How are you doing these days ? Welcome and glad to read from you again here.
-
Well done website and opened my mind to catch similar work.
-
Hi. Szabez, thanks for putting this script together and the youtube. Lets see how to get this to work on windows but the code already is great for me to learn from.
-
You can find a to z beginners tutorials on many places, just google them: https://processwire.com/docs/tutorials/hello-worlds/ https://processwire.com/docs/tutorials/simple-website-tutorials/ And then there is youtube with complete beginners tutorials, like this one starting with a blank profile https://www.youtube.com/watch?v=IHqnLQy9R1A