Closed (fixed)
Project:
Corporate Clean
Version:
7.x-2.1
Component:
Documentation
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
8 Jun 2012 at 19:21 UTC
Updated:
15 Oct 2015 at 02:17 UTC
Jump to comment: Most recent
Comments
Comment #1
gtsopour commentedComment #2
gtsopour commentedHello Francisco,
we have implemented at CorporateClean 7.x-1.5 release two theme-settings for slideshow code:
These two theme-settings cover the following cases:
You can read in detail the above at this issue http://drupal.org/node/1485418
Regarding your question, you should follow "The deactivation of the front-page slideshow with keeping the slideshow javascript code for new internal slideshows". Therefore, you should disable the theme-setting "Show slideshow" and keep enabled the theme-setting "Include slideshow javascript code" through Home » Administration » Appearance » CorporateClean » Settings » Front Page Slideshow.
If you have installed the CorporateClean 7.x-1.4 release, you should only disable the theme-setting "Show slideshow".
After this, you will not be able to see the Slideshow on front-page. At this time, you should create as many Drupal system blocks as slideshow blocks you want with the following HTML markup.
This HTML markup is exactly the same with the one included inside page.tpl.php. Just create as Drupal system blocks you want through Home » Administration » Structure » Blocks and simply paste the above code with PHP format (or Full HTML format if you configure the image paths). After creating the multiple Slideshow blocks, place all of them to the "Banner" region and finally configure each Block visibility settings.
I hope this will help you.
Thanks
George
Comment #3
fdgvieira commentedWow, I would have never even thought to implement the code from the page.tpl as a block! Thank you so much! I will implement this and get back with confirmation of the results.Thanks so much!
Comment #4
fdgvieira commentedThe text displays perfectly and the JavaScript transitions seem to be working fine, but the images aren't showing up at all. Any ideas?
Thanks again!
Comment #5
fdgvieira commentedOh sorry! I see what I did wrong! I failed to configure the image paths!
Comment #6
fdgvieira commentedComment #7
gtsopour commentedHello Francisco,
I'm really glad that my answer helped!
Thanks
George
Comment #9
jcc.monteiro commentedHi,
I'm trying to use your block suggestion so I can translate the slideshow content for my multilingual site.
The block idea is excellent, but I can't make it work eventhough I followed all the steps you describe. Nothing really appears on banner region although I have configured it all (PHP text format, banner for region, deactivated the slideshow and kept the slideshow script activated on the theme...)
I can't find what did I do wrong...
Any clues or suggestions that may help me?
Many thanks!
Comment #10
jcc.monteiro commentedComment #11
learnchinesewithling commentedI tired the block suggestions and followed every steps, but nothing shows up on the banner area, it's same with Jcc.moteiro.
any suggestions that may fix it.
Thanks a lot.
Comment #12
learnchinesewithling commentedComment #14
stefan1959 commentedfor the image issue, I went to module config, turned on PHP filter.
Theres a link to permission in the config. Under the Filter section, enable Use the PHP code text format for the admin.
Go to the block and change from Full HTML to PHP code.
Steve
Comment #15
rcraig114 commentedOK, I'm having a bit of an issue. Using the Full HTML view for the module made the results look weird. It wasn't centered, didn't show images, and showed the block title. I tried the above method with the PHP filter. However, I can't get the block to show now period. Doesn't matter if I'm logged in as an admin or using anonymous user, the block simply won't show. I think I enabled the right permissions for PHP Filter, but can't find the culprit. Anyone have any ideas?
Comment #16
rcraig114 commentedOK, I'm having a bit of an issue. Using the Full HTML view for the module made the results look weird. It wasn't centered, didn't show images, and showed the block title. I tried the above method with the PHP filter. However, I can't get the block to show now period. Doesn't matter if I'm logged in as an admin or using anonymous user, the block simply won't show. I think I enabled the right permissions for PHP Filter, but can't find the culprit. Anyone have any ideas?
Comment #17
abreese commentedHi,m
This is an old post but I figure it may be valuable to add this either way. The code should be modified slightly if you want the appearance to be the same as the stock banner.
Change the lines that read:
<div class="content">to:
<div class="content container_12">Comment #18
hermeos commentedMuchísima gracias, he seguido los pasos que indicaste y todo me salió perfecto.
Comment #19
jvannuys commentedabreese, thanks! that was the missing piece and I was even comparing the source to the new code and missed it until your post!