-
AuthorSearch Results
-
August 1, 2023 at 10:46 pm #1415208
Topic: How to get support
in forum Pre Sale QuestionsTaja di Leonardi
GuestHello, I am a longtime Enfold user trying to ask a question on the support forum.
I do not see a button or call to action to initiate my question.
I confirmed from Evanto that my licence is up to date.Can you please help me with getting into the support section that enables me to ask a support question? I have a pressing issue.
Taja di Leonardi
username: tajadojo
Purchase code: 9e8f0909-fa86-44e9-9421-4df4e73831eetaja
Hi,
I checked in a private browser window, and it shows up there. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 510px) { .avia-cookie-consent .avia-button { margin-bottom: 15px; } }Best regards,
RikardJuly 30, 2023 at 7:27 pm #1414951Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.avia-slideshow .avia-slideshow-button .av-siteloader { display: none; } .avia-slideshow .avia-slideshow-button .avia_loading_icon { background: transparent; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 26, 2023 at 12:53 am #1414446Topic: Block contains unexpected or invalid content
in forum Enfoldcacvaquero
ParticipantHello.
We loaded the latest version of Enfold theme v 5.6.3
An old issue has come up again. The preview button won’t show changes.
In the past, to fix we would switch to the wordpress block editor and
click the “Attempt Block Recovery” button
Save page
refresh browser
switch back to Advanced editor
save
This sometimes works temporarily, then after a couple more updates and saves, preview stops working and “unexpected or invalid content error appearsJuly 25, 2023 at 4:21 pm #1414390In reply to: Order – Social Share Buttons
Hi,
Thanks for the login, since you are not using a child theme I added the WP Code plugin for the customization of adding the Teams social profile. Then I add your new Teams social profile to Enfold Theme Options ▸ Social Profiles ▸ Your social profiles and then I enabled it at Enfold Theme Options ▸ Blog Layout ▸ Profile Links At The Bottom Of Your Blog Post and then I enabled it in your Social Buttons element

I then added this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field for the Teams icon background color on hover:#top #wrap_all .av-social-link-teams:hover a{ color:#fff; background-color:#00f2ea; }Please adjust the color to suit.
Best regards,
MikeJuly 25, 2023 at 2:26 pm #1414373In reply to: Order – Social Share Buttons
ok – your mentioned code – your font is called fontello or do you use the existing : entypo-fontello font.
then your code is wrong with the name of the fontnext : on docu there is an example code – using images instead of font icons . You will have the opportunity to have better social icon instead f.e:
from : https://iconduck.com/icons/185336/teams
( here with 40px icon – but adapt it to your needs )#top .social_bookmarks li, #top .social_bookmarks li a { width: 40px; height: 40px; } #top #wrap_all .av-social-link-teams a:before{ content: ""; width: 40px; height: 40px; display: inline-block; vertical-align: middle; background: url(/wp-content/uploads/teams.png) no-repeat center center; background-size: contain; }the link you can set in options on enfold
see: https://enfold.webers-webdesign.de/#footerJuly 22, 2023 at 1:59 pm #1414040Topic: Help with calling Intercom Bot from an Enfold Button Row
in forum Enfoldjcremins
ParticipantHello,
I am working on a redesign of our home page, and a key requirement is to replace forms with an Intercom Bot that allows visitors to book a demo of our software.
I have followed the Intercom guide to create a custom CSS ID called .book_demo_bot and used the Developer Settings in the Button Row object, I have assigned the ID. In order to prevent the page from reloading, I have set the link to manual and just added ‘#’.
I then copied the Button Row object and inserted it in two other places on the page to prompt a call to action.
As you will see on the page, the first instance calls the Intercom Demo Bot as required, but the others on the page ignore the javascript and use the # to revert back to the top of the website.
The other issue I have is that the Button Row component only allows you to set Developer Settings for the component and not the individual buttons, so when selecting the ‘watch a demo’ button it attempts to call the Intercom Bot before loading the eWebinar demo page.
I have attempted to replicate the style and responsive behaviour of the Button Row using individual buttons, but this has proved unsuccessful. If this had worked then the second issue would be resolved as each button would have its own Developer Settings so I could set the CSS for the ‘request a demo’ button only.
Any advice or suggestions would be greatly appreciated.
July 21, 2023 at 9:49 pm #1413999In reply to: Producto slider lay out
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:#top #wrap_all #main .shop_columns_5 .avia_cart_buttons .button { margin: 0 auto; float: left; min-width: 45%; width: 45%; padding-left: 8%; }After applying the css, please clear your browser cache and check.
Best regards,
MikeJuly 17, 2023 at 5:54 pm #1413519Rikard, thanks for the quick response and the links. I appreciate that. The enfold theme builder is very new to me and I did not follow along with how to add those buttons to the right of the Infinit-I workforce logo as provided in my example link. Is this even possible? We do not want those buttons in the main nav but instead along the same line as the logo in the header so that we can reduce header height. Like you see in this example https://pasteboard.co/LYJqIooEblS8.jpg
Thanks, Jesse
July 16, 2023 at 10:31 pm #1413436In reply to: Header-Stil does not change
July 15, 2023 at 2:41 pm #1413356Hey Jesse,
If you want buttons in the main menu, then you can select Button Style for each menu item in the Menu Style dropdown.
You can open new support threads by clicking this link, or by using this button: https://imgur.com/a/AnoSPNb
Best regards,
RikardJuly 14, 2023 at 5:38 pm #1413313In reply to: Read More Link in Advanced Layout Builder
Hey John,
Thank you for your question, if you are creating a post using the Advanced Layout Builder with the Text Element you will see the “Read More” button in the TinyMCE toolbar:

