0
Welcome Guest! Login
0 items Join Now

Roksprocket Effects Not working

    • Turbofx's Avatar
    • Turbofx
    • Newbie
    • Posts: 12
    • Thanks: 0

    Roksprocket Effects Not working

    Posted 11 years 1 month ago
    • The Roksprocket modules ex. Tabs, List, do work with their effect. It seems there is a Javascript issue.
      Never had this issue before. Please check this for me. It's very important.

      The site info is posted in secure.

      Thanks in advance
    • Kat05's Avatar
    • Kat05
    • Preeminent Rocketeer
    • Posts: 25898
    • Thanks: 334

    Re: Roksprocket Effects Not working

    Posted 11 years 1 month ago
    • hi there,

      the js issue is fixed after i disabled the input styling in the template's advanced tab.

      kat :)
    • Kat05 / QA Lead & Support / Germany
  • Re: Roksprocket Effects Not working

    Posted 11 years 1 month ago
    • Hi

      I have disable the k2 styling and it seems to work now, but when i click different tag links, same problem again with javascript.
      When I click one tag and then the All link its working.

      Another problem in Roksprocket is the new functionality with article tags display, it is not working correctly. I only see the last tag from the article.

      Solved it with (a workarround), the tags are overwriten with the last article in the list.

      In file components\com_roksprocket\lib\RokSprocket\Provider\AbstractJoomlaBasedProvider.php at line 74

      	protected function convertRawToItems(array $data)
      	{
      		$collection = new RokSprocket_ItemCollection();
      		$dborder    = 0;
      		foreach ($data as $raw_item) {
      			$item                              = $this->convertRawToItem($raw_item, $dborder);
      			
      			[b]if ($collection[$item->getArticleId()] != null) {				
      				$item->setTags(array_merge($item->get
      				Tags(), $collection[$item->getArticleId()]->getTags()));
      			}[/b]
      			
      			$collection[$item->getArticleId()] = $item;
      			$dborder++;
      		}
      		return $collection;
      	}


      Best regards
      Dennis
  • Re: Roksprocket Effects Not working

    Posted 11 years 1 month ago
    • Also in the module manager, you cannot change the content provider anymore!

      "Choose your Content Provider and Layout Type" block is missing.

Time to create page: 0.070 seconds