Back to top

Visualizza post

Questa sezione ti permette di visualizzare tutti i post inviati da questo utente. N.B: puoi vedere solo i post relativi alle aree dove hai l'accesso.


Post - gaga76

Pagine: [1] 2 3 4 ... 12
1
Joomla! 3 / Re:Richiesta e-mail per accedere ad un download
« il: 12 Apr 2023, 16:32:26 »
Grazie tantissime, avevo risolto proprio con quello.funziona perfettamente .
Grazie :)

2
Joomla! 3 / Richiesta e-mail per accedere ad un download
« il: 04 Apr 2023, 16:34:35 »
Ciao...
vorrei "costringere" gli utenti a lasciare traccia del download di un files con una mail... quindi cliccando sul tasto "leggi il regolamento" si dovrebbe aprire un pop up con richiesta email e il files da scaricare, appunto. Ovviamente il files si dovrebbe poter scaricare solo dopo aver lasciato la mail.
Non vorrei far registrare per forza, ma... sto impazzendo per riuscirci :(esiste un plugin, un'estensione... che possa aiutarmi?
hel help Carneade :(

3
I Template di Joomla! 3 / Re:Immagini non Responsive
« il: 22 Set 2017, 08:49:37 »
Grazie per la disamina graditissima.
Sarei d'accordo in toto, se non fosse che il cliente vuole assolutamente far vedere le foto (quasi) per intero. Pena, divorzi repentini visto che in alcuni scatti lo zoom evita uno dei due sposi. :-[

Leggendo sul forum del produttore, indicano di inserire una regola
Citazione
.gkIsWrapper-gk_photo .gkIsSlide {
    background-size: 100% auto !important;
}ma non cambia praticamente nulla. E devo risolvere per forza.

4
I Template di Joomla! 3 / Re:Immagini non Responsive
« il: 21 Set 2017, 15:51:16 »
il link è giusto, ma credo sia una impostazione del forum che... va così.
se ci passi sopra col mouse, lo si vede...

5
I Template di Joomla! 3 / Immagini non Responsive
« il: 21 Set 2017, 15:37:02 »
Buonasera a tutti, ultimato un sito, mi rendo conto che visualizzandolo da smartphone tutte le immagini vengono troncate e non adattate come dovrebbero essere per rispettare appunto il responsive.
Unico input dei produttori, quello di inserire una stringa di testo nell'override per - sistemare -
Ovviamente non si sistema quasi niente.  :-X :-X :-X :-X

Come posso risolvere?

6
Joomla! 3 / Re:k2 - related item non visualizza le anteprime
« il: 15 Dic 2015, 10:10:39 »
Ciao,

nelle impostazioni di K2 sotto Categorie\$nome della tua categoria$\Opzioni visualizzazione articolo --> Articoli correlati da tag, trovi l'opzione mostra immagine.

Non ci crederai, ma avevo già settato tutto come solito, e non funziona lo stesso. ti allego i settaggi.

Il file è item.php e lo trovi in components\com_k2\templates\default\item.php a meno che non sia stato fatto un ovverride, nel caso sarebbe in $tuo template$\html\com_k2\templates\default\item.php

non esiste il titolo "Related items" da modificare. Ho controllato sia sull'originale che nell'override.
il mio template è posseduto?
ti metto il codice?
Codice: [Seleziona]
<?php

/**
 * @package        K2
 * @author        GavickPro http://gavick.com
 */

// no direct access
defined('_JEXEC') or die;

// Code used to generate the page elements
$params $this->item->params;
$k2ContainerClasses = (($this->item->featured) ? ' itemIsFeatured' '') . ($params->get('pageclass_sfx')) ? ' '.$params->get('pageclass_sfx') : ''

$app JFactory::getApplication();
$tpl $app->getTemplate(true);
$tpl_params $tpl->params;
$inset_position $params->get('inset_position''right');

$app        JFactory::getApplication();
$template   $app->getTemplate(true);
$gkparams     $template->params;
$fblang   $gkparams->get('fb_lang''en_US');
?>

<?php if(JRequest::getInt('print')==1): ?>

<a class="itemPrintThisPage" rel="nofollow" href="#" onclick="window.print(); return false;"> <?php echo JText::_('K2_PRINT_THIS_PAGE'); ?> [/url]
<?php endif; ?>
<article id="k2Container" class="itemView<?php echo $k2ContainerClasses?>"> <?php echo $this->item->event->BeforeDisplay?> <?php echo $this->item->event->K2BeforeDisplay?>
         
         
         
           <header>
                    <?php if(isset($this->item->editLink)): ?>
                    <a class="itemEditLink modal" rel="{handler:'iframe',size:{x:990,y:550}}" href="<?php echo $this->item->editLink?>"><?php echo JText::_('K2_EDIT_ITEM'); ?>[/url]
                    <?php endif; ?>
                    <?php if($params->get('itemTitle')): ?>
                    <h1><?php echo $this->item->title?></h1>
                    <?php endif; ?>
                    <?php if(
                    
$params->get('itemFontResizer') ||
                    
$params->get('itemAuthor') ||
                    
$params->get('itemPrintButton') ||
                    
$params->get('itemEmailButton') ||
                    
$params->get('itemSocialButton') ||
                    
$params->get('itemVideoAnchor') ||
                    
$params->get('itemImageGalleryAnchor') ||
                    
$params->get('itemHits') ||
                    
$params->get('itemCategory')
                ): 
?>

                    <ul>
                              <?php if($this->item->params->get('itemDateCreated')): ?>
                              <li><?php echo JHTML::_('date'$this->item->created JText::_('K2_DATE_FORMAT_LC2')); ?></li>
                              <?php endif; ?>
                              <?php if($params->get('itemAuthor')): ?>
                              <li><?php echo K2HelperUtilities::writtenBy($this->item->author->profile->gender); ?>&nbsp;<?php if(empty($this->item->created_by_alias)): ?><a rel="author" href="<?php echo $this->item->author->link?>"><?php echo $this->item->author->name?>[/url]<?php else: ?><?php echo $this->item->author->name?><?php endif; ?></li>
                              <?php endif; ?>
                              <?php if($params->get('itemCategory')): ?>
                              <li><span><?php echo JText::_('K2_PUBLISHED_IN'); ?></span> <a href="<?php echo $this->item->category->link?>"><?php echo $this->item->category->name?>[/url]</li>
                              <?php endif; ?>
                              <?php if($params->get('itemHits')): ?>
                              <li><?php echo JText::_('K2_READ'); ?> <?php echo $this->item->hits?> <?php echo JText::_('K2_TIMES'); ?> </li>
                              <?php endif; ?>
                              <?php if($params->get('itemFontResizer')): ?>
                              <li class="itemResizer"> <span><?php echo JText::_('K2_FONT_SIZE'); ?></span> <a href="#" id="fontDecrease"><?php echo JText::_('K2_DECREASE_FONT_SIZE'); ?>[/url] <a href="#" id="fontIncrease"><?php echo JText::_('K2_INCREASE_FONT_SIZE'); ?>[/url]</li>
                              <?php endif; ?>
                              <?php if($params->get('itemPrintButton') && !JRequest::getInt('print')): ?>
                              <li class="itemPrint"><a rel="nofollow" href="<?php echo $this->item->printLink?>" onclick="window.open(this.href,'printWindow','width=900,height=600,location=no,menubar=no,resizable=yes,scrollbars=yes'); return false;"><?php echo JText::_('K2_PRINT'); ?>[/url]</li>
                              <?php endif; ?>
                              <?php if($params->get('itemEmailButton') && !JRequest::getInt('print')): ?>
                              <li class="itemEmail"><a rel="nofollow" href="<?php echo $this->item->emailLink?>" onclick="window.open(this.href,'emailWindow','width=400,height=350,location=no,menubar=no,resizable=no,scrollbars=no'); return false;"><?php echo JText::_('K2_EMAIL'); ?>[/url]</li>
                              <?php endif; ?>
                              <?php if($params->get('itemSocialButton') && !is_null($params->get('socialButtonCode'NULL))): ?>
                              <li class="itemSocial"><?php echo $params->get('socialButtonCode'); ?></li>
                              <?php endif; ?>
                              <?php if($params->get('itemVideoAnchor') && !empty($this->item->video)): ?>
                              <li class="itemVideo"> <a class="k2Anchor" href="<?php echo $this->item->link?>#itemVideoAnchor"><?php echo JText::_('K2_MEDIA'); ?>[/url] </li>
                              <?php endif; ?>
                              <?php if($params->get('itemImageGalleryAnchor') && !empty($this->item->gallery)): ?>
                              <li class="itemGallery"> <a class="k2Anchor" href="<?php echo $this->item->link?>#itemImageGalleryAnchor"><?php echo JText::_('K2_IMAGE_GALLERY'); ?>[/url] </li>
                              <?php endif; ?>
                              <?php if($params->get('itemCommentsAnchor') && $params->get('itemComments') && ( ($params->get('comments') == '2' && !$this->user->guest) || ($params->get('comments') == '1')) ): ?>
                              <li><?php if(!empty($this->item->event->K2CommentsCounter)): ?><?php echo $this->item->event->K2CommentsCounter?><?php else: ?><?php if($this->item->numOfComments 0): ?><a class="itemCommentsLink k2Anchor" href="<?php echo $this->item->link?>#itemCommentsAnchor"><span><?php echo $this->item->numOfComments?></span> <?php echo ($this->item->numOfComments>1) ? JText::_('K2_COMMENTS') : JText::_('K2_COMMENT'); ?> [/url]<?php else: ?><a class="itemCommentsLink k2Anchor" href="<?php echo $this->item->link?>#itemCommentsAnchor"> <?php echo JText::_('K2_BE_THE_FIRST_TO_COMMENT'); ?>[/url]<?php endif; ?><?php endif; ?></li>
                              <?php endif; ?>
                    </ul>
                    <?php endif; ?>
          </header>
           <?php if($params->get('itemImage') && !empty($this->item->image)): ?>
          <div class="itemImageBlock">
          <?php if($params->get('itemFeaturedNotice') && $this->item->featured): ?>
          <sup><?php echo JText::_('K2_FEATURED'); ?></sup>
          <?php endif; ?>
          <a class="itemImage modal" rel="{handler: 'image'}" href="<?php echo $this->item->imageXLarge?>" title="<?php echo JText::_('K2_CLICK_TO_PREVIEW_IMAGE'); ?>"> <img src="<?php echo $this->item->image?>" alt="<?php if(!empty($this->item->image_caption)) echo K2HelperUtilities::cleanHtml($this->item->image_caption); else echo K2HelperUtilities::cleanHtml($this->item->title); ?>" style="width:<?php echo $this->item->imageWidth?>px; height:auto;" /> [/url]
                    <?php if($params->get('itemImageMainCredits') && !empty($this->item->image_credits)): ?>
                    <span class="itemImageCredits"><?php echo $this->item->image_credits?></span>
                    <?php endif; ?>
                    <?php if($params->get('itemImageMainCaption') && !empty($this->item->image_caption)): ?>
                    <span class="itemImageCaption"><?php echo $this->item->image_caption?></span>
                    <?php endif; ?>
          </div>
          <?php endif; ?>
         
          <?php echo $this->item->event->AfterDisplayTitle?> <?php echo $this->item->event->K2AfterDisplayTitle?>
          <div class="itemBody<?php if($inset_position == 'left') : ?> gkInsetLeft<?php endif; ?>">
          <?php echo $this->item->event->BeforeDisplayContent?> <?php echo $this->item->event->K2BeforeDisplayContent?>
                    <?php if(!empty($this->item->fulltext)): ?>
                    <?php if($params->get('itemIntroText')): ?>
                    <div class="itemIntroText"> <?php echo $this->item->introtext?> </div>
                    <?php endif; ?>
                    <?php endif; ?>
                    <?php if($params->get('itemFullText')): ?>
                    <div class="itemFullText"> <?php echo (!empty($this->item->fulltext)) ? $this->item->fulltext $this->item->introtext?> </div>
                    <?php endif; ?>
                    <?php if(($params->get('itemDateModified') && intval($this->item->modified)!=0)): ?>
                    <div class="itemBottom">
                              <?php if($params->get('itemDateModified') && intval($this->item->modified) != && $this->item->created != $this->item->modified): ?>
                              <small class="itemDateModified"> <?php echo JText::_('K2_LAST_MODIFIED_ON') . JHTML::_('date'$this->item->modifiedJText::_('K2_DATE_FORMAT_LC2')); ?> </small>
                              <?php endif; ?>
                    </div>
                    <?php endif; ?>
                    <?php if($params->get('itemExtraFields') && count($this->item->extra_fields)): ?>
                    <div class="itemExtraFields">
                              <h3><?php echo JText::_('K2_ADDITIONAL_INFO'); ?></h3>
                              <ul>
                                        <?php foreach ($this->item->extra_fields as $key=>$extraField): ?>
                                        <?php if($extraField->value != ''): ?>
                                        <li class="<?php echo ($key%2) ? "odd" "even"?> type<?php echo ucfirst($extraField->type); ?> group<?php echo $extraField->group?>">
                                                  <?php if($extraField->type == 'header'): ?>
                                                  <h4 class="itemExtraFieldsHeader"><?php echo $extraField->name?></h4>
                                                  <?php else: ?>
                                                  <span class="itemExtraFieldsLabel"><?php echo $extraField->name?>:</span> <span class="itemExtraFieldsValue"><?php echo $extraField->value?></span>
                                                  <?php endif; ?>
                                        </li>
                                        <?php endif; ?>
                                        <?php endforeach; ?>
                              </ul>
                    </div>
                    <?php endif; ?>
                   
                    <?php if($params->get('itemTwitterButton',1) || $params->get('itemFacebookButton',1) || $params->get('itemGooglePlusOneButton',1)): ?>
                    <div class="itemSocialSharing">
                        <?php if($params->get('itemTwitterButton',1)): ?>
                        <div class="itemTwitterButton"> <a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical"<?php if($params->get('twitterUsername')): ?> data-via="<?php echo $params->get('twitterUsername'); ?>"<?php endif; ?>><?php echo JText::_('K2_TWEET'); ?>[/url]
                                  <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
                        </div>
                        <?php endif; ?>
                                     
                        <?php if($params->get('itemFacebookButton',1)): ?>
                        <div class="itemFacebookButton">
                          <script type="text/javascript">                                                         
                          window.addEvent('load', function(){
                                (function(){
                                    if(document.id('fb-auth') == null) {
                                        var root = document.createElement('div');
                                        root.id = 'fb-root';
                                        $$('.itemFacebookButton')[0].appendChild(root);
                                            (function(d, s, id) {
                                              var js, fjs = d.getElementsByTagName(s)[0];
                                              if (d.getElementById(id)) {return;}
                                              js = d.createElement(s); js.id = id;
                                              js.src = document.location.protocol + "//connect.facebook.net/<?php echo $fblang?>/all.js#xfbml=1";
                                              fjs.parentNode.insertBefore(js, fjs);
                                            }(document, 'script', 'facebook-jssdk'));
                                        }
                                  }());
                              });
                            </script>
                          <div class="fb-like" data-layout="box_count" data-action="like" data-show-faces="true" data-share="true"></div>
                        </div>
                        <?php endif; ?>
                       
                        <?php if($params->get('itemGooglePlusOneButton',1)): ?>
                        <div class="itemGooglePlusOneButton">
                          <div class="g-plusone" data-size="tall"></div>
                          <script type="text/javascript">                             
                            window.___gcfg = {lang: 'en'}; // Define button default language here
                         
                            (function() {
                              var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
                              po.src = 'https://apis.google.com/js/platform.js';
                              var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
                            })();
                        </script>
                        </div>
                        <?php endif; ?>
                       
                    </div>
                    <?php endif; ?>
                   
                    <?php echo $this->item->event->AfterDisplayContent?>
                    <?php echo $this->item->event->K2AfterDisplayContent?>
                   
                    <?php if(
                        
$params->get('itemTags') ||
                        
$params->get('itemAttachments') ||
                        
$params->get('itemRating')
                    ): 
?>

                    <div class="itemLinks">
                              <?php if($params->get('itemAttachments') && count($this->item->attachments)): ?>
                              <div class="itemAttachmentsBlock"> <span><?php echo JText::_('K2_DOWNLOAD_ATTACHMENTS'); ?></span>
                                        <ul class="itemAttachments">
                                                  <?php foreach ($this->item->attachments as $attachment): ?>
                                                  <li> <a title="<?php echo K2HelperUtilities::cleanHtml($attachment->titleAttribute); ?>" href="<?php echo $attachment->link?>"><?php echo $attachment->title?>
                                                            <?php if($params->get('itemAttachmentsCounter')): ?>
                                                            <span>(<?php echo $attachment->hits?> <?php echo ($attachment->hits==1) ? JText::_('K2_DOWNLOAD') : JText::_('K2_DOWNLOADS'); ?>)</span>
                                                            <?php endif; ?>
                                                            [/url] </li>
                                                  <?php endforeach; ?>
                                        </ul>
                              </div>
                              <?php endif; ?>
                              <?php if($params->get('itemTags') && count($this->item->tags)): ?>
                              <div class="itemTagsBlock"> <span><?php echo JText::_('K2_TAGGED_UNDER'); ?></span>
                                        <ul class="itemTags">
                                                  <?php foreach ($this->item->tags as $tag): ?>
                                                  <li> <a href="<?php echo $tag->link?>"><?php echo $tag->name?>[/url] </li>
                                                  <?php endforeach; ?>
                                        </ul>
                              </div>
                              <?php endif; ?>
                              <?php if($params->get('itemRating')): ?>
                              <div class="itemRatingBlock"> <span><?php echo JText::_('K2_RATE_THIS_ITEM'); ?></span>
                                        <div class="itemRatingForm">
                                                  <ul class="itemRatingList">
                                                            <li class="itemCurrentRating" id="itemCurrentRating<?php echo $this->item->id?>" style="width:<?php echo $this->item->votingPercentage?>%;"></li>
                                                            <li> <a href="#" rel="<?php echo $this->item->id?>" title="<?php echo JText::_('K2_1_STAR_OUT_OF_5'); ?>" class="one-star">1[/url] </li>
                                                            <li> <a href="#" rel="<?php echo $this->item->id?>" title="<?php echo JText::_('K2_2_STARS_OUT_OF_5'); ?>" class="two-stars">2[/url] </li>
                                                            <li> <a href="#" rel="<?php echo $this->item->id?>" title="<?php echo JText::_('K2_3_STARS_OUT_OF_5'); ?>" class="three-stars">3[/url] </li>
                                                            <li> <a href="#" rel="<?php echo $this->item->id?>" title="<?php echo JText::_('K2_4_STARS_OUT_OF_5'); ?>" class="four-stars">4[/url] </li>
                                                            <li> <a href="#" rel="<?php echo $this->item->id?>" title="<?php echo JText::_('K2_5_STARS_OUT_OF_5'); ?>" class="five-stars">5[/url] </li>
                                                  </ul>
                                                  <div id="itemRatingLog<?php echo $this->item->id?>" class="itemRatingLog"> <?php echo $this->item->numOfvotes?> </div>
                                        </div>
                              </div>
                              <?php endif; ?>
                    </div>
                    <?php endif; ?>

                    <?php if(($this->item->params->get('itemAuthorBlock') && empty($this->item->created_by_alias)) || ($params->get('itemAuthorLatest') && empty($this->item->created_by_alias) && isset($this->authorLatestItems))):?>
                    <div class="itemAuthorData">
                              <?php if($this->item->params->get('itemAuthorBlock') && empty($this->item->created_by_alias)):?>
                              <div class="itemAuthorBlock">
                                        <?php if($this->item->params->get('itemAuthorImage') && !empty($this->item->author->avatar)):?>
                                        <div class="k2Avatar"> <img src="<?php echo $this->item->author->avatar?>" alt="<?php echo K2HelperUtilities::cleanHtml($this->item->author->name); ?>" /> </div>
                                        <?php endif; ?>
                                        <div class="itemAuthorDetails">
                                                  <h3> <a rel="author" href="<?php echo $this->item->author->link?>"><?php echo $this->item->author->name?>[/url] </h3>
                                                  <?php if($params->get('itemAuthorDescription') && !empty($this->item->author->profile->description)):?>
                                                  <p><?php echo $this->item->author->profile->description?></p>
                                                  <?php endif; ?>
                                                  <?php if($params->get('itemAuthorURL') && !empty($this->item->author->profile->url)):?>
                                                  <span class="itemAuthorUrl"><?php echo JText::_('K2_WEBSITE'); ?> <a rel="me" href="<?php echo $this->item->author->profile->url?>" target="_blank" rel="nofollow"> <?php echo str_replace('http://','',$this->item->author->profile->url); ?> [/url] </span>
                                                  <?php endif; ?>
                                                  <?php if($params->get('itemAuthorEmail')):?>
                                                  <span class="itemAuthorEmail"><?php echo JText::_('K2_EMAIL'); ?> <?php echo JHTML::_('Email.cloak'$this->item->author->email); ?> </span>
                                                  <?php endif; ?>
                                        </div>
                                        <?php echo $this->item->event->K2UserDisplay?> </div>
                              <?php endif; ?>
                    </div>
                    <?php endif; ?>
                    <?php if($params->get('itemRelated') && isset($this->relatedItems)): ?>
                    <div class="itemAuthorContent">
                              <h3><?php echo JText::_("K2_RELATED_ITEMS_BY_TAG"); ?></h3>
                              <ul>
                                        <?php foreach($this->relatedItems as $key=>$item): ?>
                                        <li class="<?php echo ($key%2) ? "odd" "even"?>"> <a class="itemRelTitle" href="<?php echo $item->link ?>"><?php echo $item->title?>[/url] </li>
                                        <?php endforeach; ?>
                              </ul>
                    </div>
                    <?php endif; ?>
                    <?php if($params->get('itemAuthorLatest') && empty($this->item->created_by_alias) && isset($this->authorLatestItems)): ?>
                    <div class="itemAuthorContent">
                              <?php if($params->get('itemAuthorLatest') && empty($this->item->created_by_alias) && isset($this->authorLatestItems)): ?>
                              <h3><?php echo JText::_('K2_LATEST_FROM'); ?> <?php echo $this->item->author->name?></h3>
                              <ul>
                                        <?php foreach($this->authorLatestItems as $key=>$item): ?>
                                        <li class="<?php echo ($key%2) ? "odd" "even"?>"> <a href="<?php echo $item->link ?>"><?php echo $item->title?>[/url] </li>
                                        <?php endforeach; ?>
                              </ul>
                              <?php endif; ?>
                    </div>
                    <?php endif; ?>
                    <?php if($params->get('itemVideo') && !empty($this->item->video)): ?>
                    <div class="itemVideoBlock" id="itemVideoAnchor">
                              <h3><?php echo JText::_('K2_MEDIA'); ?></h3>
                              <?php if($this->item->videoType=='embedded'): ?>
                              <div class="itemVideoEmbedded"> <?php echo $this->item->video?> </div>
                              <?php else: ?>
                              <span class="itemVideo"><?php echo $this->item->video?></span>
                              <?php endif; ?>
                              <?php if($params->get('itemVideoCaption') && !empty($this->item->video_caption)): ?>
                              <span class="itemVideoCaption"><?php echo $this->item->video_caption?></span>
                              <?php endif; ?>
                              <?php if($params->get('itemVideoCredits') && !empty($this->item->video_credits)): ?>
                              <span class="itemVideoCredits"><?php echo $this->item->video_credits?></span>
                              <?php endif; ?>
                    </div>
                    <?php endif; ?>
                    <?php if($params->get('itemImageGallery') && !empty($this->item->gallery)): ?>
                    <div class="itemImageGallery" id="itemImageGalleryAnchor">
                              <h3><?php echo JText::_('K2_IMAGE_GALLERY'); ?></h3>
                              <?php echo $this->item->gallery?> </div>
                    <?php endif; ?>
                    <?php if($params->get('itemNavigation') && !JRequest::getCmd('print') && (isset($this->item->nextLink) || isset($this->item->previousLink))): ?>
                    <div class="itemNavigation"> <span><?php echo JText::_('K2_MORE_IN_THIS_CATEGORY'); ?></span>
                              <?php if(isset($this->item->previousLink)): ?>
                              <a class="itemPrevious" href="<?php echo $this->item->previousLink?>">&laquo; <?php echo $this->item->previousTitle?>[/url]
                              <?php endif; ?>
                              <?php if(isset($this->item->nextLink)): ?>
                              <a class="itemNext" href="<?php echo $this->item->nextLink?>"><?php echo $this->item->nextTitle?> &raquo;[/url]
                              <?php endif; ?>
                    </div>
                    <?php endif; ?>
                    <?php echo $this->item->event->AfterDisplay?>
                    <?php echo $this->item->event->K2AfterDisplay?>
          </div>
         
         
          <?php if($params->get('itemComments') && ( ($params->get('comments') == '2' && !$this->user->guest) || ($params->get('comments') == '1'))):?>
          <?php echo $this->item->event->K2CommentsBlock?>
          <?php endif;?>
          <?php if($params->get('itemComments') && !JRequest::getInt('print') && ($params->get('comments') == '1' || ($params->get('comments') == '2')) && empty($this->item->event->K2CommentsBlock)):?>
          <div class="itemComments" id="itemCommentsAnchor">
                    <?php if($params->get('commentsFormPosition')=='above' && $params->get('itemComments') && !JRequest::getInt('print') && ($params->get('comments') == '1' || ($params->get('comments') == '2' && K2HelperPermissions::canAddComment($this->item->catid)))): ?>
                    <div class="itemCommentsForm"> <?php echo $this->loadTemplate('comments_form'); ?> </div>
                    <?php endif; ?>
                    <?php if($this->item->numOfComments>&& $params->get('itemComments') && !JRequest::getInt('print') && ($params->get('comments') == '1' || ($params->get('comments') == '2'))): ?>
                    <h3> <?php echo $this->item->numOfComments?> <?php echo ($this->item->numOfComments>1) ? JText::_('K2_COMMENTS') : JText::_('K2_COMMENT'); ?> </h3>
                    <ul class="itemCommentsList">
                              <?php foreach ($this->item->comments as $key=>$comment): ?>
                              <li class="<?php echo ($key%2) ? "odd" "even"; echo (!$this->item->created_by_alias && $comment->userID==$this->item->created_by) ? " authorResponse" ""; echo($comment->published) ? '':' unpublishedComment'?>">
                                        <?php if($comment->userImage):?>
                                        <img src="<?php echo $comment->userImage?>" alt="<?php echo JFilterOutput::cleanText($comment->userName); ?>" width="<?php echo $params->get('commenterImgWidth'); ?>" />
                                        <?php endif; ?>
                                        <div> <span>
                                                  <?php if(!empty($comment->userLink)): ?>
                                                  <a href="<?php echo JFilterOutput::cleanText($comment->userLink); ?>" title="<?php echo JFilterOutput::cleanText($comment->userName); ?>" target="_blank" rel="nofollow"> <?php echo $comment->userName?> [/url]
                                                  <?php else: ?>
                                                  <?php echo $comment->userName?>
                                                  <?php endif; ?>
                                                  </span> <span> <?php echo JHTML::_('date'$comment->commentDateJText::_('DATE_FORMAT_LC2')); ?> </span> <span> <a class="commentLink" href="<?php echo $this->item->link?>#comment<?php echo $comment->id?>" name="comment<?php echo $comment->id?>" id="comment<?php echo $comment->id?>"> <?php echo JText::_('K2_COMMENT_LINK'); ?> [/url] </span>
                                                  <?php if($this->inlineCommentsModeration || ($comment->published && ($this->params->get('commentsReporting')=='1' || ($this->params->get('commentsReporting')=='2' && !$this->user->guest)))): ?>
                                                  <span class="commentToolbar">
                                                  <?php if($this->inlineCommentsModeration): ?>
                                                  <?php if(!$comment->published): ?>
                                                  <a class="commentApproveLink" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&task=publish&commentID='.$comment->id.'&format=raw')?>"><?php echo JText::_('K2_APPROVE')?>[/url]
                                                  <?php endif;?>
                                                  <a class="commentRemoveLink" href="<?php echo JRoute::_('index.php?option=com_k2&view=comments&task=remove&commentID='.$comment->id.'&format=raw')?>"><?php echo JText::_('K2_REMOVE')?>[/url]
                                                &n

7
Joomla! 3 / k2 - related item non visualizza le anteprime
« il: 14 Dic 2015, 09:53:51 »
Buongiorno a tutti.
Come da titolo, ho configurato tutto come solito, ma...
se apro un articolo (item) leggo sotto i titoli dei correlati, ma non riesco a far vedere le foto relative.
In cosa sbaglio?

e  ancora... quale file contiene la stringa - related item - da modificare in - articoli simili -?



8
Gestione e-commerce / Re:joomla 3.4 + hikashop + ******
« il: 03 Dic 2015, 15:45:37 »
Credo che siamo ot, trattandosi di prodotto commerciale non è possibile trattarlo sul forum senza violare il regolamento e ti chiedo pure cortesemente di eliminare link e nome, grazie.

si, hai ragione due volte Tom.
chiedo venia.

9
Gestione e-commerce / Re:joomla 3.4 + hikashop + ****
« il: 03 Dic 2015, 15:31:22 »
Scusa ma che è sta *****, starai mica parlando di marziani?  :)

Dai per scontato che si sappia a priori di cosa stai scrivendo, e poi se nemmeno chi ti fa un lavoro riesce a portarlo a termine come sarà possibile aiutarti?

 ;D ;D ;D
hai raione tu...
allora ***** è un sotware gestionale per negozi, in pratica gestisce magazzino  e vendite, credo.
non me ne occupo io, ovviamente.ma il cliente direttamente.
Il tecnico che lo sta gestendo... ha chiesto a me, che ho fatto il sito, di inserire un fil di testo con dentro tutti i prodotti. per poi "integrare" la comunicazione fra il suo gestionale e il mio sito.
Arabo per me.
Cinese per lui.
Mi ha detto che lui si occupa di gestionale, non di siti.
Quindi... secondo lui, dovrei saperlo io.  :-[
Ed eccomi qui, perché ti assicuro, non so come procedere.

Ho chiesto al support di Hika, vediamo che mi rispondono... se rispondono.
Speravo nel magnifico mondo di JoomlaForum  :P


10
Gestione e-commerce / joomla 3.4 + hikashop + ****
« il: 03 Dic 2015, 08:54:07 »
Buongiorno a tutti, un dilemma di primo mattino.

Su un mio sito che lavora con joomla 3.4 e hikashop... mi è stato chiesto di "integrare" un file di testo con i prodotti in vendita.
Tale file nasce da **** e dovrebbe "comunicare" con il programma appunto.
Il tecnico che me lo ha dato, non sa minimamente come integrarlo, mi ha detto che basta caricarlo via ftp.
Non credo funzioni così... cioè... possibile?

Come proseguo? Non trovo nulla sul forum e nemmeno notizie varie... solo alcune, ma si fermano a joomla 1.5.
 :'(

11
Ragazza... che Dio ti benedica  ;D ;D ;D ;D ;D
Funzionaaaaaaaa


12
Buongiorno a tutti,
sono alle prese con un sito e dovrei eliminare il bianco e nero dei loghi, mantenendo però i box e le misure.
Ho provato a togliere solo <div class="black-white-img">
ma si perde la formattazione della tabella e le linee dei box.
A me occorre solo eliminare il bianco e nero e lasciare a colori i loghi.

Non so come risolvere, se non creando tabella nuova...
Un'anima pia che mi dia una dritta?

13
I Template di Joomla! 3 / Re:Force1 - icona mail scomparsa
« il: 10 Nov 2015, 19:29:06 »
E' solo l'icona email che non si vede, invece dell'aereoplanino metti la busta, cioè sostituisci "fa fa-paper-plane"  con "fa fa-envelope" nei moduli ove hai gli elementi. Non succede nulla di grave se sbagli.
prima verifica se le vedi nel mio sito www.sisinternational.net/New

In pratica non digerisce aereoplanino?
funziona perfettamente con la bustina.
Grazie  :) :) :) :)

