Search the Community
Showing results for tags 'getting started'.
-
Watch this 6-minute video to learn the basics of PAGEGRID. TIPP: You can hold down [SHIFT] while dragging to change the parent of an item. More shortcuts How to install and setup the module
-
- 3
-
- pagegrid
- pagebuilder
-
(and 2 more)
Tagged with:
-
Hi! I am planning to make my existing site (http://www.zwedenweb.com) responsive, but need some help to get started. The first question: modify the existing theme or start from scratch? I figured that starting from scratch is probably best. Am I right there? Second: I think I'll go with Zurb's Foundation, but don't really know where to start. Is there a guide or write up how to create a foundation theme in PW? I searched the forums, but didn't find the stuff to get me started. //Jasper
- 10 replies
-
- getting started
- responsive
-
(and 2 more)
Tagged with:
-
Hot to implement fancybox module for images, what do I need to do?
-
Hello comunity! I have made google map info window with image inside. But I have problem with image folders. In MarkupGoogleMap.js i have added code bellow. Now, problem is when I add new image, it goes to another folder, here I have made route to "1023" folder, but PW generate every time new folder for images. So, my route to "1023" folder, works only for some images. Is there solutions for images url? // info window var contentString = '<div class=\"chapter-bubble\">' + '<div class=\"chapter-bubble-title\">' + title + '</div>' + '<img width="200" src="/process/site/assets/files/1023/' + map_name + '"/>' + '<div class=\"chapter-bubble-number\">' + map_number + "</div>" + '<div class=\"chapter-bubble-url\">' + '<a href=\"' + url + '\">Visit Chapter Site</a></div>'; var infowindow = new google.maps.InfoWindow({ content: contentString });