-
AuthorPosts
-
vibedigital Friend
vibedigital
- Join date:
- December 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
January 25, 2014 at 4:50 pm #194076I’d like to know if it is possible to assign URLs to the boxes in the grids… For example, You’ll see the CD cover on this grid, upon rollover it flips around and says “purchase album” but of course it’s currently linked to an article. I’d like the ability to send it to the item in the store.
I know I can use a banner for this, but the banner doesn’t have the animation. For example, the box with the logo/text for “Now I Play Along Too” I’d like that to have the roll over effect as well- but if I make it an article allowing the effect it won’t be linkable to an external URL.
Please advise!
Thank you so much in advance!
Craig
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
vibedigital Friendvibedigital
- Join date:
- December 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
January 27, 2014 at 5:35 pm #520079@Css Magician,
I would like it to have the animation that the article boxes have.
Your suggestion just creates a static image. Any other suggestions? I really need the “Rotate-Y” or “Rotate-X” animation effect. I’d also like to be able to link it to other pages on the website, like the “tour” page.
I appreciate your help!
Css Magician FriendCss Magician
- Join date:
- October 2014
- Posts:
- 741
- Downloads:
- 43
- Uploads:
- 53
- Thanks:
- 114
- Thanked:
- 366 times in 263 posts
January 28, 2014 at 3:19 am #520147I can’t login with your account, so I could not create a custom html module for you.
Please follow steps below to have animation effect:1) Go to Module Manager -> create new Custom Html Module, assign the module to “home-1” position.
2) Insert following code block into Custom output and save:
<div class="item-image-wrap flipper">
<div class="item-image front">
<a title="Purchase Album" href="http://67.43.7.17/~melodime/dev/index.php/shop-all" class="article-link">
<img alt="Purchase Album" src="http://67.43.7.17/~melodime/dev/images/joomlart/demo/photo/sns-thumb.jpg" title="Purchase Album">
</a>
</div><div class="item-desc back">
<h2 class="article-title">
<a href="/~melodime/dev/index.php/101-homepage-content/72-purchase-album" class="article-link"> Purchase Album</a>
</h2>
<section class="article-intro clearfix">
<p>When you buy Melodime's new album, you're helping a child achieve his or her dream of playing an instrument.</p> </section>
</div>
</div>
3) Go to front end, you should see the module as per my screen short:
To have effect like “Rotate-Y” or “Rotate-X”, please add the module class suffix: ” rotateX image” or ” rotateX image” (make sure to leave a blank before suffix text).
Note: if my suggestion above does not come up to your expectation, you should hire a developer to handle this for you. Actually, JA Fixel does not support such effect with module, it supports such with Item article only.
-
4 users say Thank You to Css Magician for this useful post
vibedigital Friendvibedigital
- Join date:
- December 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 8
- Thanked:
- 6 times in 1 posts
January 28, 2014 at 8:11 pm #520277That actually works quite well! I am satisfied! Thank you so much for your help.
I do have a programmer that works for my company, but he is not on staff full-time, so it would have cost me to have to hire him for an hour to make that happen if CSS didn’t do the trick.
Thank you again!!!
Craig
uformia Frienduformia
- Join date:
- August 2013
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 5 times in 1 posts
January 29, 2014 at 11:02 am #520351This is really great to know, – thanks!
If I would like to have the ‘moving up’ effect (like the flower on right side of demo page: http://www.joomlart.com/demo/#ja_fixel), -which module class suffix do I have to add?
THANKS!
uformia Frienduformia
- Join date:
- August 2013
- Posts:
- 9
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 5
- Thanked:
- 5 times in 1 posts
January 30, 2014 at 9:58 am #520499Ah, figured it out myself – the module class suffix is ‘none image’.
Thanks anyway!
4 users say Thank You to uformia for this useful post
May 4, 2014 at 10:19 pm #533504Hi, Many thanks for the workaround. One quick question, is it possible to make a link to load up to one of the page in the site other than having a popup?
Thanks in advance.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 6, 2014 at 11:06 am #533804@ssrrn, If you wish to do that, please try my workaround and follow the solution suggested by @Css Magician:
Change
<a title="Purchase Album" href="http://67.43.7.17/~melodime/dev/index.php/shop-all" class="article-link">
To
<a title="Purchase Album" href="javascript:window.open("http://67.43.7.17/~melodime/dev/index.php/shop-all", "_blank", "toolbar=yes, scrollbars=yes, resizable=yes, top=500, left=500, width=400, height=400")" class="article-link">Hope it helps.
1 user says Thank You to Ninja Lead for this useful post
May 6, 2014 at 6:00 pm #533872Hi,
I think I’m facing a very similar problem.
I created the block with a flipping effect however, it is leading me to a different page (temp1.jpg) in which I want to link it to temp2.jpg.
Could someone please kindly give me a hand? 🙂 Thanks.
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 12, 2014 at 5:31 am #534580Hi Ninja Lead,
I will pm you the credentials.
1. The links on my products page are actually dynamically generated in a loop. I thought of hard coding it but it’s at no use unfortunately. Please help to perfectify such beautiful template.
2. I also need to add a social media link besides the rest of the social media links on all pages. It is called weibo. http://hk.weibo.com/ It is very similar to facebook and you need to direct people to enter their credentials as well. Anyway to do it so that they can have the same theme as the rest of the buttons? Right now, I tried with a third party application which looks aweful and ruins the whole template 🙁
Thanks and looking forward to your reply.
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 13, 2014 at 4:48 am #534793I’m afraid I’m not quite getting what you mentioned above. It would be awesome if you can possibly include screenshot and explanation on what you would like to achieve. It would help to understand the issues and give you specific answers.
May 14, 2014 at 7:15 am #535043@ninja Lead,
1:
Scenario 1:
When hover on the “Product” link and a drop down would be shown as in picture 1. Click onto “Burmester” and it will lead you to picture 2. This is the perfect outcome.
Scenario 2:
When I click onto the “product” page, it will lead me to picture 3. Find Burmester and do a single click on it, it will lead you to picture 4. This is not the outcome I want to see, I want to see picture 2.
————————————————————————————————
2. Please see picture 4 where I circled the weibo symbol. I am trying to add a button for weibo, one of the social media just like facebook. However, I want it to share the same theme/button style as the rest of the social media buttons in this template. Anyway to achieve that? The second part which I want to see the weibo button is when an article is shown. Please see picture 5.
Thanks.
- Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 15, 2014 at 4:42 am #535250I hope my explanation below would help.
#1: Product menu item uses Menu Item Type: List All Categories which shows the list of categories. When you click item category, it will show all articles in such category, not the detail article as your request.
#2: The social icons on your site are handled by Content – JA Bookmark plugin, you can turn it off if you don’t want to use. About weibo button, our plugin does not support at the moment, and also I am not sure about its API to work with it. If you are familiar with programming, you can add Weibo button into detail article, here is link to source code: templates/ja_fixel/html/com_content/article/default.php and default_detail.php files.
Anyway, I am afraid both cases you mentioned above are beyond scope of JA support.
AuthorPostsThis topic contains 19 replies, has 7 voices, and was last updated by Ninja Lead 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum