Viewing 30 results - 1,471 through 1,500 (of 11,214 total)
  • Author
    Search Results
  • Hi!
    In the recent Enfold Version width: 100% for the social icon’s ul element got missing (it’s still found here https://kriesi.at/documentation/enfold/social-share-buttons/)
    Adding this to your Theme’s CSS should fix it:
    #top .av-share-box ul {
    width: 100%;
    }

    #1314855

    In reply to: 4.85 Update Support

    This reply has been marked as private.
    #1314787
    biancahuebsch
    Participant

    Hi guys,

    I open my page by using a colorsection with a background video. On the mobile version I’d like to have a picture in die colorsection and a “play button” symbol wich links to a pop up window playing a vimeo video. When I add a link to the symbol it always goes to a different window. I found no solution to open a pop up window.
    In the following enfold theme demo is the exact thing I want:https://kriesi.at/themes/enfold-startup/

    My Website is this one (the symbol is just set on the mobile version): https://maler-heilmann.s5.projekt.dev/ueberuns/

    I just fixed it with adding the Video inside the page but this is not want I acutally like to have.

    thanks for your help.
    Bianca

    #1314701
    jeremysecondary
    Participant

    Hey Guys,
    I am trying to make the small bar above the main menu have a solid background (#78bc1f) and stick to the top of the site.
    I was able to center the menu, but I can’t make the background a solid color or make the bar stick to the top of the page.
    This is the site: https://www.goddessgarden.com/

    This is a good example of another site on Enfold and how I want to look and function: https://premiumtufflock.com/

    I tried the “small bar above the main menu” advanced styling and it didn’t work.

    Here is the custom css on the site currently:
    #socket .copyright {
    width: 100%!important;
    text-align: center!important;
    }

    #top .aviaccordion-preview-title-wrap { background: rgba(119,188,31,0.9); }
    #top .aviaccordion-title { font-size: 25px; }

    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content * {
    color: black;
    }
    #top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content {
    margin: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255,249,245,0.98);
    }

    .avia-no-number { opacity: 1; }

    #top #header .avia_mega_div {
    max-width: 1080px;
    }

    /* Color section container width */
    #section-container-width .container {
    width: 100% !important;
    min-width: 100%;
    padding: 0;
    margin: 0;
    }

    .special_amp {
    font-family: inherit;
    font-size: inherit!important;
    font-style: inherit;
    font-weight: inherit;
    color: inherit!important;
    }

    /**
    * Changes the redirect URL for the Return To Shop button in the cart.
    *
    * @return string
    */
    function wc_empty_cart_redirect_url() {
    return ‘https://www.goddessgarden.com/store/’;
    }
    add_filter( ‘woocommerce_return_to_shop_redirect’, ‘wc_empty_cart_redirect_url’ );

    #top #header_meta {background-color: red!important; }
    .header_color .phone-info {color: white !important; }
    .av_phone_active_right .phone-info {
    float: none!important;
    text-align: center!important;
    }

    #top .av_header_transparency #header_meta {
    border-bottom: 75;
    }

    #1314561

    Jasmer. Thank you for figuring out the problem (with Ismael). I have struggled for 2 days on this problem.
    Getting a Google Map API is more complicated than Enfold’s tutorial. Here is my steps for those who are trying for the first time.

    There are 3 primary things to do:
    • You must first have a billing method for Google. This is a paid service. Go to https://console.cloud.google.com/flows/enableapi . In the top left “hamburger” menu, select Billing. Here is where you would set up billing. IMPORTANT: you need to wait for the billing method to be confirmed before anything works. This can take up to 3 days. A notice to your registered email will say when it is confirmed.
    • The next step is to create a Project. In https://console.cloud.google.com/apis/dashboard (or choose APIs & Services from menu) choose or create your Project from “My Project” in the dropdown menu at the top.
    • Once in your new Project Dashboard, select Credentials in the left. Choose one or create one.
    • Then you follow the instructions https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key. Which are:
    o Name: give your project a logical name, e.g.: API Key DOWW 2021
    o Application restrictions: None
    o API restrictions: Don’t restrict key
    o Save.
    • There is still one more thing to do (that is NOT mentioned in most instructions). There is more on this here: https://developers.google.com/maps/documentation/javascript/geocoding.
    o Enable Geocoding. In your Project Dashboard (above) look for Geocoding API (way at the bottom of the page)
    o Select the button: Geocoding API
    o Click Enable

    Then everything should work.

    #1314551

    Hi Tobias777G,

    Please try the following in Quick CSS under Enfold->General Styling:

    .avia-gallery-thumb a {
        padding: 0 1% 0 0;
    }

    You can start a new topic if you follow this link, or click this button: https://imgur.com/a/AnoSPNb.

    Best regards,
    Rikard

    #1314446

    Hi Alexander,

    You would need to add CSS and JavaScript codes to your site as well. Please note example code is using SCSS preprocessor tool.

    We have forwarded your request to our devs however if you need this button urgently, we would recommend you to hire a freelance developer as currently our devs are busy working on Enfold updates :)

    Best regards,
    Yigit

    #1314413

    Hi,

    Seems that this thread got mixed up a bit. I answered before:

    Problem seems to be related to WPML not translating the images correctly when using the ajax callback load more button.

    Have you already tried to open a ticket at WPML?

    If not, please do so and add the info above.

    Additional info for WPML:

    enfold\config-templatebuilder\avia-shortcodes\av-helper-masonry.php function query_entries_by_id()
    enfold\config-templatebuilder\avia-shortcodes\masonry_gallery\masonry_gallery.php function ajax_load_more()

    Best regards
    Günter

    Best regards,
    Günter

    Hey coolicious,

    Thank you for the inquiry.

    It is possible to upload new icons and add new social icons in the theme. Please check the following documentation for more info on how to add a custom social icon.

    // https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options

    And this one to add your own custom icon.

    // https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-

    You may need to produce an SVG file of the social media icon and convert it to an icon font. There is an icon font generator in the fontello.com site. All you need is the SVG format of the social media icon. Once you have the icon font, you can upload in the theme using the Enfold > Import/Export > Iconfont Manager.

    Best regards,
    Ismael

    #1314241

    Hey manurimini,

    Thank you for the inquiry.

    This is possible but you will have to modify the enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php directly. Around line 1219, you could add a switch statement, check for the $category->cat_name and replace it with something else.

    $output .= 	"<span class='text-sep " . $category->category_nicename . "_sort_sep'>/</span>";
    					$output .= 		'<a href="#" data-filter="' . $category->category_nicename . '_sort" class="' . $category->category_nicename . '_sort_button" ><span class="inner_sort_button">';
    					$output .= 			"<span>" . esc_html( trim( $category->cat_name ) ) . "</span>";
    					$output .= 			"<small class='av-cat-count'> " . $cat_count[ $category->term_id ] . " </small></span>";
    					$output .= 		'</a>';
    

    // https://www.w3schools.com/php/php_switch.asp

    This is where the category name is rendered.

    $output .= "<span>" . esc_html( trim( $category->cat_name ) ) . "</span>";
    

    It is also possible with Javascript.

    // https://www.w3schools.com/jsref/jsref_replace.asp

    Best regards,
    Ismael

    Hey betaphase,

    Thank you for using Enfold.

    Can you please update to 4.8.6 – there had been added fixes that might solve some problems – and we work hard to eliminate those we did not catch in testing in the oncoming releases.

    We had many requests to extend styling options and animation possibilites for ALB elements. As e.g. hover effects or sonar effects are not supported by inline style we decided to move all custom stylings to CSS rules and a css file (as other template builder like Elementor also do).

    This makes it easier to extend elements and maintain the readability of code and keep it stable.

    As these changes need a complete change in code we started with some elements providing new styling possibilites like buttons (see changelog 4.8.4) and others which were only changed to support this. We will update all elements step by step in future versions.

    We try to keep our selectors as weak as possible (mostly .container.element-id, a few need #top ) so it should be possible to use custom css selectors with #top or #top #wrap_all to override ours. Adding a custom id to an element will also allows it.

    Some more insight:

    As shortcodes can also be used in sidebars or can be called with do_shortcode() there is a “fallback” for these cases to add the CSS rules in a

    <style>...</style>

    tag right before the element.

    So there would be a possibility to supress the css file generation and only have this “fallback”. But this is currently not implemented. We can add a “add_theme_support” option for special use cases – if this helps you.

    Best regards,
    Günter

    wtechgr
    Participant

    Hello there guys,

    I am trying to replicate the css shown here , in order to align all the “add to cart” buttons at the bottom of the grid and I am facing some difficulties, since the classes etc are different than the default woocommerce. Can you please kindly guide me in the process to implement this correctly using Enfold?

    You may find the link to the staging website page at the private content section (I know that the images need to be replaced/resized etc, but I am currently only concerned for the red button at the bottom of each product), as well as login credentials.

    Thank you in advance for your reply.

    Best regards

    • This topic was modified 4 years, 8 months ago by wtechgr.
    crashclint
    Participant

    When adding a row to Activity Outline/Agenda section of the form by pressing on the + button and then on the second row pressing on the + button to add a third row there is an issue. The second row + button has an image overlay on top of it that is larger than both the + and – button so that you can only click on the overlay. This seems to be an interaction with the Enfold theme we are using. Is there a way to get rid of the overlay?

    If you navigate to the form and scroll down to that section and then add a new row and then try to add a third you will see what I mean.

    We use Gravity Forms on the site and are experinencing an interaction between Gravity Forms and Enfold. When adding a row to Activity Outline/Agenda section of the form by pressing on the + button and then on the second row pressing on the + button to add a third row there is an issue. The second row + button has an image overlay on top of it that is larger than both the + and – button so that you can only click on the overlay. This seems to be an interaction with the Enfold theme. Is there a way to get rid of the overlay?

    If you navigate to the form (link was provided in the “Private Content” section) and scroll down to the section described above and then add a new row and then try to add a third you will see what I mean.

    #1313267
    J P
    Participant

    Hi. I am using the Enfold church theme on WP 5.8. I am setting up my homepage and on the main menu have created a menu item called “Donate”. I have set this button as a “Mega Menu” button and would like the rollover color to be red. I am looking for an obvious way to do this and can’t seem to find it. Can someone explain to me how I can make this happen, please.

    Thank You in advance for your assistance.

    JP

    #1313256

    Hey Pixel_Production,

    Thank you for using Enfold and your feedback.

    padding for columns

    I modified the CSS output to be backwards compatible with prior 4.8.4 for 0, 0px, 0% to skip padding. And for new columns the default value is empty string, same for border radius.

    Here is a link to the modified file with a few more changes/fixes: https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_8_5/template_builder/columns.php

    deactivate css generation completely

    We can add a filter to skip it on a per page basis, but this will make most customization of ALB elements obsolete that require styles and not classes only. Step by step we want to remove most of all inline html style=”…” and extend the styling options for elements like we did already with buttons, notification box, …. (see changelog).

    Together with the custom elements we added recently this will make it easier to get a consistent and easy maintainable layout.

    Of course we can provide filters – let us know and we will add them.

    We try to keep our selectors as weak as possible (mostly .container-class.element-id).

    Best regards,
    Günter

    Edit: element-id is depending on shortcode attributes, means if options change also element-id changes.

    Edit: To invalidate all post css files save theme options.

    #1313211

    Hey Lucian,

    Thank you for the inquiry.

    You can try this plugin to translate the placeholder text of the fullwidth sub menu.

    // https://wordpress.org/plugins/say-what/

    Or edit it directly in the enfold/config-templatebuilder/avia-shortcodes/menu/menu.php file, around line 624.

    $mobile_button = $mobile == 'active' ? "<a href='#' class='mobile_menu_toggle' " . av_icon_string( 'mobile_menu' ) . "><span class='av-current-placeholder'>" . __( 'Menu', 'avia_framework' ) . '</span></a>' : '';
    

    Best regards,
    Ismael

    #1312969
    This reply has been marked as private.
    #1312848
    Hidealoo
    Participant

    Enfold: 4.8.5
    PHP version: 7.4.21
    WP: 5.8

    Hello,

    I’m using the video element to display a short Vimeo hosted video, 5 seconds. Displays fine on all platforms. The problem occurs when I use my iPad and the first click of the play button makes the makes flash to pause and then back to play. The second press of the Play button plays the video.

    Page link in Private Content.

    Any ideas please?

    Thanks.

    #1312757
    g-man
    Participant

    Since updating to Enfold 4.8.4 a “Eintrag teilen” text together with a YouTube button is displayed at the end of each blog post. No idea where this comes from.

    Please advise.

    #1312723
    OmarSG
    Participant

    I have update to 4.8.5 have problem with backend I can’t see how design will look. But if I goes to preview changes then I have this Notice

    Notice: Undefined index: avia-module-audioplayer-css in /var/www/virtual/bokalind.is/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php on line 561

    Notice: Trying to access array offset on value of type null in /var/www/virtual/bokalind.is/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php on line 561

    Notice: Undefined index: avia-module-buttonrow-css in /var/www/virtual/bokalind.is/htdocs/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/class-asset-manager.php on line 561
    I have 50 of this above the design

    On the main page this is the Notice
    Notice: Undefined variable: permalink in /var/www/virtual/bokalind.is/htdocs/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php on line 1434
    Notice: Undefined variable: permalink in /var/www/virtual/bokalind.is/htdocs/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php on line 1434

    What is this Notice? And they have increased in 4.8.5
    Regards
    Omar SG

    • This topic was modified 4 years, 8 months ago by OmarSG.
    #1312706
    Tobias777G
    Participant

    Dear Enfold Team,
    thank you very much for the super support here!
    I have the following question:
    On the post page (page is deposited at the bottom in the Private Content sector), I have comments enabled at the bottom.

    However, I would like to change the text for the comment function as following:

    Hinterlasse einen Kommentar (should stay that way).
    An der Diskussion beteiligen? (should stay like this)
    Ich freue mich auf Ihren Kommentar (should be changed like this)
    Ihre E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert. (shall be added but with spacing to the text above)
    In addition, the button “Kommentar abschicken” should appear in the color #719430, as well as the circle with the number of comments (currently 0).
    The frames of the data for name, email, website, message… should be in black color, because the gray is hardly recognizable. But very thin.

    What is the best way to change this?

    #1312661

    In reply to: borderstyle buttons

    Hey dokwerkers,

    Thank you for using Enfold.

    With 4.8.4 we started to extend styling possibilites for Elements in a step by step way.

    The standard button, buttonrow and fullwidth button already have box shadow, border and background gradient color.

    Please check out the latest version 4.8.5 (released yesterday) containing bugfixes from 4.8.4.

    https://kriesi.at/support/topic/enfold-upcoming-fixes/

    Best regards,
    Günter

    #1312429

    Hello Rikard,
    As above I have some same problem with video not playing. I got a Envato Token and integrated it but i see no update button on my Enfold theme.

    Some info to add:

    I always update the Enfold theme using the updater inside wordpress.
    Also, I have made some adjustments to the function.php file.
    At the bottom there are new functions for the click-able service buttons on the main page. Which opens an closes close sections.

    Regards,
    Robert Berrier

    Dommel
    Participant

    Hi,

    After updating to the latest Enfold version a couple of days ago. Strange things seem to happen. I tried doing some debugging like disabling plugins (we don’t use many), or re-creating elements and objects to see if that fixes, but sadly no success. Here is a list we are running into:

    1) New uploaded images that we want to use as thumbnails, using ‘feature image’ option in (portfolio) posts. Don’t show up in gallery elements. The post and the space for the thumbnail is here. But the image itself is not showing. I did some testing, any new images we upload to the website, don’t work. Any old images we already had from the past, still work.
    2) Animated Numbers (the element). The description text below the number, now always shows “Add your own text” no matter what text you give it. The number itself is still working. This is on both already placed “animated numbers” elements we created in the past. And newly created “animated numbers” elements.
    3) There seems to be a strange flickering artifact going on over the entire website when you roll over multiple (gallery) buttons. It’s as if the image of the button (or item) is, for a split second, full screen. Then every thing goes back to normal. We never had this before. It could of course also be a browser thing. It’s hard to say.

    Here is our website:
    http://www.highpriority.com

    If you go here: https://highpriority.com/portfolio/
    You will notice that one of the thumbnails is missing. I will see if I can add more.

    If you go here: https://highpriority.com/portfolio-item/media-monks-lego-nexo-knights/
    You will see the animated numbers and their issue. This is website wide. (except on the Smurfs project page where we used a static solution. We are going to apply this static solution everywhere).

    I’m seeking help, where to look, any tips of what it could be. I’m not a coder, but also not a complete layman.
    Perhaps this is all related to the latest update of Enfold or WordPress? Perhaps I did something wrong and files are broken or corrupt.
    Also note that I have a large-ish quick CSS file. So far it is all tested and keeping it clear where possible, but with limited understanding of code/css.

    Thanks for taking the time. You guys an gals make great themes!

    Robert Berrier

    #1312083
    beppemodena
    Participant

    On 22/7 in the staging environment we updated to the WP 5.8 release (still having Enfold 4.8.3 active)
    The update was resolved correctly and without problems, and then we carried out the update in the customers’ live environment.
    On 23/7 always in the staging environment we updated to Enfold 4.8.4 and we have encountered these problems.
    In live environment with WP 5.8 and Enfold 4.8.3 the problems are not present:
    1) Icon box (the text field is no longer shown in the preview and in the back-end)
    2) Animated numbers (the text field is no longer shown in the preview and in the back-end)
    3) Button (button profile is not shown)
    See the video:
    The video refers to the pages:



    Attention these problems were presented the same, in all the sites created with Enfold.
    See an example at the link:
    Unfortunately, for this site, the problems listed above were not noticed in the staging environment and we have updated the theme.
    If we try to restore a backup to the previous version, we have the critical error attached.
    See google drive link to the file: WordPress › Error.pdf
    In the staging copy I created user for Enfold to see the problem from the backend.

    • This topic was modified 4 years, 8 months ago by beppemodena.
    #1312053

    PROOF:
    maskenzauber.com/temp/enfold-483.mp4 (works)
    maskenzauber.com/temp/enfold-484.mp4 (messed)

    Code:

    [av_heading heading='Überschrift' tag='h2' style='' subheading_active='' show_icon='' icon='ue800' font='' size='24' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='15' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' link='' link_target='' id='' custom_class='h2leistung' template_class='' av_uid='av-wi1cvv' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [av_three_fourth first av_uid='av-sexbw57']
    [av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-ruxp997' sc_version='1.0' admin_preview_bg='']
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    [/av_textblock]
    [/av_three_fourth]
    
    [av_one_fourth min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' highlight='' highlight_size='' border='' border_color='' radius='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-rineby3']
    [av_hr class='custom' height='-500' shadow='no-shadow' position='center' custom_border='av-border-none' custom_width='50px' custom_border_color='' custom_margin_top='0px' custom_margin_bottom='0px' icon_select='no' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-r2l8ae3']
    
    [av_icon_box icon='ue81f' font='entypo-fontello' title='Preise' position='top' icon_style='' boxed='' font_color='' custom_title='#b02b2c' custom_content='' color='custom' custom_bg='' custom_font='' custom_border='' custom_title_size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' custom_content_size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' heading_tag='' heading_class='' link='' linktarget='' linkelement='' id='' custom_class='' av_uid='av-qbofqu3' admin_preview_bg='']
    Preise & FAQ[av_button label='FAQ' link='manually,#tab-id-2' link_target='' size='x-large' position='left' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-py4gvff'][av_button label='Preise' link='manually,#tab-id-1' link_target='' size='x-large' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-pbgzg57']
    [/av_icon_box]
    [/av_one_fourth]
    
    [av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-ovwwzdn' sc_version='1.0' admin_preview_bg='']
    <strong>Lorem Ipsum</strong>
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    [/av_textblock]
    
    [av_section min_height='' min_height_px='500px' padding='default' shadow='shadow' bottom_border='border-extra-arrow-down' id='' color='alternate_color' custom_bg='' src='' attachment='' attachment_size='' attach='scroll' position='top left' repeat='no-repeat' video='' video_ratio='16:9' overlay_opacity='0.1' overlay_color='#28343c' overlay_pattern='' overlay_custom_pattern='' av_uid='av-8vd7qz']
    
    [av_one_full first av_uid='av-o3spxtn']
    
    [av_gallery ids='30327,30326,30325,30324,30323,30322,30321,30320,30319,30318,30317,30316,30315,30314,30313,30312,30311,30310' style='thumbnails' preview_size='no scaling' crop_big_preview_thumbnail='avia-gallery-big-no-crop-thumb' thumb_size='portfolio_small' columns='6' imagelink='lightbox' link_dest='' lightbox_text='caption' lazyload='deactivate_avia_lazyload' html_lazy_loading='disabled' alb_description='' id='' custom_class='' template_class='' av_uid='av-jrmjqais' sc_version='1.0' admin_preview_bg='']
    
    [av_hr class='invisible' height='40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello' av_uid='av-2cyzbvf']
    
    [av_button label='Weiter' icon_select='no' icon='ue800' font='entypo-fontello' link='page,14091' link_target='' size='small' position='center' label_display='' title_attr='' color_options='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' btn_color_bg='theme-color' btn_custom_grad_direction='vertical' btn_custom_grad_1='#000000' btn_custom_grad_2='#ffffff' btn_custom_grad_3='' btn_custom_grad_opacity='0.7' btn_custom_bg='#444444' btn_color_bg_hover='theme-color-highlight' btn_custom_bg_hover='#444444' btn_color_font='theme-color' btn_custom_font='#ffffff' btn_color_font_hover='white' btn_custom_font_hover='#ffffff' border='none' border_width='' border_width_sync='true' border_color='' border_radius='' border_radius_sync='true' box_shadow='' box_shadow_style='0px,0px,0px,0px' box_shadow_color='' hover_opacity='' sonar_effect_effect='' sonar_effect_color='' sonar_effect_duration='1' sonar_effect_scale='' sonar_effect_opac='0.5' id='' custom_class='' template_class='' av_uid='av-nc04ukb' sc_version='1.0' admin_preview_bg='']
    
    [/av_one_full][/av_section][av_two_third first min_height='' vertical_alignment='av-align-top' space='' margin='0px' margin_sync='true' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' padding_sync='true' highlight_size='1.1' border='' border_color='' radius='0px' radius_sync='true' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' attachment='' attachment_size='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='av-break-at-tablet' mobile_display='' av_uid='av-mqk8crf' custom_class='']
    [av_tab_container position='top_tab' boxed='border_tabs' initial='1' av_uid='av-8103wb']
    [av_tab title='Preise' icon_select='yes' icon='ue8e3' font='entypo-fontello' av_uid='av-2751vyz']
    [av_table purpose='pricing' pricing_table_design='avia_pricing_default' pricing_hidden_cells='avia_show_empty_cells' caption='' responsive_styling='avia_responsive_table' av_uid='av-l9f8gxn']
    [av_row row_style='avia-heading-row' av_uid='av-ksm9x5n'][av_cell col_style='avia-desc-col' av_uid='av-kccltdn']Art[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-k2hiw6z']Trallala[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-jp9n4d7'][av_cell col_style='avia-desc-col' av_uid='av-j3k5jq3']Typ[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-in3xoaj']nach Bedarf[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-i60bgsb'][av_cell col_style='avia-desc-col' av_uid='av-hsmd2l7']Was[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-h5g8s2j']Alle[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-gp8yepn'][av_cell col_style='avia-desc-col' av_uid='av-g92z6vv']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-fx39s57']Irgendwas[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-5ls3rv'][av_cell col_style='avia-desc-col' av_uid='av-ew86kqj']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-eble6ez']Ja[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-1eylebf'][av_cell col_style='avia-desc-col' av_uid='av-1cz9o1n']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-db7xeij']Ja[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-clbe5p7'][av_cell col_style='avia-desc-col' av_uid='av-c0uk3ff']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-bqx9vaz']Ja[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-bdbr9q3'][av_cell col_style='avia-desc-col' av_uid='av-aq5r9iz']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-ageudkr']Nein[/av_cell][/av_row]
    [av_row row_style='' av_uid='av-9shikpn'][av_cell col_style='avia-desc-col' av_uid='av-9dgdozf']Lorem Ipsum[/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-927xxqz']Ja[/av_cell][/av_row]
    [av_row row_style='avia-pricing-row' av_uid='av-8n0hv0b'][av_cell col_style='avia-desc-col' av_uid='av-85wa7wb'][/av_cell][av_cell col_style='avia-highlight-col' av_uid='av-7iw249n']Mal sehen.[/av_cell][/av_row]
    [/av_table]
    [/av_tab]
    [av_tab title='oft gestellte Fragen' icon_select='yes' icon='ue81c' font='entypo-fontello' av_uid='av-6xqzpob']
    [av_toggle_container initial='0' mode='accordion' sort='' av_uid='av-6tyh0nv'][av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-62utznf']
    Answer
    [/av_toggle] [av_toggle title='lorem Ipsum dolor' tags='' av_uid='av-5tbygd7']Answer
    [/av_toggle][av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-5a2iw3f']
    Answer[/av_toggle]
    [av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-4p7kusb'] Answer[/av_toggle]
    [av_toggle title='lorem Ipsum dolor' tags='' av_uid='av-4k11qyj'] Answer[/av_toggle]
    [av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-3yr5qd7']Answer[/av_toggle]
    [av_toggle title='lorem Ipsum dolor?' tags='' av_uid='av-30aviyj'] Answer[/av_toggle][/av_toggle_container]
    [/av_tab]
    [/av_tab_container]
    [/av_two_third]
    
    [av_one_third min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' row_boxshadow='' row_boxshadow_color='' row_boxshadow_width='10' link='' linktarget='' link_hover='' padding='0px' highlight='' highlight_size='' border='' border_color='' radius='0px' column_boxshadow='' column_boxshadow_color='' column_boxshadow_width='10' background='bg_color' background_color='' background_gradient_color1='' background_gradient_color2='' background_gradient_direction='vertical' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_breaking='' mobile_display='' av_uid='av-2eyhhmj']
    [av_heading heading='Überschrift' tag='h6' style='' subheading_active='' show_icon='' icon='ue800' font='entypo-fontello' size='' av-medium-font-size-title='' av-small-font-size-title='' av-mini-font-size-title='' subheading_size='15' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' icon_size='' av-medium-font-size-1='' av-small-font-size-1='' av-mini-font-size-1='' color='' custom_font='' subheading_color='' seperator_color='' icon_color='' margin='' margin_sync='true' padding='10' icon_padding='10' link='' link_target='' id='' custom_class='' template_class='' av_uid='av-1yueuxn' sc_version='1.0' admin_preview_bg=''][/av_heading]
    
    [av_textblock size='' av-medium-font-size='' av-small-font-size='' av-mini-font-size='' font_color='' color='' id='' custom_class='' template_class='' av_uid='av-58okgr' sc_version='1.0' admin_preview_bg='']
    Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.
    [/av_textblock]
    
    [av_hr class='default' height='50' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' av_uid='av-153zmez']
    [/av_one_third]
    
    
    #1312035

    Hi lampije,

    Please try the following in Quick CSS under Enfold->General Styling:

    #top .avia-button.avia-color-dark,
    #top .avia-button.avia-color-light {
        border-style: solid !important;
    }

    Best regards,
    Rikard

    #1311935

    Hi @Marcel,

    We are planning to release an update on Monday.

    If you would like to apply the fixes manually:
    For Icon Box element, please go to /enfold/config-templatebuilder/avia-shortcodes/iconbox/iconbox.php in Appearance > Editor and find following on 553rd line

    
    $default = $this->sync_sc_defaults_array( $default );
    

    and change it to following

    
    $default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );
    

    For Animated Numbers element, please go to /enfold/config-templatebuilder/avia-shortcodes/numbers/numbers.php in Appearance > Editor and find following on 631st line

    
    $default = $this->sync_sc_defaults_array( $default );
    

    and change it to following

    
    $default = $this->sync_sc_defaults_array( $default, 'no_modal_item', 'no_content' );
    

    To fix Dark & Light Transparent Buttons, please replace /enfold/config-templatebuilder\avia-template-builder\php\base-classes\class-popup-templates-callback.php file with – https://raw.githubusercontent.com/KriesiMedia/enfold-library/master/temp_fixes/Enfold_4_8_4/base-classes/class-popup-templates-callback.php

    Best regards,
    Yigit

    #1311871
    Sascha
    Participant

    Hello,

    I cannot fix the problem with my cookie consent bar. When hit ‘read more’button It gives error message that a lightbox is necessary to show modal pop-up.

    You have to load in JavaScript with callback wrapper-functies – zie avia_cookie_consent_modal_callback in bestand enfold\js\avia-snippet-cookieconsent.js

    Can you please help me out with this?

    Thank you.
    Best regards Sascha

Viewing 30 results - 1,471 through 1,500 (of 11,214 total)