Forum Replies Created

Viewing 30 posts - 1 through 30 (of 64 total)
  • Author
    Posts
  • Hi Ismael

    All right. Unfortunately, I wasn’t aware of that.
    Many thanks for the information.

    Kind regards
    Daniel

    Hi Ismael

    Thank you very much for your answer.

    Since the problem also occurs when the page is initially called up with a hash in the URL, we have finally decided to implement our own animations.

    Kind regards
    Jeannette

    in reply to: Post CSS missing again #1419302

    Hi

    Yes, you can close it. Thanks again.

    Kind regards
    Jeannette

    in reply to: Table is not updated correctly in Firefox #1419274

    Hi

    The user has decided to live with the problem. The matter is therefore resolved. Thank you very much for your support.

    Kind regards
    Jeannette

    • This reply was modified 1 year, 2 months ago by blende64.
    in reply to: Post CSS missing again #1419265

    Hi Guenni007

    Thanks for the tip. That’s right, I could significantly minimize the problem with this. I will definitely take this into account for future projects.

    Kind regards
    Jeannette

    in reply to: Post CSS missing again #1419179

    Hi Günter

    Today a new post was published and the post CSS was generated successfully. Let’s hope that this will continue. In any case, we will not invest any more effort in it for the time being.

    And how we enjoy the theme. This is the foundation of many of our websites and we always like to rely on it.

    Kind regards
    Jeannette

    in reply to: Post CSS missing again #1419076

    Hi Günter

    Thank you very much for your detailed answer. This provides a lot of clarity regarding the creation of the post CSS files. Also, I now know how to have all post CSS files recreated automatically.

    I renamed the folder “avia_posts_css” on the staging system and could see that the post CSS files were logically missing from all posts afterwards. When I saved the Enfold settings again, the post CSS files were successfully regenerated the first time the respective post was called.

    I could not find the missing post CSS anywhere on the server.
    Cronjobs are enabled and work in general. However, we recently found out that a task of a plugin occasionally exceeded the maximum execution time in the past. Possibly this also caused the problem with the missing post CSS files?

    I am not aware of any file system limitations. Also, the creation of the files seems to work in principle, as for example with the latest post the post CSS was created successfully.

    A new post will be published in the next few days. I’ll be happy to let you know if it worked then. If so, I hope that this will remain so in the future.

    Kind regards
    Jeannette

    in reply to: Post CSS missing again #1419008

    Hi

    I just set up a staging environment. You can find the access data in the private field. The problem: the missing post CSS were apparently automatically generated in the staging environment. Why, I can not explain. I proceeded as follows:
    – Created ZIP archive of the files on productive system
    – Created dump of the DB on productive system
    – Uploaded ZIP archive to staging system and unpacked it
    – Imported dump of the DB on staging system
    – Replaced domain with wp search-replace

    I did not do anything else. Now when I call the URL of a post with missing post css in the staging environment the post CSS is present. In contrast, this is still missing from the corresponding post on the live system. And is also actually not present in the file system of the server. In the private field you can find the URL of such a post.

    Kind regards,
    Jeannette

    in reply to: Table is not updated correctly in Firefox #1419002

    Hi

    We have now updated the entire website. Enfold has new version 5.6.6 and WordPress 6.3.1.
    Unfortunately, the customer is still experiencing the problem.
    Do you have any other ideas what we could try?

    Thanks

    in reply to: Post CSS missing again #1418924

    Hi Mike
    Not quite: if the post CSS is missing from a post, this affects the original language as well as all translations.

    Suppose I have the following structure before I set the filter to false:

    <div class="entry-content-wrapper">
    	<div class="flex_column"></div>
    	<div class="flex_column"></div>
    	<div class="flex_column"></div>
    </div>

    After setting the filter to false, the structure appears as follows:

    <div class="entry-content-wrapper">
    	<style></style>
    	<div class="flex_column"></div>
    	<style></style>
    	<div class="flex_column"></div>
    	<style></style>
    	<div class="flex_column"></div>
    </div>

    The selector .flex_column:nth-child(2n) would have selected every other column before setting the filter. After the filter value is changed, the selector applies to every column. Accordingly, unwanted changes to the design are the result.

    Opening and resaving a post fixes the problem for that post. Whereas each post must be resaved in all languages. Unfortunately, the missing post CSS can only be detected using the browser console. And I can’t expect the unsavvy customer to check the browser console after each post, unfortunately. However, if the missing CSS persists, it increases load time and generates an unnecessary number of 404 errors.

    I just checked the server log again when the post with the missing post CSS was created. Unfortunately, there are no errors in it. Do you see any way I could get to the bottom of the underlying problem?

    Thanks a lot!

    in reply to: Post CSS missing again #1418891

    Hi Mike

    Thank you for your tip.
    What should this setting do? When I change the setting as suggested, I can’t see any difference. I do see that many Enfold files have now been minified, but the post CSS is still missing from some posts and is output as an unminified file for others.

    Kind regards
    Jeannette

    in reply to: Table is not updated correctly in Firefox #1417337

    Hi Mike

    Thank you for testing. Exactly, we could not reproduce the problem either.
    Maybe the update to the latest Enfold version will help. As soon as I have news, I’ll get back to you.

    Many thanks
    blende64

    in reply to: Table is not updated correctly in Firefox #1417143

    Hi Nikko

    We have already disabled the caching plugins for testing purposes. This did not bring any change.
    We will update the site including the theme in about 2 weeks. I’ll get back to you as soon as we’ve done the update.

    Many thanks
    blende 64

    in reply to: Table is not updated correctly in Firefox #1416940

    Hi Nikko

    Thank you for your quick reply.
    The customer says he has disabled all extensions.

    Kind regards

    in reply to: Creating a custom ALB container element #1413208

    Hi Ismael

    No problem. Good things come to those who wait.
    Smart solution with the script. I will try to implement this with PHP, so that the HTML code is already delivered by the server as desired.

    Many thanks for your support.

    in reply to: Creating a custom ALB container element #1412029

    Hi Ismael

    Thank you very much for your quick reply.

    At the moment I have the following structure:

    <flex_column>
    	<avia-image-container></avia-image-container>
    	<av_textblock_section></av_textblock_section>
    	<avia-button-wrap></avia-button-wrap>
    </flex_column>

    However, I need the following structure so that I can style the content as desired:

    <flex_column>
    	<container>
    		<avia-image-container></avia-image-container>
    		<av_textblock_section></av_textblock_section>
    		<avia-button-wrap></avia-button-wrap>
    	</container>
    </flex_column>

    Thanks for your support.

    • This reply was modified 1 year, 4 months ago by blende64.
    in reply to: Dynamic post css missing #1408302

    Hi Ismael

    So I know, thank you very much.
    Why the problem occurred in the first place is still a mystery to me. With the last posts it worked perfectly.

    Many thanks

    in reply to: Dynamic post css missing #1407434

    Hi Ismael

    No, I have not yet regenerated the missing CSS files because I first wanted to find out more about the cause and not to cover any valuable traces.

    Thanks for the tip about disabling post css files. If I disable those altogether, what happens to any post-specific element settings (such as a custom margin for columns)? Is this then not applied or e.g. implemented using inline CSS?

    Kind regards

    in reply to: Dynamic post css missing #1407248

    Hi Ismael

    Thank you very much.

    No, we could not find any layout issues. The problem is much more that the CSS file is included by the template via link tag, which results in a 404 error if it is not present. I also compared the generated CSS of a post where the generation worked on the first try to a CSS of a post where a re-save was required. Except for the different IDs of the affected elements, the content is the same:

    .flex_column.av-jo2xz-588590f8e0c3dd5b36ff4df9077018fa{
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }
    
    .flex_column.av-e2kbb-86d4495b00c389f290046e9e5f6e0589{
    -webkit-border-radius:0px 0px 0px 0px;
    -moz-border-radius:0px 0px 0px 0px;
    border-radius:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    }

    Kind regards

    in reply to: Dynamic post css missing #1407087

    Hello Ismael

    Thank you very much for your explanations.

    The affected posts (9 pieces of 4 languages each) were created between 24.02. and 28.04. of this year. A large part of the posts were entered before 24.02., but are not affected by the problem. Interestingly, we updated from Enfold 5.2.1 to 5.4.1 on March 2. So the problem occurred for some time before and after the update, but suddenly stopped since the beginning of May – even though we haven’t made any obvious changes to the system.

    Are there any specific requirements that need to be met in order for the creation of the dynamic CSS to work?

    Many thanks.

    in reply to: Compatibility issues with Popup Maker 1.16.10 and newer #1374169

    Hi

    I can confirm that the problem has been fixed in Popup Maker version 1.17.0.

    Kind regards
    Jeannette

    in reply to: Compatibility issues with Popup Maker 1.16.10 and newer #1372044

    Hi Mike

    Thanks. I have contacted the plugin authors and will report back.

    Kind regards
    Jeannette

    in reply to: Compatibility issues with Popup Maker 1.16.10 and newer #1371885

    Hello Mike

    Thank you very much for your analysis. I agree with you that the button is only present on this page and therefore the popup cannot be triggered on other pages. In this respect I could really remove the restriction of the page ID. However, this restriction also ensures that the popup’s content only appears in the source code of the relevant pages. And since there are a total of 22 popups defined for the entire site, each of which is only needed on individual pages, I’m unnecessarily blowing up the source code of the remaining pages if I remove the restriction. Therefore, this doesn’t really seem like a viable solution to me.

    Kind regards
    Jeannette

    in reply to: Compatibility issues with Popup Maker 1.16.10 and newer #1371197

    Hi Ismael

    We found that it doesn’t matter if there are triggers in the footer or not. In the example website, the page-specific popup should open when you click the “Jetzt Mietanfrage stellen” button, but unfortunately this does not happen. In contrast, in the footer the text “Abonniere den Newsletter” is linked to another popup, which is included on every page and opens without any problems. If we remove the trigger in the footer, the behavior of the page-specific popup does not change.

    Thanks for your support.

    in reply to: Contact form autoresponder markup broken #1361784

    Hi Mike

    This worked out great, thank you very much.

    Kind regards
    blende64

    in reply to: TinyMCE with wrong user interface #1323409

    Hi Rikard

    I absolutely agree with you that the scenario shown in the screencast is very unlikely. However, the problem occurred both for me and for the customer during the usual filling of the contents. With the scenario in the screencast, I just found a way to reliably reproduce the problem.
    The special characters in the text do not matter. The problem also occurs with the following text: “Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.”. Also, pasting as text does not seem to play a significant role.
    When the editor has the wrong interface, sometimes it is enough to reload the page and sometimes I have to log out completely and log back in.

    Kind regards
    Jeannette

    in reply to: TinyMCE with wrong user interface #1323177

    Hi Rikard

    Please excuse me for bothering you again on this matter. The problem occurred again today and this despite the fact that we copied the text from the text editor (Notepad++). Now, however, I was able to reproduce the problem, albeit in a somewhat special way. Anyway, the problem occurred when editing the content normally and not under such special conditions as in the screencast. However, with the way shown in the screencast, the problem occurred in 90% of the cases.

    Could you please take a look at the screencast and the additional information in the private data?

    Many thanks
    Jeannette

    in reply to: Manually fix CVE-2021-24719 #1320858

    Hi Yigit

    Perfect, thank you very much.

    Kind regards
    Jeannette

    in reply to: Strange behavior of fullwidth elements #1320767

    Hi Rikard

    Great! I can confirm that the problem no longer occurs.

    Thank you very much for your support.

    Kind regards
    Jeannette

    in reply to: Strange behavior of fullwidth elements #1320257

    Hi

    Please excuse the inconvenience. I have checked the credentials again and was able to log in successfully. Possibly it was due to geoblocking. I have now deactivated it. Could you please try again.

    Kind regards
    Jeannette

Viewing 30 posts - 1 through 30 (of 64 total)