-
Posts
2,318 -
Joined
-
Last visited
-
Days Won
2
Everything posted by pwired
-
CodeManager is the easiest way for OpenCart store owners and developers to work shoulder-to-shoulder. http://www.opencart.com/index.php?route=extension/extension/info&extension_id=17672&filter_search=theme pro version ( i am in no way affiliated ) http://www.opencart.com/index.php?route=extension/extension/info&extension_id=17672
- 69 replies
-
- e-commerce
- digital downloads
-
(and 2 more)
Tagged with:
-
Hi, I am learning to use Ryan´s blog profile on a test server http://www.server7.bl.ee/ My question: how can I make subcategories ?
-
Well done nice layout, clear and attractive.
-
Ok got it working as you can see on http://server7.bl.ee Guess freeing up columns is the way to do it.
-
Not an expert here but will this draft integration have any influence on the speed in the core ?
-
Hi, I am setting up a blog on a test server here http://server7.bl.ee/ I want to insert 3 language flags between the headline Basic Blog Profile and the search bar If I look at the code in the main.inc skeleton has a total of 16 columns available <div id="masthead" class="sixteen columns"> <div id="site-headline" class="twelve columns alpha"> <?php echo "<a href='{$config->urls->root}'><h1>{$homepage->headline}</h1></a>"; ?> <?php if($homepage->summary) echo "<h5>{$homepage->summary}</h5>"; ?> </div> HERE I HAVE TO INSERT CODE FOR 3 LANGUAGE FLAGS <div id="site-search" class="four columns omega"> <?php $searchPage = wire('pages')->get('template=search'); $searchQuery = htmlentities(wire('input')->whitelist('q'), ENT_QUOTES, "UTF-8"); ?> <form id='site-search-form' class='clearfix' action='<?php echo $searchPage->url; ?>' method='get'> <input type='text' name='q' value='<?php echo $searchQuery; ?>' placeholder='<?php echo $searchPage->title; ?>'> </form> </div> </div><!--/#wmasthead--> I reduced the twelve columns in <div id="site-headline" class="twelve columns alpha"> to nine columns, to free up 3 columns needed for the language flags. As a result the word quickly from the summary text is now moved to the right but that is no problem. Now I can insert code like this for 3 language flags and give it the right css the inline css is only for trying things quickly. <div id="flag_images" class="three columns" style="position:absolute; top:15px"> <a href="/ge/"><img src="/site/templates/styles/images/flag_ch.png" alt="" style="display: inline" border="0" /></a> <a href="/en/"><img src="/site/templates/styles/images/flag_en.png" alt="" style="display: inline" border="0" /></a> <a href="/es/"><img src="/site/templates/styles/images/flag_es.png" alt="" style="display: inline" border="0" /></a> </div> My only question is, is this the right way of doing this to get 3 language flags between the headline and the search bar ? I mean reducing twelve columns to nine columns on the left to free up 3 columns for the language flags ?
-
Never been there. But would be nice if you report back on the prices and the local scene. E.g. prices for renting a room, a local beer, taxi, public transport, infrastructure, etc.
-
Let´s not spend too much time on this and find something to it to shift processwire.
-
No need to start from scratch. When you install a default pw it comes with a basic setup that let's you build or port anything you want: Parts of your website that are the same on every webpage e.g. header.inc and footer.inc just replace there what you want to port or build. Different content on different pages you do with <?php echo $page->body; ?> body is a pw field and it can be any other field that you fill up with content or data. Replace links to images or text or whatever by php calls between your html tags. In pw there is no framework layer, it uses php directly as a framework and let's you use php to output from backend, assets, static, dropbox, whatever, etc. Beautiful. And then there is pw api of course. http://processwire.com/api/ Sometimes the first page of a website is a welcome or intro page without a footer. Need a webpage look differently, just use another template file for it. A good css grid makes it easy where you want to position your output on your website. Pocketgrid was already mentioned before.
-
Thanks for posting this. Work flows like this are looked for by many. I think FTP is still ok when you map it as a drive in windows or mac.
-
Yes you are right, didn't check the source and link. After the failures I got enthousiastic having found something that downloads directly without having to wade through a pile of pop-ups, misleading download buttons with a forced end up at the playstore. Nothing wrong with the playstore if there is also a choice to download elsewhere. Yes I heared about Telegram being more privacy friendly than whatsapp. Would be good if it was possible for posters to edit the subject title and add the word solved. Edit Just read that Telegram is also available for your laptop. Didn't know that. Now I can try both. Good news, thanks.
-
Got it sorted out. Found this download place: http://www.devfiles.co/ and this download link: http://www.devfiles.co/download/4upZ1CIn/jp.naver.line.android-4.5.3.apk Downloaded to my laptop, copied to the smartphone, installed and done. Why this fuzz about line, well you can install line also on your laptop and use the same account on both smartphone and laptop. Very convenient. You can´t do this with whatsapp.
-
Yes I found one at appsapk.com but after the download there was a message on the android phone can not open the line apk file This only happens to me, the whole world can install line normally.
-
Guy doesn´t want to register at google playstore.
-
Hi, I installed line app successfully from line website line.me/en but now I want to install it on somebody´s elses android phone and it notoriously sends me to the google playstore. Where can I install line app NOT from playstore ??
-
How many modules are there in Processwire? Compare to MODX?
pwired replied to lord_dupalski's topic in Getting Started
Such a line just makes me wonder a few things: "have you been looking in this forum about modx" ? "how long have you been on the modx forum" ? "history of modx evo" - "modx revo compared to processwire" - how many cms'es have you worked with ? You have not been working long enough with processwire. But hey being an ex modx-er my self I`ve been there exactly as you and I know very well it takes more time for a less experienced coder to grow into something like processwire. There is only one way and that is work a lot more with processwire and you will see it all for your self.- 14 replies
-
- 3
-
-
- processwire
- modx
- (and 4 more)
-
Use shopping cart with existing Processwire website (prestashop)
pwired replied to bearclaw's topic in Getting Started
Apeisa has made a great shopping cart module but if you miss anything in it´s backend I recommend to use opencart because internally opencart is very similar as processwire and has the same freedom in how the front end looks. Opencart has a very easy to understand and very easy to use backend for a shop owner and end user.- 9 replies
-
- E-commerce
- commerce
- (and 4 more)
-
Use shopping cart with existing Processwire website (prestashop)
pwired replied to bearclaw's topic in Getting Started
Has been discussed before, simplecart is a client side shopping cart and is there for not recommended ! It is easy to change the payment providers and change prices of simpleCart(js) items before checkout. This is a known security flaw that exists with ALL javascript shopping carts. Anything using client side scripting will end up being hacked. You will have to add the help of a server side system to verify the order's content from malicious manipulation and pass it to any payment processing party, or simply send it by email. This way of working should be avoided. Just google simplecart.js- 9 replies
-
- 2
-
-
- E-commerce
- commerce
- (and 4 more)
-
This is speeding up way faster than I thought. PW is reaching a level from where we can market processwire in a much wider range. I am thinking about finding young people out there who are eager to build websites. It has been discussed before, the home page of processwire has not changed much during the years of development. It still reflects the old processwire and not it´s current potential. Maybe we can borrow some inspiration of the drupal home page ?
-
To open the Blog directly from domain.org and not domain.org/de/blog is it possible to do this with the .htaccess in the root ?
-
Hi, After you install kongondos blog module, blog appeares in the top menu of the processwire default website. How can I make the blog as the home page and delete About Templates Sitemap in the top menu and have blog as the only website ? Just by deleting the About Templates and Sitemap pages ? Right now I have to enter domain.org/de/blog to open the blog site. How can I open the blog directly with domain.org ?
-
I can read nowhere someone has crossed a line of respect => and without comparing, how will you ever know what a cms is worth ? Comparing is the very reason why I ended up here with pw. There is a reason why wp is in the news because of it's plugins what blad only confirmed by his own findings. Totally agree and re-edited my post #8
- 22 replies
-
- 2
-
-
- web design
- web development
-
(and 1 more)
Tagged with:
-
Thanks for posting back and sharing this from first hand. So, your approach confirms by fact what is written about wp that it's plugin system turns it in an unsafe cms and to stay away from.
- 22 replies
-
- web design
- web development
-
(and 1 more)
Tagged with:
-
I'm Looking For A Developer To Subcontract Work To
pwired replied to Jonathan Lahijani's topic in Jobs
Thanks for posting back and sharing this from first hand. So, your approach confirms by fact what is written about wp that it's plugin system turns it in an unsafe cms and to stay away from. -
PW´s mighty code will do the job. Edited out a negative association.
- 22 replies
-
- 1
-
-
- web design
- web development
-
(and 1 more)
Tagged with: