Forum Replies Created
-
AuthorPosts
-
Hi,
What is the status regarding Enfold and Rank Math implementation? Does Enfold support the Rank Math plugin now, or do I get problems using Rank Math?
Best regards,
AndreasHi Rikard
Thank you for putting me on the right track. Step by step, I figured out that the caching plugin WP Rocket’s setting “Optimize CSS delivery” causes the behaviour. Now, this feature is not enabled, and all is working as expected. The start page loses approx. 50ms in load time (pingdom.com) by not using this optimization.
I don’t know what’s next to be done. Any idea?
Best regards
AndreasHi Rikard
I created a new user for you.
Best regards,
AndreasHi Rikard
Sorry for my late response; I forgot to enable notifying of follow-up replies.
The behaviour still exists. I checked all the login credentials, and it must work.
Please have another try.
Thanks,
AndreasJanuary 5, 2021 at 12:35 pm in reply to: Google Analytics does not work when the cookie consent message enabled #1270379Hi Ismael
My hair goes grey… It looks like it randomly works. Today it seems to work fine, but I don’t know why.
It looks like; if once the opt-out was chosen, the browser remembers this a very long time and clearing browser cache doesn’t reset the decision. I know it sounds strange. This morning I noticed on one device tracking does not work independently which button I pressed. Clearing Google Chrome browser cache nothing changed. Uninstalling and then instaling Chrome solved it and tracking worked.
It is not trustfully, indeed when we will run an Ads campaign. I must further observe it.
Thanks,
AndreasHi Mike
You are a hero. It works now.
If any problem could be fixed with turning a switch on or off live could be much easier 😉
Many thanks,
AndreasHi
I use the code from Mike shown in #1213549
Now I recognise a strange behaviour: If the selected language is English, then it works fine. When the default language German is selected, then the testimonial jumps around like I did not use the code. I use the latest WPML plugin for language selections. Disabling all plugins does not change behaviour.
Any hint and support would be much appreciated.
Thanks
AndreasNovember 28, 2020 at 9:47 pm in reply to: WPML / Easy slider / image links to Lightbox / wrong picture when language diff #1263703Hi Ismael
Now it works. Please fix it permanently with the next maintenance release.
Thanks,
AndreasNovember 23, 2020 at 1:58 pm in reply to: WPML / Easy slider / image links to Lightbox / wrong picture when language diff #1262371Hi Ismael
See private content.
Regards,
AndreasNovember 16, 2020 at 8:03 pm in reply to: WPML / Easy slider / image links to Lightbox / wrong picture when language diff #1260778Hi Ismael
I found the string on line 334 and replaced it with your input on the clone installation.
Sorry, to say, but it does not change the behaviour. Selecting the language English, clicking the Easy Slider preview, the LightBox still shows the German image instead of the English.
Indeed, I checked all the WPML translation settings and assignments. All they are correct.
Regards,
AndreasPS: Clone to reproduce is still available.
November 11, 2020 at 4:03 pm in reply to: WPML / Easy slider / image links to Lightbox / wrong picture when language diff #1259908Hi Ismael
I think you misunderstood me. The manual link using the URL was complicated to use, but, is the way which works fine. A language specific URL for English image is used.
What does not work is using the LightBox. As I mentioned, the Easy Slider shows the right image in the correct language. But when clicking the Easy Slider, the LightBox always shows the German image instead of the English one. WPML supports writes that this is a known Enfold problem. You can see it with the clone as mentioned.
Best regards,
AndreasNovember 9, 2020 at 11:33 am in reply to: WPML / Easy slider / image links to Lightbox / wrong picture when language diff #1259212Hi Ismael
Manual linking approach: “Easy slider” > select image > “advanced” “Link Einstellungen” “Link zu Bild hinzufügen” I used instead of “Öffne Bild in einer Lightbox” > “Manuell festlegen >https://… URL to the Englisch image. But, as it sounds simple, it was not done. Image sizes differed from opened in Lightbox to Manually link. I had to change setting for WordPress media “large”, recreate Media Library and all the steps within WPML. The strange thing in WPML was that I had to find the assignment of the English URL for the pictures within WPML String Translation, It sown the correct link, delete it, saves it, and enter the equal again and save it and then it worked. That is what I mean with “very, very complicated and time-consuming own workaround based on manual linking approach”.
Did you purge the cache after doing the modification? If something does not work as I expect, I have become accustomed to first clear cache. It is a standard procedure.
I stetted up a clone to see and reproduce the behaviour.
I am curious about your findings.
Regards,
AndreasNovember 3, 2020 at 1:18 pm in reply to: WPML / Easy slider / image links to Lightbox / wrong picture when language diff #1257983Hi Ismael
Thanks, you are right. Now, I found the line and made some tests.
Unfortunately, the workaround does not work with our site. Please investigate the problem further and solve it with the next release, as I am not the first with that issue.
Meanwhile, I found a very, very complicated and time-consuming own workaround based on manual linking approach.
Regards,
AndreasOctober 28, 2020 at 9:13 am in reply to: WPML / Easy slider / image links to Lightbox / wrong picture when language diff #1256292BTW: I found a support ticket (in German) at the WPML support forum explaining the same problem I have. In the end, they assign the issue to enfold.
Unfortunately, the mentioned workaround does not work with me. With my image.php file, there is no such line
“$link = aviaHelper::get_url($link, $attachment);”.
Therefore, I don’t know where to add the workaround.We are just before the launch of the new website. We would much appreciate the help.
Hi Ismael
Thanks for your message.
Yes, I tried these variants, but it does not solve my problem.
Now I asked WPML support and got a solution. What I learned:
The default behaviour of “WPML” is to translate the link to show the English version, and only the language switcher is there to change the language. In the page in question, I basically want to have a link that should act as a language switcher. That does not work. The solution to overrule the WPML language is by setting a blacklist. For that, I added the code below to functions.php
add_filter( \’wpml_sl_blacklist_requests\’, \’wpml_sl_blacklist_requests\’, 10, 2 );
function wpml_sl_blacklist_requests( $blacklist, $sitepress ) {
$blacklist[] = \’datenschutzerklaerung\’;
return $blacklist;
}Then I opened the page and saved it again.
With that solution, it works as desired.
Thanks.
Andreas- This reply was modified 4 years ago by Andreas.
Hi Victoria
Yes, you are right. If the language is set to German, the German “Datenschutzerklärung” is shown. If the language is set to English, the English Privacy Statement is shown. That is fine, but this was not my problem and question.
At the top of the English Privacy Statement, there is a Legal Disclaimer which says that the German one is the original statement and it offers a link “here” to the German counterpart page.
The question is; I there a way, and if yes how do I have to configure the link behind the text *here” to open the German “Datenschutzerklärung” in a new window.
Thanks.
AndreasSeptember 18, 2020 at 1:43 pm in reply to: Full-width submenu / one page menu – Links doesn't work #1246819Hi
Both topics are solved. I am a novice with WordPress and Enfold and still learning.
Thanks,
AndreasSeptember 17, 2020 at 4:59 pm in reply to: Full-width submenu / one page menu – Links doesn't work #1246578Hi
Using the Fullwidth Sub Menu seems to be a real challenge. There are many entries in the forum…
On the desktop, it works, but the space between the elements it uses is much. I can’t find a Quick CSS solution to reduce before padding or margin. When scrolling down the sticky part is acceptable and this, I don’t want to change this. Any idea?
On mobile devices, I am not able to make it sticky, like on the desktop. On different mobile devices it looks very different not to say awful. I have not found a Quick CSS solution which works. I give up and want to relinquish for mobile devices. Unfortunately, it is also not easy. I saw some hints that it does not really work on mobile therefor it is disabled, but not with me. To disable it I found the Quick CSS code:
@media only screen and (max-width: 768px) {
#top .av-submenu-container { display: none !important; }}With this code, it is not displayed but uses still space. Any idea?
Your help is much appreciated.
Best regards,
AndreasSeptember 17, 2020 at 8:02 am in reply to: Full-width submenu / one page menu – Links doesn't work #1246459Hi Rikard
No, I mean the full-width submenu. I would like to make it sticky on mobile phones like it works on desktop.
Best regards,
AndreasSeptember 16, 2020 at 10:55 am in reply to: Full-width submenu / one page menu – Links doesn't work #1246251Hi Rikard
Many thanks for your support. I was not aware that the links are case sensitive, and I made a small mistake. Now it works, but I am struggling to make it sticky too on mobile devices. I am working through all the hints from Enfold forum, there are many, but up to now, I do not get it working.
Best regards
AndreasAugust 12, 2020 at 4:14 pm in reply to: After last Enfold update, automatic year update in footer no longer works #1237036Sorry to all, my fault. I missed to copy the last line:
function year_shortcode() {
$year = date(‘Y’);
return $year;
}
add_shortcode(‘year’, ‘year_shortcode’);All is great!
Hi Rikard
It’s working for me, it’s much better than before, even if the behaviour is still not the same as on the desktop. The colour does not toggle from grey to white and back to grey.
Thanks a lot!
Best regards
AndreasHi Richard
Thanks for your response. It is what Victoria recommended above. It works but not as expected.
In the beginning, there is a grey button to scroll to the top. But if one scroll down again, the button is white. I tested it on different mobile devices with the same behaviour.
Is there a solution to get the button colour back to grey for mobile like with desktop?
Thanks,
AndreasHello Victoria
I have the same problem. May I ask you to make the final solution available to everyone? Thank you.
Best regards,
AndreasHi Rikard,
Thanks for your hint. I followed your instruction and installed it via FTP transfer. Now, it’s fine.
Best regards,
Andreas -
AuthorPosts