Viewing 30 results - 4,591 through 4,620 (of 11,211 total)
  • Author
    Search Results
  • #975645

    Hey havi,

    Thank you for using Enfold.

    That container should have a play button and the video should be embedded on it when it’s allowed or open in a new window when they’re not as per the users’ privacy preference. Please provide the login details in the private field so that we can check the theme files. Did you modify anything in the child theme folder?

    Best regards,
    Ismael

    #975497

    In reply to: Logo in the middle

    I want to use a split screen on the homepage wit a button with to choice possibilities. Like on this screen shot :

    https://www.dropbox.com/s/1pkpbdqzu98ztee/Schermafdruk%202018-06-20%2021.19.40.png?dl=0

    Is this possible in Enfold? Please advice?

    Thanks in advance,

    Bert

    #975272

    Topic: Disable Layer-Slider

    in forum Enfold
    Maskenzauber
    Participant

    Hi – where is the button to disable the layer-slider?
    It has been in one 4.x Versions of Enfold but i cant find it anymore
    Kind regards maren

    Hey briandeeney,

    Thank you for using Enfold.

    The tab’s “set_slide_height” function is not being called upon clicking the portfolio sort button. You may need to modify the config-templatbuilder > portfolio > portfolio.js file. Add this code around line 59.

    setTimeout(function() { $(window).trigger('av-height-change'); }, 600);
    

    Below this one…

    parentContainer.find('.open_container .ajax_controlls .avia_close').trigger('click');
    

    Disable the js and css compression in the Performance panel temporarily. Don’t forget to purge the cache and reminify the script and stylesheets.

    Best regards,
    Ismael

    #974793

    This did not work out well for me. Can you tell me how you went about removing the play button on mobile – understanding it is linking to a Vimeo Video. Cannot find anything on the web – all I find is that cannot be done – even with a pro account. However, you have it done on this theme.

    Thank you!

    https://kriesi.at/themedemo/?theme=enfold-overview

    keir2012
    Participant

    I read this article https://kriesi.at/documentation/enfold/social-share-buttons/
    now I have changed the post and page av share button like the your style 3 design. but the woocommerce av share button doesn’t change.
    could you please give me the CSS code for changing the button like the style 3?
    many thanks.

    #974350

    Hi,

    I checked your site on IE 11 and it works perfectly fine.

    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”.

    4. If you have installed any browser extensions/plugins please disable it for testing purpose.

    Best regards,
    Vinay

    damensr
    Participant

    hi Guys,

    Siince last week we’ve had some issue’s. I do not know if it’s WP or Enfold related.
    1) we found that we can not add images trough the normal way, when you add an image, nothing will show, and when you try a preview, then you will get a 404 error.
    2) when i try to save any changes to enfold, I get an unspecific error.

    i’ve updated WP again and Enfold is on the latest version.

    What I tried:
    Disable plugins (speed & image shortpixel)
    Resave all permalinks

    none of this worked so far, please help.

    #974135

    Hey thetshed,

    Thank you using Enfold.

    The privacy buttons are displaying when I check the modal. Would you mind providing a screenshot of the issue?

    Best regards,
    Ismael

    #974132

    In reply to: Button row

    Hey zizibe1,

    Thank you for using Enfold.

    Use this css code to adjust the size of the icon.

    .avia-buttonrow-wrap .avia-button .avia_button_icon {
        font-size: 20px;
    }

    You can upload a custom icon font in the Enfold > Import/Export > Iconfont Manager panel.

    Best regards,
    Ismael

    #974040
    thetshed
    Participant

    HI I have updated wordpress to latest version and also enfold. i have added the button and added action button to modal window but it is not showing up https://meditateinsouthampton.org.uk/

    #973919

    Hi Victoria,

    Yes, please answer my 1. question:

    I went to Appearance > Editor > Select theme to edit: Enfold Child > Select > Stylesheet > Widget text style > Text style > letter-spacing: 2.0em; (instead of 0.35em;) > Update File and then hard refresh in Chrome by pressing shift and clicking on the refresh button (Mac), but I can’t see the changes on my website. What did I wrong?

    Best regards,
    zizibe1

    Hi lopezsalaberry,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .page.page-id-3560  #fullscreen_slider_1 .avia-button-wrap.avia-button-center.avia-builder-el-1,
    .page.page-id-3560  #fullscreen_slider_1 .avia-button-wrap.avia-button-center.avia-builder-el-2 {
      width: 25%;
      display: inline-block;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hi,

    You can’t us the link if you don’t add the modal popup to the cookie banner. Günters plugin just enables you to use the modal window link anywhere on the page (and not just in the cookie banner area) but does not add add the modal window code to the page. But there’s a workaround.

    First go to Enfold > Privacy and Cookies and check the checkbox under “Modal window with privacy and cookie info”. Then add a Button (click on the green plus in the section “Buttons”) and select the button action “Open info modal on privacy and cookies”.

    Then use this css code to hide the button in the cookie bar:

    
    #top .avia-cookie-consent .avia-cookie-info-btn{
    display:none;
    }
    

    i.e. place it into the quick css field.

    Now you can place the button anywhere on the page by using the link:

    
    <a class="avia-button avia-cookie-consent-button avia-cookie-consent-button-2 av-extra-cookie-btn avia-cookie-info-btn " href="#"> Click here</a>
    

    or shortcode

    
    [av_privacy_popup button_text='your custom text' wrapper_class='' id='' class='']
    

    Best regards,
    Dude

    #973842
    geoffd20
    Participant

    We have a Fullwidth Easy Slider on our homepage displaying three images with captions and buttons. The caption text is running over the top of the slideshow control. How do you adjust the caption text to stop this from occurring?

    Also, on two of the images that have one button the button aligns with the caption text but with two buttons it doesn’t. How you adjust the button alignment?

    Site is http://www.madefutureproof.com

    Thanks!

    #973631

    Hey Spiv,
    Please check if the Enfold Theme Options > Performance > JS & CSS file merging and compression settings are enabled, while developing your site these should be disabled because the files are only rebuilt when the theme settings are saved.
    To re-build the merged css files, try entering a blank space in the Quick CSS to enable the “Save all changes” button, then save.

    Best regards,
    Mike

    insanityNL
    Participant

    Hi everyone,

    I was wondering with the latest versoin of Enfold, how do I remove the buttons mentioned above?

    https://www.devq.nl/kriesi/screen3.PNG

    • This topic was modified 7 years, 9 months ago by insanityNL.
    #973376

    Hi Vinay

    Thank you for your reply and the all the information. I appreciate it a lot.

    Questions:

    1. I went to Appearance > Editor > Select theme to edit: Enfold Child > Select > Stylesheet > Widget text style > Text style > letter-spacing: 2.0em; (instead of 0.35em;) > Update File and then hard refresh in Chrome by pressing shift and clicking on the refresh button (Mac), but I can’t see the changes on my website. What did I wrong?

    2. I would like to move the “advertising agency” a little bit upwards. How can I do this?*

    *Edit: I already found a solution by myself. To move the “advertising agency” a little bit upwards, I added the code below to Text Style:

    position:relative; top:-2px;

    Best regards
    zizibe1

    • This reply was modified 7 years, 9 months ago by zizibe1.
    Jan_Olav
    Participant

    Please look at https://imu.nl/verjaardag/

    .

    I want the same, is this possible within Enfold?

    thnx,
    Jan

    • This topic was modified 7 years, 9 months ago by Jan_Olav.

    Victoria ….
    i have a lot of things tried …. quick css, plugins deleted, enfold updated, new page created and new column and text modul created …
    And every time come after save and new go in the text modul this:
    <div id=”simple-translate-button” style=”display: none;”></div>
    <div id=”simple-translate-panel”>

    After save my edits, i see this in the browser view ….. This is terrible. After every change come another new row with: <div id=”simple-translate-button”></div>
    <div id=”simple-translate-panel”>

    #973088

    In reply to: caching problem

    Hey Nicho,
    Please check if you have the Enfold Theme Options > Performance > JS & CSS file merging and compression enabled.
    This should be enabled after you are done creating your site, otherwise you will need to re-build your merged files. To do this please enter a blank space in the Quick CSS to enable the “Save all changes” button, then save. Or saving your custom css to the Quick CSS and clicking “Save all changes” will do the same.

    Best regards,
    Mike

    #972366

    Hi samconag,

    Sure, just let us know if you need assistance.
    As for your question, I think you should be able to show the buttons by going to Enfold > Shop Options > Product layout on overview pages > set this to: Default.
    The other 3 options available in the dropdown would hide the add to cart button.
    Hope this helps.

    Best regards,
    Nikko

    #972341
    Oli
    Participant

    Hi,

    after Enfold 4.4.1 upgrade, all av_button labels with an apostrophe (so we use delimiters double quote) has been changed like this :

    Before :
    [av_button label="Bilan : 4 ans de MOOC à l'IMT" link='manually,https://www.imt.fr/bilan-mooc/' link_target='' size='x-large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' admin_preview_bg='' av_uid='av-222kpxz']

    After :
    [av_button label='Bilan : 4 ans de MOOC à l'IMT' link='manually,https://www.imt.fr/bilan-mooc/' link_target='' size='x-large' position='center' icon_select='no' icon='ue800' font='entypo-fontello' color='theme-color' custom_bg='#444444' custom_font='#ffffff' admin_preview_bg='' av_uid='av-222kpxz']

    Of course, the buttons are displayed with a label “Click Me” and we have to, manually, changed all these buttons to use double quote for delimiters for these labels… Hard work.

    Could you tell me more about this problem ?

    Best regards,
    Olivier.

    • This topic was modified 7 years, 9 months ago by Oli.
    #972286

    Hi Dude,
    Thanks
    I did a total bit by bit compare against my install and a new downloaded version
    File: enfold\config-woocommerce\woocommerce-mod.css

    Diff: /*enfold v 3.1.4*/
    .av-woo-purchase-button{clear:both;}
    .widget_layered_nav_filters .chosen a{display: block; border-radius: 2px; padding-left:3px;}
    .widget_layered_nav_filters .chosen a:hover, .widget_layered_nav .chosen a:hover { text-decoration: none; }
    .widget_layered_nav_filters .chosen a:before, .widget_layered_nav .chosen a:before{
    content: “×”;
    margin-right: .53em;
    color: #e2401c;
    font-family: Arial, Baskerville, monospace !important;
    font-weight: bold;
    }

    Should have been
    content: “x”;

    Could that trigger such an stir?

    I actually compared my other sites … This: content: “×” is also present there? Hmmm

    • This reply was modified 7 years, 9 months ago by Netzie.
    #972278
    Bkag
    Participant

    Hi, dear Enfold-Team,

    you helped me to modify the “Click to load Google Maps”-button when using Google Maps element and the new option that user must accept to show Google Maps. So, now the window “Click to load Google Maps” is showing up by default and not only upon hover; thanks again, that’s great.

    But now my (German) lawyer just adviced that it would be much safer, if there is a double-click solution. The button itself may not be sufficient and GDPR compliant without pointing to the privacy policy first.

    Do you have any idea how to solve this? All your help is really appreciated.

    Thanks so much in advance.

    All the best,
    bkag

    #971968

    Topic: Theme Colors

    in forum Enfold
    Sabey
    Participant

    When I create a button, I can choose the button color and the hover color. “Theme Color,” “Theme Color Highlight,” and “Theme Color Subtle” are three of the choices. My question is, where do these three choices pull their colors from?

    I’ve tried changing all kinds of colors under Enfold Child > General Styling (I’m not using any of the presets), but the button never seems to draw from any of the colors I’ve defined there.

    #971917
    kpenner36
    Participant

    I would like to have the option of making some of my buttons has a Bold White font instead of the normal white font.

    When I bold something on my enfold theme it turns blue, but I already use blue buttons so that doesn’t work.

    So wondering how I can bold white text in my buttons using the Custom Css Class area

    #971733

    Hi Basilis

    Is it possible to make it possible without Loco translate in the next Enfold version ?
    (just speaking about this particular witch button and not all the policy)

    Many thanks !

    #971692

    Hey WindowStories!

    You can import all theme options from the parent theme. Activate the child theme, then go to the theme options page (i.e. Enfold Child > Theme Options) and click on the “Import/Export” tab on the left side. Then click the blue “Import Parent Theme Settings” button and the child theme will import all parent theme options. Note that the child theme can’t import changes you coded directly into the parent theme css/php/js files – you must collect these code changes and add the css code to the child theme style.css file, then add the custom js code to a child theme js file and the php code to the child theme functions.php, etc.

    Cheers!
    Peter

    #971609

    Hi TrangVu,

    I’m not sure what email you are referring to, but we actually want customers to open new threads for each issue since it’s more manageable for us. You can start a new thread by clicking the big blue button on top of each sub-forum like Enfold for instance. https://kriesi.at/support/forum/enfold/#new-post

    Best regards,
    Rikard

Viewing 30 results - 4,591 through 4,620 (of 11,211 total)