|
|
Images are cut off in YooGallery |
If you have a YooGallery implemented and when viewing the images or photos are being cut off - here's a tip.Here's an example of what an image looks like in YooGallery

But the actual image looks like this.

This is an easy fix - work around - twiddle...
I'm sure there is a code work around, but if you are like me, I just want it to work.
YooTheme's YooGallery sizes the image in the display area based on the first image in the directory.
So - to fix it do this...
|
|
Read more... [Images are cut off in YooGallery]
|
|
|
Mynxx Template - 2 column listing problem |
If you are using the RocketTheme Mynxx template and see this:

The fix was found in the forums (about 1 hour of hunting). Here is the fix.
|
|
Read more... [Mynxx Template - 2 column listing problem]
|
|
|
Display only the top menu not the site mainmenu |
You have a nice drop down effect at the top of your site.
You also have a side menu either on the left or the right.
BUT, you only want the drop down, not the side menu.
Want to know how to do this?
|
|
Read more... [Display only the top menu not the site mainmenu]
|
|
|
Jiggle Effect for Catalyst Template |
Adding the "Jiggle Effect" to the Advert Modules
Once you have your advert modules in place, you will notice that on the
demo there is a "jiggle effect" animation when mousing over those
blocks. This can be added to your own template by creating a new module
and inserting custom javascript.
- Go to Admin > Modules > Site Modules
- In the top right corner, select the "New" button
- Be sure to set the Show Title to "No", and the Module Position to "debug"
Next, download the file below. In it are the directions and the javascript.
Be sure to paste the javascript into the content section using the HTML editor mode.
Jiggle Effect for Catalyst Template 2008-07-18 06:46:55 1.21 Kb
|
|
|
Newsfeed Content within Content |
Using a combination of the RD RSS newsfeed and RocketTheme's typography you can embed a newsfeed content directly into your content.
To check out the result, CLICK HERE.
Now the nuts and bolts:
|
|
|
Minimizing the More-Info tab |
The Catalyst template has the "More Info" and the top tab open by default
If a module is published in those positions, the tab is expanded so visitors can see the modules.
If you want those modules minimized by default there is a simple fix.
Go to the directory
templates/rt_catalyst/js/
Edit
roktoppanel.js
Search for "show"
You will see:
bottomcookie|show|roktoppanel
Change it to
bottomcookie|hide|roktoppanel
Our time finding and fixing (2 days and 2 hours)
Your time (if you found this article first) (5 minutes)
|
|
|
How to change the color of the font on a link |
The Joomla template you choose sets the link color.
You want to put a link in a module position or a place on your site, but the default link color conflicts with the background or module class suffix rendering.
How do you get around this?
|
|
Read more... [How to change the color of the font on a link]
|
|
There are two types of set up procedures:
1. Client has their OWN domain name (e.g. mysite.org)
2. Client is using a subdomain (e.g. mysite.gracehost.net)
Client Has Their Own Domain Name
1. Create account in WHM for domain
2. if TLD - remove images directory
Client is using a subdomain
create subdomain in cPanel
Install Joomla
else install joomla
Check install
copy base backup to public_html
extract backup
check list for errors
run install (http://domain.tld/installation/index.php
next on every step
delete installation directory
login into back end
change glogal configuration
check seo (may need to cPanel > filemanager change httaccess.txt to .httaccess)
** modify JoomlaPack component
1. create temp directory in
/home/DOMAINUSER/public_html/administrator/components/com_joomlapack/temp
2. change setting in JoomlaPack options for temp file to
/home/DOMAINUSER/public_html/administrator/components/com_joomlapack/temp
|
|
|