Forum Replies Created
-
AuthorPosts
-
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#full_slider_1 .avia-slideshow li.av-single-slide { -webkit-animation: 0s ease 0s normal none 1 running none !important; animation: 0s ease 0s normal none 1 running none !important; visibility: visible !important; opacity: 1 !important; }After applying the css, please clear your browser cache and check.
Best regards,
MikeHi,
For that you will need to add a plugin or a script, and you will need to add more content to your test page.
I see you are not using a child theme so I recommend the WPcode plugin for your customizations, this plugin supports PHP code snippets, JavaScript code snippets, & CSS code snippets.
Add this code as a new snippet for the Code Type PHP Snippetfunction sticky_sidebar_script() { ?> <script> (function ($) { $(window).scroll(function (e) { var $sticky = $('.inner_sidebar'); var position = ($sticky.css('position') == 'fixed'); if ($(this).scrollTop() > 1 && !position) { $sticky.css({ 'position': 'fixed', 'top': '170px', 'width': $sticky.innerWidth() }); $sticky.next().css('float', 'right'); $sticky.addClass('fixed_element_style'); } if ($(this).scrollTop() < 1 && position) { $sticky.css({ 'position': 'static', 'top': '0px', 'width': '' }); $sticky.next().css('float', 'left'); $sticky.removeClass('fixed_element_style'); } }); })(jQuery); </script> <?php } add_action('wp_footer', 'sticky_sidebar_script');
I added it to this test page so you can it it working, you can adjust the position 170px in the code to suit.
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.Best regards,
MikeHi,
Thanks for the link to your site, there are two places to add the logo:
Enfold Theme Options ▸ Logo
Enfold Theme Options ▸ Header ▸ Transparency Options ▸ Transparency Logo
your transparent logo, which is used when you use a transparent header, was using the one with black text, I corrected it for you, please clear your browser cache and check.Best regards,
MikeHi,
I’m not sure what you mean, in our demo the sidebar items stay at the top of the sidebar when you scroll, do you mean that yours are fixed and stay visible as you scroll?
This sounds like you have a added script or plugin doing this, please link to your page so we can see.Best regards,
MikeHey thomasianwilson21171,
You should be able to jump to v5.6.5. Afterward you can create a Envato token on your Envato (Theme Forest) account for future updates, as the old API is no longer used.
However I recommend creating a staging site to first test the upgrade on as we don’t know if you have any customizations. If you are using a child theme with a custom header.php or footer.php first remove these as these files have changed and typically will cause errors with an update. We don’t recommend this practice but add your customizations to your child theme functions.php instead.
Most cPanel webhosts have a staging site option, some in the dashboard:

Others add the option in the Softaculous WordPress Management

There may be other staging site options in different cPanel servers, these are the two that I have seen.To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
MikeAugust 8, 2023 at 6:15 pm in reply to: Top menu secondary small one font will not change color. #1415849Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#header_meta .sub_menu .menu li a { color: #030303 !important; }After applying the css, please clear your browser cache and check.
Adjust the color to suit.Best regards,
MikeHi,
Thank you for the link to your site, but the login is not admin so I can’t see the backend of the page, I have compared your page to my parallax demo and see the section that you removed between the three columns in the #service color section and the grid column. The #service color section has a bottom margin of 80px to allow room for the element that you removed, so change this to a negative 80px or more if you want the sections tighter.