The “Read More” is used to break the length of your except from your content should you want to manually set the length of the text.
This is primarily used for Classic Editor posts because WordPress will automatically get the beginning post text and create a excerpt from it.
This is not always the case for Advanced Layout Builder posts, for example with using the Blog Element in the grid layout the ALB posts don’t show the excerpt automatically you need to use the excerpt field. But on category pages the excerpt will show and the “Read More” button will show on the frontend.
I hope this helps explain.
If you are creating ALB posts and are not seeing your excerpts try looking in the drop down at the top of your posts screen “Screen Options” and checking the Excerpts box, which will give you a text area below your post area to manually add your excerpt.
If this doesn’t help, please explain further and link to your site so we can see how you are currently displaing your posts and blog page.Best regards,
MikeJuly 13, 2023 at 5:57 am #1413181In reply to: Producto slider lay out
Hey Antonio,
Thank you for the inquiry.
We could apply a minimum height to the product title container to align the buttons, but please be aware that this will result in unwanted space for products with shorter titles. If this is acceptable, please add the following CSS code.
#top .inner_product_header { min-height: 170px; }You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css code.
Best regards,
IsmaelJuly 12, 2023 at 3:01 pm #1413131In reply to: Header fall down
Hi Stilecatalini,
Is it possible to have a little shadow under the transparent header bar?
Please add this CSS code:#header { box-shadow: 0 2px 4px rgba(0,0,0,0.2); }Is it possible to have an overlay (all the words/buttons) little transparent instead of full black?
I think it’s possible, but the CSS code may depend on the current settings, the link you posted doesn’t seem to be using Enfold and we’d like to inspect it, to make sure the code is accurate.Best regards,
NikkoJuly 11, 2023 at 4:53 pm #1413057Topic: Accordion not opening / toggle not working
in forum Enfoldandreas_anselm
ParticipantHi Enfold Team,
I’ve used the „accordion“ Element as I used it several times before, but it did not work. The toggle(s) stay(ing) closed.
Firefox: No reaction, Safari: No reaction, Chrome: Jump to „nirvana“ ;-Pgventi.andreasanselm.de
You’ll find the accordeon at the area „wir“ beyond both of the portraits named „Meine Vita“I’ve checked out if one of my plugins will cause that – they causes not.
So please can you check the issue. That would be great.
In the private conetnt you’ll find the Login Data, and also the passowrd for the password protectionAnother question:
Is there a way to set the height of the fold/unfold option in a text elemt to zero.
So that only the Button could be used to show the content?
(this question has leaded to solve the requirement with the accordion)July 7, 2023 at 4:00 pm #1412697In reply to: Social icons in footer widget
Yes that is a quick and dirty way:
A way to have there a widget :
/*** custom social bookmarks widget ****/ function social_bookmarks_register_widget() { register_widget( 'add_social_bookmarks' ); } add_action( 'widgets_init', 'social_bookmarks_register_widget' ); class add_social_bookmarks extends WP_Widget { public function __construct() { $widget_ops = array( 'classname' => 'socialbookmarks-widget', 'description' => __('A widget that displays the social bookmarks', 'avia_framework') ); parent::__construct( 'add_social_bookmarks', THEMENAME.' Social Bookmarks', $widget_ops ); } public function widget( $args, $instance ) { $title = apply_filters( 'widget_title', $instance['title'] ); echo $args['before_widget']; //if title is present if ( ! empty( $title ) ) echo $args['before_title'] . $title . $args['after_title']; //output echo $before_widget; $social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => ''); echo avia_social_media_icons($social_args, false); echo $after_widget; } public function form( $instance ) { if ( isset( $instance[ 'title' ] ) ) $title = $instance[ 'title' ]; else $title = __( 'Social Bookmarks', 'avia_framework' ); ?> <p> <label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label> <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" /> </p> <?php } public function update( $new_instance, $old_instance ) { $instance = array(); $instance['title'] = ( ! empty( $new_instance['title'] ) ) ? strip_tags( $new_instance['title'] ) : ''; return $instance; } }and for quick css:
#top .socialbookmarks-widget .social_bookmarks { float: left; margin: 15px 0 0 ; position: relative; } #top .socialbookmarks-widget .social_bookmarks li { float: left; clear: right !important; }but: these are only the social button you have set on enfold options dialaog.
July 6, 2023 at 7:26 pm #1412625rixi
ParticipantHi,
i really like the new parallax template and tried it out now. The only problem is, that always in the first column of the page buttons with links and the akkoredeon isn`t working.
Any idea where that comes from?I am really happy with the enfold support, you are all great!!!!!
Many greetings rixi
July 5, 2023 at 6:20 pm #1412532Topic: Code script with embed privacy
in forum EnfoldMW-Design
ParticipantHi folks,
at first: thanks for the awesome theme. I am using it for different projects and I like it so much.
My problem: I try to paste a script from immowelt.de into my enfold website that shows a list of real estate property and loads this information directly from immowelt.
In Gemany we need to implement an embed privacy function bacause of the privacy policy, so that the script is only running after the visitor allowed it like for YT videos or twitter posts etc.
The script works fine but when I try to put in behind an embed privacy button it doesn’t load the whole script. I also tried to put it in a normal text field and inside the code block element of enfold.So I tried two ways but both didn’t work.
Method 1) is the plugin “Embed privacy”. If it’s installed and activated it doesn’t do anything. The script already starts directly and there is no “hiding” or button for allowance even if I create an individual embed for this
Method 2) is a custom script from https://www.altmann.de/blog/code-snippet-shortcode-zustimmung-fuer-externe-inhalte/. It works with the allowance field and button but when you hit the button it loads only the link of immowelt and not the whole script with list, pictures etc. when I put it into the [ma-content-consent] tags.The immowelt script is:
<div id='iwModule'><script language='javascript' type='text/javascript'> var guid = 'e6b542a2cdd64f518b77f7ade56d8d76'; </script><script language='javascript' type='text/javascript' src='https://homepagemodul.immowelt.de/_scripts/iwag/homepagemodul/homepagemodul.pack.js' ></script><div id='iwWidget' class='iwWidget'></div><noscript>Bitte aktivieren Sie Javascript.</noscript><div id='iwdigetinfo'>powered by <a id='iwdigetinfolink1' rel='nofollow' href='https://www.immowelt.de'>immowelt GmbH</a></div></div>Could you please help me to solve this problem? Thank you.
Greetings
Michael-
This topic was modified 2 years, 9 months ago by
MW-Design.
July 4, 2023 at 6:01 pm #1412444In reply to: Color section with round corners
Hi,
Thank you for the link to your site, it looks like you didn’t add the custom class grid-column to the 2/3 column, I added it for you:

Since you added a special heading element I adjusted your css to add it to the grid and I made some other tweaks, this is the css I added:@media only screen and (min-width: 1366px) { #top .grid-column { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; grid-column-gap: 0px; align-items: flex-start; margin-left: 15%; } .grid-column .av-special-heading, .grid-column .av_textblock_section, .grid-column .avia-button-wrap { grid-column: 1; display: grid; } .grid-column .av-special-heading { grid-row: 1; } .grid-column .av_textblock_section { grid-row: 2; } .grid-column .avia-button-wrap { grid-row: 3; } .grid-column .avia-image-container { grid-column: 2; grid-row: 2; } } @media only screen and (max-width: 1365px) { #top .grid-column { width: 100%; margin: 0; } }I changed the min width for this to 1366px due to your column padding and width because that is when the image has enough room in the column when it’s split in half, below that the css will makes the column width 100% with the elements stacked.
This is my demo example for future readers since your site is not public

Best regards,
MikeJuly 3, 2023 at 5:14 pm #1412347Topic: Content reveal
in forum Enfoldthijsvanhalewijn
ParticipantIs it possible using Enfold theme to create an easy content reveal on a page?
What I am specifically looking for, is a button that appears to the visitor of my page, after he has watched my salesvideo for 10 minutes or so.
Or would I need a seperate plugin to make that happen?
Thanks for helping me out.
ThijsJuly 3, 2023 at 12:45 pm #1412330Hey,
Please add the following code to the Quick CSS field in Enfold theme options > General Styling tab
#top .avia-button .av-siteloader { display: none; }Regards,
YigitJune 30, 2023 at 8:27 pm #1412193In reply to: Error in Avia Shortcode Parser
Mike,
So i dug further and it’s not a matter of even using it in the content anywhere. Just by virtue of having the plugin (GravityView) installed is causing this error.
“I don’t see that we can correct this plugin in the theme.” – It’s not a matter of fixing the plugin, it’s about fixing how the theme handles shortcodes from other developers. Enfold’s “balance shortcode” feature is what is throwing the errors. Somehow, however Enfold grabs the available shortcodes it’s trying to balance, it grabs that as one of the available shortcodes. It tries to create a regex from it and fails.
In class-shortcode-parser.php in
balance_shortcode()this is the$shortcodesvariable it’s trying to process and dying on. With that you should be able to patch the theme so it handles anomalies like this properly.Array ( [0] => wp_caption [1] => caption [2] => gallery [3] => playlist [4] => audio [5] => video [6] => embed [7] => expand [8] => colomat [9] => expandsub1 [10] => expandsub2 [11] => expandsub3 [12] => expandsub4 [13] => expandsub5 [14] => expandsub6 [15] => expandsub7 [16] => expandsub8 [17] => expandsub9 [18] => expandsub10 [19] => expandsub11 [20] => expandsub12 [21] => expandsub13 [22] => expandsub14 [23] => expandsub15 [24] => expandsub16 [25] => expandsub17 [26] => expandsub18 [27] => expandsub19 [28] => expandsub20 [29] => expandsub21 [30] => expandsub22 [31] => expandsub23 [32] => expandsub24 [33] => expandsub25 [34] => expandsub26 [35] => expandsub27 [36] => expandsub28 [37] => expandsub29 [38] => gv_note_add [39] => gv_entry_link [40] => gv_edit_entry_link [41] => gv_delete_entry_link [42] => year [43] => av_privacy_allow_cookies [44] => av_privacy_accept_essential_cookies [45] => av_privacy_google_tracking [46] => av_privacy_google_webfonts [47] => av_privacy_google_maps [48] => av_privacy_video_embeds [49] => av_privacy_google_recaptcha [50] => av_privacy_custom_cookie [51] => av_privacy_accept_button [52] => av_privacy_accept_all_button [53] => av_privacy_do_not_accept_button [54] => av_privacy_modal_popup_button [55] => av_privacy_link [56] => av_privacy_cookie_info [57] => av_sb_instagram_feed [58] => av_leaflet_map [59] => av_productgrid [60] => av_productlist [61] => av_product_button [62] => av_product_info [63] => av_product_review [64] => av_product_tabs [65] => av_product_upsells [66] => avia_sc_product_meta [67] => av_product_price [68] => av_productslider [69] => gravityform [70] => gravityforms [71] => wpseo_breadcrumb [72] => gravityview [73] => gventry [74] => gvfield [75] => gvlogic [76] => gvlogic2 [77] => gvlogic3 [78] => gvlogicelse [79] => tribe:event-details [80] => boxzilla_link [81] => av_player [82] => av_playlist_element [83] => av_blog [84] => av_buttonrow [85] => av_buttonrow_item [86] => av_button [87] => av_button_big [88] => av_catalogue [89] => av_catalogue_item [90] => av_chart [91] => av_chart_dataset [92] => av_codeblock [93] => av_one_full [94] => av_one_half [95] => av_one_third [96] => av_two_third [97] => av_one_fourth [98] => av_three_fourth [99] => av_one_fifth [100] => av_two_fifth [101] => av_three_fifth [102] => av_four_fifth [103] => av_comments_list [104] => av_contact [105] => av_contact_field [106] => av_content_slider [107] => av_content_slide [108] => av_countdown [109] => av_events_countdown [110] => av_upcoming_events [111] => av_gallery [112] => av_horizontal_gallery [113] => av_google_map [114] => av_gmap_location [115] => av_layout_row [116] => av_cell_one_full [117] => av_cell_one_half [118] => av_cell_one_third [119] => av_cell_two_third [120] => av_cell_one_fourth [121] => av_cell_three_fourth [122] => av_cell_one_fifth [123] => av_cell_two_fifth [124] => av_cell_three_fifth [125] => av_cell_four_fifth [126] => av_heading [127] => av_headline_rotator [128] => av_rotator_item [129] => av_hr [130] => av_font_icon [131] => av_icon_circles [132] => av_icon_circle_item [133] => av_icon_box [134] => av_icongrid [135] => av_icongrid_item [136] => av_iconlist [137] => av_iconlist_item [138] => av_image [139] => av_image_diff [140] => av_image_hotspot [141] => av_image_spot [142] => av_partner [143] => av_partner_logo [144] => av_lottie [145] => av_magazine [146] => av_mailchimp [147] => av_mailchimp_field [148] => av_masonry_entries [149] => av_masonry_gallery [150] => av_submenu [151] => av_submenu_item [152] => av_notification [153] => av_animated_numbers [154] => av_portfolio [155] => av_post_metadata [156] => av_metadata_item [157] => av_postcontent [158] => av_postslider [159] => av_progress [160] => av_progress_bar [161] => av_promobox [162] => avia_sc_search [163] => av_section [164] => av_slideshow [165] => av_slide [166] => av_slideshow_accordion [167] => av_slide_accordion [168] => av_feature_image_slider [169] => av_fullscreen [170] => av_fullscreen_slide [171] => av_slideshow_full [172] => av_slide_full [173] => av_social_share [174] => av_tab_section [175] => av_tab_sub_section [176] => av_table [177] => av_row [178] => av_cell [179] => av_tab_container [180] => av_tab [181] => av_team_member [182] => av_team_icon [183] => av_testimonials [184] => av_testimonial_single [185] => av_textblock [186] => av_timeline [187] => av_timeline_item [188] => av_toggle_container [189] => av_toggle [190] => av_video [191] => av_sidebar [192] => av_dropcap1 [193] => av_dropcap2 [194] => gravityview_widget_search [195] => gravityview_widget_custom_content [196] => gravityview_widget_gravity_forms [197] => gv\widgets\page_size [198] => gravityview_widget_pagination_info [199] => gravityview_widget_page_links )June 30, 2023 at 3:46 pm #1412178In reply to: Color section with round corners
Hi,
Try adding the custom class grid-column to your column, for this example I used a 2/3 column with a text block and a button and a image element:

Then add this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:.grid-column { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr; grid-column-gap: 0px; } .grid-column .av_textblock_section, .grid-column .avia-button-wrap { grid-column: 1; grid-row: 1; } .grid-column .avia-image-container { grid-column: 2; grid-row: 1; } @media only screen and (min-width: 1024px) { .grid-column .avia_textblock { display: grid; align-content: start; justify-items: center; padding-top: 20%; } .grid-column .avia-button-wrap { display: grid; align-content: end; justify-items: center; padding-bottom: 20%; } } @media only screen and (max-width: 1023px) { .grid-column .avia_textblock { display: grid; align-content: start; justify-items: center; } .grid-column .avia-button-wrap { display: grid; align-content: end; justify-items: center; } }the expected results:

For your second question the column z-index will need to be adjusted, but we will need to examine your page to offer a solution.Best regards,
MikeJune 30, 2023 at 12:53 pm #1412158In reply to: Attach Third Button to Fullwidth Easy Slider
Hi NCATIT,
I see, just so we use the same thing, please use the following codes:
– enfold\config-templatebuilder\avia-template-builder\php\class-popup-templates.php -> https://pastebin.com/zKJPDgQA
– enfold\config-templatebuilder\avia-shortcode-helpers\class-avia-slideshow.php -> https://pastebin.com/v3VT5BnJAnd finally, add this CSS code in Quick CSS:
.avia-multi-slideshow-button.avia-slideshow-button-2 { margin-right: 20px; }Hope it helps.
Note for other Enfold users: the changes is not recommended since both files are core, do it at your own risk.
Best regards,
NikkoJune 29, 2023 at 3:52 pm #1412076In reply to: Attach Third Button to Fullwidth Easy Slider
Hi NCATIT,
That’s nice, the file you need to edit is enfold\config-templatebuilder\avia-template-builder\php\class-popup-templates.php and find this function slideshow_button_links (line 759 in Enfold 5.6.3), just copy those arrays from Button 2 Label to Button 2 Link Target (line 844 – 895), add a comma after the closing parenthesis in line 895 and paste the whole button 2 arrays, then replace the labels with Button 3 and then replace the id as well.
I hope it helps.Best regards,
NikkoJune 28, 2023 at 6:38 pm #1411977In reply to: Send people to a specific section of the page
Hey SimonePols,
To send people to a specific location on your page to would first add a unique ID for the section that you want to send them to. For example lets say it is the color section with the text heading “BEFORE JOINING OUR PROGRAM” in the backend, edit the color section and go to the advanced tab and go to the developer settings, then add a unique word to the ID option like “beforesection”

Then in your button, or custom menu item, or in a text link on your page you can use the link #beforesection to link to that section:

Best regards,
MikeJune 28, 2023 at 2:28 pm #1411953In reply to: Accordion slider that is centrally updated
Hi,
You can do the following:
Please add the following code to the bottom of the Functions.php file of your child theme or as a new snippet in the Code Snippets plugin to enable advanced Custom Element Template options:
add_theme_support( 'show_advanced_custom_element_options' );Go to Enfold theme options > Custom Element Templates, enable CETs, enable the Show Advanced Options, in the Hierarchical Custom Elements field, select the “Allow use of hierarchical custom elements” option, and in the Custom Elements For Subitems field, select the “Individually select subitem custom element templates” option.
Then, edit one of your pages, go to the Custom Elements tab of ALB, click the Add New Custom Element (https://i.imgur.com/DSxiFWB.png), select the Accordion Slider element, adjust it as needed, and save. Then you can replace your Accordion Sliders with this element. If you need to edit it, you can click the Edit Custom Elements button and edit your Accordion Slider CET.
If you have more than one element, you can create a separate page with those elements and display it using the Page Content element (https://i.imgur.com/kJkr6Ev.png).
Best regards,
YigitJune 28, 2023 at 7:13 am #1411925In reply to: Attach Third Button to Fullwidth Easy Slider
Hi NCATIT,
Unfortunately, there’s no easy way to add a third button on the Easy Slider, since you will need to modify core files in Enfold to be able to change it which might break parts of the site in the process.
Best regards,
NikkoJune 26, 2023 at 11:21 am #1411712In reply to: Comment fundtion on normal page doesn’t work
Hi Mike,
Morning.
But I cannot find the avia-post-nav on my quick CSS:
here is the code I have right now:
.entry-content blockquote {
margin: 1.5em 0em!important;
font-size: 137%!important;
color: rgb(58, 140, 174)!important;
font-style: italic!important;
background: #efefef!important;
padding: 1em!important;
text-align: left!important;
quotes: “\201C””\201D””\2018″”\2019”;
}.entry-content blockquote:before {
color: #ccc;
content: open-quote;
font-size: 4em;
line-height: 0.1em;
margin-right: 0.25em;
vertical-align: -0.4em;
}
.entry-content blockquote p {
display: inline;
}.footer_color {
border: none;
}/* Generated by Font Squirrel (//www.fontsquirrel.com) on April 15, 2015 */
@font-face {
font-family: ‘verbextralight’;
src: url(‘/webfonts/extralight-webfont.eot’);
src: url(‘/webfonts/extralight-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/webfonts/extralight-webfont.woff2’) format(‘woff2’),
url(‘/webfonts/extralight-webfont.woff’) format(‘woff’),
url(‘/webfonts/extralight-webfont.ttf’) format(‘truetype’),
url(‘/webfonts/extralight-webfont.svg#verbextralight’) format(‘svg’);
font-weight: normal;
font-style: normal;}
/*
@font-face {
font-family: ‘verbregular’;
src: url(‘/webfonts/regular-webfont.eot’);
src: url(‘/webfonts/regular-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/webfonts/regular-webfont.woff2’) format(‘woff2’),
url(‘/webfonts/regular-webfont.woff’) format(‘woff’),
url(‘/webfonts/regular-webfont.ttf’) format(‘truetype’),
url(‘/webfonts/regular-webfont.svg#verbregular’) format(‘svg’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘verbsemibold’;
src: url(‘/webfonts/semibold-webfont.eot’);
src: url(‘/webfonts/semibold-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/webfonts/semibold-webfont.woff2’) format(‘woff2’),
url(‘/webfonts/semibold-webfont.woff’) format(‘woff’),
url(‘/webfonts/semibold-webfont.ttf’) format(‘truetype’),
url(‘/webfonts/semibold-webfont.svg#verbsemibold’) format(‘svg’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘verbcondlight’;
src: url(‘/webfonts/yellow-design-studio-verbcondlight-webfont.eot’);
src: url(‘/webfonts/yellow-design-studio-verbcondlight-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/webfonts/yellow-design-studio-verbcondlight-webfont.woff’) format(‘woff’),
url(‘/webfonts/yellow-design-studio-verbcondlight-webfont.ttf’) format(‘truetype’),
url(‘/webfonts/yellow-design-studio-verbcondlight-webfont.svg#verbcondlight’) format(‘svg’);
font-weight: normal;
font-style: normal;}*/
@font-face {
font-family: ‘verbcondregular’;
src: url(‘/webfonts/yellow-design-studio-verbcondregular-webfont.eot’);
src: url(‘/webfonts/yellow-design-studio-verbcondregular-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/webfonts/yellow-design-studio-verbcondregular-webfont.woff’) format(‘woff’),
url(‘/webfonts/yellow-design-studio-verbcondregular-webfont.ttf’) format(‘truetype’),
url(‘/webfonts/yellow-design-studio-verbcondregular-webfont.svg#verbcondregular’) format(‘svg’);
font-weight: normal;
font-style: normal;}
@font-face {
font-family: ‘verbcondsemibold’;
src: url(‘/webfonts/yellow-design-studio-verbcondsemibold-webfont.eot’);
src: url(‘/webfonts/yellow-design-studio-verbcondsemibold-webfont.eot?#iefix’) format(’embedded-opentype’),
url(‘/webfonts/yellow-design-studio-verbcondsemibold-webfont.woff’) format(‘woff’),
url(‘/webfonts/yellow-design-studio-verbcondsemibold-webfont.ttf’) format(‘truetype’),
url(‘/webfonts/yellow-design-studio-verbcondsemibold-webfont.svg#verbcondsemibold’) format(‘svg’);
font-weight: normal;
font-style: normal;}
/*
html, body, div, p { font-family: ‘verbregular’; }
h1, h2, h3, h4, h5, h6, strong { font-family: ‘verbsemibold’; font-weight: normal;text-transform:none!important; }*/html, body, div, p { font-family: ‘verbcondregular’; }
h1, h2, h3, h4, h5, h6, strong { font-family: ‘verbcondsemibold’; font-weight: normal;text-transform:none!important; }.button-transition-blue {
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}.button-transition-blue:hover {
background:#3a8cae!important;
}.big-thin {
font-size: 1.6em;
line-height:1.2em;
font-family:’verbextralight’;
color:white;
}.image-overlay {
visibility: hidden;
}#top #wrap_all .header_color .av-menu-button-colored > a .avia-menu-text {
background: #f9a456!important;
border: 0px solid white;
}.big-thin span.av_font_icon.avia_animate_when_visible.av-icon-style-.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
padding-bottom: 100px;
}@media only screen and (max-width: 767px) {
.big-thin span.av_font_icon.avia_animate_when_visible.av-icon-style-.avia-icon-pos-left.avia_start_animation.avia_start_delayed_animation {
padding-bottom: 20px;
}
}.big-thin span.av-icon-char {
line-height: 1em!important;
margin-right: 10px;
}#top .av_header_transparency #header_meta {
border:none;
}div#content {border-color:transparent!important;}
#top .chatlio-widget textarea {
line-height: unset!important;
min-height: unset!important;
}/*this changes the width of the tabs */
.av-inner-tab-title {
width: 200px !important;
font-size: 13px !important;
font-weight: medium !important;
}/*this adjusts the tab arrow */
.av-tab-arrow-container {
width: 200px !important;
}/*this CSS styles the scroll down arrow */
#top .scroll-down-link {
/*color: #f9a456 !important; */
font-size: 150px;}
/* This styles the animated icon list on the PS page */
.card-container {
cursor: pointer;
height: 530px;
perspective: 600;
position: relative;
width: 100%;
margin-bottom: 25px ;
}.card {
height: 100%;
position: absolute;
border-radius: 6px;
transform-style: preserve-3d;
transition: all 1s ease-in-out;
width: 100%;
}.card:hover {
transform: rotateY(180deg);
}.card .side {
backface-visibility: hidden;
border-radius: 6px;
height: 530px;
position: absolute;
overflow: hidden;
width: 100%;
}.card .back {
padding: 20px;
background: #eaeaed;
color: #606a71;
line-height: 20px;
text-align: left;
transform: rotateY(180deg);
}/* the following css snippets adjust the icon list that is on the PS page */
.horizontal-icon-list ul.avia-icon-list li {
float: left;
clear: none;
width: 20%;
}.horizontal-icon-list .iconlist-timeline {
display: none;
}div.description {
position:absolute; /* absolute position (so we can position it where we want)*/
bottom:0px; /* position will be on bottom */
left:0px;
width:100%;
/* styling bellow */
background-color: #eaeaed;
color: #606a71;
}p.description_content{
padding:10px;
margin:0px;
font-size: 15px;
}@font-face {
font-family: ‘Font Awesome 5 Free’;
font-style: normal;
font-weight: 900;
font-display: auto;
src: url(“../webfonts/fa-solid-900.eot”);
src: url(“../webfonts/fa-solid-900.eot?#iefix”) format(“embedded-opentype”), url(“../webfonts/fa-solid-900.woff2”) format(“woff2”), url(“../webfonts/fa-solid-900.woff”) format(“woff”), url(“../webfonts/fa-solid-900.ttf”) format(“truetype”), url(“../webfonts/fa-solid-900.svg#fontawesome”) format(“svg”); }.fa,
.fas {
font-family: ‘Font Awesome 5 Free’;
font-weight: 900; }@media only screen and (max-width: 700px) {
.cta_text_block p {
line-height: 1.5em;
}}
@media only screen and (max-width: 700px) {
.section_heading h2 {
line-height: 1.5em;
}}
/* this targets the Learn More btn on the Tech services page */
.sleeknote-btn {
display: flex;
/*justify-content: space-around;*/
}/* this adjusts the padding on the Tech services page */
.custom-btn-slknte {
padding-right: 10px;
}/* This removes the comments from the blog */
.slide-content .slide-meta .slide-meta-comments a, .slide-content .slide-meta .slide-meta-del {
display: none;
}/* Centers the text on blog page */
.hero-blog-entry-center {
text-align: center;
}.hero-blog-entry-center .read-more-link {
display: block;
text-align: center;
margin: 30px auto 20px auto;
clear: both;
width: 150px;
border: none;
border-style: solid;
border-width: 2px;
border-color: #3a8cae;
padding: 10px 0;
border-radius: 5px;
}.hero-blog-entry-center .read-more-link .more-link-arrow {
display: none;
}.new-blog .av-masonry-entry .av-inner-masonry-content {
height: 158px;
}.logo-bg {
position: absolute;
top: 400px;
right: -400px;
opacity: 0.05;
z-index: -10;
transform: rotate(-30deg);
}/*—————————————-
// CSS – Content Slider style – 2
//————————————–*//* Slider Background */
#top .av-contentslider-style-2 {
margin: 20px 50px;
background: #ffffff;
}/* Arrow position */
#top .av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls {
width: 100%;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: 999;
}/* Right arrow*/
.av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls .next-slide {
right: -35px !important;
}
/* Arrow icon */
#top .av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls a.next-slide:before{
content:’\e875′;
}/* Left arrow */
.av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls .prev-slide {
left: -35px !important;
}
/* Arrow icon */
#top .av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls a.prev-slide:before{
content:’\e874′;
font-family: ‘entypo-fontello’;
}/* Common arrow styles */
#top .av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls a {
border-radius: 25px;
color:#fff;
font-weight: bolder;
font-size: 24px;
background: #f9a456;
width: 30px;
height: 30px;
}#top .av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls a:before {
background: transparent;
top:3px;
}/* Arrow hover style */
#top .av-contentslider-style-2 .avia-slideshow-arrows.avia-slideshow-controls a:hover {
opacity: 1;
background: #fab677;
}.testimonial-cta {
background-color: rgba(255, 255, 255, 0.9);
}/* .testimonial-col {
height: 400px;
} *//* enfold social media icons fix */
.social_bookmarks_twitter a::before, .av-social-link-twitter a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_facebook a::before, .av-social-link-facebook a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_linkedin a::before, .av-social-link-linkedin a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_pinterest a::before, .av-social-link-pinterest a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_tumblr a::before, .av-social-link-tumblr a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_reddit a::before, .av-social-link-reddit a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_vk a::before, .av-social-link-vk a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_gplus a::before, .av-social-link-gplus a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_mail a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_dribble a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_youtube a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_instagram a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}
.social_bookmarks_vimeo a::before {
font-family: ‘entypo-fontello’;
content: ‘’;
}/* end enfold social media icons fix */
.standards-solutions-container {
display: flex;
justify-content: space-evenly;
}.standards-text-container {
width: 500px;
}.testimonial-container {
display: flex;
justify-content: space-evenly;
}.img-container-test {
}
.text-container-test {
width: 500px;
margin-right: -60px;
}.solutions-hover:hover {
-ms-transform: translate(0, -5px);
transform: translate(0, -5px);
transition: 0.3s ease-in-out;
cursor: pointer;
}.hero-ul-list {
width: 400px;
margin-bottom: 40px;
column-count: 2;
padding: 0;
}.hero-ul-list li {
line-height:1.5em;
float:left;
list-style-type: square;
}/* NEW EDIT */
h1.headerh1 {
position: absolute;
top: 100px;
z-index: 9999;
text-align: center;}
#product-feature .flex_column {
width: 40%;
}
/* CSS Code by Agus */@media all and (min-width:1025px){
.hero-content{
min-height:863px !Important;
}
}/*.home-heading h1{
font-family:’verbregular’ !important;
font-size:38px !important;
color:#fff !important;
text-align:center;
line-height:1.4em;
letter-spacing:-0.5px !Important;
margin-bottom:20px !important;
}*/.home-heading h1{
font-family:’verbcondregular’ !important;
font-size:38px !important;
color:#fff !important;
text-align:center;
line-height:1.4em;
letter-spacing:-0.5px !Important;
margin-bottom:20px !important;
}.home-heading span.orange,
.main-heading span.orange{color:#f69345 !important}.btn-product-tour span:before{
background:#fff !Important;
padding:9px;
border-radius:30px;
border:1px solid #fff !important;
color:#f69345 !important;
}.btn-product-tour:hover span:before{
border:1px solid #f69345 !important;
}.btn-product-tour .avia_iconbox_title{
margin-right:5px;
font-weight:600 !important;
}.hero-image img{
margin-top:-485px !important;
margin-bottom:-150px;
}.general-button span{
font-family: ‘Poppins600’ !important;
font-weight: 600 !important;
}.products .entry-content-wrapper{
max-width:1100px;
margin:0 auto;
}#products{
background: radial-gradient(50% 50% at 50% 50%, #3E91BA 0%, #1D62A0 100%), #2F799E;
}.main-heading h3{
font-family: ‘verbsemibold’ !important;
font-weight: 600 !important;
}/*.main-heading span.special_amp{
font-family:”verbregular” !Important;
font-size:1em !important;
font-style:normal !Important;
}*/.main-heading span.special_amp{
font-family:”verbcondregular” !Important;
font-size:1em !important;
font-style:normal !Important;
}.features{
height:400px !important;
background: rgba(255, 255, 255, 0.03);
backdrop-filter: blur(29px);
border-radius: 10px;
transition: all 0.2s ease-in-out;
border: 1px solid #5597bf;
}.features p{
margin-right:80px !important;
}.features:hover{
background:#fff !important;
}
.features:hover h2{
color:#f69345 !important;
}.features:hover h4{
color:#000 !important;
}
.features:hover p{
color:#4d4d4d !important;
}
.products .flex_column_table{
margin-top:70px !important;
}.content-slider{
overflow:visible !Important;
}.content-slider .avia-content-slider-inner{
max-width:1140px !Important;
margin:0 auto;
}.content-slider .slide-entry{
border-radius: 10px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #00000026;
padding:12px;
}.content-slider .slide-entry img{
border-radius:10px !Important;
}.content-slider .slide-entry h3{
font-family:Roboto, sans-serif !important;
color: #051728 !important;
font-size: 22px !important;
font-weight: 600;
line-height: 33px;
margin-top: 4px;
max-height:98px;
overflow:hidden;
}.content-slider a.more-link{
font-family: “Roboto”, Sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 19px;
padding: 0px 0px 0px 0px;
border-radius: 0px;
color: #458350;
margin-top: 5px;
}.content-slider .slide-content{
padding:10px !important;
}.content-slider .avia-content-slider-inner{
overflow:visible !Important;
}.content-slider .av_one_third,
.success-story .av_one_third{
margin-left: 3%;
width: 31.333333333333332%;
}.content-slider .av_one_third.first,
.success-story .av_one_third.first{
margin-left:0px !important;
}.content-slider .avia-slideshow-arrows a.next-slide{ right: -40px !important}
.content-slider .avia-slideshow-arrows a.prev-slide{ left: -40px !important}
.content-slider .avia-slideshow-arrows a.next-slide,
.content-slider .avia-slideshow-arrows a.prev-slide{
border-radius: 50px !important;
font-size: 16px !important;
height: 41px !important;
width: 41px !important;
}.content-slider .avia-slideshow-arrows a:before{
border-radius:50px !Important;
line-height: 41px !important;
background:#f69345 !Important;
color:#fff !Important;
border:1px solid #f69345;
}.content-slider .avia-slideshow-arrows a:hover:before{
background:#fff !important;
color:#f69345 !important;
}.content-slider .avia-slideshow-arrows a{
top:50% !important;
opacity:1 !important;
}.success-story h3{
display:none !Important;
}/*.success-story h2{
font-family:’verbregular’ !important;
color:#051728 !important;
line-height:1.4em !Important;
margin-top:0px !Important;
font-weight:600;
-webkit-font-smoothing:antialiased;
}*/
.success-story h2{
font-family:’verbcondregular’ !important;
color:#051728 !important;
line-height:1.4em !Important;
margin-top:0px !Important;
font-weight:600;
-webkit-font-smoothing:antialiased;
}.success-story p{
font-size:16px !important;
}.success-story a.read-more{
color: #458350;
font-family: “Vern font”, Sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 19px;
position:absolute;
bottom:17px;
}.success-story .slide-entry{
min-height:463px;
border-radius:10px;
padding:15px;
border-style: solid;
border-width: 1px 1px 1px 1px;
border-color: #D9D9D9;
transition: background 0s, border 0s, border-radius 0s, box-shadow 0s !Important;}
.success-story .slide-entry-wrap{
padding:0px 20px;
margin:0 auto !Important;
}.success-story .avia-slideshow-arrows {
position: absolute !important;
width: 100% !important;
top: 50% !important;
left: 0;
height: 41px;
}.success-story .avia-slideshow-arrows a{
height:41px !Important;
width:41px !important;
line-height:41px !important
}.success-story .avia-slideshow-arrows a:before{
line-height:41px !important;
font-size:16px !important
}.success-story a:before{
border:none !Important
}.success-story a.prev-slide{
left:-40px;
}.success-story a.next-slide{
right:-40px !important;
}
.success-story a.prev-slide, .success-story a.next-slide{
min-width:41px !important;
border-radius:50px;
border:1px solid #f69345 !Important;
background:#f69345 !important;
color:#fff !important;
}.success-story a.prev-slide:hover, .success-story a.next-slide:hover{
background:#fff !important;
color:#f69345 !important;
opacity:1 !important;
}.home-subscribe{
background: rgb(255,255,255) !important;
background: linear-gradient(180deg, rgba(255,255,255,0) 75%, rgba(29,98,160,1) 75%) !important;
}.home-footer{
background: radial-gradient(50% 50% at 50% 50%, #3E91BA 0%, #1D62A0 100%), #2F799E;
}.home-footer img{
width:174px !Important;
}
.home-footer .avia-image-container{
text-align:left !important;
margin-bottom:20px;
}.home-footer p{
font-size:16px;
color:#BED3E4;
padding-right:100px;
}.home-footer h3{
font-size:20px !important;
color:#ffffff !important;
margin-bottom:20px !important;
}/*.home-footer h5{
font-family:”verbregular” !Important;
font-size:16px !important;
color:#ffffff !important;
margin-bottom:20px !important;
}.home-footer h6{
font-family:”verbregular” !Important;
font-size:14px !important;
color:#ffffff !important;
}*/.home-footer h5{
font-family:”verbcondregular” !Important;
font-size:16px !important;
color:#ffffff !important;
margin-bottom:20px !important;
}.home-footer h6{
font-family:”verbcondregular” !Important;
font-size:14px !important;
color:#ffffff !important;
}.home-footer li{border-width:0px !Important}
.home-footer li a{font-size:14px !important;color:#D8E9F1 !Important;padding:5px 0px !important;line-height:1.5em !Important}.home-footer li a:hover{background:transparent !Important;color:#D8E9F196 !important}
.home-footer .av-share-box ul li a{
width:38px !Important;
height:38px !important;
margin-right:12px;
padding-top: 10px !important;
background: #f69345 !important;
}.home-footer .av-share-box ul li:hover a{
margin-top:-10px !important;
}.home-copyright{
border-top:1px solid #fff !Important;
padding-top:25px;
}.home-footer .template-page{
padding-bottom:20px !Important;
}@media all and (max-width:1024px){
.features p{margin-right:0px !important}
.avia-section-huge .content{padding-top:60px !important;padding-bottom:60px !Important}
.main-heading{margin-bottom:20px !Important;padding-bottom:0px !Important}
.home-footer p{padding-right:50px !Important}
.hero-content{min-height:720px !Important}
}
@media all and (max-width:767px){
.home-heading h1{font-size:32px !important;line-height:1.2em !Important;}
.hero-content{padding:40px 25px 25px 25px !important}
.hero-image img{margin-top:-185px !important}
.hero-content{min-height:auto !Important}
.infographic{padding:0px !important}
#domain-expertise .av_one_half,
#professional-services .av_one_half,
#innovative-software .av_one_half{padding:0px !Important}
.products .av_one_half{padding:25px !important}
.products .first{margin-bottom:85px !Important;overflow:hidden;}
.home-subscribe {
background: rgb(255,255,255) !important;
background: linear-gradient(180deg, rgba(255,255,255,0) 85%, rgba(29,98,160,1) 85%) !important;
}
}June 25, 2023 at 3:30 pm #1411628Hi,
That worked, thanks.
So the space was created by the columns and other elements above have negative top margins for the overlay affect so by the time we get to your headline rotator there is a large gap:

so to correct I added a negative bottom margin to the last column row above the headline rotator, please note that this is for the desktop version only:

tablet and mobile seems fine as is, but you can adjust for these if you wish by choosing those buttons:

Best regards,
Mike -
This topic was modified 2 years, 9 months ago by
-
AuthorSearch Results
-
Search Results
-
Topic: How to get support
Hello, I am a longtime Enfold user trying to ask a question on the support forum.
I do not see a button or call to action to initiate my question.
I confirmed from Evanto that my licence is up to date.Can you please help me with getting into the support section that enables me to ask a support question? I have a pressing issue.
Taja di Leonardi
username: tajadojo
Purchase code: 9e8f0909-fa86-44e9-9421-4df4e73831eetaja
Hello.
We loaded the latest version of Enfold theme v 5.6.3
An old issue has come up again. The preview button won’t show changes.
In the past, to fix we would switch to the wordpress block editor and
click the “Attempt Block Recovery” button
Save page
refresh browser
switch back to Advanced editor
save
This sometimes works temporarily, then after a couple more updates and saves, preview stops working and “unexpected or invalid content error appearsHello,
I am working on a redesign of our home page, and a key requirement is to replace forms with an Intercom Bot that allows visitors to book a demo of our software.
I have followed the Intercom guide to create a custom CSS ID called .book_demo_bot and used the Developer Settings in the Button Row object, I have assigned the ID. In order to prevent the page from reloading, I have set the link to manual and just added ‘#’.
I then copied the Button Row object and inserted it in two other places on the page to prompt a call to action.
As you will see on the page, the first instance calls the Intercom Demo Bot as required, but the others on the page ignore the javascript and use the # to revert back to the top of the website.
The other issue I have is that the Button Row component only allows you to set Developer Settings for the component and not the individual buttons, so when selecting the ‘watch a demo’ button it attempts to call the Intercom Bot before loading the eWebinar demo page.
I have attempted to replicate the style and responsive behaviour of the Button Row using individual buttons, but this has proved unsuccessful. If this had worked then the second issue would be resolved as each button would have its own Developer Settings so I could set the CSS for the ‘request a demo’ button only.
Any advice or suggestions would be greatly appreciated.
Hi Enfold Team,
I’ve used the „accordion“ Element as I used it several times before, but it did not work. The toggle(s) stay(ing) closed.
Firefox: No reaction, Safari: No reaction, Chrome: Jump to „nirvana“ ;-Pgventi.andreasanselm.de
You’ll find the accordeon at the area „wir“ beyond both of the portraits named „Meine Vita“I’ve checked out if one of my plugins will cause that – they causes not.
So please can you check the issue. That would be great.
In the private conetnt you’ll find the Login Data, and also the passowrd for the password protectionAnother question:
Is there a way to set the height of the fold/unfold option in a text elemt to zero.
So that only the Button could be used to show the content?
(this question has leaded to solve the requirement with the accordion)Hi,
i really like the new parallax template and tried it out now. The only problem is, that always in the first column of the page buttons with links and the akkoredeon isn`t working.
Any idea where that comes from?I am really happy with the enfold support, you are all great!!!!!
Many greetings rixi
Topic: Content reveal
Is it possible using Enfold theme to create an easy content reveal on a page?
What I am specifically looking for, is a button that appears to the visitor of my page, after he has watched my salesvideo for 10 minutes or so.
Or would I need a seperate plugin to make that happen?
Thanks for helping me out.
Thijs

