Forum Replies Created

Viewing 30 posts - 301 through 330 (of 581 total)
  • Author
    Posts
  • in reply to: Burger Menu Offset since latest update #1050452

    Hey Justin

    I guess your goal is just to completely hide the burger menu on mobile, is that right?
    You can just add the following code to the Quick CSS field in the Enfold options:

    .av-hamburger {
    display: none !important;
    }

    Cheers
    Michael

    in reply to: Code Error Message #1050451

    Hi Lina

    Sorry to hear that you could not locate your FTP credentials within your hosters panel.
    How about switching to a Swiss hoster such as Cyon? They do a great job and it is really easy to find all the information you need.

    What kind of other questions do you have in mind?
    Please let me know if I can help you somehow.

    Liebe Gruess
    Michi

    No worries Jill – glad it is working now!

    in reply to: dotted line around tab section titles when clicked #1050176

    Hi Siracher

    I would say this depends on the browser you are using – did you try it with Firefox by chance?
    I have dotted lines there as well, but as soon as I click somewhere else they are gone again.

    This is normal behaviour and made for accessibility reasons so people can navigate with their keyboard (if they are not able to use a mouse). If you change it, you will violate best practices according to the W3C web standard. If I do the same with Google Chrome, there are no dotted lines so in my opinion there is nothing to fix here.

    However, here are some ressources which help you to get rid of the dotted line if you really want to:
    1) CSS-Tricks
    2) stack overflow

    Cheers
    Michael

    in reply to: Enfold: how to change permalink of portfolio items #1050175

    Hi Shinya

    If I understand your issue correctly, you can just go to “Settings” => “Permalinks” in the backend.
    Find the section Portfolio Entry Settings there where you can change the permalink structure for portfolio items.

    Cheers
    Michael

    in reply to: Reduce space between Colour element and Text box #1050174

    Hi tapintoit

    In order to help you I have to ask for the link to the affected website please.

    Thanks and cheers
    Michael

    in reply to: how to change color of menu (from black to white) #1050173

    Hi Metàfora

    This should not be too hard to achieve.
    Could you please post the link to the website here?

    Cheers
    Michael

    in reply to: PHP 7 error !! #1050172

    Hi eberswine

    Please always add as much information to your support thread as possible. This will help anyone here to help you better without going back several times.

    Useful information is:
    – Used WordPress version
    – Used Enfold version
    – What the error message says
    – How you tried to update
    – Used PHP version
    – etc.

    Cheers
    Michael

    Hi losting

    When I try to upgrade to 4.5.2 (via ftp) the site just goes blank until the old version of Enfold is put back.

    How exactly did you try to update Enfold via FTP?

    You should upload the new enfold version via FTP and name the folder enfold-new (or similar). If the upload is done, rename the existing enfold folder to e.g. enfold-old (so it will be disabled) and also rename the current folder enfold-new to enfold to replace your current Enfold version.

    Does that still result in a blank page if you follow these steps?

    Cheers
    Michael

    Hi SileeBailey

    Are you using Enfold 4.5.2 (newest available version) right now?
    And I guess you have updated to WordPress 5.0.2, correct?

    You could try to install the Classic Editor plugin to get back the old editor instead of the block editor introduced with WordPress 5.0. This should make it possible to edit your content without issues again.

    I experienced some issues as well, depending on the browser I was using but with the Classic Editor plugin it should work just fine.

    Cheers
    Michael

    in reply to: Is Enfold compatible with PHP 7.2? #1050168

    Hi Antonio

    Is Enfold compatible with PHP 7.2?

    Definitely! I was running my website with Enfold for about a year with PHP 7.2, now upgraded to PHP 7.3 just recently. Works like a charm.
    However, I do recommend you perform a full backup of your website (files and database) before doing the PHP upgrade.

    Another important fact you should consider are your plugins. It might be possible that not all of them are compatible with PHP 7.2 or PHP 7.3.

    Hope that helps.

    Cheers
    Michael

    in reply to: Mobile Menu font color stays black #1050125

    Btw why are you still using Enfold 4.2.1?

    in reply to: Mobile Menu font color stays black #1050124

    Hi Rixi

    Glad it worked!

    Try this code to get the hover font color black:

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
        color: black !important;
    }

    Cheers from a Swiss guy currently living in New Zealand ;)
    Michael

    in reply to: Unable to update Enfold theme #1050116

    Hi Erin

    No, the theme update error is not related to HTTPS at all.
    If you are currently not using Enfold 4.5 or newer you need to update manually. I prefer (S)FTP and wrote a detailed guide about it.

    Please let me know if you need additional help.

    Thanks and good luck
    Michael

    in reply to: Mobile Menu font color stays black #1050114

    Hi Rixi

    What if you try the following code inside Quick CSS?

    .html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
        color: white !important;
    }

    If it does not work please share the link to the website so I can check it there.

    Thanks
    Michael

    in reply to: Code Error Message #1050113

    Hi Lina

    I will try to help you partly as I can’t see the private content. Your question:

    Where do I find the WP and FTP details so you can check it?

    I don’t know what you mean by “WP details”, but as for FTP you can get your credentials over your hoster PixelX (use SFTP if possible, that is more secure), as I already stated in my post from December 14.

    Thanks and cheers
    Michael

    in reply to: Maintenance mode no more wokring #1050109

    Hi Ismael

    You can check it easily by changing the page which should be used as a Maintenance page in the Enfold options.
    For me it always takes the home page and if I want to change it, nothing happens.

    As already mentioned by others, this worked perfectly with Enfold 4.5.1 but seems to be a little issue in 4.5.2.

    Cheers
    Michael

    in reply to: Maintenance mode no more wokring #1049383

    Hi there

    I have the exact same issue (WP 5.0.2 & Enfold 4.5.2) – glad I found this existing thread.
    Installed WP Maintenance Mode as a workaround, but I am excited for an Enfold update to fix this issue properly.

    Thanks a lot
    Michael

    in reply to: Lightbox doesn't work anymore after update #1048838

    No worries – glad it worked and same to you ;)

    in reply to: Lightbox doesn't work anymore after update #1048832

    Hi webmanu

    This is very likely due to an outdated header.php file you are using in your child theme.
    I would recommend you replace it with the one from your parent theme and obivously include your modifications from your file in there as well and upload it to your child theme directory (keep the old header.php file just in case and as a backup).

    This should solve your issue and open the images properly in a lightbox again. The logic of how the lightbox works has been changed recently and this has been done within this file so if you have it in your child theme, these changes are not pulled – that’s why.

    Cheers and I hope this helps
    Michael

    in reply to: Enfold Update? #1048643

    Hi

    Sure – please follow this step by step guide I wrote a couple months ago in order to update via FTP.

    Cheers
    Michael

    in reply to: Enfold Theme not Working with WordPress 5.0.2 and php 7.2 #1048546

    Well it would be great if you answer my questions :)
    Makes it easier to help.

    Did you try to do a fresh install of Enfold by downloading it again and delete the whole enfold folder via FTP and then upload the new one?

    in reply to: Help updating Enfold to latest version #1048537

    Hi Ryan

    Did you try to remove your Envato private key from there, generate a new one, insert the new key, save it and then try again?
    This should force the API to make a proper check again if you experience troubles right now.

    Cheers
    Michael

    in reply to: Enfold Theme not Working with WordPress 5.0.2 and php 7.2 #1048536

    Hi pamatull

    First of all, which Enfold version are you using?
    In addition it seems you are using the most recent PHP version 7.3.

    So to solve your issue I am quite sure you need to change your theme structure. I currently see from your error messages:
    ./wp-content/themes/enfold/enfold/config-templatebuilder

    However, two times “enfold” can’t work properly. Change it to this and it should work again (just always make a full backup before):
    ./wp-content/themes/enfold/config-templatebuilder

    Best,
    Michael

    in reply to: iFrame not working #1048533

    Hi navindesigns

    If I open up your website above with Firefox I get the following error message:

    Blocked by Content Security Policy
    An error occurred during a connection to www2.appone.com.
    Firefox prevented this page from loading in this way because the page has a content security policy that disallows it.

    So if I am not mistaken you need to ask appone.com to add your URL to their Content Security Policy white list. Currently it seems they are blocking external (unknown) sources to connect to this part from their website.

    Cheers
    Michael

    in reply to: Enfold Update? #1048530

    Hi Moondreamer21

    It is the same with WordPress core, the theme and all the plugins you are using:
    It is crucial that you keep them up to date all the time otherwise you will not get all the most recent bug fixes and improvements, so yes, I would highly recommend to update to the newest Enfold version.

    However, the “normal” update via dashboard will not work this time as Envato changed their API. To update anyway you should update manually via (S)FTP.

    Best,
    Michael

    in reply to: Enfold 4.4.1 & Gutenberg #1048388

    Hi Amanda

    With “Advanced Editor” you mean the Avia Layout Builder (ALB) by Enfold, I guess?
    The last update for Enfold happened two days when version 4.5.2 has been released, so you can just update and then select within the theme if you want to use the block editor or classic editor together with ALB.

    I hope that helps.

    Cheers
    Michael

    in reply to: Enfold 4.4.1 & Gutenberg #1048098

    Hi Mike

    I would like to add that the setting “disable Gutenberg without an extra plugin” respectively using the Classic Editor instead of the plugin does not work for me for all browsers, see my post in the thread Updating to WordPress v5 – Please Read.

    Thanks
    Michael

    in reply to: Possible forum improvements #1047727

    Hi Günter

    Thanks for your great work developing Enfold by the way!
    Please close this thread now – if it’s in Slack that’s fine.

    Best,
    Michael

    in reply to: Can't Update Enfold #1047722

    Hi Anna

    What do you mean by “I did try to respond to Michael”?
    Where did you try to send me a message – here?

    I am wondering why it did not work as I would still be here to help you.

    Best,
    Michael

Viewing 30 posts - 301 through 330 (of 581 total)