Forum Replies Created
-
AuthorPosts
-
May 9, 2022 at 4:39 pm in reply to: Cookie consent extra info always visible when CSS-compression is on #1351063
Tanks Rikard, you can close.
Best regards,
TJMay 9, 2022 at 2:16 pm in reply to: Cookie consent extra info always visible when CSS-compression is on #1351051Hi Rikard,
thanks for the hint.
I got it, now it works.
I have forgotten a closing bracket in my custom stylesheet.
Best regards,
TJMay 9, 2022 at 12:30 pm in reply to: Cookie consent extra info always visible when CSS-compression is on #1351043Hi Rikard,
thanks for your fast reply.
Best regards,
TJHi Nikko,
you can close this thread.
Best regards,
TJHey Yigit,
got it, thanks!where is the link to?
Hi Ismael,
I replaced the menu item with a custom link: https://www.secure-data-space.com/produkt/features/#
Sorry, but this solution doesn’t work.
Best regards,
TJHi Basilis,
after checking the installation instructions of WPML, I noticed that the plugin “WPML String Translation” was not installed. Now the plugin is installed and the problem has gone.
Now the translated page is rendered without any html error and the contents on the translated page may differ from the content in the original language.Thank you for the crucial note.
Best regards,
TJHi Ismael,
the menu item is of type page.
The url is therefore created automatically.
It would be great if you could take a look at the menu items in the backend.Best regards,
TJHi Ismael,
thanks for your fast response.
#top is appended on the link of the current page automatically by Enfold or Worpress?
How can I stop this behaviour?Best regards,
TJHi,
I have the same problem, but only on iPad (Version 2, iOs 9.3.5).
The page offset ignores the height of fixed header and anchor sections -> https://www.secure-data-space.com/en/product/features/
The Modification of avia_smoothscroll in avia.js, like Ismael suggested, is ignored by my Ipad.Additionally, the false element is highlighted, in top navigation after scrolling, but only in portrait (device width 768px).
Best regards,
TJHi Yigit,
the update to Enfold 4.1 has solved the problem.
Best regards,
TJHi Basilis,
now I’ve figured out why the page was not rendered correctly.
It was not faulty html code within the contentelements.
The problem occurs when the content structure of the translated page differs from the structure of the oriinal page.
As soon as even one content element on the translated page is deleted or replaced by another, the html structure is broken.My translation workflow looks like:
1. push translation button (+)
2. import contents from original language german with the function “copy contents from original language” to the new empty page (english)
3. Translate the contents successively fom german to englishIs this behaviour a bug?
Thus, the content structure of the translated page can not deviate from the original, but this should be possible.Best gegards,
TJHi Basilis,
I have checked all contents, but in none I have found invalid or unwanted html tags.
Therefore, it can not be the cause for the problem.Best regards,
TJHi Basilis,
probably this is done by editors.
Did you find the cause of the problem?Best regards,
TJHi Yigit,
thanks for your answer.
Here is the requested data…
Best regards,
TJHi John,
the html issue occures only on this page: https://www.secure-data-space.com/en/product/features/This screenshot shows at which section of the page the html errors starts and how it should look like:
This screenshot shows the correponding sourcecode in firebug and the errors:
Best regards,
TJ- This reply was modified 7 years, 4 months ago by BugfreeSystems.
Hi Basilis,
yes, the scrolling problem appears also in the Enfold default demo on my iPhone 5.
Best regards,
TJHi,
i found a solution for this problem.
$('.main_menu ul li ul li a').on('touchend', function() { $(this).parents('ul.sub-menu').delay(1000).animate({opacity: 0,},300,function() {$(this).css('visibility', 'hidden');}) });
The submenu is closing properly on touch devices like iPad (window width > 767) on my page:
https://www.secure-data-space.com/en/product/features/The problem is, that the highlighted menu item is not right, it shows always the previous menue item.
On desktop computers everything is fine.Can anyone help me?
Thanks, TJ
- This reply was modified 8 years, 1 month ago by BugfreeSystems.
Hi,
using avia_process_form_data($send, $new_post, $form_params) works fine for processing custom code.
Is it possible to modify the $form_params[‘success’] Message after the form was sent?
I need to show an error message if the custom code processing has failed.best regards
I found the solution for my problem.
The actual problem was to scroll the page when touching on the input fields.
The page is also not scrolling properly on mobile navigation.The solution is:
html, body{ height:100%; -webkit-overflow-scrolling:touch; overflow:auto; }
Hi Rikard,
could you chek the problem on our site already?
Best regards,
TJHi Rikard,
I removed jQuery Migrate.
The issue is still existing, the form is still loading partially.
Best regards,
TJHi Rikard,
I must correct my last reply, jQuery Migrate v1.4.0. is loaded by WordPress by default:
https://www.cheestrings.de/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.0Best regards,
TJHi Rikard,
no, there are no jQuery migrate/update plugins in use.
Thanks or yout support!
Best regards,
TJHi Yigit,
I’ve updated Enfold to version 3.5.1.
The issue is still existing, the form is loading partially.Regards, TJ
Hi,
it’s better to use
if (isset($_SERVER[‘SERVER_PORT’]) && $_SERVER[‘SERVER_PORT’] == ‘443’)
$url = str_replace(‘http:’, ‘https:’, $url);because HTTP_X_FORWARDED_PROTO is not sent by every server.
Regards,
TJ- This reply was modified 8 years, 7 months ago by BugfreeSystems.
Hi Gabri,
this is how it works:
please coose |, Mrs. | Mrs., Mr. | Mr.
Regards, TJ
I found a quick and dirty solution:
go to: /wp-content/themes/enfold/config-layerslider/LayerSlider/classes/class.ls.sources.php
into: function urlForSkin (line 127)
and add before: return str_replace(‘\\’, ‘/’, $url);
this: $url = str_replace(‘http:’, ‘https:’, $url);In my case I used this condition:
if (isset($_SERVER[‘HTTP_X_FORWARDED_PROTO’]) && $_SERVER[‘HTTP_X_FORWARDED_PROTO’] == ‘https’) -
AuthorPosts