Viewing 30 results - 1,561 through 1,590 (of 11,204 total)
  • Author
    Search Results
  • #1304152

    After much frustration of having the TinyMCE buttons be there when I opened the text block on a page or post then have them disappear after saving the page. Well I finally have a solution. It appears there was a conflict with Page Builder by SiteOrigin plugin. I had been using the plugin before installing Enfold. after deactivation of the plugin everything was back to normal. Since this is the only site that I had both Enfold and Page Builder by SiteOrigin plugin installed it took me a while to figure it out.

    I hope this helps someone else who runs into the problem.

    Buko

    • This reply was modified 4 years, 9 months ago by byBuko.
    steridhh
    Participant

    Hi,
    to learn how it works, it is a good way, to import demo data.
    So I did.
    The original can be found here:

    What I did till yet, can be found here:

    I have only made a few translations so far and set a new goal for the button ‘return to shop’ via functions.php.
    But that cannot cause the problem.

    That is:
    If I go to the menu item ‘delivery’ (–> original) an click ‘add to cart’, a transparent overlay appears. It slides beginning right over the page and then the product is added to the card.

    If I do the same on the replicated website, a second scroll bar appears for a short time, the whole page ‘trembles’ a little and then the product is added to the card.

    (menu item: Lieferung nach Hause)

    That is an unsightly effect and looks a little bit like ‘I couldn’t do it’.

    What can be the reason for this? I can’t figure it out.

    Thanks a lot for supporting me.
    Stefan

    Technohead
    Participant

    Hi!

    Unfortunately, I just realized there´s no option for adding a button to upload a file in the Enfold contact form. I have already got the design cleared by the client but now they want job applications together with a CV to be sent with the contact form as well. Bummer. I have tried to style Contact Form 7 with help from your guide but I’d like the form titles to be inside of the fields instead of above them like it is now. Is this possible? Link to page with both the Enfold Contact form (that I prefer ) and the Contact form 7.

    I´d really appreciate if you guys could help me to present a contact form to my client that looks like the one in Enfold. So much cleaner.

    Regards, Roger

    #1303955

    Topic: Menü Problem

    in forum Enfold
    beaw1nner
    Participant

    Hallo

    Wir haben ein dringendes Problem bei unserer WordPress Website.

    Zur Website: https://w1nner.com/

    Folgendes Problem ist aktuell vorhanden. Wir können unter > Design > Menü > die vorhanden Menü nicht aktivieren. Folglich stimmt die Menü-Struktur aktuell nicht mehr, und wir müssen dieses schnell beheben. Sowohl bei den Menü-Einstellungen “Menüs Bearbeiten” und “Position verwalten” kann man neue Seiten etc. hinzufügen,aber die Änderungen lassen sich nicht aktivieren bzw. speichern mit dem Button.

    Version Themes: Parent Theme (Enfold) Versionsnummer ist 4.8.3
    PHP-Version: 7.4.19

    Können Sie mir schnell weiterhelfen?

    Vielen Dank für den schnellen Support

    Gruss
    Andres

    #1303915

    Hi kikosanchezestudio,

    Please try to follow these steps:
    1. Download the child theme in https://kriesi.at/documentation/enfold/child-theme/
    2. Login to your site, then go to Appearance > Themes > Add New, then upload enfold-child.zip downloaded from step 1
    3. Install and activate the child theme
    4. Go to Enfold > Import/Export > Import Settings From Your Parent Theme, then click the Import Parent Theme Settings button
    5. (FTP access is necessary at this point) Go to wp-content > themes > enfold, copy single.php, go to enfold-child then paste the file.
    6. Edit the file in line 22:

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'link' => $t_link, 'subtitle' => $t_sub));

    replace it with:

    if( get_post_meta(get_the_ID(), 'header', true) != 'no') echo avia_title(array('heading'=>'strong', 'title' => $title, 'subtitle' => $t_sub));

    Other option would be to give us admin access and we’ll do the steps above for you :)

    Best regards,
    Nikko

    #1303898
    andotek
    Participant

    Hi Team,

    My graphic designer has redesigned the logos / icons for
    Add to Cart
    Search
    Account (Person Shape)

    I would like to position these three icons on the right side of the main menu header container.
    I would like the Add to Cart button to function as per the default -> Upon hover it shows what is in the cart.
    I would like the search button to still be ajax enabled on click

    How do I best approach this?
    Previsouly I have created a header widget to get a generic button positioned on the right side of the main menu however this is a little more complex as I would like to still have the default behaviour happen as per the default theme options (search and add to cart)
    // Header widget area

    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    How would you approach a problem like this?

    #1303728

    Hello Enfold team,

    I have a page with 2 columns that display Easy sliders with project photos.
    I would like to have a ‘load more’ button after 8 sliders(4 in left and 4 right column).
    I have 4 categories that I would like to have filter for, so my question is how this is done-
    Blog or portfolio option?
    Can it be done without blog and portfolio, just by adding a category filter and a ‘load more’ button to the page?

    Thanks in advance,
    Sneska

    • This reply was modified 4 years, 9 months ago by sneska.
    #1303660

    In reply to: Envato private token

    This reply has been marked as private.

    Hi Thomas,

    Sorry for the late reply!

    I checked your test site and could reproduce the issue. Add to gallery button throws error related to backbone.js file as Rikard mentioned earlier.
    While I was searching for a solution, I found this thread – https://wordpress.org/support/topic/enfold-theme-conflict/ where plugin author fixed the issue by releasing an update. I think another update might be needed.
    I checked their developer docs however that did not help either. If plugin author replies to your thread and has any pointers, we will gladly pass them to our devs :)

    Best regards,
    Yigit

    #1303589

    Hi Rikard.
    Is it possible that you can help me with this ?:

    “Hi Yigit.
    Thank you so much for the quick response :)
    I can see that you’re completely right about the old version, but the strange thing is when I click on “theme update” is does not provide me with the update button so I am not quite sure how to update from Enfold 4.2 to version 4.8.3.
    I wonder if I have to do it manually or maybe you can shed some light on it for me :)?

    Regarding to the changes in the footer.php and header.php.
    Is it the quick css you mean? If so I am not quite sure what you mean by updating them and I probably need a copy of these files from version 4.2 to compare differences :) Could you elaborate what you mean by updating them?

    Best Regards
    Iben”

    BEST REGARDS iben

    Do you use the advanced layerslider elsewhere on your page?
    As far as i can see it is only one image and a button – something you can achieve with enfold sliders aswell.

    see here ( for mobile view with the other image ) https://webers-testseite.de/sideutsch/
    two fullwidth enfold sliders.

    you only need this ( nice ) slider if there are more action in the layers. Link

    btw:
    if your content is only 925px wide – why not optimize it for this maximum width

    #1303263

    Hi Yigit.
    Thank you so much for the quick response :)
    I can see that you’re completely right about the old version, but the strange thing is when I click on “theme update” is does not provide me with the update button so I am not quite sure how to update from Enfold 4.2 to version 4.8.3.
    I wonder if I have to do it manually or maybe you can shed some light on it for me :)?

    Regarding to the changes in the footer.php and header.php.
    Is it the quick css you mean? If so I am not quite sure what you mean by updating them and I probably need a copy of these files from version 4.2 to compare differences :) Could you elaborate what you mean by updating them?

    Best Regards
    Iben

    #1303215

    Hey Seb,

    Please edit your Social Buttons element and give it a custom ID in Advanced > Developer Settings (“custom-share” in example below) and then add following code to bottom of Quick CSS field in Enfold theme options > General Styling tab

    #custom-share .av-share-box .avia-related-tooltip {
        top: 360px !important;
    }
    #custom-share .avia-related-tooltip .avia-arrow-wrap .avia-arrow {
        top: -60px;
    }

    If that does not help, please post a link of your page :)

    Best regards,
    Yigit

    emilconsor
    Participant

    Hi there,

    we are using some content sliders on this page http://klimawandel-buch.dev10.econsor-programming.de/download-bereich/.

    We have some slider templates we use and edit afterwards. The first time loading in a template from the saved ones in the backend layout builder, everything is working fine – the problem occurs when editing the same content slider the second time: admin-ajax returns error 500.

    The logs show that there is an array instead of a string getting through:
    PHP Fatal error: Uncaught TypeError: stripslashes(): Argument #1 ($string) must be of type string, array given in /html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php:570
    &
    PHP Fatal error: Uncaught TypeError: trim(): Argument #1 ($string) must be of type string, array given in /html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-helper.class.php:575

    I’ve var_dumped “$content”, and it’s just the button as an array – I don’t know why that happens.

    Can you kindly help me out here?

    Thanks in advance.

    • This topic was modified 4 years, 9 months ago by emilconsor.
    #1303039

    Hey TLPLindseyMuchka,
    Thank you for your patience and the link to your page, I have carefully reviewed your slider to try to help you accomplish the “Hero Header” using the Fullwidth Easy Slider, but the styles and animation are added by a script during the page load so we can not completely remove it, plus I see that you also have the lazyload option enabled, so it could also help to disable that, but this css seems to help quite a bit, please try this code in the WordPress > Customize > Additional CSS field as it has the highest priority:

    #full_slider_1 .avia-slideshow li.av-single-slide,
    #full_slider_1 .avia-caption-title,
    #full_slider_1 .avia-caption-content,
    #full_slider_1 .avia-slideshow-button {
    	-webkit-animation: 0s ease 0s normal none 1 running none !important;
    	animation: 0s ease 0s normal none 1 running none !important;
    	visibility: visible !important;
    	opacity: 1 !important;
    }

    and then try disabling Enfold Theme Options > Performance > JS & CSS file merging and compression and at the bottom of the page enable Enfold Theme Options > Performance > Delete old CSS and JS files then save your theme options and check.
    But I believe you may want to create your own Hero Header with a color section and a background image to have better control over it.

    Best regards,
    Mike

    #1303032

    Yes, I have a fontello icon set with the new icons for new definitions. And, yes, I placed it in the right spot in the functions.php. Because this blog doesn’t have a child theme, I used this article: Social Share Buttons. It says to put the code right after this line:

    if(isset($avia_config[‘use_child_theme_functions_only’])) return;

    Yes, I have cleared all caches and refreshed Enfolds Performance Settings.

    #1302920

    In reply to: Buttons huge on mobile

    Hey whdsolutions,

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

    @media only screen and (max-width: 767px) {
    .avia-button.avia-size-x-large {
        padding: 15px 30px 16px !important;
    }
    }

    Best regards,
    Rikard

    #1302912

    In reply to: Mini cart

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    div.dropdown_widget_cart {
      background-color: #fff;
    }
    
    button.single_add_to_cart_button {
      width: 300px;
    }

    Best regards,
    Rikard

    #1302870
    MJM
    Participant

    Hello,

    I just updated to Enfold 4.8.3 and am trying to use the new share links options, but no matter what option I have it set to, it compresses all of the buttons like this:
    screenshot of share links
    Even if I set it back to the default options, it is still displaying like this. Any help would be appreciated. Thanks!

    andotek
    Participant

    Is it possible to replace the standard AJAX search with a search box that takes over the secondary sub menu?

    Example I’m trying to achieve below using the enfold theme.

    https://www.solodev.com/blog/web-design/search/how-to-create-a-search-bar-that-overlays-your-top-navigation.stml

    Currently I have the AJAX search in place below. I want to take it one step further that when the search button is pressed it will over lay across the secondary menu. For a mobile user also this will look better then the standard ajax solution.

    /* Header Meta Search Icon */
    if(!function_exists(‘avia_append_header_meta_search_icon’))
    {
    //first append search item to main menu
    add_filter( ‘wp_nav_menu_items’, ‘avia_append_header_meta_search_icon’, 9997, 2 );
    add_filter( ‘avf_fallback_menu_items’, ‘avia_append_header_meta_search_icon’, 9997, 2 );

    function avia_append_header_meta_search_icon( $items, $args )
    {
    if (is_object($args) && $args->theme_location == ‘avia2’)
    {
    global $avia_config;
    ob_start();
    get_search_form();
    $form = htmlspecialchars(ob_get_clean()) ;

    $items .= ‘<li id=”menu-item-search” class=”noMobile menu-item menu-item-search-dropdown menu-item-avia-special”>
    <span class=”avia_hidden_link_text”>’.__(‘Search’,’avia_framework’).'</span>
    ‘;
    }
    return $items;
    }
    }

    Hi,

    Some information about it:

    I supose there is some incompatibility with woocommerce and enfold -now 4.8.3- because:

    :: Editing in woocommerce enviroment:
    1.- I edit https://joanv22.sg-host.com/product/extensive/ with “Edit product” item menu
    print screen: https://joanv22.sg-host.com/mat/enfold-editors1.jpg
    2.- I get the right page edition
    print screen: https://joanv22.sg-host.com/mat/enfold-editors2.jpg
    3.- When I clic in the “Advanced layout editor” button, I get other page => this is particularity problematic, because my client needs to edit the content in the easyest possible way (visual, not code).
    print screen: https://joanv22.sg-host.com/mat/enfold-editors3.jpg
    4.- If I change to the other editor, I get no content
    print screen: https://joanv22.sg-host.com/mat/enfold-editors4.jpg

    :: Editing in content in other pages -not woocommerce enviroment-:
    When the html editor fails in the advanced layout editor, I go to the other editor, update the page and get back to the advanced layour editor, in this moment with the right and editable content.

    Thanks in advance.

    Joan

    Hi DigitalEssence,

    Can you try adding this CSS code in Enfold > General Styling > Quick CSS:

    #top .sidebar .widget_shopping_cart .button {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 16px;
    }

    Best regards,
    Nikko

    andotek
    Participant

    Hi Team,
    Ive followed the documentation to add a widget to the header area so I can create a button (https://kriesi.at/documentation/enfold/header/#adding-a-header-widget-area). The button gets created perfectly, however when clicked the URL link does not activate. The button just does not do anything!

    I’m using the short code
    [av_button label='Refer A Friend' link='manually,/refer-a-friend/' link_target='' size='small' position='right' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av_uid='av-5obiu2i']

    How do I get the button URL to activate?

    #1302382

    For a better example: https://clixer.nl/protunes/product/foodtruck/
    The radiobuttons should be in style with the default Enfold variations above the radio buttons.

    #1302267
    disrupto
    Participant

    Hello,
    We use the Enfold Theme for our website and Gravity form for our forms.

    We have a styling issue with the checkboxes and buttons radio.
    They are not align with their label.
    I’m using the rules provided by the Gravity Form’s support to override the customizations made by the theme:
    body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_radio .gchoice {
    display: inline-grid;
    grid-auto-flow: column;
    }
    body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gchoice {
    display: inline-grid;
    grid-auto-flow: column;
    }
    But it doesn’t work correctly. The button is very far from the label.
    So could you help me on this topic please?

    I also have a styling issue when I try to display checkboxes (or radio buttons) in columns (the rules “gf_list_2col” works on Gravity forms’ preview but not in live).
    Do you have any solution for this?

    Thank you for your help.
    Céline

    #1302211

    Topic: Mini cart

    in forum Enfold
    soniavoice
    Participant

    Hi I have woocommerce in my enfold theme.
    1 • My Mini cart has not background: it’s transparent and it is not readable.
    How can I chango colour in white? I attach screenshot.
    2 • Also how is possible change dimention of button “Add to cart” in my product page?

    thanks.

    #1302158

    Dear Ismael,

    As you can see from my first image (link to image), and I have mentioned a couple of times, this looks like an Enfold bug. Looking at the image, you can see that the issue is 100% related to the functionality of the theme/ALB. Everything above the Load more button looks fine – the issue is only after clicking Load more.

    Don’t you agree with that?

    I am not sure how to understand your responses. Are you saying this is a bug that will not be looked into by the developers?

    Regards,

    Chrilles

    #1302101

    Topic: Portfolio Demo

    in forum Enfold
    infonove
    Participant

    Hi, i’ve imported this demo in my WP.

    How to modify learn more and get in touch title button?

    #1301932
    markacramer
    Participant

    Hello All, I have tried the css code here: https://kriesi.at/documentation/enfold/button/#toggle-id-34 to attempt to add a drop shadow to my buttons with no luck. I tried pasting the code into the quick css text field in General Stying settings as well as Appearance/Customize/Additional CSS but nothing changes for my buttons. I pasted this code:

    /* Remove button border */
    .my-custom-button .avia-button {
    border: none !important;
    }

    /* Box-shadow border */
    .my-custom-button a.avia-button {
    box-shadow: inset 0px 0px 0px 4px gold !important;
    }

    Any assistance would be greatly appreciated.

    #1301874

    Hi projectt_co_uk,

    Please add this CSS code in Enfold > General Styling > Quick CSS:

    #top #footer .widgettitle {
        border: none;
    }
    
    #top #footer .avia-button {
        font-size: 24px;
    }

    Just adjust the font size value.
    Hope this helps.

    Best regards,
    Nikko

Viewing 30 results - 1,561 through 1,590 (of 11,204 total)