Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.
Thank you for your response. I have done that too and unfortunately it’s still not changing anything… I don’t have a cache plugin either.
HI Rikard,
The following code is also changing how the website looks on the desktop version… :
.home .caption_bottom .slideshow_caption .slideshow_inner_caption { bottom: 35vh !important; color: black; text-align: center !important; }
It wasn’t added to Quick CSS prior today. 35vh is a good value for the desktop version but for the mobile I would like to have 15vh.
Looking forward to hear back from you!
Hi Rikard,
Thank you for your help but the code you sent me did not make any difference. I have tried to change the value of the px but it didn’t help.
Any other ideas ?
Thank you again
May 10, 2021 at 11:51 am in reply to: How to have an overlay on the caption text and title of the fullscreen slider? #1299332Perfect, thank you ! :-)
May 9, 2021 at 9:17 am in reply to: How to have an overlay on the caption text and title of the fullscreen slider? #1299158I am answering to myself, the following code I was looking for is the following :
/* Added Overlay on Fullscreen silder caption content*/ .avia-caption-content p { background: rgba(0,0,0,.2) !important; } /* Added Overlay on Fullscreen silder caption title*/ .avia-caption-title { background: rgba(0,0,0,.2) !important; }
Unfortunately it doesn’t overlay just the text but the entire line which isn’t really esthetic. If anyone has a solution that would be great!
- This reply was modified 3 years, 6 months ago by 805ITS.
I found this code which does exactly what I wanted :
.page-id-2 #header_main { display: none; } .html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 0px !important; }
Unless there is a better/cleaner one ?
Thank you!
March 9, 2020 at 1:13 pm in reply to: [SOLVED] How to hide Envato private token once validated #1191493Nevermind I added the following code in the functions.php of the child theme and it works :
/*Hide Envato Private Token & Account Infos from "Theme Update" section of Enfold Theme Options*/ add_filter( 'avf_optiospage_hide_data_fields', 'my_optiospage_hide_data_fields', 10, 2 );
Thank you for your help!
Hi Jordan,
Thank you for your response. Below is the link to bypass the coming soon page.
March 9, 2020 at 12:47 pm in reply to: [SOLVED] How to hide Envato private token once validated #1191473Hi Günter,
Thank you for your response. I checked the documentation you mentioned but when I entered the filter in functions.php I get a wordpress error. What should I enter exactly?
Also as you can see on the private screenshots, my envato account infos appears (email and account username) appears once the private token is validated. I am using Enfold 4.7.3
Thank you again
Thank you for the reply. See credentials in the private content section.
July 24, 2019 at 1:58 am in reply to: [Solved] How to display image background full screen on color section element #1121348Thank you for your response but it is not working. Any other solution?
July 22, 2019 at 10:36 pm in reply to: [Solved] How to display image background full screen on color section element #1121015I have tried this on a different website with the same theme with the code below :
.page-id-208 #av_section_1 { background-size: cover }
Unfortunately it does not work… Can someone please look into it?
Thank you again for all your help!
- This reply was modified 5 years, 4 months ago by 805ITS.
April 8, 2019 at 9:10 pm in reply to: [Solved] How to display image background full screen on color section element #1088431It worked thank you very much! :)
April 7, 2019 at 11:14 am in reply to: [Solved] How to display image background full screen on color section element #1087951Yes here it is
April 7, 2019 at 8:04 am in reply to: [Solved] How to display image background full screen on color section element #1087889Yes here is the link. It can only be seen in large screen display because it’s showing correctly on smaller screens.
Nevermind. I have a css code that was stretching the image.. I forgot it was there. Thank you for the reply. You can close this thread if you want.
I have disable the css file merging and compression and it’s working now. Thank you for your help! :-)
No I don’t have a cache plugin. Here is the URL of my site below
Thank you I have tried but it did not work..
August 10, 2018 at 4:55 am in reply to: Change font size and position of caption text on larger screen #995802Thank you so much!! It’s working wonderfully. What is the “vh” ? Does that mean the caption text stays at the same position regardless of the screen size ? I was using px before and not vh.
August 10, 2018 at 4:53 am in reply to: How to change the default image size in lightbox to full size? #995800Thank you! It worked!! :)
August 6, 2018 at 10:04 pm in reply to: Change font size and position of caption text on larger screen #994116Thank you but this is not changing anything either. Even after changing the value of “bottom” dramatically I don’t see the position of the caption text moving even a bit. I am giving you access to my site if needed.
August 4, 2018 at 9:31 pm in reply to: Change font size and position of caption text on larger screen #993581Thank you but it does not change anything… Is px related to the screen resolution? Because my screen resolution is 2560×1440.
It didn’t work but I was able to fix it with this code :
/*Fix Progress Bar on "About" page on mobile*/ .avia-progress-bar .progressbar-title-wrap { font-size: 10px; } }
Yes I have.. this is what I see : http://i.prntscr.com/_pt3vNFcQBmtbRmvdTkUVw.png
Thank you I have tried but it did not fix it.
July 30, 2018 at 7:51 pm in reply to: Change background color header menu overlay on specific page #991688Thank you! :) It worked!
On this page :
Thank you! I noticed the progress bar does not work on the mobile version : http://prntscr.com/kcjhl1
Any idea what’s wrong?
-
AuthorPosts