Changing the bottom margin to -80px will match the three column’s -80px top margin so the next element is where it should be.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
If you only want the title to show on archive pages I would recommend selecting Enfold Theme Options ▸ Header ▸ Header Layout ▸ Header Title and Breadcrumbs and then use css to hide it from all page except archives, linke this:#top:not(.archive) .title_container .main-title.entry-title { display: none; }Then I assume you will want to remove the text before the title on archive pages like Archive for category: , Tag Archive for: , Archive for: I recommend adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:
function remove_archive_title_pre_text() { ?> <script> (function($){ $('#top.archive .title_container .main-title.entry-title a').contents().filter(function() { return this.nodeType == 3 }).each(function(){ this.textContent = this.textContent.replace('Archive for category:',''); this.textContent = this.textContent.replace('Tag Archive for:',''); this.textContent = this.textContent.replace('Archive for:',''); }); })(jQuery); </script> <?php } add_action('wp_footer', 'remove_archive_title_pre_text');Best regards,
MikeHi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:@media only screen and (max-width: 1024px) { #top.archive .container main.av-content-small.units { width: 100%!important; } #top.archive #main .sidebar { display: none !important; } #top.archive .container main.content { border-right-style: none !important; border-right-width: 0px !important; } }change 1024px with your break point, change archive with your page ID
Best regards,
MikeHi,
Thanks for the link to your site. On both of your pages do you mean that you want the end of the breadcrumbs to be H1? This was the only place that I saw your terms Enabling Infrastructure, Development Opportunities.
I think that adding a H1 to the breadcrumbs would make it look odd unless you plan to use css so it doesn’t have the standard H1 styling. But if you include the title with the breadcrumbs you will have these terms in H1 automatically.Best regards,
MikeHey John,
Thanks for the login, I see that you used the Advanced Layout Builder to create the post, this allows you to have more control over your post layout, just like pages.
But some features are not automatically added to these posts for the same reason, such as the featured image, the social share box, the related posts, and the comment form.
You can manually add these with the ALB elements, but many users like the default post layout that shows when you use the Classic Editor or Block Editor for posts and the automatically added items.
So either way is fine, but perhaps try a test post with the default editor to see the default layout. Please note that you will need to use tags on your posts and other posts for the related posts element to show. Here is an example post from one of our demos.Best regards,
MikeAugust 8, 2023 at 2:04 am in reply to: Preview not workin on home page Too much padding above and below image – Mike #1415776Hey daves1997,
Please explain in further detail.
The more detail that you add to a support thread really helps us to help you.Best regards,
MikeHi,
Interesting, you were able to move the read-more button before the excerpt limiting function stripped it? I would have thought that the excerpt limiting function would have worked before the DOM so the jQuery would not find it.
I’m glad this excerpt limiting function works on both types of excerpts, I didn’t know about your other point but I would still post it to the Github Feature Request because I think Yigit also works on these things.Best regards,
MikeHi,
All of the colors for the sidebar menu are set in the Enfold Theme Options ▸ General Styling ▸ Main Content here is a screenshot to show you.

But note that these colors affect multiple element on your site.
If you want to add more content to your sidebar you would add more widgets.Best regards,
MikeHi,
This looks like a new topic, please note that we ask that each thread is specific to a single topic, your original question for this thread was about how to display the featured image on a Advanced Layout Builder post without manually adding it.Your first two new questions seem to be about the display of a shortcode, I see both of these pages are a shortcode in a code block element.
Please open a new thread and explain about the shortcode you are using, is it from a plugin? Thank you four your patience.Best regards,
MikeAugust 7, 2023 at 7:04 pm in reply to: Wp Rocket broke my hamburger menu, tags and accordion #1415737Hi,
Odd, the homepage uses the same classes as the other pages, I added a couple more.av-width-submenu .sub-menu .av-burger-overlay-bg .inner-container #header_mainand cleared your WP Rocket cache & cloudflare cache and checked on a incognito browser and it seems to be working.
Best regards,
MikeHi,
I have checked your contacts page on the frontend and backend but I see no issues, try clearing your browser cache and checking again.Best regards,
MikeHi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 7, 2023 at 6:33 pm in reply to: Icon/Flipbox – Make Image Fill entire FlipBox Space (Headshot) #1415733Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 7, 2023 at 6:31 pm in reply to: Open an Element in a PopUp/LightBox upon click of a Button #1415732Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeHi,
I see that you added your email address at Enfold Theme Options ▸ Social Profiles ▸ Your social profiles ▸ Special: Email Icon and when I tested the mail icon on the frontend it worked correctly by opening a new email message with your email address in the “to” line. I assume that the gmail address you added is your company email.
A mailto link opens the users email client with a new message for the email address.
What are you expecting?
You could have the link direct to a contact form on your site if you wish, just replace the mailto link with a url to the page with the contact form.Best regards,
MikeHi,
Guenni007 your idea for the excerpts is good please submit this feature request to the Dev Team Github Feature Request for Günter to review, he set it up for a central place to review them and reply to the authors. Thank you.
As for my filter, I found an old post by Ismael and it worked for both types of excerpts, Classic & manual excerpts, and with a little hammering I got it to show the read more also.Best regards,
MikeAugust 7, 2023 at 11:43 am in reply to: Smaller screen sizes slider revolution has a blank sidebar like thing #1415698Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.Best regards,
MikeAugust 6, 2023 at 10:36 pm in reply to: Smaller screen sizes slider revolution has a blank sidebar like thing #1415668Hi,
Glad to hear that Yigit was able to help, it would be difficult to say why this is so, certainly there must be something different between the sites.
Nonetheless shall we close this thread then?Best regards,
MikeHi,
The post nav doesn’t have a query, WordPress sets the order for the loop, try using the Post Types Order plugin it was recommend in this article as best for Custom Post Types.Best regards,
MikeHi,
Thank you for your patience, Try adding this code to the end of your child theme functions.php file in Appearance ▸ Editor:if ( ! function_exists( 'bb_filter_search_results' ) ) { add_action( 'pre_get_posts', 'bb_filter_search_results' ); function bb_filter_search_results( $query ) { if ( ! $query->is_admin && $query->is_search ) { $query->set( 'post_type', array( 'post', 'portfolio', 'page' ) ); $query->set( 'cat', array(43,44) ); } return $query; } } if ( ! function_exists( 'bb_filter_ajax_search_results' ) ) { add_filter('avf_ajax_search_query', 'bb_filter_ajax_search_results', 10, 1); function bb_filter_ajax_search_results( $search_parameters ) { $defaults = array('numberposts' => 5, 'post_type' => array( 'post', 'portfolio', 'page' ), 'cat' => array(43,44), 'post_status' => 'publish', 'post_password' => '', 'suppress_filters' => false); $_REQUEST['s'] = apply_filters( 'get_search_query', $_REQUEST['s']); $search_parameters = array_merge( $defaults, $_REQUEST ); return $search_parameters; } }it will limit the search to an array of categories, in the code look for ‘cat’ => array(43,44) and change the numbers to your categories.
Please note there are two places to make this change.
I tested this with the search element filter Post Types set to All, and with the filter set to Posts

and it only gave me results from the two categories in the code.Best regards,
Mike -
AuthorPosts

