Forum Replies Created
- 
		AuthorPosts
- 
		
			
				
Thank you @Rikard The lines are thinner, perfect. Is there a way to change the icon’s size as well? Thank you That worked perfectly. 
 Is there a way to do the same to all devices? The padding around the logo will look great in all devices I guess.Many thanks. Hi Ismael, my colleague did that. Sorry. Can you check again? The button is within the slider now. 
 We would like the button bigger (like the one below the slider) but within the slider and with the button fixed on mobile which is not at the moment.Thank you @Guenni007 – that’s the problem, the previous links across this post were listing all Enfold fonts ONLY. 
 
 @abmich link was the latest updated link and I remember using it before.
 I guess Google changed the syntax or something and the list no longer works.
 If someone gets the direct list working again, please share here.OR… as requested many times: add an easier font-preview within Enfold. This would save us sooo much time to select and try out fonts… Thank you all. Hi there I think the list of Google fonts is no longer working again. Does anyone have a list of these fonts with a preview, preferably directly from Google? 
 Thank youThank you all for trying here, I think I found the problem. 
 I was finding very strange that the problem was happening only to me (in different machines) and I also asked a few people to check and they also confirmed the problem.Strangely, it seems it is something wrong with my nearest CDN server (Amazon Cloudfront) because if I turn a VPN to a different country, everything is fine, even on my machines. This is because I am loading the .js files in another server. So, again, this has to be something related to the CDN. I was driving crazy here. Thank you all for your help. Hi @Ismael, Thank you for the update as well. This is really strange then. I am on a MacBook Pro 13″ and set as default 1440×900. I changed it to 1280×800 and the results are the same. Browser zoom is set to actual size (100%). Oddly… when I zoom in 7 times, the buttons show perfectly fine (but everything is huge obviously). I really don’t know what else I need to do. 
 – I ruled out the network (tried 3 different WiFi and mobile hotspot)
 – Tried in 2 different machines with different resolutions and always in a private window or incognito mode on 4 different browsersIs there anything else that we can try to find the problem? 
 Thank you.Hi @Ismael, 
 It’s impossible that I am the only one seeing this wrong.
 It is the same in 3 different browsers (Safari, Firefox and Chrome), in 2 different machines and 2 different networks.
 I also added below a screencast with a browser resizing where the buttons show in full when the screen is small, but they get cropped when it is the normal screen size on desktop.Can someone test this on a Mac device and tell me the results to rule it out? - 
		This reply was modified 3 years, 9 months ago by sitesme. 
 Thanks @Yigit, Something is really fishy here… 
 All my browsers (Firefox, Safari and Chrome) are showing the problem with the buttons (See below in PVT)
 If I disable .js files from the CDN, the buttons show fine right away.Hello, I re-enabled the CDN, and the problem is back. Can you check the homepage, the two buttons on the layerslider? Hi, Please check the screenshot in PVT. The problem is solved now, by disabling Amazon CDN but it was all working fine before an update. Could there be some sort of compatibility problems with the latest version and CDN? Hi Nikko, The problem was fixed after disabling the CDN that was enabled through WP Rocket. 
 Everything was working perfectly fine before. Is there any compatibility with the latest Enfold version?Hi @Ismael 
 Please find it below. Thank youHi @rikard, This is how I see it as well in a virtual windows machine (see the screenshot in PVT). Other users confirmed as well, it is not a local problem. I will report the layerslider problem in a new support ticket. Thank you @Rikard I noticed now that this line is in all pages, but not clearly visible in all pages. 
 Is there a way to hide it across the whole website with a single code that works for all? Page in PVT.Thank you @Nikko, that solved the problem. Can you help me to understand how this happens in some sites and not others? I installed a test environment and there are no problems. I also noticed that one of your recent updates caused the logo to increase/decrease in a non-logical way (i.e. smaller screens get a huge logo, larger screens get a smaller one). Please check the video below in private. This was not happening before. Thank you Hi, I managed to fix this by myself. I have to tell you that it is unfortunate that the support quality is no longer what it used to be. 
 The time to answer (2-3 days) is also much higher than before (sometimes within hours).
 I was expecting that both would improve after the recent change of forcing users to purchase support.There is definitely room to improve here. November 4, 2021 at 3:46 pm in reply to: Enfold / Formidable Forms javascript problem (Other Field) #1327808Hello, any update please? November 3, 2021 at 6:23 am in reply to: Enfold / Formidable Forms javascript problem (Other Field) #1327569Unfortunately, I don’t have a staging/development version. The site is quite big to do that. Loads of huge high-quality images. Hi I am afraid of updating the theme (version 4.8.6.2) to the latest version because it will certainly break the visuals like it happened when I attempted. It took me a long time to restore a backup and this will probably happen again. Can you assist with the upgrade and fix any problems that might occur after the upgrade? Thank you Hi @Yigit, Just a quick update that I have removed all the code from the custom CSS box (commented out at the end) since the “damage” as it is is very minor. The code provided caused much more problems. Please add the new code whenever you have the opportunity at the end of the CSS box so I can confirm if the problem is fixed on all devices. Thank you. Hi @Yigit, Surprisingly, the code I mentioned solves 99% of the problems. The left/right spacing is nearly perfect everywhere. However, it still collapses in some devices (tablets and mobiles for example). Please find the temporary login in private. Please make a note of all changes that you make because there are many customised CSS sections. We don’t want to have one fix that might damage others. Many thanks. Hi @Yigit That code worked perfectly for mobile, but it “damaged” the whole website on desktops. 
 Basically, it removed all the gaps in all galleries.My limited CSS knowledge allowed me to replace your code by the following: @media only screen and (max-width: 767px) { .av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry { right: 0; } }This seems to have fixed 99% of the problem now. The only problem is that the gaps are gone on mobiles where they existed before. Any idea how could I fix this? I am also very, very concerned that these particular changes might get overwritten or prioritised by a future update of Enfold. Is there a way to add all these alignments to the core enfold CSS? These are centered misalignments, not exactly custom adjustments. Many thanks for all. This reply has been marked as private.Hi @Yigit I believe I didn’t fully fix the problem. It is still not centred. The homepage is better than other pages. The code is working better for the homepage basically but not for the “projects” pages which are all masonry. Please check the page below in PVT Hello @Yigit I guess I temporarily fix the problem with the following code: #top .container .av-masonry.av-large-gap { width: 100%; padding-left: 10px; }Is this method recommended for all masonry options? Also, is there a way to have the all masonry galleries in full width for mobiles? i.e. no gaps or padding on the sides? Thank you Hi @Yigit, Unfortunately, something went wrong on the homepage (first problem that you helped fixed). So, I applied the first code, then replaced it by the second code and finally replaced the page masonry_entries.css The side gaps are still not even on mobile. Thank you Hi @Yigit, Ok, first it wasn’t working because I removed the latest CSS code you sent me and updated the file. But if I change the code on whole masonry_entries.css file and add your CSS code, everything seems to be working fine, but let me make sure by checking more pages. Is it how it is supposed to be? Update file + Update CSS? Thank you Hi @Yigit, thank you once again for your great help (as always). This fixed the problem on that page but I also noticed the same in other pages that didn’t fix. 
 Please check the URL in private below.
- 
		This reply was modified 3 years, 9 months ago by 
- 
		AuthorPosts
