Menu Content

Shopping Cart

cart
Your Cart is currently empty.

Currencies Accepted


Newsletter

Subscribe to our newsletter


Name:

Email:

Like it? Share it!

Find Us Elsewhere



Follow us on Twitter

Home Support Forum Joomla Extensions Re: Featured Item Carousel not showing i...

 Spiral Scripts Support Forum :: Joomla Extensions
Welcome Guest   [Register]  [Login]
<< Start < Prev 1 2 Next > End >>
 Subject :Re: Featured Item Carousel not showing images.. 12-09-2009 10:14:17 
CBOUQUIN
Fresher
Joined: 08-09-2009 12:20:52
Posts: 14
Location
<p>Hello,</p>
<p>Thanks for the update !</p>
<p>It works fine now...</p>
<p>I have one last question, about the link...</p>
<p> </p>
<p>When I navigate resources categories,</p>
<p>http://www.64connections.com/actualites-biarritz-bayonne-anglet-saint-jean-de-luz-pays-basque/actualites-sorties-pays-basque/bars-et-restaurants-pays-basque/list/actualit-s/sorties/9-bars-et-restaurants.html?lang=fr</p>
<p>if I click to "see more" of the article, mys layout is fine...</p>
<p>http://www.64connections.com/actualites-biarritz-bayonne-anglet-saint-jean-de-luz-pays-basque/actualites-sorties-pays-basque/bars-et-restaurants-pays-basque/article/actualit-s/sorties/9-bars-et-restaurants/13-dj-uneekdj-nuff-livity-au-papa-nature.html?lang=fr</p>
<p>But when I click on your module on fontpage</p>
<p>http://www.64connections.com</p>
<p>I loose modules around</p>
<p>http://www.64connections.com/component/resource/article/actualit-s/sorties/9-bars-et-restaurants/13-dj-uneekdj-nuff-livity-au-papa-nature.html?lang=fr</p>
<p> </p>
<p>Could you tell me how to get the same link as in categories navigation ? It should be possible ?</p>
<p> </p>
<p>Best regards,</p>
<p>Chris</p>
IP Logged
 Subject :Re: Featured Item Carousel not showing images.. 12-09-2009 14:05:30 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 87
Location
<p>Glad to hear the pictures are displaying.</p>
<p> </p>
<p>Your other problem is a bug with Joomsuite resources, not the module. The module uses the standard JRoute class to generate the link. If it is not creating the link as you would wish it is a problem with the Joomsuite resources router, it is not something that can be solved from the module.</p>
<p>If I come across a solution to this I will let you know.</p>
IP Logged
susan subway boggler
 Subject :Re: Featured Item Carousel not showing images.. 15-09-2009 10:40:35 
boggler
Spiral Scripts Support
Joined: 18-08-2009 10:14:13
Posts: 87
Location
<p>You may find that the following helps with your problem</p>
<p> </p>
<p><a href="http://forum.joomla.org/viewtopic.php?f=431&amp;t=440157&amp;p=1851705#p1851705" target="_blank">http://forum.joomla.org/viewtopic.php?f=431&amp;t=440157&amp;p=1851705#p1851705</a></p>
IP Logged
susan subway boggler
 Subject :Re: Featured Item Carousel not showing images.. 04-11-2009 17:53:11 
CBOUQUIN
Fresher
Joined: 08-09-2009 12:20:52
Posts: 14
Location
<p>Hello,</p>
<p>yes, I know meta mod, but I have way too many modules to be able to use that solution...</p>
<p> </p>
<p>But I just thought... isn't ther a way to give a specific itemid to the link by changing a php file of the extension ?</p>
<p> </p>
<p>I could give it an itemid used in the menu that has all my modules displaying ?</p>
<p> </p>
<p>I really need to fix this, because a lot of my visitors click on the caroussel's items, so those links are very well placed in google, but without the template around... So that's a big problem...</p>
<p> </p>
<p>Hoping for answers,</p>
<p>Best regards,</p>
<p>Chris</p>
IP Logged
 Subject :Re: Featured Item Carousel not showing images.. 04-11-2009 18:45:52 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