14
I Template di Joomla! 3 / Re:Force1 - icona mail scomparsa
« il: 10 Nov 2015, 18:28:31 »
purtroppo io non la vedo nè su chrome, nè su ff.
e ancor peggio non capisco perchè si veda su due pagine e non sulle altre due.
Sacri misteri del web.

15
Buonasera a tutti.
Sto lavorando ad un sito con questo bellissimo template free

http://192.163.226.228/~ballu/force1/

Facile, semplice e responsive.
Purtroppo ho notato solo oggi che nelle varie pagine (eccetto home e contatti) scompare l'icona della mail nel modulo top.
Probelma visto anche sul sito demo.

Come posso risolvere?

16
Buongiorno a tutti.
Big problem conun sito che mi sta facendo dannare.

Non funziona la modalità repsonsive, in quanto svanisce totalmente il main menu e le scritte si impastano fra loro.
Decido, mio malgrado, di disattivare la funzione responsive (lo so che è assurdo, ma non sono riuscita ad intervenire altrimenti).

Adesso, ovviamente, funziona tutto alla perfezione.
Salvo che.... se visualizzo il sito con un telefono o un tablet con uno schermo piccolo... le scritte in home si sovrappongono fra di loro.

Confesso: non so come risolvere.
 :-\
Mi potreste aiutare?

17
Joomla! 3 / Re:Url semplificati, che vi è successo?
« il: 18 Set 2015, 17:36:09 »
Ciao gaga76,
se hai sullo stesso hosting un altro sito funzionante prendi il suo .htaccess, fai una copia dell'originale, e sostituiscilo completamente a quello del nuovo.
Su un certo hosting, che non nominiamo. è successo coì anche a me sulle ultime installazioni...

Oddio... senza modificare nulla, dentro?
butto all'aria il sito?  :o :o :o ;D ;D ;D ;D


dai mi fido... e provo....FUNZIONA ed io sono senza parole.
com'è possibile?
ho solo sostituito il file... pensavo ci fossero riferimenti.. ...ma nulla?
 ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D ;D

Grazie Grazie Grazie. :-* :-* :-* :-* :-* :-*

18
Joomla! 3 / Re:Url semplificati, che vi è successo?
« il: 18 Set 2015, 17:29:59 »
guarda che dipende da server a server, non sono standard... quello che tu decommenti io magari lo commento.

si ma io uso sempre lo stesso server e quindi... è strano che non funzioni.

19
Joomla! 3 / [Risolto] Url semplificati, che vi è successo?
« il: 18 Set 2015, 16:17:14 »
ciao a tutti, sito quasi finito, tutto perfettamente in regola e funzionante...
indi...sistemo gli url come sempre.
ma... dopo aver
commentato #Options +FollowSymLinks
deccommentato RewriteBase /  (novità di joomla 3??)
rinominato il file in .htaccess
impostato su SI  "Attiva URL SEF"  " Riscrivi URL SEF"
nella configurazione globale...

Error 500.  :o :o :o :o

cosa è cambiato da tutte le altre decine di volte, già fatto?
Cosa ho sbagliato?

20
infinitamente grazie superTom  :-*

Pagine: [1] 2 3 4 ... 12


Web Design Bolzano Kreatif