-
AuthorPosts
-
March 18, 2016 at 9:26 pm #600556
Hi guys,
How can I make a section not visible on mobile:::::
March 18, 2016 at 11:27 pm #600574Hey marcelhochman!
Please take a look here
and let us know if you need anything else from us.
Best regards,
BasilisMarch 23, 2016 at 5:15 am #602287Nice, i am following these steps. It is saying that i should Turn on Custom CSS Class field for all ALB Elements. I tryed to edit my Enfold Functions.php trying and put the following code add_theme_support(‘avia_template_builder_custom_css’);
Imediatly after I placed the code, the site stoped to work and to let me acess its administration painel.
I Was going to launch this site tomorrow. I need Help.
I was following this
March 23, 2016 at 5:26 am #602296Hey!
Thanks for getting backing to us.
Looks like your site is down and is causing a server. Please login using a FTP client or if your hosting provider uses a cPanel to access the theme files and delete the line of code you added to the functions.php file.
Let us know once you have done this.
Best regards,
JordanMarch 23, 2016 at 5:52 am #602309I was able to solve the problem and have my site back again by going to my host, finding the Functions.php and taking the code out there. So forget the problem i referred to in my last post. thank you
March 23, 2016 at 6:27 am #602326I Added the code ” add_theme_support(‘avia_template_builder_custom_css’);” to functions.php but the css custom field does not appear. What should I do::::::
March 23, 2016 at 7:42 am #602364Hi!
We provide support for Enfold themes or other themes by Kriesi
We noticed you are using “Divi” theme please contact the theme author for support on Divi as they know their theme best.Regards,
Vinay Kashyap- This reply was modified 8 years, 8 months ago by Vinay.
April 12, 2016 at 8:21 pm #612124I am using divi on a diferent directory. Of course I am not asking you about the Divi, that would not make sense.
I was able to put some of the sections not to work on mobile using this code:
@media only screen and (max-width: 768px) {
.only_desktop { display: none !important; }}Now i need a fullwith slider not to work on mobile. But the fullwith slider can t be put in a color section and not in any other section so i can t define an id for it. Any ideas?
April 13, 2016 at 5:54 am #612410Hi,
Is it the slider on the front page? If so you can use the following CSS:
@media only screen and (max-width: 767px) { .home #fullscreen_slider_0 { display:none !important; } }
Cheers!
RikardMay 2, 2016 at 9:24 pm #626036I am using this code Rikard gave me but it is not working.
I am using fullwith easy slider in my home. maybe that is the problem.
May 3, 2016 at 4:19 pm #626587 -
AuthorPosts
- You must be logged in to reply to this topic.