Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #958868

    Dear Enfold!
    I’m changing a website into Enfold. But it’s causing a lot of problems. I’v installed okay, running on php 7.2. Have cleaned caching etc.
    But when I make changes on a page, it all gets stuck and the page just freezes.
    I only worked on the pages “de praktijk” and “het team” . So all the other pages are still in the old version.
    It’s not possible to continue now, because of this freezing.
    I have no idea what I am doing wrong. But may be one of you can see what the cause may be.
    Unfortunately it’s an important medical website and should be finish by this Sunday…….
    So please can anyone take a look into this?

    Kind regards,
    Els

    And terribly…but now, 10 minutes after this message, all the content of the page ‘het team’ is lost.

    I’v just deactivated a plugin and it seems that it’s getting better now. I hope so. Bedtime! Some plugins just are fucked.

    • This topic was modified 6 years, 6 months ago by Els.
    #958901

    Hey Els,
    Sorry I was not able to login to see this issue, seems the user in wrong, please check.
    Without seeing the issue, I would suggest deactivating all plugins you are not using today, typically bad plugins are the biggest issue some have.
    After we can login we can assist better.

    Best regards,
    Mike

    #959059

    Thanks for your reaction Mike!
    I had the impression that all problems wer solved. Bur unfortunately there are still things not going the way it should
    Now I can edit, but when I want to look into te result, there is a blanc screen.

    Beacuse it did function okay for a short time, I deleted the inlogcodes etc. I will put put back again and hope you can help me out.
    Also after update of the new WordPress things in the settings has been changed by itself.
    The permalinks are different now. May be this is also giving problems….

    Page ‘inschrijven’is giving blanc after edtiging.
    Note: not all pages are allready in Enfold style!

    Latest experience: When inserting Grafity Forms, the editing goes blanc and nothing shows. I dont have bad experiences with Grafity Forms and Enfold. Is this new?

    • This reply was modified 6 years, 6 months ago by Els.
    #959093

    Hi,
    Sorry, not able to login, Please see screenshot in Private Content area.
    Please note that some security plugins may block foreign IPs.

    Best regards,
    Mike

    #959116
    This reply has been marked as private.
    #959121

    Hi,
    I believe this may help: Problems with Gravity Forms Visual Editor when using Enfold theme

    Best regards,
    Mike

    #959151

    Thanks Mike!
    This might help. But I really have no idea where to place this code.
    And I’m worried about other sites where I also use Enfold and Gravity forms together.
    I will just delete the gravity editor.
    It’s not a great problem, only that on a form on page ‘recept’ has capital font on a part :

    NAAM RECEPT DOSERING HOEVEELHEID

    and I will have to find for codes for this. This is not my specialty….

    Many, many thanks Mike, I appreciatie your help.

    • This reply was modified 6 years, 6 months ago by Els.
    #959196

    Hi,
    To make text capital, use css “text-transform: uppercase;”
    for example:

    
    label {
        text-transform: uppercase;
    }

    once we see your new form we can give you the exact code.

    Best regards,
    Mike

    #960063

    Hello Mike!

    Website is online now.
    On a cellphone screen the text look fine. But on a desktop the font at the part ´medicine´ which is a list, the text is in uppercase.
    I would love to transform this into a lowercase font.
    Also on a few other forms, but these are simmilar.

    NAME MEDICINE DOSAGE AMOUNT

    Thanks for looking into this. By the way, the login link is deleted again. Since the new regulations on May 25th I have to keep strickt to this…… Sorry!

    #960113

    Hi,
    I have found that in your css your table header (th) is “text-transform: uppercase;”
    but in your case you want “text-transform: lowercase;” so please try:

    th {
        text-transform: lowercase !important; 
    }

    Best regards,
    Mike

    #961153

    Many thanks Mike! It works fine now.

    Best regards,
    Els

    #961165

    Hi,

    I’m glad Mike was able to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Changing into Enfold’ is closed to new replies.