RocketTheme members please login below:
Username:
Password:
Forgot your password?
Joomla
Forum
RocketWerx
Tutorials
Blog
Labs
Shop
Contact
Home
Help
Rules
Search
Profile
Find out more about the “
Show Off Your Avatar Campaign
”
Search:
Advanced search
219053
Posts in
41108
Topics - Latest Member:
Juan Lasso
RocketTheme
|
General
|
Member Sites
| Topic:
Hyperion - Church Website
« previous
next »
Pages:
1
[
2
]
Author
Topic: Hyperion - Church Website (Read 9575 times)
J!eremy
Professional
Hero Rocketteer
Offline
Posts: 257
Test, Test, and Test some more... Seriously...
Re: Hyperion - Church Website
«
Reply #15 on:
July 12, 2008, 08:33:00 PM »
Thats the Easy Part... Not to insult you at all, but It took me a second also, but all you need to do is at the
<a href="web address"> title </a> code in there as follows...
Code:
<div class="slide1">
<div class="rotator-demo-text">
<span class="rotator-demo-header"><a href="http://www.yoursite.com">Featured Article</a></span>
<span class="rotator-demo-desc">Lorem ipsum dolor sit amet, ipsum dolor consectetuer adipiscing elit...</span>
</div>
</div>
let me know if you need some help
Logged
Chip-In to for James
-
Top Tips for Support
-
Rocket Tutorials
-
Firebug
-
Talk to me Live!
Sue W
Newbie
Offline
Posts: 6
Re: Hyperion - Church Website
«
Reply #16 on:
July 12, 2008, 10:57:22 PM »
Really nice.
I used ColorMatic for our church site.
www.visitchristchurch.org
With each month, the templates get better and better. Joomla / Rocket Theme excels at making great sites.
I'm considering using DekiWiki for a collaborative space.
http://wiki.developer.mindtouch.com/Deki_Wiki
Logged
Nothing is more frightening to see than ignorance in action." - Johann Wolfgang von Goethe
JEM618
Hero Rocketteer
Offline
Posts: 708
Re: Hyperion - Church Website
«
Reply #17 on:
July 13, 2008, 04:28:04 AM »
Very Cool! You have to adapt to survive, you did!
Logged
Andreas Wilhelmsson
Professional
Rocketeer
Offline
Posts: 71
Re: Hyperion - Church Website
«
Reply #18 on:
July 18, 2008, 12:43:33 PM »
Nice work
Logged
Kind Regards,
Andreas
Which browser is the best?
Download Firefox
or
Get Opera
---------------
Next generation of SEO -
Natural SEO
Kay Helm
Newbie
Offline
Posts: 4
Re: Hyperion - Church Website
«
Reply #19 on:
July 18, 2008, 03:10:05 PM »
Jeremy, I tried the link like you said but it does weird stuff. When I put the link in like the first example below, it links the title but supersizes the text and bumps the smaller text off.
Code:
<div class="slide" style="background: url(images/style12/slide1.jpg) no-repeat;">
<div class="rotator-demo-text">
<span class="rotator-demo-header"><a href="http://www.lighthouseworshipcenter.com/2/index.php?option=com_content&view=article&id=3:article-2&catid=20:events&Itemid=39">Ricardo Sanchez</a></span>
<span class="rotator-demo-desc">Ricardo Sanchez, worship leader and songwriter, is coming to LWC August 2-3.</span>
</div>
</div>
Then, I tried to link from within the teaser text, and it inserted the title of another article and linked to a 404 error. See below:
Code:
<div class="slide" style="background: url(images/style12/slide1.jpg) no-repeat;">
<div class="rotator-demo-text">
<span class="rotator-demo-header">Ricardo Sanchez</span>
<span class="rotator-demo-desc"><a href="http://www.lighthouseworshipcenter.com/2/index.php?option=com_content&view=article&id=3:article-2&catid=20:events&Itemid=39">Ricardo Sanchez</a>, worship leader and songwriter, is coming to LWC August 2-3.</span>
</div>
</div>
Am I just typing wrong or am I going crazy or what? Am I using the correct link to the article?
Logged
J!eremy
Professional
Hero Rocketteer
Offline
Posts: 257
Test, Test, and Test some more... Seriously...
Re: Hyperion - Church Website
«
Reply #20 on:
July 18, 2008, 03:21:13 PM »
Hey.. Well first of all, you need to turn your WYSIWYG editor of.. you can do this by going into User Control panel and click on yourself, and over on the right (J!1.5) you will see "WYSIWYG editor" and select none...
Then go back..
You had this...
Code:
<div class="slide" style="background: url(images/style12/slide1.jpg) no-repeat;">
<div class="rotator-demo-text">
<span class="rotator-demo-header"><a href="http://www.lighthouseworshipcenter.com/2/index.php?option=com_content&view=article&id=3:article-2&catid=20:events&Itemid=39">Ricardo Sanchez</a></span>
<span class="rotator-demo-desc">Ricardo Sanchez, worship leader and songwriter, is coming to LWC August 2-3.</span>
</div>
</div>
and its needs to be this
Code:
<a href="http://www.lighthouseworshipcenter.com/2/index.php?option=com_content&view=article&id=3:article-2&catid=20:events&Itemid=39">
<div class="slide" style="background: url(images/style12/slide1.jpg) no-repeat;">
<div class="rotator-demo-text">
<span class="rotator-demo-header">Ricardo Sanchez</span>
<span class="rotator-demo-desc">Ricardo Sanchez, worship leader and songwriter, is coming to LWC August 2-3.</span>
</div>
</div>
</a>
With the link around the whole thing... Sorry about the previous post.. That should work post back either way, and I will test it in the mean time..
Logged
Chip-In to for James
-
Top Tips for Support
-
Rocket Tutorials
-
Firebug
-
Talk to me Live!
Kay Helm
Newbie
Offline
Posts: 4
Re: Hyperion - Church Website
«
Reply #21 on:
July 18, 2008, 05:57:52 PM »
Okay, I tried it with the link all around everything - only the story header becomes a little larger and turns black, and the smaller text disappears. I'm guessing that's something that could be fixed in the style sheet perhaps? the link works great.
WYSIWYG is turned off, too.
«
Last Edit: July 18, 2008, 06:06:46 PM by Kay Helm
»
Logged
J!eremy
Professional
Hero Rocketteer
Offline
Posts: 257
Test, Test, and Test some more... Seriously...
Re: Hyperion - Church Website
«
Reply #22 on:
July 18, 2008, 09:21:37 PM »
can you PM me a live link?
Logged
Chip-In to for James
-
Top Tips for Support
-
Rocket Tutorials
-
Firebug
-
Talk to me Live!
Kay Helm
Newbie
Offline
Posts: 4
Re: Hyperion - Church Website
«
Reply #23 on:
July 19, 2008, 10:01:19 PM »
I finally got it! I was going nuts with this thing - then i found the post here
http://www.rockettheme.com/option,com_smf/Itemid,190/topic,35520.15/
from Jay about exceeding the preview limit. Changed the limit to 500 and then it worked!
Logged
J!eremy
Professional
Hero Rocketteer
Offline
Posts: 257
Test, Test, and Test some more... Seriously...
Re: Hyperion - Church Website
«
Reply #24 on:
July 19, 2008, 10:03:30 PM »
wow... thank you.. that says a lot.. hahaa there is 6 pages of postings there... well that explains it.. but WOW... Thanks for reposting it back here!!
Logged
Chip-In to for James
-
Top Tips for Support
-
Rocket Tutorials
-
Firebug
-
Talk to me Live!
John Prescod
Newbie
Offline
Posts: 7
Re: Hyperion - Church Website
«
Reply #25 on:
July 21, 2008, 04:44:04 PM »
That site is hottttt
Logged
crazyfruitbat
Newbie
Offline
Posts: 8
Re: Hyperion - Church Website
«
Reply #26 on:
July 23, 2008, 08:37:51 AM »
That site is great!
Logged
marqus79
Jr. Rocketeer
Offline
Posts: 21
Forward forever, backwards never!
Re: Hyperion - Church Website
«
Reply #27 on:
August 19, 2008, 11:26:52 AM »
Can anyone help? I am using HYPERION for a video portal site, and everything was going smooth until I finally added the ROK C-R, it is not displaying all my articles or showing captions.
Here is my link:
http://www.afr0jacks.com
Please help.
Logged
Pages:
1
[
2
]
RocketTheme
|
General
|
Member Sites
| Topic:
Hyperion - Church Website
« previous
next »
Jump to:
Please select a destination:
-----------------------------
Announcements
-----------------------------
=> Announcements
-----------------------------
General
-----------------------------
=> General Discussion
=> The Water Cooler
=> Member Sites
=> Apple/Mac
=> Free/GPL/Tutorials Discussions
=> FAQs
===> General FAQs
===> Joomla Club FAQs