Viewing 30 results - 3,181 through 3,210 (of 11,207 total)
  • Author
    Search Results
  • #1132233

    Hey bobfurgo,

    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

    
    .header_color .main_menu ul:first-child > li.free-estimate-button > a {
      color: #fff;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1132095
    Leofiori
    Participant

    Using this code

    function avf_alb_supported_post_types_mod( array $supported_post_types )
    {
    $supported_post_types[] = "popup";
    return $supported_post_types;
    }
    add_filter('avf_alb_supported_post_types',
    'avf_alb_supported_post_types_mod', 10, 1);

    I managed to make the advanced layout editor button appear when editing a popup in Popup Maker.

    But then it does not work, the popup is empty also if i build a layout.

    I tried also with this older code that i found here on the forums:

    `function add_builder_to_posttype($metabox)
    {
    foreach($metabox as &$meta)
    {
    if($meta[‘id’] == ‘avia_builder’ || $meta[‘id’] == ‘layout’)
    {
    $meta[‘page’][] = ‘popup’; /*Using ‘ as quotes*/
    }
    }

    return $metabox;
    }

    But this does nothing.. does not even show the blue advanced editor button

    So? What should i do?

    #1132024

    Hey linguservice,

    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

    
     #top #header.header_color.av_header_transparency .av-main-nav > li > a .avia-menu-text {
       color: #6786a1 !important;
     }
      #top #header.header_color.av_header_transparency .av-main-nav > li.av-menu-button > a .avia-menu-text {
       color: #fff !important;
     }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    Hi,

    Thank you for using Enfold.

    Click the “Individuelle..” or “Custom..” text/button to assign a custom color to the palette. Let us know if that works.

    Best regards,
    Ismael

    Hi,

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

    CSS Snippet:

    
    /* CSS - */
    
    #menu-item-shop .dropdown_widget {
        right: auto !important;
        top: 91px;
        left: 0 !important;
    }
    
    
    

    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

    #1131872

    Hi,

    Thank you for sharing the details.

    Please use the CSS provided in this link.

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

    If you still have an issue please share the exact link to the page on which you have the image issue.

    Best regards,
    Vinay

    #1131507

    Topic: Google reCAPTCHA

    in forum Enfold
    maryenvato
    Participant

    Hi,
    i have 2 problems with Enfold Theme:
    1)after enabling Google reCAPTCHA I see “I’m not a robot” in my contact form, but after clicking the checkbox, I see my submit button;
    2) also, in the Contact form i setting “Redirect”option” ( with a thankyou page), but the page, after enabling Google reCAPTCHA, doesn’t open, because contact form wait clicl on send button.

    #1131481

    Topic: Fullwidth slider

    in forum Enfold
    Marssolutions
    Participant

    Hey Enfold, so on mobile portrait and landscape screen I wont to remove my captions and buttons in my fullwidth slider. I use the slider as my top banner. Can you help?

    #1131382

    Hey Zohiraissi,

    Please refer to the following:

    Best regards,
    Jordan Shannon

    #1130623
    Thomas
    Guest

    Propulsion works with simple shortcodes, perhaps these are its default shortcodes, such as the following examples:
    [button link=”https://www.website.com/webpage/” text=”grey”]Order, Learn More[/button]
    [hr_invisible]
    etc.
    Will these Propulsion shortcodes work in Enfold too?

    Best regards,

    Thomas Kurzej

    #1130599

    Thanks for replying quickly to my question. Another one:
    Propulsion works with simple shortcodes, perhaps these are its default shortcodes, such as the following examples:
    [button link=”https://www.website.com/webpage/” text=”grey”]Order, Learn More[/button]
    [hr_invisible]
    etc.
    Will these Propulsion shortcodes work in Enfold too?

    Best regards,

    Thomas Kurzej

    #1130570

    Hi,
    Thank you for the link, the page with the pencil is actually a category archive page, and clicking the pencil takes you to the actual post.
    To add the social share buttons to a category page please edit the enfold/archive.php page on line 90 and look for:

                            get_template_part( 'includes/loop', 'index' );
                        }
                        
                        ?>
    
    				<!--end content-->
    				</main>

    and change to:

                            get_template_part( 'includes/loop', 'index' );
                        }
                        echo do_shortcode("[av_social_share title='Share this entry' style='' buttons='custom' share_facebook='aviaTBshare_facebook' share_twitter='aviaTBshare_twitter' share_gplus='aviaTBshare_gplus' share_linkedin='aviaTBshare_linkedin' share_mail='aviaTBshare_mail' custom_class='' admin_preview_bg='' av_uid='av-670mc8'] ");
                        ?>
    
    				<!--end content-->
    				</main>

    or make a backup of your archive.php file and try uploading this replacment file:
    https://www.dropbox.com/s/ct4k9l7xw04xa4p/archive_with_social_share.zip?dl=0

    Best regards,
    Mike

    #1130475
    webdesign
    Participant

    Hi!
    I’m making a new site using the One Page template https://kriesi.at/themes/enfold-landing-page/. I am just realizing before launch that I don’t like the fact the browser’s back button takes the user back to the previous web page, but not back to the previous #bookmark within the same page. I like the jump feature for navigation, but think it’s nature for people to hit the back button when they want to see what they were just looking at. Is there a way to over-ride this so when a user clicks the brower’s back button, they will be taken back to the last bookmarked section (for example,. going from the link mysite.com/#pricing to the link mysite.com/#faq when clicking the back button, instead of leaving the website)? As a second resort, is there a way to make the “up” arrow that floats on the screen turn into a Back button that takes the user back to the previous bookmark instead of the top of the page?
    Thanks!

    #1130419

    Hey acmaerospace,

    Please have a look at the following threads

    https://kriesi.at/support/topic/enfold-remove-scroll-top-button/

    Best regards,
    Victoria

    Hi LesleyJean,

    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

    
    #menu-item-29 a .avia-menu-text {
        background-image: url(https://bethelisecoaching.com/wp-content/uploads/2019/08/Beth-Elise-Button-BG.jpg);
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1130393
    jochenmaier
    Participant

    Hi, we didn’t find answers to the following two topics:

    1. How can we define “custom buttons”, e.g. https://www.dropbox.com/s/ym3rqjihlf9z9dn/button.jpg?dl=0
    So the symbol on the right side of the button should have the height of the button.

    2. How can we define individual font colors to be easily used in WordPress editor? E.g. https://www.dropbox.com/s/yizimk83jwgmrm1/font-individual-color.jpg?dl=0
    We want to define them in Enfold child theme.

    Thanks a lot.

    #1130383
    Rene
    Guest

    Hi,

    I bought the Enfold theme and also installed it onto a Clients Server and so far it is working well. But there are some Problems that i noticed.

    1. On Chrome The page looks good and also most buttons etc are in one line. But on the Firefox and Internetexplorer there are some issues. Im not sure how to fix this.

    2. The Theme currently is Boxed layout. There the content looks good but now the clients want full Width BUT the Content Boxed like it is. So in generall no problem. But i have some color sections with different colors. (You can see in example Link.)
    SO now i need to know how can i get full width but the color sections with it colors also full width to the end of the sites?

    3.Then the Header Area. When im Loged in to the page then im not able to see the Wp-Admin Area on the Frontend.

    I installed Enfold Child Theme.

    Hope you can Help me!
    Kind Regards

    Rene

    #1130375

    Topic: Enfold contact form

    in forum Enfold
    stimmungshoch
    Participant

    Hello Enfold Team,
    Enfold contact form … or what solution do you recommend?
    I would like to relinquish a simple registration for a raffle.
    1 question. Does the form also 2 columns? If so, what do I have to do.
    2nd Question: Idelal would have a prominent “Join Now” button. If you make this click you should see a pop-up (Thank you for your participation. We wish you good luck!)
    If an additional plug-in would be used, that’s fine with me too.

    https://www.dropbox.com/s/bmhu2x5qzr7pqdy/Bildschirmfoto%202019-08-23%20um%2014.15.51.png?dl=0

    Thanks so much!
    Stefan

    #1130224

    Hey Dzimnikov,
    1: Sorry IOS blocks auto play on mobile devices, Apple has made many press releases about this, your best option is to adjust the text that overlays the play button so your visitors can press play on the video.
    2: The black bar is due to padding from the text above pushing down, to correct please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) { 
    #infotophelmet > div > div.container > main {
    	padding-bottom: 25px !important; 
    }
    }

    3: Your css was very close, please try this css instead:

    @media only screen and (max-width: 766px) { 
      #contactarea .entry-content-wrapper {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      #contactarea .flex_column.first {
          order: 2 !important; 
          display: flex !important;
      }
      #contactarea .flex_column.vermap {
          order: 1 !important;
          display: flex !important;
      }
    }

    Then clear your browser cache and check.
    4: To remove “Enfold WordPress Theme by Kriesi” from the footer, please add the [nolink] shortcode in the copyright field
    5: Your links to the “Privacy Policy” and “Terms of Use” are both “http” please change to “https”

    Best regards,
    Mike

    Hey LesleyJean,

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

    #menu-item-29 a {
      font-family: 'Raleway';
      font-size: 18px;
      font-weight: 900;
      color: #fff;
      background-image: url(‘https://bethelisecoaching.com/wp-content/uploads/2019/08/Beth-Elise-Button-BG.jpg’);
    }

    Best regards,
    Rikard

    LesleyJean
    Participant

    Hi there!
    I am trying to change the button in my main navigation bar to have a background image and custom text formatting along with the same effect that comes default with enfold for hover (I think it’s a white semi transparent overlay).

    I’m including the links to the site in the private section below.

    Thanks in advance for your help!

    ~L

    #1129791
    Dzimnikov
    Participant

    Hi guys and gals,

    I’m almost done building a site for client, need some help finalizing a few things, some of them being mobile specific. Here goes:

    Website: greenmtnbowtag.com (login deets in the private content area)

    1) On the homepage (http://greenmtnbowtag.com/) the video at the top won’t autoplay on IOS devices. I checked the site on my friend’s Iphone, you get a still screen with a play button over it. You can’t press the play button naturally because there is text overlayed over it. Is there a way to get it to autoplay on IOS devices? Have yall ran into this problem before?

    2) This is a bit of nitpicky thing, but I don’t know how to edit it. On the INFO page (http://greenmtnbowtag.com/info), you get this on mobile: https://imgur.com/a/NfewvgJ
    There is a black bar that spills over from the top section with the helmet to the one below it. It doesn’t happen on desktop screens, so I’m not sure why it is on mobile.

    3) This one is a bit embarrassing, as you showed me how to code it for a previous website I built. I tried to re-appropriate the code, but it didn’t work for me. On the contact page (http://greenmtnbowtag.com/contact), I want to move the “travel all over” image above the contact form on mobile. It naturally moves left to right, but I want to switch those two on mobile. Here is what I tried, I wonder how close I am:

    div#contactarea div.av-section-color-overlay-wrap {
      display: flex !important; 
      flex-wrap: wrap !important; 
      }
      #contactarea .flex_cell.conform {
          order: 2 !important; 
      }
      #contactarea .flex_cell.vermap {
          order: 1 !important; 
      }

    4) Remove “Enfold WordPress Theme by Kriesi” from the footer

    5) Also, for some reason, when I’m on the Pages section of the backend, I can’t clone pages – which is weird. Also, the two new pages I just published, “Privacy Policy” and “Terms of Use” are both being weird and aren’t being protected by https. I’m not quite sure why, almost seems as if the browser thinks they’re coming from a different website.

    Thank you so much for your continued help. I’ve learned a lot from yall and was able to style most of the site myself. Hopefully I keep getting better :)

    Cheers,
    -Daniel

    • This topic was modified 6 years, 6 months ago by Dzimnikov.
    #1129659

    Hi Claudia,

    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

    
    @media only screen and (max-width:990px){    
        #top .avia-slideshow-arrows a {
            width: 40px;
            height: 40px;
        }
        #top .av-control-minimal .avia-slideshow-arrows a:before {
            line-height: 9px;
        }
        #top #wrap_all .avia-slideshow-button,
         #top .avia-button, .html_elegant-blog .more-link, 
         .avia-slideshow-arrows a:before {
             padding: 10px;
         }
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1129583
    Daniel
    Participant

    Hi!

    A while ago you helped me with some text in a popup: https://kriesi.at/support/topic/simple-text-in-popup-when-clicking-a-button/.

    The site we use this on still runs Enfold 4.2. When I try to update it to 4.5.7, I get the error magnificPopup is not a function, and the content that was previously in the popup is now displayed outside of the popup, on the page. I tried to fix it and I saw it was fixed here: https://kriesi.at/support/topic/magnificent-popup-not-workin-not-recognized-as-a-function/ but I cannot see what is done here exactly.

    The used code:

    function popup_inline() { ?>
    <script type="text/javascript">
    jQuery(window).load(function(){
        jQuery('.open-popup-link').magnificPopup({
          type:'inline',
          midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
        });
    });
    </script>
    

    Can you help me with fixing this error? The site is currently back on 4.2 so there’s no error.

    Thanks!

    Daniel

    • This topic was modified 6 years, 6 months ago by Daniel.
    #1129494

    Hi hobeja7,

    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

    
    #top #wrap_all .main_color .av-menu-button-colored>a .avia-menu-text {
         border-radius:10px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1129462

    Hey hobeja7,

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

    #av-custom-submenu-1 li .avia-menu-text {
      color:#6b6868;
    }
    #av-custom-submenu-1 li.av-menu-button-colored .avia-menu-text {
      color:#fff;
    }
    #av-custom-submenu-1 li.av-menu-button-colored {
      border-radius:10px;
    }

    Best regards,
    Rikard

    #1129417

    Hey jp,

    Vielen Dank, dass Sie Enfold verwenden.

    Wo haben Sie der Button-Zeile Element hinzugefügt? Wir konnen es nicht auf der Seite finden.

    Best regards,
    Ismael

    #1129278
    hobeja7
    Participant

    Hi Enfold support,
    From the Content Elements, I dragged a Fullwidth Sub Menu item and then chose the option: Build simple custom menu
    I added the entries and for one of those entries I changed they Style to: Button Style (Colored)
    I added a Custom CSS class for that Fullwidth sub menu item called: sub-menu-local

    I’m trying to change the entry with a Button Style (Colored) – Specifically I want to change the border-radius.
    Edit: I also want to change the text color to #6b6868, but only for the entries that are not “Button Style (Colored)”
    Can you please help me accomplish this?

    • This topic was modified 6 years, 6 months ago by hobeja7. Reason: Need to update something else in the same element

    Hi,

    With version 4.5.7 it is not possible.

    In private content you find the link to a zip file containing a beta version of Enfold including this feature.

    You will need an external program like winrar to unzip the file. Then you can upload with ftp to your server.
    If you have a staging site you can check check out the features first.

    Do not forget to clear server and browser cache and keep a copy of 4.5.7 for a fallback.

    Select “use default modal privacy popup” in theme options to see the new added things and there is a new button action “Do not accept and hide notification” and new shortcodes to add functionality to a custom page.

    Best regards,
    Günter

    • This reply was modified 6 years, 6 months ago by Günter.

    OK – I found the fix for this, and it took some digging so I’m leaving this post up with the solution, which works (so please close the ticket)!

    /* make previous-next buttons stay within the relevant portfolio category (multiple portfolios) */
    add_filter( 'avia_post_nav_entries', 'enfold_customization_postnav', 10, 2);
    function enfold_customization_postnav($entries, $settings)
    {
    if($settings['type'] == 'portfolio')
    {
    $settings['same_category'] = true;
    $entries['prev'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    $entries['next'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    }
    return $entries;
    }
    • This reply was modified 6 years, 6 months ago by Mike. Reason: put the code in a code block so it can be copied without curly quotes
Viewing 30 results - 3,181 through 3,210 (of 11,207 total)