- Posts: 24
COMMUNITY FORUM
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Related items
- da vasco
-
Topic Author
- Offline
- Junior Member
1. Above my previous/next button in: the ‘Portifolio setup category’ beneath the photo’s, hovers a black box on mouse_over with previous/next (dutch: vorige/volgende) I can’t get it away
example: www.iwout.com/w1/index.php/schilderijen-reliefs
2. Related items (by tag)
a. Where can I change the words: ‘Related items (by tag)’ into something else.
(dutch: Gerelateerde items (op tag)
b. How do I disable the ‘read more’ next to the photo’s. (only in this tags module)
example: www.iwout.com/w1/index.php/schilderijen-reliefs/item/140-palmblad
3.Pictures and video’s show up too big. The width is automatically adjusted, but longer photographs are are partially out of the picture picture. Can there be set a maximum length.?
Example: www.iwout.com/w1/index.php/schilderijen-reliefs/item/68-fading-pillar
You would help me a lot if you know the answer.
Thanks, Da
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Updating will solve most of your issues. Please backup your files first because If i remember correctly we made some changes.
Now to be more specific.
1. I cannot see that box. I only get the default browser tooltip (the yellow one).
2. a Use language overrides- docs.joomla.org/J2.5:Language_Overrides_in_Joomla
b. Update to the latest template version.
3. The K2 image has only global settings so changing one will affect all of them.
One solution is to use a shorter image eg. a zoomed in area of one of your paintings and use the longer images in a sequence as a gallery with the larger one (the whole) at then end. Personally I prefer to watch pieces of art that way.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- da vasco
-
Topic Author
- Offline
- Junior Member
- Posts: 24
(do i have to start over all again, setting up the template?)
-Can i use 'extension management' in the normal way for this update?
regarding 1.
I've added a printsceen that shows the tooltip ik see. (the normal one on 'mouse_over' a photo, and the 'strange one' on 'mouse_over' tthe word 'nex't (dutch word=volgende))
This black and white tooltip shows up on iPhone/Android-tablet and IE11/Mozilla Firefox browser
regarding 2a.
Thanks this solved my problem
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
No and yes (extension management) but make sure to use the update package and not the entire template package.
Actually I did not receive your printscreen. You can always upload it to imgur.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- da vasco
-
Topic Author
- Offline
- Junior Member
- Posts: 24
imgur.com/I7ODKDF
When i tried to update the Archetype template it failed.
screenschot of message: imgur.com/cP8Zg8E
this is the name of the updatepakkage i tried to install:
tmpl_archetype-v1.0.2_j2.5-3.x_update
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
This is Joomla!'s default tooltip. This snippet will hide it.
.tooltip { display: none!important; }
I installed the update package (you have the correct file) without any issues in Joomla! 3.2.x and 2.5.x. Make sure you have set the correct path for your /tmp and /log folders and you have the correct permissions for your files and folders (755 folders, 644 files)
docs.joomla.org/What_are_the_recommended_file_and_directory_permissions%3F
If you are still facing issues you can manually install the template. Simply FTP the files that are mentioned in the changelog. (And keep backups)
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- da vasco
-
Topic Author
- Offline
- Junior Member
- Posts: 24
When i unpacked the update package i found there were 2 maps inside. There was a '__MACOSX' map and a 'tmpl_archetype-v1.0.2_j2.5-3.x_update' map within.
I've Tried to upload the files from the 'tmpl_archetype-v1.0.2_j2.5-3.x_update' map to the /temp folder on the server ( as a zip file and also tried it uncompressed) .The upload worked but not the installation.
I never had problems with installing anny kind of component/module/plugin with the extensionmanager
Or do i have to FTP the files directly over the Original ones in the templates/achetype folder?
(The original achetype folder one on the server has several folders more than the update)
I did the best i could do...please help
The snippet to hide the tooltip worked perfectly, thank you
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
Manual updating (FTP 'ing) is recommended if you have edited several core files.
The update package contains less files (no index.php for example) so you can freely edit your site's index page without having to worry about updates.
I can see you have the new item file. In the archetype template the related items where designed to show up as a list.
demo.nuevvo.com/commercial/j3x/archetype/index.php?option=com_k2&view=item&id=13:curabitur-ultricies-feugiat-himenaeos-vivamus&Itemid=117
I suggest you either enable the introtext and the title or you let me know if you want them to appear as a grid (and let me know how many columns you might want as well).
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- da vasco
-
Topic Author
- Offline
- Junior Member
- Posts: 24
The update seems to have gone allright. Only had to make a few minnor changes (black tooltip thing)
Yes i would like the related items to showup (only the photo) in a grid with a max of 5 next to eachother if it's possible.
Bit like de Flickr-gallery layout. Can you help me with that?
Thanks, Da
Please Log in or Create an account to join the conversation.
- da vasco
-
Topic Author
- Offline
- Junior Member
- Posts: 24
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
/* Related items */
.itemRelated { overflow: hidden; margin: 0 0 84px; }
.itemRelated h3 { font-weight: 300; color: #fff; margin: 32px; padding: 0; font-size: 1.875em; }
.itemRelated ul { margin: -0.625em -1.625em 0; }
.itemRelated ul li { display: block; padding: 1.25em; overflow: hidden; border-radius: 3px; float: left; z-index: 3; width: 20%; position: relative;}
.itemRelated ul li:last-child { margin: 0; padding: 0; display: none;}
.itemRelated ul li:first-child { }
.itemRelated ul li .itemRelImageBlock { position: relative; padding: 0 0 75%; overflow: hidden; overflow: hidden;}
.itemRelated ul li .itemRelImageBlock img { min-width: 100%; position: absolute; left: 0; top: 0; height: auto; min-height: 100%;}
.itemRelated ul li .itemRelContent { overflow: hidden; }
.itemRelated ul li .itemRelTitle { display: block; font-size: 1.5em; margin: 0 0 10px; letter-spacing: -1px; }
.itemRelated ul li .itemRelIntrotext p { margin: 0; color: #fff; }
.itemRelated ul li .itemRelCat a { color: #fff; color: rgba(255, 255, 255, 0.5); }
.itemRelated ul li .itemRelCat a:hover { color: #f7ed05; }
@media screen and (max-width: 600px) {
.itemRelated ul li { width: 50%; }
}
@media screen and (max-width: 400px) {
.itemRelated ul li { width: 100%; }
}
This is the code for transforming the related items into a grid. You can always add some padding and play around with it a bit.
Keep a backup of your template.css file and replace the related items block with this one.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- da vasco
-
Topic Author
- Offline
- Junior Member
- Posts: 24
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
- Posts: 15920
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.