Jump to content

antknight

Members
  • Posts

    126
  • Joined

  • Last visited

Everything posted by antknight

  1. http://tobia.github.com/CrossSlide/ I would like to use the CrossSlide jQuery plugin with PW, in particular the Ken Burns effect, but how would I use PW to output the source images into the CrossSlide code? I am pretty with sure other slideshows, you can just list the source images in the HTML, which would be simple, but I like to make things difficult! Thanks
  2. Wow this thing is powerful...I feel giddy
  3. Thanks, I did think that would be the better way
  4. Whoops! Found my answer here: http://processwire.c...image+resizing
  5. In this video http://processwire.com/videos/overview/ at about 5:20 it shows you resizing an image in the textarea, it doesn't seem to work for me
  6. I need help porting a wordpress site to PW. I am just struggling with how I would set up this one page: http://goo.gl/9eiNU (I didn't build that site) to give the client the ability to add new dealers. I need to maintain the current layout with the anchor links at the top. Would I use a repeatable? Many Thanks
  7. Just a question, how would we give clients access to the Comments Manager without giving acces to the other items in Setup (Templates and Fields)?
  8. I notice in .htaccess there is code to redirect to the www version of the site (if you uncomment it), what about vice versa? Because currently you can access the site from either www or no www. Could this be made a selection during install?
  9. This is great, thanks guys. Just thought i would add Git download link: http://git-scm.com/ EDIT: Using Git is a revelation! Love It
  10. I think implementing a blog into an existing site would be a good tutorial because using the blog profile is simple enough. I can imagine a situation where you might build a simple site for someone and they come back and ask if you can add a blog.
  11. Hello. I was wondering if someone would be kind enough to post up a step-by-step tutorial on how to install PW locally on MAMP?
  12. Thanks!...off to get Git and SSH enabled...
  13. Currently I use shard hosting with cPanel for all my websites and use Espresso to edit files directly on the server. I think this is a bit old fashioned now, not to mention slow. Am I wrong in thinking I can install PW directly from Github to my shared hosting and always keep it up to date? I read this http://processwire.c...app-for-macosx/ but I don't really understand all the new terminology. I read the installation instructions but got stuck at step 1. INSTALLATION FROM GIT --------------------------------------------------------------------------- 1. Git clone ProcessWire to the place where you want to install it. 2. Load the location where you installed ProcessWire into your browser. This will initiate the ProcessWire installer. The installer will guide you through the rest of the installation. Help!
  14. Just a couple of things about PW 1. On this website when on the modules tab, the demo link disappears from the main navigation. 2. When starting a new topic in the forum, the video link in the main navigation is behind the forum link, this is in Chrome, but strangely it doesn't happen every time. 3. I would like to see a tutorial similar to the one here: http://www.couchcms.com/docs/tutorials/. A full site build, from installation to the finished product. It would be great if you could download as a PDF to print, I think I saw somewhere a module? that could convert webpages to PDF. I initially dismissed PW as a CMF/CMS because it wasn't immediately obvious how awesome it is. This tutorial http://processwire.com/talk/topic/693-small-project-walkthrough/ helped a lot. 4. Loving PW and the community!
  15. I am just trying to get my head around this. Say I have a site that uses a common header (like the default PW site). At the very top of every page on the front end there is some content which I would like to give the client the ability to edit, and have those edits appear site-wide. How would I achieve this? Thanks!
  16. This. Is. Amazing. Thank you!
  17. Thanks Teppo, that worked but does it need those brackets at all? I tried the following and it seemed to work fine: <meta name="robots" content="<?=$page->no_follow ? "nofollow" : "follow"?>,<?=$page->no_index ? "noindex" : "index"?>" />
  18. I am trying to implement what I found here: http://clintonskakun...th-processwire/ but I get an error with the following code: <meta type="robots" content="<?=($page->no_follow ? "nofollow" : "follow")?>,<?=$page->no_index ? "noindex" : "index")?>" /> Parse Error syntax error, unexpected ')', expecting ',' or ';' (line 22 of /home/anthonyj/public_html/site/templates/head.inc) This error message was shown because you are logged in as a Superuser. Error has been logged. Any help much appreciated
  19. Thanks Ryan, I managed to find this when it wasn't working: "User will inherit the permissions assigned to each role. You may assign multiple roles to a user. When accessing a page, the user will only inherit permissions from the roles that are also assigned to the page's template."
  20. Hello. Just noticed that the repeatable header bar text is near invisible. Lovely theme though.
  21. Hello, I am looking for a CMS that is simple for clients to edit the pages. Is there a way to hide the Setup, Modules and Access menu items in the back end? Will clients realistically need access to those items? Thanks
×
×
  • Create New...