Viewing 30 results - 6,691 through 6,720 (of 11,218 total)
  • Author
    Search Results
  • #696233
    PabloStennett
    Participant

    I may be losing my mind, but for some reason, ID tags I’m assigning to buttons aren’t working in the Enfold theme. I did it correctly to one page, the one featured on PabloStennett.com, but it wont work for the page I’m building at PabloStennett.com/home. I thought I had the hang of this.

    Is it user error? Mind taking a look?

    Thanks a million.

    #695567

    Hi!

    No, please change the following line

    <input type="submit" value="<?php echo $icon; ?>" id="searchsubmit" class="button <?php echo $class; ?>" />

    to following instead

    <input type="submit" value="<?php echo __('Search','avia_framework'); ?>" id="searchsubmit" class="button <?php echo $class; ?>" />

    then translate the string as needed using this plugin – https://wordpress.org/plugins/loco-translate/ or edit language files in enfold/lang folder using this free software – https://poedit.net/.

    Cheers!
    Yigit

    #695549

    Hi!

    Please add following code to Functions.php file in Appearance > Editor

    add_filter('avf_frontend_search_form_param','new_search_placeholder');
    function new_search_placeholder( $array ){
         $array['placeholder'] = __('','avia_framework');
         return $array;
    }

    then go to enfold/searchform.php file and find

    
    		<input type="submit" value="<?php echo $icon; ?>" id="searchsubmit" class="button <?php echo $class; ?>" />
    

    and change it to

    
    		<input type="submit" value="Recherche" id="searchsubmit" class="button <?php echo $class; ?>" />

    Best regards,
    Yigit

    glitch007
    Participant

    I’ve just purchased Enfold and started playing around with it. I really like the advanced layout editor!

    but when I switch from the default editor to the Advanced Layout Editor for my blog posts, I noticed that the title and the Sharing buttons go away. Is there a way to make them stay on? (I apologize if this was answered already, I couldn’t find it)

    agreatescape
    Participant

    Hey guys,
    I’ve got a plugin that we use to display our video messages each week. It has a share function for each message but doesn’t work with Enfold. I’ve already contacted the plugin developer to make sure it wasn’t the plugin as well as deactivated all other plugins to see if there was a conflict with another plugin but turns out the issue resides in our theme. I’ve tried switching to one of the basic themes and the share function works correctly so it’s definitely in the Enfold theme.

    Link to the site: http://www.mercyhillgso.com
    Click Sermons then in the player you’ll see the share function but when the notification pops up there’s no link visible. Just a button that says “Okay, I got it” so the link is being hidden.

    Plugin Name is Series Engine.

    Any idea what would be hiding the link? Let me know if you need anymore info and thank you for your time!

    -Nate

    #694716

    Hello,
    Thanks, I already read this (POST). But it doesn’t help to solve my issue. Because your function adds a tracking code to each button of the website. I’m trying to add code to just ONE of the submit buttons.
    And the main point is to add a code which opens a layered popup after submitting the form.

    Thanks & best regards
    Enrico

    #694704
    #694563
    marth0305
    Participant

    Hey everyone!

    I have a problem with the Enfold Theme. I created a Customized Blog Page and there seems everything right. It works fine. Here you can see it:

    The problem is on the category pages. The posts are there but now Featured Image and no read more button. It is the same design like the Blog Page before. What can i do to solve this problem?

    http://www.esport-talk.com/de/counter-strike/

    Thank you for your help.:)

    #694439

    Hey ShortieD,

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

    .home .avia-slideshow-button a {
    font-size: 9px !important;
    }

    Regards,
    Rikard

    #694209
    marth0305
    Participant

    Hey everyone!

    I have a problem with the Enfold Theme. I created a Customized Blog Page and there seems everything right. It works fine. Here you can see it:

    The problem is on the category pages. The posts are there but now Featured Image and no read more button. It is the same design like the Blog Page before. What can i do to solve this problem?

    http://www.esport-talk.com/de/counter-strike/

    Thank you for your help.:)

    #694154
    LifeIsNow001
    Participant

    Hi Guys, I am trying to get Google Tag Manager to work in enfold for submit buttons. I used the code from here: http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/
    But slightly modified to below. Well its working fine in Chrome but no other browser. Is this beyond the support form here.?

    add_filter('avf_contact_form_submit_button_attr','avia_add_submit_attributes_to_cf', 10, 3);
    function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
    $att = "onclick=\" dataLayer.push({'event': 'form-submission', 'formName' : 'Contact Us'}); \"";
    return $att;
    }

    Thanks

    #694022

    Hey Casualmonkey,

    Unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    On a second thought you are an Enfold customer and we would like to make your day! please post us your login credentials (in the “private data” field), so we can take a look at your backend and see what best we can do for you.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Even if the drop down menu is added it has to be linked to the buy button how are you planning on doing that? It would require a lot of customization.

    Best regards,
    Vinay

    #693987

    Hi,

    I still do not see the hight different on my end. Any how to fix it please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .av_minimal_header #s {
        min-height: 30px;
        max-height: 30px;
        height: 30px;
    }
    

    If you still see the difference please try to 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” and review the site again.


    Best regards,
    Vinay

    #693928
    hdsitomh
    Participant

    I’m using the enfold theme. I’ve created a single horizontal row of buttons; 1 thru 9. When the screen width is reduced and the single row becomes 2 rows, the first few buttons move to the second row rather than the last few buttons moving to the second row.

    Example:

    Large Screen
    1 2 3 4 5 6 7 8 9

    Small Screen
    5 6 7 8 9
    1 2 3 4

    How can I fix this so the pagination would be correct;
    1 2 3 4 5
    6 7 8 9

    #693839
    rickzuidbroek
    Participant

    Dear all,

    I have a problem with the Google maps intergration in the Enfold Theme.

    We have make a website and replace this website to another server, after switching the website. I get the next problem with the Google maps function:

    The problem is that he don’t want to update the coordinates of my adress: it looks like if the button “Give address, fetch coordination” not working anymore.

    I hope someone can help me with this problem, thank you really much!

    Kind regards,

    #693310

    thanks and: shame on me!
    I have been using the enfold theme for http://www.sansolum.de for 2 years now but I never came across that button

    #693252
    pauldevine78
    Participant

    Hi,

    Any advice on update cart button not working on enfold, looking for any threads for any fixes?

    Hi there,

    I have recently installed the Plugin Woocommerce Point of Sale from Codecanyon.

    To my surprise whenever this plugin is active it is not possible to add items to the basket because the following error is displayed when pressing the Add to Basket button:

    Please match the requested format Qty

    Is this a problem of the Plugin or it is a problem of the Theme Enfold, as I have seen some other similar posts.

    What is at the moment the solution to this big problem?.

    Thanks.

    #693218

    Hi,

    By Consultancy do you mean the button that appears in the icon block as shown in the below screenshot ?

    You can change the button color from the button options.

    To make the menu the same width of the main menu try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    ul .sub-menu {
        width: 958px!important;
        min-width: 958px!important;
        transform: translateX(-223px);
    }
    

    Best regards,
    Vinay

    #693122
    benbrinnand
    Participant

    Hi enfold

    Im trying to get rid of this space at the top

    https://drive.google.com/file/d/0B-0P-Ma0-co7enNFa2M5R0tFSm8/view

    To open the light box I am using this

    <div class=’avia-button-wrap avia-button-left ‘><span class=’avia_iconbox_title’>Demandez un devis</span></div>

    I have the light box in another page (I don’t know how to hide stuff on the same page) I’v turned off all the menus and set everything to no padding but its still giving me this large space at the top..

    any Ideas

    thanks in advance Ben

    #693115
    dotdigital
    Participant

    Hi there,
    I’ve imported the Enfold Health Coach sample data, however the site isn’t displaying the same as the example site. Eg: no rounded buttons and fonts are diffrent.

    Any ideas how I can get the site to look the same as the sample?

    #692952

    Hey Antonio,

    Thank you for using Enfold.

    Please add this in the functions.php file:

    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script type="text/javascript">
    (function($) {
    	function a() {
    		$('.av-section-color-overlay-wrap').prepend('<div class="custom-mute"></div>');
    		$('.av-section-color-overlay-wrap').on('click', '.custom-mute', function() {
    			$('#top .mejs-controls .mejs-volume-button button').trigger('click');
    		});
    	}
    
    	a();
    })(jQuery);
    </script>
    <?php
    }
    

    And this css code to style the mute/unmute button:

    .custom-mute {
        display: block;
        background: red;
        width: 30px;
        height: 30px;
        position: absolute;
        bottom: 100px;
        right: 100px;
        z-index: 1000;
    }

    At first, you’ll just see a red button so you have to get your own mute/unmute image and replace the background value.

    Best regards,
    Ismael

    #692859
    AlpineWeb
    Participant

    I am in the general styling area of Enfold and trying to change the link color and hover to one color – however – it also changes the bold/strong text to the same color. I would like the bold/strong text to be a different color than the text color

    The bold headline (not clickable) and simple text links (not navigation) (clickable) – seem to be controlled by the same styling feature
    General Styling > Main Content >
    Primary color
    Font color for links, dropcaps and other elements
    Highlight color
    Secondary color for link and button hover, etc
    I also note that it shows that the link should be underlined always not just on hover and it does not appear that way. This is not as important an issue.
    Regards,
    CJ

    #692834

    Hey Fiachra,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    a.button.ajax_add_to_cart {
        background: blue!important;
        padding: 5px!important;
        border-radius: 5px!important;
        color: white!important;
    }
    a.button.ajax_add_to_cart:hover {
        background: orange!important;
        color: green!important;
    }
    .button-mini-delimiter {
        display: none;
    }
    a.button.show_details_button {
        background: red!important;
        color: white!important;
        padding: 5px!important;
        border-radius: 5px!important;
    }
    a.button.show_details_button:hover {
        background: green!important;
        color: orange!important;
    }
    

    Best regards,
    Yigit

    #692817
    fiachramccloskey
    Participant

    Hi
    Usually we are quite happy with the standard enfold woo styling – however on this project the clients designer has specifically requested that the buttons be replace with the red and blue buttons as shown here://imgur.com/D56ua59 I have been trying all kinds of css as suggested on the forums but can get it to change the buttons anywhere close to what is requested the closest i can get is the background for both buttons as they seem to be handled together.

    Ideally i would like to replicate the mock but at a pinch if we could change the background for each button independently and respective hovers and the text

    Any help would be much appreciated
    Thanks
    fiachra

    #692748

    In reply to: mobile header issues

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px) {
    .caption_bottom .slideshow_caption .slideshow_inner_caption {
        padding: 0;
    }
    #top .avia-slideshow-button { 
    margin-top: 0; 
    }
    }
    

    Best regards,
    Yigit

    #692683
    lloufield
    Participant

    Hello,

    Do you have a great plugin to recommend so I can send emails (with cta buttons and nice header emails) from my enfold portfolio theme? Or is there a way to do this already? thanks for your help!

    #692518
    ARIPICTURES
    Participant

    Hello Kriesi’s team,
    We are french producers and directors, we’re using Enfold template since two years.
    Until yesterday, everything was perfectly working, including after updates.
    Several issues have emerged yesterday after I’ve uploaded on our WordPress panel the update 3.8.

    The portfolio is unavailable and all the media too (button, sliders, customer testemony…).
    There is no way we can work without our website. It is one the most important work tools we have and now it’s unavailable.
    As you can guess it, this request is very important. I hope you’ll be able to help us to fix it as soon as possible.

    Thank you very much,
    ARI Pictures Team

    #692458
    RodrigoGomez
    Participant

    Hi support,

    I would like to have a single triangle on a a fullwidth button.
    It’s like the one you have on -enfold business flat theme- pointing down to GET IN TOUCH on a fullwidth button.

    Thanks.

    • This topic was modified 9 years, 6 months ago by RodrigoGomez.

    Thanks Andy,

    I am using a child Enfold theme and the automatic update notification was not working (in other words I did not realize that my theme was way out of date until I hit “check manually”). I updated my theme and found that things now work fine. ( I also had some ad blocker Chrome extensions that were blocking the social share buttons).

    All fixed now. Thanks again!

Viewing 30 results - 6,691 through 6,720 (of 11,218 total)