-
AuthorPosts
-
January 30, 2011 at 8:11 pm #159541
Firstly I have ceratin modules assigned to the homepage, they wont show if you go to the front page….but if you add index.php then they may show…..also the search freindly URLs dont go by Menu items. For example, photos would be photos.html but here it uses the name of the compnonent
TheTogaPartyOrlando.Com
Any help?
cagnanovaranoadmin Friendcagnanovaranoadmin
- Join date:
- January 2011
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 5 times in 2 posts
January 30, 2011 at 11:12 pm #374502<em>@macthebadazz 218547 wrote:</em><blockquote>
…also the search freindly URLs dont go by Menu items. For example, photos would be photos.html but here it uses the name of the compnonent
</blockquote>It seems that any other default url items don’t work as well. Did you rename the htaccess.txt do .htaccess?
January 31, 2011 at 12:33 am #374505Yes I did, now the only link that wont work is photos…which is linked to joom gallery.
When i cleaned the cache and changed menus things begin to work correctly.
January 31, 2011 at 1:05 am #374510So far any menu item to a component wont work
January 31, 2011 at 1:12 am #374511So I changed photos to pics and everythings fine…thanx!
January 31, 2011 at 1:27 am #374514Im still looking for the content top module…where is it?
cagnanovaranoadmin Friendcagnanovaranoadmin
- Join date:
- January 2011
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 5 times in 2 posts
January 31, 2011 at 7:09 pm #374639<em>@macthebadazz 218569 wrote:</em><blockquote>
Im still looking for the content top module…where is it?
</blockquote>Accordin to this picture content-top should be placed underneath JA Menu position. Somehow, content-top is not included in the list of the available module positions. Treatment is simple: open templateDetails.xml file placed in the root directory of the template and add the following line after tag <positions> and before </positions>
<position>content-top</position>
Then save the file, refresh the back-end and from the dorp-down list you’ll be able to select the content-top position.
February 1, 2011 at 3:02 am #374668Thanx…how do IU use the CSS? Im trying to style some pictures in articles
cagnanovaranoadmin Friendcagnanovaranoadmin
- Join date:
- January 2011
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 5 times in 2 posts
February 1, 2011 at 8:19 pm #374780<em>@macthebadazz 218775 wrote:</em><blockquote>
Thanx…how do IU use the CSS? Im trying to style some pictures in articles
</blockquote>I think i didn’t understand. Define IU.
February 2, 2011 at 1:19 am #374799I ment “how do i use” ….sorry for the typo
cagnanovaranoadmin Friendcagnanovaranoadmin
- Join date:
- January 2011
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 5 times in 2 posts
February 2, 2011 at 10:17 pm #374894<em>@macthebadazz 218775 wrote:</em><blockquote>
how do I use the CSS? Im trying to style some pictures in articles
</blockquote>Basically you can display images as they’re displayed in demo just by using the img-border class like this:
<img src="images/stories/party231_4.jpg" class="img-border left" />
In this example the image will show up on the left side of the page framed according to img.img-border class contained inside /css/template.css file.
If you use a custom template and want a custom in-article image frame, it might be necessary to override the default class. Thus can be done easily if you take a look at how other themes are dealing with it. If you run on a unix-like operating system, open your shell and cd into the template root directory, then type
grep -Hwr 'img-border' .
This will return all files containing that class. Play with that.
1 user says Thank You to cagnanovaranoadmin for this useful post
-
AuthorPosts
This topic contains 11 replies, has 2 voices, and was last updated by cagnanovaranoadmin 13 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum