Viewing 30 results - 3,301 through 3,330 (of 11,207 total)
  • Author
    Search Results
  • #1118131

    Danke, mit dem Update (einfach den Order “enfold” per FTP kopiert) funktioniert fast wieder alles. Eine Kleinigkeit: Die “Slideshow-Button” waren und sind noch abgerundet, der Button “avia-menu-text” im “main-nav” ist nun ECKIG. Habe gesucht, wo ändere ich das?

    Danke!

    #1117462
    vinayb
    Participant

    Hi there, We see see “Authenticating” instead of SUBMIT button in the contact form done with ENFOLD contact form element. please refer to this screenshot https://www.screencast.com/t/CgaUtscI

    Can you please help me figure out what is the issue?

    #1117256

    Hey norwestarch,
    To add a script to your WP site you will need to upload it and adjust this function so the path is correct and add it to your functions.php:

    function my_custom_scripts() {
        wp_enqueue_script(
            'custom-script',
            get_stylesheet_directory_uri() . '/js/my_custom.js',
            array( 'jquery' )
        );
    }

    I see that you are not using a child theme, I would point out that without using a child theme your customizations will be lost on the next update.
    Please use our pre-built child theme
    You will want to take a couple of steps, 1: please export your theme settings at: Enfold Theme Options > Import/Export > Export Theme Settings File to your computer, this is just for backup.
    2: Once you install your child theme, please import your parent theme settings at:
    Enfold Theme Options > Import/Export > Import Settings from your Parent Theme
    Then you’ll need to re-set your menu options.
    Finally, sometimes it is necessary to save your theme options one more time, to encourage the settings to be saved and activated in the merged /wp-content/uploads/dynamic_avia/ folder, a simple way to do this is to go to General Styling > Quick CSS field and place a space in the field so the theme options “Save all changes” button is clickable.

    Best regards,
    Mike

    #1116746
    martinrosenauer
    Participant

    Dear Enfold team,

    I have two problems with the enfold audio player, as used here on my website (please see link posted in private content).

    1st
    When I start the audio via the play button the first two seconds of the audio cannot be heard.

    2nd
    As mentioned in an earlier post from 2018 the audio is – although player is set to „stop after playing last song – automatically replays the audio when it is finished.
    see also post here from 2019:

    I tried out the solution as suggested here and exchanged the css and the php-file, but still the autoplayer plays the file again after it has ended.

    Looking forward to your answer and hope there is a solution (soon).

    #1116386

    In reply to: Tab Border

    Hey marsh1984,

    The site looks good on my end. You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Victoria

    #1116343

    In reply to: lightbox galleries

    But how to influence ( hook to ) the enfold lightboxes – not the inline popups.

    by the way – you see the link in private content. This is no gallery from the start. There are on that page different media files which have all a lightbox link.
    The default enfold way on the alb to have lightbox.
    I want to avoid that all media files are part of the “gallery” in the lightbox by clicking the next (or prev.) Button. On default Enfold behavior it is different Media files in different color-section are not part of one lightbox gallery.

    So is there a way to split in a layout without color-sections f.e. videos in one lightbox – images in the other?

    #1116287

    Hi,
    Thank you for the login, I was able to create and publish a new test post using the Advanced Layout Builder, and then I was able to edit again. I then tested each of your templates and found only one that would crash the Advanced Layout Builder with this error:

    /wp-admin/admin-ajax.php Failed to load resource: the server responded with a status of 403 (Forbidden)

    It is the Informes PE template, the button gives the same error when trying to edit. So this button is corrupt, I tried to debug but couldn’t add the debug code to your functions.php, your site requires it to be added via ftp. Can you add this to line nuber 18, right after the line: if(isset($avia_config[‘use_child_theme_functions_only’])) return; ?

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    	return "debug";
    }
     

    Also please ask your webhost if there is any server rules against the pdf file type. Try editing one of your posts to cause the error just before you contact them so you can tell them a time so they can check the server logs for the error, and hopefully see the cause.

    Best regards,
    Mike

    #1116028

    Hi,

    In file enfold\config-templatebuilder\avia-shortcodes\buttonrow\buttonrow.php at the bottom look for:

    
     $output .=	"<a href='{$link}' {$data} class='avia-button {$extraClass} " . $this->class_by_arguments('icon_select, color, size', $atts, true) . "' {$blank} {$style} >";
    

    and replace with:

    
     $output .=	"<a title='{$atts['label']}' href='{$link}' {$data} class='avia-button {$extraClass} " . $this->class_by_arguments('icon_select, color, size', $atts, true) . "' {$blank} {$style} >";
    

    Could be that adding a title to buttons will become part of the core. Check for changelog and options in the elements.

    Best regards,
    Günter

    #1115999

    Hi,

    Thank you for contacting us.

    Let us know if the code worked for you and please make sure to clear the cache every time when you add a new code :)

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1115994

    Hi,

    Thank you for sharing the details.

    To activate the burger menu at a custom width please follow the steps provided in the docs

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1115962

    In reply to: corrections

    Hi,

    Thank you for sharing the details.

    I have checked your site on my android device and on a web simulator in both the cases the buttons look aligned properly on the same line.

    I have attached a screenshot of the same below

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1115913

    Topic: Underlining all links

    in forum Enfold
    Kelly Erickson
    Participant

    Hi Enfold team!

    I am using the following code to underline ALL links on my site (for WCAG compliance):

    #main a,#main .sidebar a,#footer a,#socket a, #main p a {
        text-decoration: underline !important; 
    }
    a.avia-button,a span.avia_iconbox_title,#top .av_font_icon a.av-icon-char {
        text-decoration: none!important;
    }

    Problem is it’s underlining my buttons. I’ve tried the following code to keep that from happening but it’s not quite working:

    .avia-button {
    text-decoration: none!important;
    }

    Thank you in advance!

    Hey Jakub,

    Please have a look at our docs here:

    Best regards,
    Victoria

    #1115761

    Hey Stefan,

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

    .av-menu-button-colored a {
      padding: 0 20px;
    }

    Best regards,
    Rikard

    #1115480

    Hi,

    Thank you for using Enfold.

    Have you tried using the “woocommerce_mini_cart_contents” or the “woocommerce_widget_shopping_cart_before_buttons” hook to insert the coupon field after the product column?

    An example can be found here: http://hookr.io/actions/woocommerce_widget_shopping_cart_before_buttons/

    Best regards,
    Ismael

    #1115400
    shinseul
    Participant

    Hello
    Can I change the arrow?

    before button(arrow) need to place left side (middle)
    after button(arrow) need to place right side (middle)

    I tried to change the css on enfold theme, but it couldn’t work.
    This is my practice site.
    I been trying to find nice plug in but I have limit to use plugin.

    I want to make carousel without plugin which is this menu works like carousel.

    Please teach me how to change the position of arrow each side.
    I want to put arrow outside of box which means >>> https://www.hubspot.com/case-studies

    #1115388

    Hi Rikard!

    Check ouy

    There are two video players. Top is youtube – ignore this.

    Bottom is Enfold. Notice how the “play button” control overlayed on the Enfold video is white. And the video is white. So you don’t notice the control.

    What I’d like, is a way to change the color of the control, preferably from the GUI or via CSS. But as far as I know, you can only use the CSS fill: property on svg-paths, not svg-files… so – any suggestions? :)

    #1115374

    Hi Stephan,

    Regarding to why it wasn’t working in functions.php, it didn’t work because the necessary files for the Enfold (ALB) shortcodes to work isn’t initialized/loaded.
    If you use the shortcode inside the body after the necessary files are loaded it should work, for example if I put it in this hook wp_body_open it works fine:

    function output_content() {
    	echo do_shortcode("[av_button label='Klick mich' link='' link_target='' size='small' position='center' label_display='' icon_select='yes' icon_hover='' icon='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av_uid='']");
    	echo do_shortcode('
    
    [caption id="attachment_6" align="alignright" width="300"]<img src="https://img-lumas-avensogmbh1.netdna-ssl.com/showimg_dre14_desktop.jpg" alt="Kanagawa" title="The Great Wave" width="300" height="205" class="size-medium wp-image-6" /> The Great Wave[/caption]
    
    ');
    }
    add_action( 'wp_body_open', 'output_content', 20 );

    As for the plugin, can you give us temporary admin access? so we can try to inspect further on the plugin and try to find out why it’s not working.

    Best regards,
    Nikko

    • This reply was modified 6 years, 8 months ago by Nikko.
    #1115355

    Hi,
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    
    
    @media only screen and (min-width:998px) {
    #top #menu-item-search {
        position: absolute;
        top: -80px;
        right: -40px;
    }}

    Result:

    You may not see the changes until the cached files are cleared in your browser.

    Please perform the below steps to clear the browser cache:

    1. Disable “merging and compression” for CSS and JS files from Enfold > Performance.
    2. If a caching plugin is installed check the plugin settings and clear the cache and deactivate the plugins for testing purpose.
    3. Hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload”.

    Best regards,
    Vinay

    #1115352

    Hi,

    Hi,

    Thank you for sharing the details.

    Please add a transition property to the button styles as provided in the below example for smooth animation. You can replace the background color with the gradient.

    For more tips on customization please check the documentation. https://kriesi.at/documentation/enfold/button/#customization

    /* Background on hover */
    .my-custom-button a.avia-button {
    	 background: rgba(0,0,0, .95)	!important;
       transition: all .35s;
    }
    .my-custom-button a.avia-button:hover {
       background: rgba(13,23,56, .45)	!important;
       transition: all .35s;
    }

    Best regards,
    Vinay

    Best regards,
    Vinay

    #1115296
    Yannick77
    Participant

    Hi
    I have issues on 2 new Enfold websites. The Enfold form does not send the messages.

    On one website I activated Recapthca v3 and then the form will not even show the “success” message if you press the send button – it seems like the form just does nothing. When I deactivate recaptcha the form shows the “success” message but no email arrives.

    Both websites are hosted at one.com and I never had issues with sending/receiving emails with Enfold websites at one.com I have +/- 10 Enfolds at one.com

    • This topic was modified 6 years, 8 months ago by Yannick77.
    #1115069

    This is my enfold-child/functions.php

    <?php
    
    /*
    * Add your own functions here. You can also copy some of the theme functions into this file. 
    * WordPress will use those functions instead of the original functions then.
    */
    
    echo do_shortcode("[av_button label='Klick mich' link='' link_target='' size='small' position='center' label_display='' icon_select='yes' icon_hover='' icon='' color='theme-color' custom_bg='#444444' custom_font='#ffffff' av-desktop-hide='' av-medium-hide='' av-small-hide='' av-mini-hide='' av_uid='']");
    echo do_shortcode('[caption id="attachment_6" align="alignright" width="300"]<img src="https://img-lumas-avensogmbh1.netdna-ssl.com/showimg_dre14_desktop.jpg" alt="Kanagawa" title="The Great Wave" width="300" height="205" class="size-medium wp-image-6" /> The Great Wave[/caption]');

    First shortcode isn’t processed. Second shortcode is.
    Where is the difference?

    #1114976
    #1114580
    VictoriaHodder
    Participant

    Hello! I have just downloaded Enfold theme this week. It’s looking great. Thank you :)

    There are some elements I would like to adjust. For example I would like to edit my landing/welcome page. But there is no possibility to navigate my way to edit this page. When I decided to create a new landing page to replace this, I find that many elements (in particular the links and buttons) are not reacting/loading on the editor. When something *does* react, I get an error page saying that my website domain ‘refused to connect.’ I then reload and get a blank ‘add new page’ page. This is the second time this week I am sitting down to edit this, so it is not a one off error.

    Could you please suggest a way I can solve this? Thank you :)

    #1114210

    Hey jb84,

    I have checked for View Cart in Enfold theme, however I could not find it but I found in the woocommerce plugin.
    Look for woocommerce_widget_shopping_cart_button_view_cart function and you’ll see what I mean.
    I found this thread and it might help fix the issue you’re having: https://wordpress.org/support/topic/problem-with-loco-translate-woocommerce-3-2-0/

    Best regards,
    Nikko

    perfectword
    Participant

    Hi there,
    Maybe it’s my imagination, but I thought social media share buttons at the bottom of the blog posts were supposed to open pop-up windows. We just noticed that they are instead opening a new tab.
    We have recreated this on multiple computers with both Chrome and Firefox.
    We are running the latest WP and Enfold.
    Thanks!

    Just found this old thread. I’ve watched people use my site and these buttons would behave more intuitively if functionality was reversed.
    Is this solution still valid?
    If so, I’d like to test this with a child theme. Would I have to copy the entire “functions-enfold.php” file to the child folder and then replace the code or just place the code you provided in an empty file with matching file name?

    Michael Beck
    Participant

    Hello Enfold Team – first, I really love this theme! Great work! Thanks a lot.

    Now my question: Is it possible to open the “full page overlay menu” with another item too? I need it to open with the hamburger button AND with an image. Is this possible? Thank you in advance!

    Michael

    #1113274

    Hey StormWebDesign,

    No, we don’t but you can look at this file to make changes there
    /enfold/config-templatebuilder/avia-shortcodes/buttonrow/buttonrow.php

    Best regards,
    Victoria

    #1113057

    Topic: Problem after updating

    in forum Enfold
    kbarranco
    Participant

    I haven’t been on my site in a while. Today I decided to update Enfold and went along wiht the instructions.
    I downloaded it, and the plugin to update it.
    Now my site messed up with enfold’s graphics superimposed over my site.
    I need help. Right now I am in maintenance mode until I get it fixed.

    — Specifically, my navigation, body text and buttons are “enfold green”
    — My fonts were Montserrat and changed on headlines.

    I have looked all over for the css for that but am stumped

    • This topic was modified 6 years, 8 months ago by kbarranco.
Viewing 30 results - 3,301 through 3,330 (of 11,207 total)