Forum Replies Created
-
AuthorPosts
-
Hi,
@Jan_FtFA, I just found your thread and was going to tell you about the Yoast issue, but I see that @McBrugg already has. The dev team to working on this issue now. You can try this fix:
Replace the file /enfold/functions-enfold.php with the one in the linked below, please save a copy of the original one as a backup.Best regards,
MikeHi,
I took a look at your blog link, and it looks like the masonry element is showing now, Please see the screenshot in Private Content area. Isn’t this what you are trying for?Best regards,
MikeHi,
Glad to help, I assume we can close this now, but I like to ask first. Shall we close this then?Best regards,
MikeHi,
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Unfortunately that is not a feature of the ALB, but you may be able to build upon this script of another memberBest regards,
MikeHi,
I checked your “opacity: 0.1;” and it’s working for me. It looks like the Optimus plugin optimizes images when you upload them, so you will need to upgrade to Optimus HQ to optimize the images you already have in your media library and then click the Optimus Bulk Optimizer button, to improve your speed test results.

All of your other settings looks good.Best regards,
MikeHey P3T3R_0ne,
Sorry for the late reply, I tested the code above on my localhost and didn’t get double the social icons, so I checked you site and found that this happens only on the one post “Food Sharing” because it has the social icons after the post.
So I was able to fix this by adding “:first” to the social_bookmarks class
Please clear your browser cache and check.Should anyone else have this issue, here is the corrected code:
// add social icons inside the mobile menu function ava_custom_script_mod_social(){ ?> <script> (function($){ var int = ''; function a() { var isMobile = $('.av-burger-menu-main').css('display'), htmlString = $('#header_main .social_bookmarks:first').find('li a'), mobileMenu = $('.av-burger-overlay'), socialString = []; if(isMobile == 'none') return; if($('.burger-social').length) clearInterval(int); htmlString.each(function() { var socialClass = $(this).parent('li').attr('class'), socialItems = $(this).wrap('<li class="'+ socialClass + ' av-active-burger-items burger-social"></div>').parent().unwrap(); socialString.push(socialItems); }); $(socialString).each(function() { $(this).appendTo('#av-burger-menu-ul'); }); } $('#header').on('mousedown', '.av-main-nav-wrap', function() { int = setInterval(function() { a(); }, 500); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_custom_script_mod_social');Best regards,
MikeFebruary 3, 2019 at 10:39 pm in reply to: Different header logo for different sections of website #1062416Hi,
To change the logo for a page and all of it’s children, Try adding this code to the end of your functions.php file in Appearance > Editor://change the logo for page and all child pages //first is the function to find all child pages function is_tree($pid) { global $post; $ancestors = get_post_ancestors($post->$pid); $root = count($ancestors) - 1; $parent = $ancestors[$root]; if(is_page() && (is_page($pid) || $post->post_parent == $pid || in_array($pid, $ancestors))) { return true; } else { return false; } }; //second is the function to change the logo, note the "is_tree" add_filter('avf_logo','av_change_logo'); function av_change_logo($logo) { if (is_tree(1406)) { $logo = "https://kriesi.at/themes/enfold-minimal-portfolio/wp-content/uploads/sites/51/2015/07/logo_minimal_portfolio.png"; } return $logo; }adjust to suit.
Best regards,
MikeHi,
That is great news! The issue seems to be with the Yoast plugin and maybe the WPML (site translator) plugin, the dev team is working on it, and I don’t see any other issues, so in your case you can just turn Yoast back on when you go live.
No need for the second answer, as it was Yoast :)
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeHi,
I believe that it’s background of #besthit that you mean is too dark on mobile, with the text of: “THE BEST HIT THIS SIDE OF” on the “Our Story page”
if so try this css:@media only screen and (max-width: 767px) { #besthit .av-section-color-overlay { opacity: 0.3 !important; } }right now it’s 0.8, so 0.3 is lighter. Please adjust to suit, then clear your browser cache and check.
**Thanks :)
Best regards,
MikeHey angereichert,
So to have a masonry blog like this one
you will need to use the masonry element, but the trick is to not set the page as the “blog” page for your site, if you do the default blog settings will take over.
You should select no page as your blog page:

and then set your masonry element on the page you want to use as the blog, such as /blog, and be sure your menu points to this page.Best regards,
MikeHi,
I see that you are using the Yoast plugin and I read about a issue the dev team is working on with Yoast and the maintenance page, please try disabling Yoast and see if the maintenance page then works correctly.
I didn’t catch that you are using a multisite, does the maintenance page work on the other sites in the multisite?Best regards,
MikeHi,
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey DDSameera,
Unfortunately by using the “blank” template you have no header, and no menu, so you can’t have a mobile menu.
To correct please use the “default” template and hide the “footer & socket”, hide the “title bar”, use “no sidebar” and choose a “transparent header”

