Jump to content

solido

Members
  • Posts

    5
  • Joined

  • Last visited

solido's Achievements

Newbie

Newbie (2/6)

0

Reputation

  1. You are great! I spent 3 hours on this stupid problem! You saved me!
  2. Hi everybody, I'll try to explain my problem. I have a portfolio section with some preview (as you can see in the pictures attached below) and when i click one of these preview I enter in a popup page, created with magicpopup js. What i would like is to have a slide show for every project. This is my code: <div class="row"> <div class="col-lg-6 col-md-6"> <div class="cycle-slideshow"> <?php if(isset($page->slideshow) && $page->slideshow->count() > 0):?> <?php foreach ($page->slideshow as $image): ?> <img src="<?php echo $image->url;?>" alt="" class="project-image"> <?php endforeach ;?> <?php endif;?> </div> </div> ........ Where I did wrong? At PW level I use a "Portfolio page" that contains 1 page for every project and in each page I use a "slideshow" field (which has image type). In this field I upload my images. Thanks in advance
  3. Yes I had already read but it seems complicated. The stuff that got me in wrong way was: if the "default" lang in already set in english, why i have to change in my own language and then i have to download a eng language pack again? now i'm trying the Autodetected Language module but at the moment, ti doesn't works
  4. I had already read that thread but for me is not the solution. I'm newbie in PW but I think that the use of "default" label for english create misunderstanding, because every "Non English" state will use the "default" language as their own language. I think that a good workaround is or a BIG warning message when you select the default lang that alerts you that this choice is irreversible or the possibility to change the label "default".
  5. Hi everybody, I'm new both in the forum and in PW. I have just finished my first site with PW and maybe I did a big big error. In my site I have 2 language: it (italian) and default (english) and the problem is that i want that the default language is "it" but in the admin panel I selected as default the english language (because I thought i could change it, i thought that "default" was only a label) and I have no way to switch it. How can i do? I already tried to instal "Autodetected Language" module but it doesn't work Attached you can find some screen of my admin panel, related to the language selection. Thanks in advance
×
×
  • Create New...