Forum Replies Created
-
AuthorPosts
-
April 11, 2017 at 2:56 pm in reply to: Enfold fixed parallax background image should not be visible on mobile #776074
Hi,
Is it appearing in the entire background, or just the top section in white? Perhaps we have miscommunication.
Best regards,
Jordan Shannon-
This reply was modified 7 years, 11 months ago by
Jordan Shannon.
Hi,
I have adjusted the code to only effect this page.
.page-id-3200 .av-special-heading{ margin-top:10px!important; }
Best regards,
Jordan ShannonHey mcraig77,
Add the following to quick css:
.av-special-heading{ margin-top:10px!important; }
Adjust to whatever you need.
Best regards,
Jordan ShannonHey mcraig77,
Add the following to quick css:
.av-subheading{ line-height: 1.8em!important; }
Adjust the height number to whatever works for you.
Best regards,
Jordan ShannonHey Sten Rauch,
You can adjust the logo size using the following in quick css:
strong.logo { width: 800px!important; }
Adjust the width to what you need.
Best regards,
Jordan ShannonHi,
Try a different template, and see if it fixes the issue. If not we can continue to troubleshoot.
Best regards,
Jordan ShannonHi,
Sir understand that we are only trying to help you. There is absolutely no need to be rude to anyone on here. If you are frustrated with our answers or the help you are receiving then I apologize, but we see hundreds of credentials and cases per day, so rest assured no one on this team is concerned nor cares to do anything malicious with your info. Everyone here is a professional.
Now, we ask for credentials because it is the most immediate way to provide accurate and efficient support. We see hundreds of issues per day, so it is difficult to take guesses as to an individuals site configurations or to make guesses back and forth. With credentials in hand we can log in and get a great result quickly.
I do not mean to be crass, but we have tried to help you in multiple threads and you seen to have been offended by us asking for credentials. Again, we are all professionals here with a great track record of service. We are here to help you, so please lets keep things focused on the theme issue.
Best regards,
Jordan ShannonHey boucherco,
For mobile only you can use content slider instead of the logo slider. You can give it a custom class and hide it on the desktop.
Best regards,
Jordan ShannonHi,
Great, I am glad this was able to fix your problem. If you need additional help, please let us know here the forums.Best regards,
Jordan ShannonHey Kyle,
You should be able to use the Grid Row element. Adjust the cell size then insert the column layouts inside the cell.
Best regards,
Jordan ShannonHey trellyn,
Have you already loaded the pdf into the media library?
Best regards,
Jordan ShannonHey voldemarasp,
Have you tried disabling all active plugins to see if it corrects the problem? Let if it does try reactivating them individually to see which one is the issue.
Best regards,
Jordan ShannonHey 1lizcollins,
Try adding the following to quick css:
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: block !important; } }
Best regards,
Jordan ShannonHi,
Any of the demos can accommodate the above. Try Enfold 2017, but please keep in mind that any demo that you use you will have to learn how to use the ALB properly as its rare that any demo will be an out of the box fit.
Best regards,
Jordan ShannonHi,
Yes, if you see the link I post it shows how to add custom script.
Best regards,
Jordan ShannonApril 10, 2017 at 10:32 pm in reply to: Enfold fixed parallax background image should not be visible on mobile #775682Hi,
I have added the following to quick css which seems to have met your goal:
@media only screen and (max-width: 767px) { .avia-section{ background-image:none!important; } }
Let me know if this is correct.
Best regards,
Jordan ShannonHi,
Basilis explained it in what is pretty much the best way to break down the process. If you do not want to allow us even temporary login it is very tough to verbally walk you through. If we can at least set up one for you to start then you can follow the example.
Best regards,
Jordan ShannonHi,
There may be a way to create that kind of layout via the ALB. Would you be able to provide login credentials so we can look into this further?
Best regards,
Jordan ShannonHi,
Would you be able to post login credentials so we can look into this further for you?
Best regards,
Jordan ShannonHi,
Great! I am glad you were able to get this solved. If you need additional help please let us know here on the forums.
Best regards,
Jordan ShannonHi,
I checked on my Galaxy Note and am seeing the same thing you are seeing above. However when view in the browser it seems to be a completely different module altogether. Is this a third-party plugin being used for the rental functionality?
Best regards,
Jordan ShannonHey Milan,
Please provide a link to the site in question if possible. You should be able to target it via css:
textarea { height: 40px !important; }
Let me know if this works for you.
Best regards,
Jordan ShannonApril 9, 2017 at 10:12 pm in reply to: Startsite footer and color sections scaling, Parallax Layer Slider #775139Hi,
To correct the news and search section, also add the following:
@media only screen and (max-width: 767px) { .flex_column.av_one_third.el_after_av_one_third.el_before_av_one_third{ margin-left:0px!important; } }
Please let me know if this works. I am not ignoring the second half of your question, I just want to address everything individually.
Best regards,
Jordan ShannonApril 9, 2017 at 10:06 pm in reply to: Enfold fixed parallax background image should not be visible on mobile #775135Hi,
Would you be able to provide log info so we can look into this further.
Best regards,
Jordan ShannonApril 9, 2017 at 9:23 pm in reply to: Icon boxes completely disappeared/ invisible upon update #775118Hi,
Have you looked into WP Super Cache?
Best regards,
Jordan ShannonHi,
No problem at all. If you run into trouble, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
No problem at all! I’m glad we were able to get this solved. If you need additional help please contact us here on the forums.
Best regards,
Jordan ShannonHi,
Try adding this to quick css:
.image-overlay { display: none !important; }
If that does not work, please provide a link to the site in question.
Best regards,
Jordan ShannonApril 9, 2017 at 6:08 pm in reply to: Enfold fixed parallax background image should not be visible on mobile #775053Hi,
Try the following to remove the face from all sections on mobile:
@media only screen and (max-width: 767px) {
.avia-section{
background-image:none!important;
}
}Best regards,
Jordan ShannonHi,
Have you tried adding a link directly into the theme header right befor the </head> tag?
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
Best regards,
Jordan Shannon -
This reply was modified 7 years, 11 months ago by
-
AuthorPosts