then to hide the header on desktop screens add this css in the Quick CSS field:@media only screen and (min-width: 768px) { #header { display: none !important; } }and to show the mobile menu on mobile screens, add this css in the Quick CSS field:
@media only screen and (max-width: 767px) { #header_meta, span.logo,#menu-item-search,#menu-item-shop { display: none !important; } }Here’s an example of how it will look:

You may need a little more customizing for your needs, just let us know and we can assist.Best regards,
MikeFebruary 3, 2019 at 6:41 pm in reply to: Different header logo for different sections of website #1062343Hey Alexander,
Please try this solution let us know if you want some help customizing it for your site.Best regards,
MikeHi,
Glad Rikard could help, I assume we can close this now, but I like to ask. Shall we close this then?Best regards,
MikeHey Bregi,
It is actually one image in a slider:
https://x-over.nl/wp-content/uploads/2019/01/slider-landing-1-aangepast-min.jpg
So you can create this image in your favorite image editor, such as photoshop.Best regards,
MikeFebruary 3, 2019 at 6:09 pm in reply to: mobile header transparency messing up other pages header padding #1062318Hey Munford,
To move your page down a little so it won’t be behind your mobile header, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { main.template-page { margin-top: 80px !important; } }Please adjust to suit, then clear your browser cache and check.
To make your mobile header a little smaller, please try this css:
@media only screen and (max-width: 767px) { .responsive #top #wrap_all #header,.responsive #top #wrap_all #header span.logo img { height: 60px !important; max-height: 60px !important; } .responsive .logo a { vertical-align: top !important; } #header_main { border-bottom-width: 0px !important; } }Please adjust to suit, then clear your browser cache and check.
Best regards,
MikeHi,
Thanks for sharing your solution, 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.For your information, you can take a look at Enfold documentation here
For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHey juanraubeda,
Please try our Icon Grid element to create a flipbox, to replace the icon with a image add your image in a html image tag in the title box, like this:<img src="https://127.0.0.1/2017demo1/wp-content/uploads/2015/07/portfolio-2.jpg">you can get the url to your image in the media library.

then to hide the icon, add this css to your Quick CSS:#top .avia-icon-grid-container .avia-icongrid-icon { display: none !important; }you may want to add the page number or section ID to the css so it won’t effect other pages and elements on your site.
This is the result:

Best regards,
MikeHi,
Thanks for letting us know, we will leave this open until you let us know it’s resolved.Best regards,
MikeHey Allen Ulbricht,
Thank you for contacting us at Enfold support, we are the theme support channel and the developers of Enfold. I have searched the support members for your organization, but didn’t find a user for your organization, I searched with and without wildcards:
*ssdcitc*
*easterswing*
*ssdc*
Unfortunately when a license is bought the user signs up for support voluntary, so not everyone does. Envato (Theme Forest) handles all of the sales and licensing and we don’t have access to their database, and we can’t create licenses or users for Envato.
Please try reading this page to reset your Envato password, perhaps the previous user used a organization email address and you will get the reset email, or they will see the request and realize you need help and contact you. There is also a button on the page to ask for help from Envato, but I believe they are very strict with their accounts. Perhaps they will allow you to “renew” your license for a lower cost.
The version you have will not update automatically because Envato changed from a API to a “Token” system for checking the license to update, so you will need to download the latest version (4.5.3) and update via FTP, (don’t overwrite the theme folder, delete it via FTP and upload the new one)But to integrate woocommerce please see our documentation this is the page that explains the most about woocommerce Our theme is well documented, and it’s well crawled by Google, so you can find a specific solution by Googling your question with the word “Enfold”
and look for the results that are from “kriesi.at/support/”
I hope this helps, and I wish I could offer support directly, but you would need to be a member of our support forum, I hope you understand.If the documentation doesn’t help and Envato won’t give you access to the account, I recommend purchasing a new license because it comes with 6 months of support which can be upgraded to a full year for $17 plus you will get free updates for life, a great bargain when you consider the hourly cost of support.
Best regards,
MikeHey juanraubeda,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:#top .avia_textblock strong { color: red !important; }adjust the color to suit.
Let us know if you want to add more rules, such as only text blocks on pages or posts.Best regards,
MikeFebruary 3, 2019 at 3:55 pm in reply to: Large white space after logo menu hamburger on mobile #1062260Hi,
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeHi,
Sorry, I understand now :)
The next and prev buttons are a built-in function and should link your portfolio items. I searched your site and it seems that you only have one portfolio item, the page you linked to, so there is not anything for the buttons to show. Try creating another portfolio item and see if the buttons show then.
If I’m wrong and you have more portfolio items, Please include a admin login in the Private Content area so we can take a closer look.Best regards,
MikeHi,
That is a good place to put your css modifications, glad to hear it is working for you.
Unless there is anything else we can assist with on this issue, shall we close this then?Best regards,
MikeFebruary 3, 2019 at 3:35 pm in reply to: Footer on the bottom of the page regardless of how much content #1062249Hi,
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
MikeFebruary 3, 2019 at 3:33 pm in reply to: How to set button to go to a section within the same page (page scroll) #1062246Hi,
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 under Enfold sub forum and we will gladly try to help you :)Best regards,
Mike -
AuthorPosts
