-
AuthorPosts
-
August 29, 2013 at 5:55 pm #190151
I am confused about the content type on an article.
I want the look of an image, where they see an image on the home page, but when clicked it takes them to my article. When I click content type – Image, it looks great, but when clicked none of my text appears. However, when I click content type article, it goes to the article, but my image on the home page isn’t there, instead it’s the title, image, et all crammed into the thumbnail.
How can I do this? I don’t want to sacrifice the sleek look of the front page for making them link to articles.
Thanks!
August 29, 2013 at 7:27 pm #503999I found a work-around with this by going to template–>General and then disabling pop-ups. This way the picture shows the article.
However, I do like the pop-up feature and want to use this to show an article. There has to be a way to do this, does anyone know?
August 29, 2013 at 8:32 pm #504011Rani, you are a lifesaver! Thanks a ton! You just saved me from hours of frustration!
August 29, 2013 at 8:38 pm #504012You are welcome 😀
August 29, 2013 at 10:49 pm #504021One question. When I do switch it to “social”, the title always stays on the image. Is there any way to get it to be animated and only show on the mouseover like it does with the image and others?
August 30, 2013 at 12:12 am #504023Yes.
Create custome.css file and put it in css folder and put the following code in it:
.fixel-grid .items.social.none article {
background: #111
}
.fixel-grid .items.social.none article .item-desc {
-webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
-moz-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
-ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
-o-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.fixel-grid .items.social.none article:hover .item-desc {
-webkit-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
-moz-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
-ms-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
-o-transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
transition: transform 0.4s ease 0s, opacity 0.1s ease 0.3s;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.fixel-grid .items.social.none article .item-image-wrap {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
}
.fixel-grid .items.social.none article .item-image-wrap .pull-left.item-image,
.fixel-grid .items.social.none article .item-image-wrap .pull-right.item-image,
.fixel-grid .items.social.none article .item-image-wrap img {
float: none;
margin: 0 !important;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.fixel-grid .items.social.none article:hover .item-image-wrap,
.fixel-grid .items.social.none article:focus .item-image-wrap,
.fixel-grid .items.social.none article:active .item-image-wrap {
background: #000000
}
.fixel-grid .items.social.none article:hover .pull-left.item-image,
.fixel-grid .items.social.none article:hover .pull-right.item-image,
.fixel-grid .items.social.none article:hover img,
.fixel-grid .items.social.none article:focus .pull-left.item-image,
.fixel-grid .items.social.none article:focus .pull-right.item-image,
.fixel-grid .items.social.none article:focus img,
.fixel-grid .items.social.none article:active .pull-left.item-image,
.fixel-grid .items.social.none article:active .pull-right.item-image,
.fixel-grid .items.social.none article:active img {
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}August 30, 2013 at 12:37 am #504026Thanks again, Rani! I will try that as soon as I can. Right now, I am having trouble scrolling, so I am going to try to fix that first in case I can’t and have to restore from a backup to fix it.
August 30, 2013 at 4:12 am #504045I have just made the code and placed it in the css folder and nothing happened. I made it in notepad and then named it custome.css. I uploaded via the server’s file manager.
Nothing has changed. Is there something I need to do to activate it?
tfosnom Friendtfosnom
- Join date:
- October 2010
- Posts:
- 742
- Downloads:
- 0
- Uploads:
- 31
- Thanks:
- 145
- Thanked:
- 200 times in 94 posts
August 30, 2013 at 4:41 am #504051call it custom.css not custome.css
September 9, 2013 at 10:04 pm #505144How and Where can I configure this?
<em>@rani 387178 wrote:</em><blockquote>Hi Xtra12,
You can use content type social instead of image and you will get the article content inside the pop up.</blockquote>
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 12, 2013 at 8:36 am #505516In backend settings of each article, go to Metadata Options tab and you can see parameter named: Content Type and change to your desired type.
Check out this documentation page for more info: http://joomlart.com/documentation/joomla-templates/ja-fixel#template-config (section 6. Content Type Settings)
September 12, 2013 at 2:40 pm #505580I have changed the setting, and the article content is showing feel … But the article not in the pop-up well 😀 Please goto http://www.budaygergely.com and click on “Apple Special Event LIVE” at the HOME screen. What are the problems? Why can I not the margins?
<em>@Saguaros 389142 wrote:</em><blockquote>In backend settings of each article, go to Metadata Options tab and you can see parameter named: Content Type and change to your desired type.
Check out this documentation page for more info: http://joomlart.com/documentation/joomla-templates/ja-fixel#template-config (section 6. Content Type Settings)</blockquote>
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 19, 2013 at 10:19 am #506354It seems that your site is in offline page and a login is required, could you pm me an admin account so that I can take a look at this?
doco_design Frienddoco_design
- Join date:
- October 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 17, 2013 at 9:50 am #509307Hi,
I would to have the same animation of “content type = image” but in “social type”
I want it because in “image type” the link work only if I click the titleThank you
-
AuthorPosts
This topic contains 20 replies, has 7 voices, and was last updated by Saguaros 10 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum