-
AuthorPosts
-
October 23, 2020 at 3:41 pm #1255279
Hi. Is there any way to make the HEADLINE ROTATOR field be of a specific height? That way when a user is browsing through my page on a MOBILE, for example, the rest of the text on the screen does not keep shifting up and down as the field displays its message. I had to suspend the use of that field because of that. Thanks.
October 26, 2020 at 5:54 am #1255613Hey ramonolivencia,
Could you post a link to where we can see the element in question please?
Best regards,
RikardOctober 26, 2020 at 7:58 pm #1255819Hi Rikard,
I have added again the Headling Rotator after initially taking it off since it was causing trouble, as mentioned on my original note: https://abogadonotarioonline.com/ (it starts with “AVISO” or “ATTENTION” or “NOTICE” (English). Remember that the issue is only on MOBILE.
Thanks,
Ramon
October 28, 2020 at 6:47 am #1256277Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .av-rotator-container { height: 60px; min-height: 60px; } }
Best regards,
RikardOctober 28, 2020 at 2:35 pm #1256397Hi Rikard,
I added the CSS but the problem is still happening, specifically, the screen on the MOBILE keeps moving further down on the same page, which makes it harder for the user to read whatever text is below. Perhaps this could be fixed with a fixed-height box where I could put in the Headling Rotator. Any specific suggestions are welcome!
Thanks,
Ramon
November 1, 2020 at 4:20 am #1257379Hi Ramon,
The code you added is applying and it looks good on my end on mobile. Please try using an incognito or private window in your mobile browser to see if that helps, if not then please try increasing the value 60 to 70 or 80 for example.
Best regards,
RikardNovember 1, 2020 at 7:56 pm #1257468Dear Rikard,
I see it got fixed but now the other Headling Rotator is acting up, interfering with the next section further down the page (again, on MOBILE version).
Thanks,
Ramon
November 3, 2020 at 4:31 am #1257859Hi Ramon,
Please try this CSS as well:
@media only screen and (max-width: 767px) { .home #after_section_1 .av-rotator-container { margin-bottom: 130px; } }
Best regards,
RikardJanuary 5, 2021 at 8:20 pm #1270466My Headline Rotator is still acting up, on the MOBILE version only, as on this page, for example: https://abogadonotarioonline.com/traspaso-de-herencia/ (I don´t see how to attach a screenshot here.) Thanks!
January 6, 2021 at 12:11 pm #1270584Hi,
Please add this CSS as well:
@media only screen and (max-width: 767px) { .page-id-4119 #av_section_2 .av-typewriter { height: 175px; min-height: 175px; } }
Best regards,
RikardJanuary 6, 2021 at 9:03 pm #1270711This reply has been marked as private.January 7, 2021 at 10:31 am #1270813Hi,
Thanks for the update. I tried adding and removing CSS from your Quick CSS box, but nothing is added or removed, and it looks like it’s acting that because you are serving content via a CDN. Could you try to turn that off temporarily so that we can check which code works and what doesn’t please?
In the meantime, please try to remove the CSS I have given you in this thread, so that we can start fresh. I tried myself, but the CSS I removed is still applying on the site.
Best regards,
RikardJanuary 7, 2021 at 2:57 pm #1270873Dear Rikard,
Ok, I just commented out (“/* and */”) the previous Headline Rotator code within the Quick CSS section under Enfold´s General Styling. However, I don´t know how to turn off temporarily the CDN. Just in case, I am using GoDaddy Business Hosting.
Thanks!
January 8, 2021 at 1:30 pm #1271044Hi,
Thanks for the update. I see that you have commented out the code, but it’s still applying as you can see in the screenshot in private. Could you try reaching out to your hosting provider and ask if there is some kind of delay or caching going on? Also please ask them how to turn off the CDN, to check if that makes any difference.
Best regards,
RikardJanuary 9, 2021 at 3:52 am #1271174Hi Rikard,
Ok, I was just shown by GoDaddy how to disable the caching, which I have gone ahead and done. So, even though the problem still shows in a new private mobile window on my side, perhaps by the time you read this you can finish the troubleshooting to try to get the issue solved and then let me know so I can enable the caching again after making sure that it´s all working fine.
Thanks again!
Ramon
January 10, 2021 at 11:05 am #1271325Hi Ramon,
Thanks for the update. I’m still seeing the same code being applied as in the screenshot above though, I’ve checked in a regular and private window, so it’s not local caching. The CSS is still being served from the CDN as well, please see private.
Did you ask when the cache expires, and how to turn off the CDN?
Best regards,
RikardJanuary 11, 2021 at 6:48 pm #1271677Hi Rikard,
I can send you an attachment of the screenshot where I disabled the caching in GoDaddy but I don´t see how to attach a file here. Please advice.
Thanks,
Ramon
January 12, 2021 at 1:17 pm #1271879Hi Ramon,
I believe that you have disabled it, so I don’t think it should be necessary with a screenshot. If you do want to share one though, then you can upload to a service like Google Drive or Dropbox, then link to it here. Just for clarity; your CSS is still being served via the CDN service, and I’m still seeing the commented CSS applying, so I removed it from your Quick CSS box. Let’s see if that changes anything. I’ll paste what I cut out in private, for reference.
If you could share FTP login details with us as well, the please do so. I would like to check the uploads folder where the theme CSS files are located.
Best regards,
RikardJanuary 12, 2021 at 3:52 pm #1271924Hi Rikard,
Here is the link to the screenshot anyways: https://www.dropbox.com/s/vjosvhk2p0jpklm/Enfold%20-%20ERROR%202021-01-05%20Headline%20Rotator%20Overruning%20Next%20Section%20Turning%20Caching%20or%20Cache%20Off%20on%20GoDaddy.jpg?dl=0
Attached are my FTP credentials, via the private content section.
Thanks!
Ramon
January 13, 2021 at 9:22 am #1272076Hi,
Thanks for that. I checked the enfold_child.css file which is located in the /uploads/dynamic_avia/ folder, and the CSS is correct in there. This part is commented out, as it is in your Quick CSS, so that is correct:
/* 3-nov-20 ( Kriesi): Para achicar tamaño del Headline Rotator (3 de 3) en los móbiles @media only screen and (max-width: 767px) { .av-rotator-container { height: 60px; min-height: 60px; } } */
What I don’t get it why it’s still there, since I removed it yesterday. Did you add it back in? Anyway, I removed it again just now.
The code in question which is commented out, is still being served from the file in private though. So that means there must be some sort of caching, or delay from the CDN network. Have you still not found where you can deactivate the CDN?
Best regards,
RikardJanuary 13, 2021 at 5:00 pm #1272218Hi Rikard,
I did not add any code back in. Also, the way I deactivated the CDN is by disabling the caching, as the screenshot sent yesterday shows. I hope that the way to do it.
Thanks,
RamonJanuary 15, 2021 at 11:11 am #1272659Hi,
Thanks for the update. I just checked Quick CSS, and the code is not in there, or in the enfold_child.css file in the uploads folder, but the code is still applying on your actual site. I think you will have to reach out to your hosting provider about this problem, since it seems to be a problem on their end, not with the theme.
Best regards,
RikardJanuary 19, 2021 at 2:31 pm #1273722Hi Rikard,
Ok, not sure why the code was still applying to my actual site but I ended up fixing this Headline Rotator problem on my mobile version by adding a new Column altogether. So, now I will go back to GoDaddy and enable again the caching. If there is anything else I should do or keep in mind please let me know.
Thanks,
Ramon
January 21, 2021 at 3:41 am #1274257Hi Ramon,
Great, I’m glad that you came up with an alternative solution. I’m not sure what you should keep in mind to be honest, but the fact that the served CSS on your site seems to be updated very slowly can pose a problem for you in the future. I would advise that you at least try to bring that up with your hosting or CDN provider.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.