Forum Replies Created
-
AuthorPosts
-
Hi,
Thanks for the feedback, I will take another look. Have you created a full backup just in case?Best regards,
MikeHi,
I took another look at your sidebar for the category link above and found that the demo sidebar is showing because there are no widgets in the “blog sidebar”, once you add a widget to the sidebar it will show.
Please give this a try.Best regards,
MikeHi,
@peterolle I have reported this to the dev team to review. As soon as I hear a reply I will post it here for you.Best regards,
MikeJune 6, 2019 at 4:27 am in reply to: Begging for help – the new version of ENFOLD crashed our wordpress #1107787Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Very good, we will leave this open to hear back from you. Thank you for using Enfold.Best regards,
MikeJune 6, 2019 at 4:18 am in reply to: Unable to make or edit posts since WordPress and Enfold updates #1107783Hi,
Glad we were able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Glad we were able to help, Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHi,
Please give this one a try instead:#mc-embedded-subscribe-form input[type=text] { width: 50% !important; max-width: 50% !important; margin: auto !important; }Best regards,
MikeHi,
Thanks for pointing this out, I have changed the logo url so it’s now showing your logo.Best regards,
MikeJune 4, 2019 at 6:20 am in reply to: Begging for help – the new version of ENFOLD crashed our wordpress #1106931Hey mocablue,
Sorry for the late reply, I tried to research your past threads and found a login that works and found that your theme version should be updated to v4.5.7
This will need to be done manually via ftp, please try to follow these steps:First download the theme from Theme Forest.
Then open it and extract the “enfold.zip” file and then extract it to your desktop as /enfold/
Then rename to /enfold-new/ and upload the folder to your /wp-content/themes/ folder via FTP or your file manager in your webhost cPanel
Then via FTP or your cPanel file manager, at /wp-content/themes/ rename /enfold/ to /enfold-old/ and rename /enfold-new/ to /enfold/Now your new version is installed, please check your site. If all is well then “Good Job!” If not then reverse the last rename step above and your site will be restored.
I also see that your plugin “Dev4Press Updater” is giving errors, so please try disabling this plugin, actually I see that you have 52 plugins that need to be updated, I recommend disabling all of your plugins and update your theme, then clear your browser cache and check your site. Then activate your plugins one at a time to find the ones causing the errors.
Best regards,
MikeHey Michael Wilson,
Thanks for contacting us, this is basically true, but you also get access to our support forum where our team will assist with your questions on using the theme. The standard license includes 6 months of support, but at checkout, at Theme Forest you can choose to upgrade to a full year for only a little more, this is a great value that is only offered once in the checkout.
Please let us know if you have any other questions.Best regards,
MikeJune 4, 2019 at 4:25 am in reply to: Single Blog Post, Archive and Category doesn't show my fullwidht submenu #1106904Hi,
Please try this css instead:#top span.text-sep-date { display: none !important; } .html_elegant-blog #top .post-entry .post-meta-infos { float: none !important; }Best regards,
MikeHi,
I tried loading a few more times and saw it and caught in my Chrome Tools, so it is your preloader logo, so you won’t want to remove it. It looks like it’s out of place due to a lazy load script, while I didn’t see a lazy load plugin in your plugins, one of your plugins is loading one, please check and disable.
It also looks like something is thowing an Unexpected token < in your header.
my guess is it’s your WP Rocket but try disabling all of your plugins and disable the Enfold Theme Options > Performance > JS & CSS file merging and compression and clear your browser, site, and server cache, this may take a few tries.
Then check again.Best regards,
MikeHi,
Thanks, I’ll take a stab at it,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#mc_embed_signup { width: 50% !important; max-width: 50% !important; margin: auto !important; }or
#mc-embedded-subscribe-form { width: 50% !important; max-width: 50% !important; margin: auto !important; }I see this is in a Visual Composer column and row [/vc_column][/vc_row] does the row or column have a custom class or ID?
Best regards,
MikeHi,
Thanks for the feedback, I checked again and found two issues, one is that your Enfold Theme Options > Performance > CSS file merging and compression was on, so the site cache can be harder to clear, I recommend leaving this off until your site is done, or at least try toggling it on & off when your custom css doesn’t seem to work.
Second, in your Quick CSS you were using “//” to comment out lines, this is not valid for css, it’s good for php code:

For css please use “/* your text */”
I corrected it for you and now you code is working, Please clear your browser cache and check.Best regards,
MikeJune 4, 2019 at 2:46 am in reply to: WordPress sends message about technical problem with Enfold #1106884Hi,
Thank you for the FTP access, I renamed your current theme to “enfold-old” then I uploaded the new “enfold” and checked that your site is working correctly. Please also check for yourself.
Once you are happy you, (or I) can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.Please check if this solves your issue.
** I do note that in your child theme the “class-breadcrumb.php” is quite different than the theme version, so if you still have the issue please try activating the new parent theme to rule out a child theme functions.php or class-breadcrumb.php causing the issue.
Best regards,
MikeHi,
Thank you, I have looked at your maintenance page and the logo is not pulled from the settings it is an image on the page, but due to a small kink it is hidden on the backend. I have corrected it for you and will report this to the dev team. Thanks for pointing this out.Best regards,
MikeHi,
Thanks, with Chrome the elements drag into place for me, even when I try to drag them to the bottom of the page.
I do note that when the “Block Editor” is used dragging down is a little “jumpy” and not smooth, and when using the “Classic Editor” it is smooth, but this is a “Block Editor” issue. I set the site to use the Classic Editor at: Enfold Theme Options > Select Your Editor
Please clear your browser cache and check.I also checked our GitHub for this issue and the Block Editor and found that the dev team has worked on this and is already a part of the next update: [Gutenberg] Bugfixes and Improvements #2077 so for now please use the Classic Editor.
Best regards,
MikeHi,
Thanks for the clarification, I was able to login and found that the font “transfonter.org” is used on the homepage slider “WELCOME”
It seems that the transfonter.org site converts fonts to other formats, so I searched your media files, and downloaded the font and demo page and compared the slider text, it seems to match well.

does this screenshot match what you see? Perhaps you need to clear your browser cache.Best regards,
MikeJune 4, 2019 at 12:12 am in reply to: Single Blog Post, Archive and Category doesn't show my fullwidht submenu #1106865Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top.single span.text-sep-date { display: none !important; } .html_elegant-blog #top.single .post-entry .post-meta-infos { float: none !important; }Best regards,
MikeHi,
I checked again and your images are now showing, Please clear your browser cache and check.
Please see the screenshot in Private Content area.Best regards,
MikeHi,
Thanks for the SiteGround login but when I click the button “go to admin panel” I get a WordPress login prompt, and the above login details don’t work there.
Please check.Best regards,
MikeHi,
Please try putting the input box inside of a column element that matches the width you wish to use, such as 1/2 or 1/3
We could assist with some css, if we could examine the site.Best regards,
MikeHey acroterion,
Unfortunately, this is not going to work because the icons are actually fonts and the “code” in your json is not going to match the database.
I wish it was this easy :)
So please upload your new icons as a pack and use it as a addon to the “icons” of your elements
I know you are trying to find a quick way through this, but unfortunately, there is not.Best regards,
MikeHi,
Try adding this code to the end of your functions.php file in Appearance > Editor:function alt_custom_script(){ ?> <script> (function($){ $(document).ready(function(){ $('span.subtext img').prop('alt', 'your new alt'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'alt_custom_script');Please adjust the “your new alt” in the code to suit.
Best regards,
MikeHi,
Glad Rikard could help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeJune 3, 2019 at 3:24 am in reply to: H1 and H2 Headings in Uppercase Guttenberg Editor Only #1106532Hi,
Glad Yigit was able to help, we will close this now. Thank you for using Enfold.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)Best regards,
MikeHey nickgin,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#footer .textwidget ul.social_bookmarks { width: 40px !important; display: inline-block !important; }Best regards,
MikeHi,
Thank you for the login, I see that you are using Enfold v4.5.1 and WordPress v5.2.1
Unfortunately, Enfold v4.5.1 has some bugs and didn’t include our option to use the Classic Editor in the options:

Please update via FTP to Enfold v4.5.7 and try again, if you still find an issue try switching to the “Classic Editor”
Yet I don’t believe you will find this issue with the latest version.The easiest and safest way to do this is to download the newest version from Theme Forest and rename your current theme to “enfold-old” then upload the new “enfold” and check that your site is working correctly.
Once you are happy you can delete the “enfold-old” via ftp, (not the WP theme page)
Should for some reason you wish to roll-back to the old version, it’s easy to do, simply rename the new “enfold” to “enfold-new” via ftp and then rename “enfold-old” to “enfold” then refresh your page.
Please don’t try to overwrite the theme folder, as this will leave old files behind and cause errors.Best regards,
Mike -
AuthorPosts

