-
Search Results
-
Hi! We got the Enfold running on a clients site that uses custom post types and used the below code in the function.php of the Child theme to get the Advanced layout builder with no issues… until updating to 4.5.4 and WP version 5.1
Everything that was previously done in Advanced Layout Builder is fine, and I can edit those posts with the ALB… New posts no longer have the “Advanced Layout Builder” button up near the “Publish” button.
Any ideas where to start, or has there been a change that effects the code we used:
add_filter('avf_builder_boxes', 'add_builder_to_posttype'); function add_builder_to_posttype($metabox) { foreach($metabox as &$meta) { if($meta['id'] == 'avia_builder' || $meta['id'] == 'layout') { $meta['page'][] = 'show'; /*instead add the name of the custom post type here*/ } } return $metabox; }Topic: conflict with plugin
Hi,
I have conflict with plugin but i think you can help me solve this problem.
I am using addtoany share button and few days ago we try enfolds new function custom footer and socket, “Select a page to display footer and socket”
everything is ok except on portfolio pages (Our Team) LINK at the bottom of every portfolio page is added share button. We did not set in settings of any share button to show on portfolio pages, only on posts.
How can i remove “any share button” from portfolio pages?
You can see when inspecting codes that it somehow import url of footer and socket page, and i dont know how to remove url from code.
Hi Enfold support,
I use the WP Courseware plugin. The course Unit Editor is the WordPress Gutenberg Editor. I’m using here the magic wand in Classic Editor, that add for example a Button element, but is not working.
But i can see them in preview mode, just not when the page is live.
Everything was working, then yesterday I updated the WordPress, the Wp Courseware plugin and the Enfold. Not working since the update.What can you do?
Thanks,
PeterTopic: Many errors on update Enfold
Hello !!
I have recently update to WordPress 5.0.3, PHP 7.0.6 and latest version of Enfold theme (installed in a different folder as original, named “enfold-child” under themes folder)
1. Nothing is shown (again) on media library, even that we have more than 100 objects there.
2. When I edit a page, lets use for this example INICIO in spanish section.
a. If you scroll down where you see a blue image
https://generagroup.com.mx/gift/1.pngb. Edit image and click on “Inser Image” button
https://generagroup.com.mx/gift/2.pngc. You won’t see any object from media library
https://generagroup.com.mx/gift/3.png3. When we display a page on frontend, use for this example http://fiscaltransparency.net/meettheteam
you will get a page with images and functionality, but if you go to same page but in spanish
http://www.fiscaltransparency.net/es/conocealequipo/
you won’t see it and a lot of errors are shown on browser console4. Question. I have notice that some of my posts were created using a different editor
https://generagroup.com.mx/gift/1.png
Those who were created or updated with “Advanced Layout Builder” does not display as I wanted, for others I made small changes at single.php file, but for this, which file should be updated ?5. Page INICIO on spanish was open on URL http://www.fiscaltransparency.net/es/inicio/ and redirected to http://www.fiscaltransparency.net/es
now on last url we got an apache error that was not there before !!!6. On page http://www.fiscaltransparency.net/es images and other objects on color bars are not been displayed.
Topic: FontAwesome Icons
Hi, I’m currently reworking my site and have added a few new icons that I needed through Fontello packs. Unfortunately their copy of fontawesome is quite outdated and is missing some key new ones that would be really useful for me (like artstation for one. I am a fontawesome pro member, so have license to use, but is there any other way I can integrate the new FontAwesome icons into the Enfold theme (ideally into the dashboard) so they can be used for buttons etc?
Hello
I tested woocommerce with enfold and found instead of order complete message, just get color section with no message in check out page after pushing purchase button. Because of this issue, customers cannot know if their purchase is done correctly or not. I give log-in credential and please check it.Thank you
ShinyaTopic: Enfold Header
Hi there
I am not a coder so you need to dumb any explanations down for me pretty please :-)I am trying to made a header like this example:
I would like to have the logo on the top left and then a phone number button on the right (that you can press and make the call from a mobile)
I would then like the page menu to be in the middle belowI can’t seem to find these options? Please could you explain how I can achieve this
many thanks
Topic: Horizontal slider
Topic: social share buttons
Hello enfold team,
Is it possible for me to have the social share buttons on the side of the portfolio page vertically lined up? and if possible, floating so as one scrolls up and down on the page , they are always visible?
thanks
SrishtiHi,
I took over maintaining a site from another designer/developer for my client and we are adding a WooCommerce shopping cart. Everything works great, except I am unable to get the “Add To Cart” button to show up on the Single Product Pages. I will need to purchase a license since the previous dev had his and they’re not transferable, which is fine. I just want to make sure that when I purchase and update I will be able to solve this issue.
Thank you!
-ElishaHello
I’m using enfold with “the events calendar”. When we create a new event and we add some buttons at the eventpage, those buttons are not shown.
About 1 month ago, everything was working fine.
Order of solution events
1- RSS content was missing were posts used ALB – you fixed it.
2- The Events Calendar would not render ALB shortcode button – you fixed it.
3- The solution for #2 broke your solution for #1.Details
For ticket https://kriesi.at/support/topic/avia-layout-builder-not-working-in-the-events-calendar/ you provided a solution to fix shortcodes not rendering when using The Events Calendar.However, a previous fix you provided for ticket https://kriesi.at/support/topic/rss-missing-content-after-title-if-using-alb-in-a-post/ was then overwritten where you omitted a line of code replaced in that solution. Thus all custom post type RSS feeds where no longer displaying main body content again.
Once I replaced this line of code in post https://kriesi.at/support/topic/rss-missing-content-after-title-if-using-alb-in-a-post/#post-1063670 / #Gunter
if( defined( 'REST_REQUEST' ) && REST_REQUEST && ( $post instanceof WP_Post ) )
With this line of code, all RSS worked well again.if( $post instanceof WP_Post )Please include that code replacement in your github file download here https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_3/shortcode-template.class.php so others benefit as well.
HOWEVER, this FIX causes the ALB shortcode button to disappear again in the Events Calendar as seen here https://wels.net/event/simply-marriage-canton/ which you just provided a solution for.
[av_button label='Register' link='manually,https://gf.wels.net/simply-marriage-mar-29-31-2019/' link_target='_blank' size='large' position='left' label_display='' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='' admin_preview_bg='']Summary
So – there is a conflict between the two solutions. Please provide happiness for both RSS where posts use ALB and for The Event Calendar where ALB shortcode is also used.Topic: cannot change images anymore
Hi
I am using enfold for more than a year. As of yesterday, I cannot change images !
My wordpress is updated to version 5.1 and I updated Enfold to version 4.5.4.
When I have a media element and want to include a new image or when I want to change an image, the ‘insert image’ button does not do anything.
Also, when I have a text box with text in it and I open it, the text is not visible.
Please help.
Pascal

