-
AuthorPosts
-
jooservices Friend
jooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 29, 2015 at 4:05 am #693355Hi there
This tutorial not only for this template & this issue. In fact it’s purposed to show you logic how to solve all same thing with only one simple way: Search stringhttps://www.dropbox.com/s/gicw2oxe8d5njxi/Screencast%202015-09-29%2011%3A01%3A31.mp4?dl=0
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
ibewguy Friendibewguy
- Join date:
- July 2011
- Posts:
- 255
- Downloads:
- 18
- Uploads:
- 6
- Thanks:
- 62
- Thanked:
- 9 times in 2 posts
September 29, 2015 at 4:27 am #693469Thank you – I am not as skilled with code and I see you removed this from a different location.
@jooservices Do you use only a linux box for development?ibewguy Friendibewguy
- Join date:
- July 2011
- Posts:
- 255
- Downloads:
- 18
- Uploads:
- 6
- Thanks:
- 62
- Thanked:
- 9 times in 2 posts
September 29, 2015 at 4:27 am #750013Thank you – I am not as skilled with code and I see you removed this from a different location.
@jooservices Do you use only a linux box for development?jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 29, 2015 at 7:31 am #693536Hi there
It’s not about skilled with development. Just all about Search string – Try – and done .Ps:// I’m using Ubuntu for Laptop and Windows ( with VMWare / Ubuntu ) for Desktop.
I would prefer Linux for web development because most of web services work well and better on Linux.Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
September 29, 2015 at 7:31 am #750023Hi there
It’s not about skilled with development. Just all about Search string – Try – and done .Ps:// I’m using Ubuntu for Laptop and Windows ( with VMWare / Ubuntu ) for Desktop.
I would prefer Linux for web development because most of web services work well and better on Linux.Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
ibewguy Friendibewguy
- Join date:
- July 2011
- Posts:
- 255
- Downloads:
- 18
- Uploads:
- 6
- Thanks:
- 62
- Thanked:
- 9 times in 2 posts
September 29, 2015 at 1:06 pm #693701Can you recommend something similar to Krusader for a Windows user? Thank you
ibewguy Friendibewguy
- Join date:
- July 2011
- Posts:
- 255
- Downloads:
- 18
- Uploads:
- 6
- Thanks:
- 62
- Thanked:
- 9 times in 2 posts
September 29, 2015 at 1:06 pm #750055Can you recommend something similar to Krusader for a Windows user? Thank you
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
ibewguy Friendibewguy
- Join date:
- July 2011
- Posts:
- 255
- Downloads:
- 18
- Uploads:
- 6
- Thanks:
- 62
- Thanked:
- 9 times in 2 posts
September 29, 2015 at 5:37 pm #693736Awesome! Thanks!
ibewguy Friendibewguy
- Join date:
- July 2011
- Posts:
- 255
- Downloads:
- 18
- Uploads:
- 6
- Thanks:
- 62
- Thanked:
- 9 times in 2 posts
September 29, 2015 at 5:37 pm #750090Awesome! Thanks!
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 1, 2015 at 3:44 am #694099Hi @jooservices, @ibewguy,
First, if you want to modify the code of JA ACM, please make a copy and edit it from folder local instead, or your change would be lost after updating the template.
About how to hide the filter, the best way is to open templatesja_charitycsscustom.css (if you don’t have this file, just create a new one) then add this code instead of remove PHP code :
#filter-gallery {
display: none;
}1 user says Thank You to Adam M for this useful post
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
October 1, 2015 at 3:44 am #750270Hi @jooservices, @ibewguy,
First, if you want to modify the code of JA ACM, please make a copy and edit it from folder local instead, or your change would be lost after updating the template.
About how to hide the filter, the best way is to open templatesja_charitycsscustom.css (if you don’t have this file, just create a new one) then add this code instead of remove PHP code :
#filter-gallery {
display: none;
}1 user says Thank You to Adam M for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 1, 2015 at 7:08 am #694135<em>@Adam M 495054 wrote:</em><blockquote>Hi @jooservices, @ibewguy,
First, if you want to modify the code of JA ACM, please make a copy and edit it from folder local instead, or your change would be lost after updating the template.
About how to hide the filter, the best way is to open templatesja_charitycsscustom.css (if you don’t have this file, just create a new one) then add this code instead of remove PHP code :
#filter-gallery {
display: none;
}
</blockquote>Hi there
At first i’m thank you for your alt solution.In fact in this topic i tried to show How to do.
– Inspect element
– Choose specific thing
– Search string to locate needed file ( layout file )From this point you can use css for hard code into layout file.
It’s all about logic in this topic 🙂But ya, at client side you can implement that in any way you needed. No need to follow as 1:1 . Just use logic 🙂
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
jooservices Friendjooservices
- Join date:
- October 2014
- Posts:
- 8556
- Downloads:
- 0
- Uploads:
- 130
- Thanked:
- 1245 times in 1121 posts
October 1, 2015 at 7:08 am #750288<em>@Adam M 495054 wrote:</em><blockquote>Hi @jooservices, @ibewguy,
First, if you want to modify the code of JA ACM, please make a copy and edit it from folder local instead, or your change would be lost after updating the template.
About how to hide the filter, the best way is to open templatesja_charitycsscustom.css (if you don’t have this file, just create a new one) then add this code instead of remove PHP code :
#filter-gallery {
display: none;
}
</blockquote>Hi there
At first i’m thank you for your alt solution.In fact in this topic i tried to show How to do.
– Inspect element
– Choose specific thing
– Search string to locate needed file ( layout file )From this point you can use css for hard code into layout file.
It’s all about logic in this topic 🙂But ya, at client side you can implement that in any way you needed. No need to follow as 1:1 . Just use logic 🙂
Thank you,
Viet Vu1 user says Thank You to jooservices for this useful post
-
AuthorPosts
This topic contains 17 replies, has 3 voices, and was last updated by ibewguy 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum