By Juan Carlos Zayas on Sunday, 18 May 2014
Posted in General Issues
Replies 5
Likes 0
Views 857
Votes 0
I have the EasyBlog Showcase module displaying feeds on my site looks pretty good. How can or where can I add the "hidden-phone" attribute so it will not show up on smart phones?
Hello Juan Carlos Zayas,

I am really sorry for the delay of this reply as it is a weekend for us here.
Can i have your Joomla backend and FTP access so we can test on it and see how it goes? please advise.
·
Sunday, 18 May 2014 11:43
·
0 Likes
·
0 Votes
·
0 Comments
·
I am not allowed to give out backend or FTP access... I could setup a test environment... or you could provide me with where I can add that atribute to that module
·
Sunday, 18 May 2014 11:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Juan Carlos Zayas,

Yes, you could upload a temporary live site so we can add some css code and test it in smart phone and see is it can work.
·
Sunday, 18 May 2014 12:00
·
0 Likes
·
0 Votes
·
0 Comments
·
I have setup a test environment for you. I hope this helps me. I will also be using this as a test site for a homework workflow.
·
Monday, 19 May 2014 02:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Juan Carlos Zayas,

Sorry for late reply to this,
Thanks for take your time to provide us the test site details,
I have tried to inspect in your site, you can added this CSS code in your template css file

@media (max-width:768px)
{
#mod_showcase .showcase-slider
{
display: none;
}
}

I believe after you added that CSS code you have to compile your template css again only make your site load the new CSS you added in, you also can consult with your template provider regarding this. Hope this help.


Best Regards
Arlex
·
Monday, 19 May 2014 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post