-
AuthorPosts
-
actionlimo Friend
actionlimo
- Join date:
- November 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 5
- Thanked:
- 1 times in 1 posts
March 5, 2013 at 7:37 pm #185550Is there a way to change the click to more awesomeness into link that will lead to another page on the site?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 6, 2013 at 11:20 am #485576You can change it from click to croll down to show on next page
Open templates/ja_lens/js/wall.js file
find this script
$(window).unbind('.infscr');$('#item-more').click(function(){
$('h3:first', this).hide();
$container.infinitescroll('retrieve');
});
change to
/*$(window).unbind('.infscr');$('#item-more').click(function(){
$('h3:first', this).hide();
$container.infinitescroll('retrieve');
});*/
Once done, clean all cache.
I hope this helps.
1 user says Thank You to Ninja Lead for this useful post
March 11, 2013 at 7:47 pm #486058Greetings,
How do you change the pink color once you click on it. I went through all the template .css files but maybe I missed somehting.
Thanks!
gengeru Friendgengeru
- Join date:
- September 2010
- Posts:
- 9
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 2 posts
March 11, 2013 at 9:23 pm #486065<em>@jay313 363895 wrote:</em><blockquote>Greetings,
How do you change the pink color once you click on it. I went through all the template .css files but maybe I missed somehting.
Thanks!</blockquote>
Look at this class (about line 418) in template.css:
.masonry .item-more:hover {
background: none repeat scroll 0 0 #DE3068;
}And change the pink hover color as You prefer.
Hope this is what you want
March 11, 2013 at 11:22 pm #486073Found it! Thanks!
I also found that once i click on it, I see a pink circular loader appear…where can i change that?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 12, 2013 at 1:57 am #486089<em>@jay313 363915 wrote:</em><blockquote>Found it! Thanks!
I also found that once i click on it, I see a pink circular loader appear…where can i change that?</blockquote>
You can change it here
<blockquote>templates/ja_lens/images/loader.gif</blockquote>
If you need change file name, you can change it include on js file
Open templates/ja_lens/js/wall.js file
<blockquote>
loading: {
selector: ‘#item-more .item-inner’,
finishedMsg: JADef.fmsg,
msgText: JADef.ltext,
img: JADef.tplurl + ‘images/loader.gif’
}
</blockquote>1 user says Thank You to Ninja Lead for this useful post
gengeru Friendgengeru
- Join date:
- September 2010
- Posts:
- 9
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 2 posts
March 12, 2013 at 7:58 am #486153That’s a gif animation called ajax-loader.gif in the images folder (/templates/ja_lens/images). You can edit with an standard image editor (like Gimp, Photoshop, etc.). Note that it is not pink… I has an opacity that makes it seems pink because of the background 😉
March 12, 2013 at 9:33 am #486172Thank you! So where do I change Background?
gengeru Friendgengeru
- Join date:
- September 2010
- Posts:
- 9
- Downloads:
- 3
- Uploads:
- 0
- Thanks:
- 4
- Thanked:
- 2 times in 2 posts
March 12, 2013 at 11:05 am #486180<em>@jay313 364024 wrote:</em><blockquote>Thank you! So where do I change Background?</blockquote>
Look at my first reply to you. That’s the background (the class defines a background element). In the demo, as you said before, the background color of the element is pink so the gif animation seems to be pink over this background. If you change the color, the loader will take this color appearance. If you want to get a different loader color that the background, you must to edit the animation gif. Thank You for your comment Ninja Lead, it was helpful for me 🙂
1 user says Thank You to gengeru for this useful post
March 13, 2013 at 2:02 am #486243<em>@gengeru 364034 wrote:</em><blockquote>Look at my first reply to you. That’s the background (the class defines a background element). In the demo, as you said before, the background color of the element is pink so the gif animation seems to be pink over this background. If you change the color, the loader will take this color appearance. If you want to get a different loader color that the background, you must to edit the animation gif. Thank You for your comment Ninja Lead, it was helpful for me :)</blockquote>
Greetings,
You know, I opened up that ajax gif file…changed it to all white…uploaded the file back to the server, and its still doing it…when I click on Load More, its still pink?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 14, 2013 at 3:28 am #486411<em>@jay313 364149 wrote:</em><blockquote>Greetings,
You know, I opened up that ajax gif file…changed it to all white…uploaded the file back to the server, and its still doing it…when I click on Load More, its still pink?</blockquote>
This is dynamic gif, you need to upload dynamic gif file on this path
<blockquote>templates/ja_lens/images/loader.gif</blockquote>and try to clean cache
You can reference with my suggestions here, hope it helps you out this problem
March 22, 2013 at 2:12 pm #487486Do site on the template http://taina-dizaina.com want to hide under the inscription “Click To Load More Awesomeness …” all materials that, after 2010, how?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 25, 2013 at 7:14 am #487679Hi kiphir,
I’m afraid I’m not quite getting what you are trying to say above. It would be awesome if you can include a screenshot and description on that particular screenshot on what you would like to do. Otherwise, it’s like solving a puzzle without clue.
Looking forward to your response. I’m eager to help!
Regards.
March 28, 2013 at 10:04 pm #488204<em>@Ninja Lead 366040 wrote:</em><blockquote>Hi kiphir,
I’m afraid I’m not quite getting what you are trying to say above. It would be awesome if you can include a screenshot and description on that particular screenshot on what you would like to do. Otherwise, it’s like solving a puzzle without clue.
Looking forward to your response. I’m eager to help!
Regards.</blockquote>
http://taina-dizaina.com
Where to configure “Click for more awesomeness” that this button is shown after 2011. As in the layout below …?How to do it?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
March 29, 2013 at 1:28 am #488215You can find it here
Open templates/ja_lens/js/wall.js file
Find and see it
$('<div id="item-more" class="item item-more"><div class="inner item-inner clearfix"><h3>Click To Load More Awesomeness...</h3></div></div>').appendTo ($container);
AuthorPostsThis topic contains 17 replies, has 6 voices, and was last updated by Ninja Lead 11 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum