Keyword

Advanced Search

Search Results (Searched for: k2 Tag)

  • Krikor Boghossian
  • Krikor Boghossian's Avatar
28 Mar 2013 17:43
Replied by Krikor Boghossian on topic Where is the CSS for Menu results based on tag

Where is the CSS for Menu results based on tag

Category: English K2 Community

Hello Cathy,

Try searching for "Component: Itemlist view (tag)" on your k2.css,
if you cannot find it it means you must have accidentally erased it so
download a fresh copy c/p this section to your k2.css and you can make your changes.

Regards.
  • Jay
  • Jay's Avatar
28 Mar 2013 16:54
Replied by Jay on topic Can't edit tags at frontend. jquery?

Can't edit tags at frontend. jquery?

Category: English K2 Community

Huzzahh!

I went into K2 parameters/layout and views/css & javascript settings to "load v1.8x latest (remote copy)"

Everything works as it should. It didn't work on 1.7 or below or 1.9.
  • Cindie Gilbert
  • Cindie Gilbert's Avatar
28 Mar 2013 16:02
Template was created by Cindie Gilbert

Template

Category: English K2 Community

I am using the hot responsive template but things are not going well with this template. On my website my article can be rather long. My items also can include videos, pictures, file downloads. I also use quite a few of the K2 mods/plugins. So I have the ratings and extra fields and so on. I use the photo and video pro plugins suggested by K2 also. So an article can be content intense. I also have a tags plugin.

But I don't believe the hot responsive template can handle all of this. What does show looks out of place, and the tags do not show. After adding just three or four articles the page no longer displays like it should on the home page. So I want to change out templates. But I don't know what template to change out too. I need a template that can handle k2 content, and can handle a lot of content in each article. So any help with this is much appreciated.
  • Cathy Frank
  • Cathy Frank's Avatar
27 Mar 2013 14:51

Where is the CSS for Menu results based on tag

Category: English K2 Community

I would like to change some of the CSS for the results of a Tag Menu item. I have changed tag parameters ( image size, what text appears) but want to add some margins and padding for .tagItemHeader, .tagItemView, .tagItemImageBlock. It does not appear to be in K2.css. Where can I find it.
  • Peter Mathews
  • Peter Mathews's Avatar
27 Mar 2013 14:11
Showing extra fields in the TAG view was created by Peter Mathews

Showing extra fields in the TAG view

Category: English K2 Community

Using K2 2.5.6 and Joomla 2.5.9

I am tryng to get a couple extra fields to appear in the tag view.

I am getting to the tag view via a menu button using the K2 Tag menu type. I set the tag I want and then the category I want in the filter categories. Even set the template to default rather than my own one I have set up.

I have tried adding

<?php echo $this->item->extraFields->EventDate->value ;?>

to the tag.php to see if I can see anything, but nothing shows.

Is this possible?
  • LifeStyle
  • LifeStyle's Avatar
26 Mar 2013 10:19
Campi aggiuntivi nel Frontend was created by LifeStyle

Campi aggiuntivi nel Frontend

Category: Comunità italiana K2

Salve a tutti ho un problema con l'ultima release di K2 su joomla 2.5. Ho impostato in modo che nel frontend gli utenti registrati possano creare articoli in K2, ma quando si apre la finestrella per l'inserimento dell'articolo, nonostante si scelga la prima la categoria in cui inserire l'articolo i campi aggiuntivi non vengono mostrati e appare il messaggio "questa categoria non ha campi aggiuntivi". I campi aggiuntivi sono mostrati all'utente solo se prima effettua un salvataggio dell'articolo. Dopo aver premuto salva, nel tab dei capi aggiuntivi appaiono quelli impostati lato amministratore. E' possibile risolvere questo problema diversamente? Nel senso, come faccio a mostrare subito i campi aggiuntivi agli utenti senza fargli salvare l'articolo prima ancora di averlo completato? Grazie a tutti coloro che mi possono aiutare.
  • SD
  • SD's Avatar
26 Mar 2013 01:32

Need help moving to new template

Category: English K2 Community

I asked this the other day and haven't got any help to this, anyone that can point me in the right direction I would appreciate it. Working on a deadline to have completed in 2 weeks.

I currently have a site with around 9000+ articles, with images, users, categories, tags, etc. currently on a Joomla 2.5 K2 website and looking to move everything to a new site template running J 2.5 with K2.

What is the best was to move over all the articles, images, users, categories, to the new template?

I would just add the template to my current install, but the new template is vastly different as it's a responsive site, with different framework, and plugins to run the site. I already have the quick install up and running and have everything setup, I just need to move the information to the new install.

Thanks for the help!
  • Giuseppe
  • Giuseppe's Avatar
25 Mar 2013 23:36
Replied by Giuseppe on topic Put LinkedIN share button in K2

Put LinkedIN share button in K2

Category: English K2 Community

Please I have the same problem but I'm not understanding where... May I have your help please???

This is my item.php in order by social


  • <?php if($this->item->params->get('itemTwitterButton',1)): ?>
    <!-- Twitter Button -->
    <div class="itemTwitterButton">
    <a href="twitter.com/share" class="twitter-share-button" data-count="horizontal"item->params->get('twitterUsername')): ?> data-via="item->params->get('twitterUsername'); ?>">
    <?php echo JText::_('K2_TWEET'); ?>
    </a>
    <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
    </div>
    <?php endif; ?>

    <?php if($this->item->params->get('itemFacebookButton',1)): ?>
    <!-- Facebook Button -->
    <div class="itemFacebookButton">
    <div id="fb-root"></div>
    <script type="text/javascript">
    (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 = "//connect.facebook.net/en_US/all.js#xfbml=1";
    fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));
    </script>
    <div class="fb-like" data-send="false" data-width="200" data-show-faces="true"></div>
    </div>
    <?php endif; ?>

    <?php if($this->item->params->get('itemLinkedInButton',1)): ?>
    <!-- LinkedIn Button -->
    <div class="itemLinkedInButton">
    <script src="//platform.linkedin.com/in.js" type="text/javascript"></script>
    <script type="IN/Share" data-counter="right"></script>
    </div>
    <?php endif; ?>

    <?php if($this->item->params->get('itemGooglePlusOneButton',1)): ?>
    <!-- Google +1 Button -->
    <div class="itemGooglePlusOneButton">
    <g:plusone annotation="inline" width="120"></g:plusone>
    <script type="text/javascript">
    (function() {
    window.___gcfg = {lang: 'en'}; // Define button default language here
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
    })();
    </script>
    </div>
    <?php endif; ?>

    <div class="clr"></div>
    </div>
    <?php endif; ?>

  • And this is my K2.css


  • div.itemSocialSharing {padding:8px 0;}
    div.itemTwitterButton {float:left;margin:2px 24px 0 0;}
    div.itemFacebookButton {float:left;margin-right:24px;width:200px;}
    div.itemLinkedInButton {float:left;margin:2px 4px 0 0;}
    div.itemGooglePlusOneButton {}

  • The LinkedIn's button appear on Google+
    The Google+ Button appear on the line down, under the LinkedIn...

    Please, some little help...
    Thanks
    • Emanuel Rodríguez
    • Emanuel Rodríguez's Avatar
    25 Mar 2013 18:18
    Replied by Emanuel Rodríguez on topic SEF URLs

    SEF URLs

    Category: Comunidad hispana oficial de K2

    Te recomiendo usar el componente sh404sef, ya que como dices el componente/item/blog/tag etc... de K2 puede crear muchas URL que Google considera duplicadas, con ese componente puedes elegir la principal por lo que es a la que Google le dará prioridad.
    • Segoe Tailor
    • Segoe Tailor's Avatar
    23 Mar 2013 19:30
    Custom Image in k2 content module was created by Segoe Tailor

    Custom Image in k2 content module

    Category: English K2 Community

    Hi, guys! Thank YOU very much for K2. I love IT :~)
    Please tell me how can I show MY images in content module.
    That is, I add code in this article:
    <p><img src="123.jpg"> some text </p>
    But when I put a random article in the content module these images are not displayed. I tried to find some piece of code responsible for it. But my knowledge of PHP is not enough.
    I would like the content K2 module not cut my code.
    That is, if I write in the article:
    <p><img src="123.jpg"> some text </p>
    That also has to output module without removing unnecessary tags.
    How to implement it? Where to look?
    • matthew turner
    • matthew turner's Avatar
    22 Mar 2013 20:19 - 22 Mar 2013 20:19
    Replied by matthew turner on topic Image Gallery in Tag Layout

    Image Gallery in Tag Layout

    Category: English K2 Community

    Hi Jeff,
    Just found your post via twitter as they still have not added a following/subscribe option to posts that we have posted on (unless I've missed something!)

    I did not realise this was no longer working and have just revisited my original posted code and adapted it to work.... I have added extra code so that you can leave the simple galley plugin folder settings left to default so it can be used outside of k2, oh and added option to switch single thumb on or off .

    <?php
    $app = &JFactory::getApplication();
    $params = $app->getParams();
    $parameter_get_value= $params->get( 'jw_sigpro' );

    $params->set('galleries_rootfolder', 'media/k2/galleries');// galleries_rootfolder left on 'images/stories' default in plugin
    $params->set('singlethumbmode', '0');// single thumb off - just an example!

    echo JHTML::_('content.prepare', $item->gallery, $params );
    ?>

    Again hope you see this post, and that it helps (I will reply this on both!).
    Regards
    Mat
    • Valentin Cristian Lupşa
    • Valentin Cristian Lupşa's Avatar
    22 Mar 2013 12:24
    How to remove the white space between articles? was created by Valentin Cristian Lupşa

    How to remove the white space between articles?

    Category: English K2 Community

    Hi. Can someone please tell me how to get rid of that extra space between the item picture and the category/tags area. I tried to remove some oh the paddings from k2.css file, but couldn't do it.

    Also, can items be fixed horizontally on category/teg view? For example, if I have a 2-lines title, all my category view page is screwed-up. (I need a good-old <br> between items :D )

    Thanks in advance!
    • Erik
    • Erik's Avatar
    22 Mar 2013 11:29
    Replied by Erik on topic K2 Tag-Cloud Module

    K2 Tag-Cloud Module

    Category: Offizielle deutsche Gemeinschaft

    Hallo!

    bin schon lange auf der Suche nach diesem Modul. wo kann her bekommen??

    Danke
    • Wil1971
    • Wil1971's Avatar
    22 Mar 2013 09:33

    Strange k2 image after clicking on related tags

    Category: English K2 Community

    Hi there;

    I`m new with k2 articles etc. but here`s my problem:

    After clicking on 'related tags' a strange image (rounded square) appears on my website and I don`t want that. How to disable/remove this?
    • Емил Калибрадов
    • Емил Калибрадов's Avatar
    21 Mar 2013 20:15
    Replied by Емил Калибрадов on topic Forcing a default image into an article

    Forcing a default image into an article

    Category: English K2 Community

    Why when try to set default image in "display items by tag" I receive this error:
    Fatal error: Call to a member function get() on a non-object in /home/novchaso/public_html/mysite.com/components/com_k2/templates/default/tag.php on line 86

    The code on line 86:
    <?php elseif($this->item->params->get('catItemImage') && empty($this->item->image)): ?>

    Everywhere else Chirs's code is working fine.
    • SD
    • SD's Avatar
    21 Mar 2013 18:57
    Moving Site to New template was created by SD

    Moving Site to New template

    Category: English K2 Community

    I currently have a site with around 9000+ articles, with images, users, categories, tags, etc. currently on a Joomla 2.5 K2 website and looking to move everything to a new site template running J 2.5 with K2.

    What is the best was to move over all the articles, images, users, categories, to the new template?

    I would just add the template to my current install, but the new template is vastly different as it's a responsive site, with different framework, and plugins to run the site. I already have the quick install up and running and have everything setup, I just need to move the information to the new install.

    Thanks for the help!
    • Odin Mayland
    • Odin Mayland's Avatar
    21 Mar 2013 17:26 - 21 Mar 2013 17:27
    Replied by Odin Mayland on topic Image Gallery in Tag Layout

    Image Gallery in Tag Layout

    Category: English K2 Community

    Mat,

    I have the same issue trying to get the Gallery to appear in a K2 Content module. Can you check out this thread?

    getk2.org/community/New-to-K2-Ask-here-first/142213-How-to-show-gallery-with-single-thumbnail-inside-K2-Content-module#170360

    Thanks
    Jeff
    • Jan
    • Jan's Avatar
    21 Mar 2013 15:08
    Tags in tag page and item page was created by Jan

    Tags in tag page and item page

    Category: English K2 Community

    Hi,

    can someone tell me, how to edit K2 template to show tags in tags pages and in item pages?

    Thx a lot. Jan
    • Aschwanden
    • Aschwanden's Avatar
    21 Mar 2013 05:31
    Moderation / Hilfe im Forum was created by Aschwanden

    Moderation / Hilfe im Forum

    Category: Offizielle deutsche Gemeinschaft

    Hallo Leute
    Ist eigentlich recht schade für die ganze K2 Komponente. Da hat man ein Problem, möchte dies gerne lösen, wendet sich an ein Forum (welches ja eigentlich da ist zum helfen) was geschieht?


    NICHTS!!!!!!!!!!!!!

    Habe vor einigen Tagen hier eine Hilfeanfrage gestellt, aber noch gar rein nichts zurück bekommen.

    Die Fehlermeldung ist folgende: {"message":"Kommentar hinzugef\u00fcgt! Aktualisiere Seite ...","refresh":1}

    Bin froh habe ich noch nicht viel Zeit und Geld (zusätzliche Plugins usw.) in K2 investiert, werde wohl oder übel wieder auf ZOO wechseln müssen. Schade
    • Ivan Perak
    • Ivan Perak's Avatar
    19 Mar 2013 21:01
    Troubles with article layout was created by Ivan Perak

    Troubles with article layout

    Category: English K2 Community

    So,my first post here... loving the extension sofar,but have a few questions...

    - i would like to have subtitles to articles - a short, one sentence description of an article just under the title... how?

    - How to create article templates? I would like for an article to have standard image size, font sizes, image positions and padding, text alignment, etc... so i dont have to set it up each and every time... is it K2 or template related? im usink GavickPro template... also, would like to have maybe 3-4 templates, depending on the article/category type... not very different from the default style, just a few changes...

    - Uploading images - can i somehow, maybe with an additional plugin have my images tagged or "keyworded"? and after that, to be able to filter the images i want to add to the article by those keywords?

    - Above the text, in editor mode we have Image tab... also, under the text we have image button? what is the difference? i presume that the upper one is for the main article image... is it automaticaly resized if its to big? i would like to define the max width of the image... and also, to define the default width for the image thumbnail for the homepage...

    thanks for your help and keep up the good work
    Displaying 3681 - 3700 out of 6582 results.

    Powered by Kunena Forum