Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #1076004

    EDIT PAGES / POSTS
    Before: backend look is clean and cool, good overview
    Now: oldschool with unstructured infos
    Issues: Update a page, in frontend the page doesn´t found for three times …
    Worse: Page overlook after every page – Advanced Layout Builder … why?

    CONTACT FORM
    Before: the easiest and best form editor
    Now: issues!
    Issues: 1) insert a valid mail adress, messages delivered to the wordpress admin, 2) it doesn´t display the success message every time
    Worse: Before the labels were inside the form boxes – now above

    AVIA LAYOUT BUILDER
    Before: no problems with german umlauts & special characters
    Now / issue: displays false characters or placeholder

    CHILD THEME
    Before: works
    Now / issue: child theme doesn´t work anymore

    #1076624

    Hey AWZ,

    Where can we see and reproduce the problems you are having?

    Best regards,
    Rikard

    #1078249

    Hi Rikard,

    EDIT PAGES / POSTS
    I think these are WordPress 5.X issues. Gutenberg is a mess. The latest update of enfold handle the gutenberg / avia problem. But I can´t understand, why it is not possible to make changes and save changes as usual. I change for example a word and after updating = no effect. Can´t reproduce this issue. This screenshot is to the page overview display thing…
    Screenshot additiveAVIA

    CONTACT FORM
    Issues solved. But why do you changed the good look? Before the labels were inside the form boxes – now above
    Screenshot form beforeAVIA
    Screenshot form beforeAVIA

    AVIA LAYOUT BUILDER
    Screenshot umlautsAVIA

    CHILD THEME
    Ideas why the child theme doesn´t work? Is this a WordPress Update thing or do we need a new code for implementing the child theme? This code normally worked for the child theme CSS:

    
    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    }

    Thanks Sven

    #1079920

    Hi,

    Thanks for the update.

    1.) Do you have version 4.5.4? Please make sure that the site is running on the latest version of the theme. Disable all cache and minification before trying to edit the pages again.

    2.) That is an option in the contact form element. You can make the input title be a label or an input placeholder. Look for the “Hide Form Labels” option.

    3.) Where can we see the issue? Please provide a link to the actual page.

    4.) Do you see any error when you activate the child theme? Did you override any templates or functions?

    Best regards,
    Ismael

    #1080265

    1. Jo
    2. Thanks
    3. Private
    4. I see no effect of it. No.

    Thanks

    #1080922

    Hi,

    Thanks for the update.

    The characters are displaying properly in the front end and in the builder, they also render back if you update the element.

    Best regards,
    Ismael

    #1080928

    Ah ok. You have to store all again. Then the issues with umlauts are solved.

    4) What about the child theme?
    BR Sven

    #1081433

    Hi,

    Are there any errors when you activate the child theme? What is the problem when it’s enabled?

    Best regards,
    Ismael

    #1081435

    Hi,

    Please read the first thread. I don´t have problems with the child theme. The child isn´t active anymore. And I don´t know why…

    CHILD THEME
    Before: works
    Now / issue: child theme doesn´t work anymore

    #1081439

    CHILD THEME
    Ideas why the child theme doesn´t work? Is this a WordPress Update thing or do we need a new code for implementing the child theme? This code normally worked for the child theme CSS:

    add_action( 'wp_enqueue_scripts', 'theme_enqueue_styles' );
    function theme_enqueue_styles() {
        wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
    }
    #1081854

    Hi,

    Thanks for the update.

    Could you explain the issue further? The child theme is activated and there are no errors in the site. Is this fixed?

    Best regards,
    Ismael

    #1083035

    Nope.

    There are “300” code lines with no effect.

    If you test CSS code inside the child CSS doc = nothing happened. If you test the same code in the customizer, there is an effect.

    Why??

    #1084324

    Hi,

    The stylesheets are currently compressed, which is why the css codes are not recognized when you move the css code in the child theme. You have to toggle the file compression settings in Enfold > Performance panel after activating the child theme. You can also move the css code in the Enfold > General Styling > Quick CSS field.

    Best regards,
    Ismael

    #1084506

    Hi Ismael,

    thanks. Now you have it … but your guess is wrong. This is a existing css file in a existing child theme folder since the beginning of the website (launch). Nothing is moved. What is the reason for the deactivation of the code: An update of enfold, wordpress or the compression settings? My guess is, that has to do with an update of enfold.

    We need a solution. How can we solve this issue… deactivate compression… or deactivate and activate again … or?
    Is the code (please look in the thread above) of the child theme incuding correct?
    What´s about the child theme… Is it dead?

    Three years ago the child theme was recommended and state of the art. The styles were safe and doesn´t affected in case of updates. Now wordpress recommend the customizer and there the addional code field. You recommend the quick css field. In my opinion these fields are no option in case of a little bit more code.

    Best regards Sven

    • This reply was modified 5 years, 8 months ago by AWZ.
    #1085293

    Hi,

    Have you tried decompressing the stylesheets? You can do that by disabling the Enfold > Performance > File Compression settings.

    Best regards,
    Ismael

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.