Forum Replies Created
-
AuthorPosts
-
November 20, 2017 at 12:29 am in reply to: Replace the default color bar with custom colors in the color picker #878916
Hey elitontorri,
Do you mean that you are trying to use the Layout Builder to make a blog post, but it is not looking the same?
If so that is because the Layout Builder is designed to give you more options, but will behave and look different.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeNovember 20, 2017 at 12:04 am in reply to: Added Awsome Fonts for Top Menu – Every side load the fonts realoaded #878907Hi,
Thank you for the video, how did you add font awesome to your site? I see you are loading it from their server (CDN) but did you enqueue the stylesheet in your functions.php?//enqueues our external font awesome stylesheet function enqueue_our_required_stylesheets(){ wp_enqueue_style('font-awesome', '//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css'); } add_action('wp_enqueue_scripts','enqueue_our_required_stylesheets');If so, perhaps try self hosting and enqueue the stylesheet in your functions.php like this:
//enqueues our locally supplied font awesome stylesheet function enqueue_our_required_stylesheets(){ wp_enqueue_style('font-awesome', get_stylesheet_directory_uri() . '/css/font-awesome.css'); } add_action('wp_enqueue_scripts','enqueue_our_required_stylesheets');you will need to add the font awesome files.
Best regards,
MikeHi,
WP 4.9 and german formal is the installation language, changing to non formal seems to resolve the problem. The Dev team is working on this. Thanks for your patience and for using Enfold.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
I meant any site caching plugin, sorry I got to start wording that better :)
The other two css is custom.css and dynamic-css.php which is keeped in your database.Best regards,
MikeHi,
Sorry, about Emma I didn’t realize the setting weren’t saved. I was trying to rule things out.
Look in layerslider > System Status > Server Settings > Suhosin
Suhosin is an advanced protection system for PHP installations. It was designed to protect servers and users from known and unknown flaws for PHP 5.4.x
We have seen issues with it and mod_sec on WordPress, more notably now that WP is tuned for PHP 7.
Suggesting the upgrade to PHP 7 and disabling Suhosin has helped sometimes, I’m thinking it worth a shot.Best regards,
MikeHi,
The grid css for mobile view changes at that brake point, but we can’t overwrite it because it is using !important;
If you remove the !important; from /wp-content/themes/enfold/css/grid.css line 146 we maybe able to overwrite it, or you can comment out lines 139, 144-146 yourself.
I’m not sure what other effects it will have on your grid.

If you are using a child theme you can add a copy of grid.css to it.Best regards,
MikeHi,
Sorry I’m not sure if you are still looking for assistance, shall we close this then?Best regards,
MikeNovember 19, 2017 at 10:13 pm in reply to: Problem with Enfold Church while viewing in Microsoft Edge #878874Hi,
The z-index should have no effect on scrolling, you can try a plugin such as: MouseWheel Smooth Scroll to see if that helps.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHi,
There is no need to activate the layerslider, it works as-is.
If you did buy the layerslider separately then you will need to upload the plugin and activate it, the built in layerslider can not be activated.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.page-id-11 .post-entry-11 .avia_textblock p {margin-top: 0px !important; } .page-id-11 .avia-builder-el-1 {margin-bottom: -20px!important; }Best regards,
MikeHi,
You have a Suhosin warning: Suhosin may override PHP server settings
Ask your host to disable and update to php 7, to see if that helps. I also note you have a custom archive page in your child theme, I wonder if the changes are still valid.Best regards,
MikeHey SyberKnight,
Since you are using a child theme WP admin > Appearance > Editor > child theme > Stylesheet (style.css) is best.
Also clear site and browser cache after changes.Best regards,
MikeHi,
Try this code in the General Styling > Quick CSS field:.av-masonry-sort a { font-weight: bold; font-size: 18px; }Best regards,
MikeNovember 19, 2017 at 9:00 pm in reply to: Background color left and right of Grid Row and grid row alignment #878844Hi,
The issue here is that the grid row is set to 100% width, so at larger screens it will stretch the width while the other elements are set to a max-width of 1210px.
The best option would be to change the padding depending on screen size, it looks like it fine up to 1440px, is that true for you?
What screen sizes do you want to cover? Are you considering the edge of the image the edge to line up? Ideally setting the max-width would be easiest, but that would give you the green background.Best regards,
MikeHi,
Option 1 should be fine, but you could try option 3 and if all works fine then use it, otherwise go back and use option 1Best regards,
MikeHi,
We look forward to helping, unless there is anything more now, shall we close this?Best regards,
MikeNovember 19, 2017 at 8:12 pm in reply to: Font weights out of whack and new sub page menu links invisible. #878837November 19, 2017 at 8:12 pm in reply to: Font weights out of whack and new sub page menu links invisible. #878836Hey Joe,
I went to your blog but didn’t see a Masonry Sort, do you mean the sort on your shop page?Best regards,
MikeNovember 19, 2017 at 7:59 pm in reply to: How to control the which email the messages comes from in forms #878833Hey Paul,
Which form has the no-reply?
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( do be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create a admin user and post the login credentials in the “private data” field.Best regards,
MikeHi,
Glad we were able to help, we will close this now. Thank you for using Enfold.Best regards,
MikeHey famewebdesign,
On mobile the video will not play automatically as in the desktop, this is a limitation in mobile devices. A work around is to use the layerslider and add the video.Best regards,
Mike -
AuthorPosts