<p>That's an interesting idea. You would need to add a line before line 450:</p>

<p> if ( $readmore == 'yes' )
{
$lists[$i]->readmore = ' <a href="' . $lists[$i]->link .'" class="featureditems_readmore' . $params->get('moduleclass_sfx') . '">Read more..</a>';
}
</p>

<p>Before that, put</p>
<p>$lists[$i]->link .= "&amp;Itemid=x";</p>
<p>Where x is the id you want to use</p>
<p>It is a hack, but this should work I think. I may include it as an option in the module, it is a good idea.</p>
IP Logged
 Subject :Re: Featured Item Carousel not showing images.. 04-11-2009 18:47:23 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
I should add, this needs to be done in the file helper.php
IP Logged
 Subject :Re: Featured Item Carousel not showing images.. 05-11-2009 10:47:41 
CBOUQUIN
Fresher
Joined: 08-09-2009 12:20:52
Posts: 14
Location
<p>Hello,</p>
<p>First, thank you for your answer !</p>
<p>I was very excited by this hack, but unfortunately it only works when Joomsef (URL rewriting) is turned off...</p>
<p> </p>
<p>Resources has a module called "<strong>mod_jsc_content_list</strong>" that lists articles with a link on the title (you can see it on the bottom on my pages at www.64connections.com).</p>
<p>In the banckend admin of the module, I can select an "Itemid target" that works with URL rewrite (that module gave me the idea of itemid I proposed you yesterday).</p>
<p><img src="http://www.64connections.com/Image.png" border="0" width="521" height="28" /></p>
<p>Maybe it can give you some hints on how to get this right...</p>
<p>If you need me to send you the module's files, just ask.</p>
<p> </p>
<p>Hoping we'll get this fixed,</p>
<p>Best regards,</p>
<p>Chris</p>
IP Logged
 Subject :Re: Featured Item Carousel not showing images.. 11-11-2009 17:02:21 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
<p>The latest update of the featured items modules now include the option to set an itemid. This works with Joomla native sef urls as well. </p>
IP Logged
 Subject :Re: Featured Item Carousel not showing images.. 13-11-2009 16:26:35 
CBOUQUIN
Fresher
Joined: 08-09-2009 12:20:52
Posts: 14
Location
<p>OK,</p>
<p>Thanks for the info, does the caroussel have the same itemid option also ?</p>
<p>Best regards,</p>
<p>Chris</p>
IP Logged
 Subject :Re: Featured Item Carousel not showing images.. 13-11-2009 16:45:45 
admin
Fresher
Joined: 10-11-2008 10:50:57
Posts: 18
Location
<p>yes it does. I sent you an email asking if you wanted the new updated version but didn't get a reply, perhaps it got lost.</p>
IP Logged
 Subject :Re: Featured Item Carousel not showing images.. 16-11-2009 13:59:07 
CBOUQUIN
Fresher
Joined: 08-09-2009 12:20:52
Posts: 14
Location
<p>Hello,</p>
<p>I didn't get the e-mail, and yes, I'd like the updated modules.</p>
<p>Could you please send them to me and my webdesigner ?</p>
<p>My webdesigner's address : david@shapes.fr</p>
<p>Thank you,</p>
<p>Best regards,</p>
<p>Chris</p>
IP Logged
<< Start < Prev 1 2 Next > End >>
Page # 


Powered by ccBoard


 
 

VirtueMart Featured Products Grid

Switch View

A module extension for the the Joomla 1.5 CMS. It displays a short excerpt from articles in a selected category or section, or from a specified list of articles, with link and optional thumbnail image.

£10.00


A featured items module that shows selected entries from the SOBI2 business index.

£12.00


A Flash puzzle game for the Joomla! content management system. This would be suitable for a site aimed at children.

£10.00


A module extension for the the Joomla 1.5 CMS. It displays a short excerpt from articles in a selected category or section, or from a specified list of articles, with link and optional thumbnail image.

£12.00



 
 

fitness