Jump to content

Tobiassos

Members
  • Posts

    6
  • Joined

  • Last visited

About Tobiassos

  • Birthday 10/11/1965

Profile Information

  • Gender
    Male
  • Location
    Assos - Turkey

Tobiassos's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. it works, thanks diogo, I tryed that also but must have messed with the code....
  2. Hi, try to get a picture displayed with prettyphoto script. the only thing I stuck with is how I get the description of the image at the place where the title stands. thanks Tobias <h2>Picture alone7</h2> <ul class="gallery clearfix"> <a href="<?=$pages->get("/site-settings/")->site_prettyphoto->url ?>" rel="prettyPhoto" title="HERE WE NEED THE DESCRIPTION" > <img src="<?php echo $config->urls->templates?>images/thumbnails/t_2.jpg" width="90" height="90" alt="" /></a> </ul>
  3. i did the Basic Website Tutorial unfortunatly it is not really working for a beginner. things are missing or wrongly written, like the TUT_article.php i like to learn it but things like this makes it a bit more difficult. <?php include("./TUT_header.inc"); ?> <div id="article-container"> <div class="article-row"> <div class="article-mainimage"> <img src="<?=$page->article_images->first()->url ?>"> </div> <div class="article-introbox"> <h2><?=$page->get("headline|title") ?></h2> <div class="article-introtext"> <?=$page->article_introtext ?> </div> </div> </div> <div class="article-row"> <div class="article-main"> <img src="<?=$page->article_images->last()->url ?>"> <?=$page->article_maintext ?> </div> </div> </div> <?php include("./TUT_footer.inc"); ?>
  4. thank you, now I have to get to know how to do multiple pages, do have a site to recommend about multiple pages, and the code above?
  5. actually I do not want to manipulate the url. The singel page is pretty long, I would like to split them up in fractions, so it would be easy to manage them in the backend of PW. Like the below craniosacrale anchor, further down the segment of that anchor. The text of that segment has to be made dynamic. How I get that done in PW. href="#craniosacrale" <!-- craniosacrale --> <div class="portfolio-modal modal fade" id="craniosacrale" tabindex="-1" role="dialog" aria-hidden="true"> <div class="modal-content"> <div class="close-modal" data-dismiss="modal"> <div class="lr"> <div class="rl"> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <div class="modal-body"> <!-- Project Details Go Here --> <h2>Project Name</h2> <p class="item-intro text-muted">Lorem ipsum dolor sit amet consectetur.</p> <img class="img-responsive img-centered" src="<?php echo $config->urls->templates?>img/portfolio/roundicons-free.png" alt=""> <p>Use this area to describe your project. Lorem ipsum dolor sit amet, consectetur adipisicing elit. Est blanditiis dolorem culpa incidunt minus dignissimos deserunt repellat aperiam quasi sunt officia expedita beatae cupiditate, maiores repudiandae, nostrum, reiciendis facere nemo!</p> <p> <strong>Want these icons in this portfolio item sample?</strong>You can download 60 of them for free, courtesy of <a href="https://getdpd.com/cart/hoplink/18076?referrer=bvbo4kax5k8ogc">RoundIcons.com</a>, or you can purchase the 1500 icon set <a href="https://getdpd.com/cart/hoplink/18076?referrer=bvbo4kax5k8ogc">here</a>.</p> <ul class="list-inline"> <li>Date: July 2014</li> <li>Client: Round Icons</li> <li>Category: Graphic Design</li> </ul> <button type="button" class="btn btn-primary" data-dismiss="modal"><i class="fa fa-times"></i> Close Project</button> </div> </div> </div> </div> </div> </div>
  6. I try to get startbootstrap-agency-1.0.4 template integrated into PW. there are some anchors on that site, what I need is to have this anchor segments edited in PW. How do I get in PW edited a segment on a single page. Or can I have only one page with all the fields in it. In that case it would be a very long single page in PW. Would like to edit these anchor segments in different pages. but maybe I jus mix things up. regards - Tobias index.html
  7. east or west home is best

×
×
  • Create New...