Viewing 30 results - 7,141 through 7,170 (of 11,220 total)
  • Author
    Search Results
  • #643846

    Hi Andy,

    Thanks for the link. I think I am miscommunicating. These examples are all based on either img or text links (a href’s). This I know how to do. What I am trying to achieve is to use the button control on the enfold advanced layer builder and upon clicking this button open a popup with the mailchimp form.

    The problems that I am facing with this is what do I enter in the link section of the button? Specify amnually and? the #tag links do not work. I have tried using the button code in code blocks as suggested in other posts, no luck. I have added different sources to functions.php and created hidden divs with quick css and use those class names in the code block of the button but still nothing. Hence the post. So in retrospect, even though the link you supplied is a valuable resource to have (I will add it to my bag of tricks) it does not bring me any closer to a solution for my particular problem. Thanks for the support so far.

    J

    • This reply was modified 9 years, 10 months ago by joachimpr.
    #643707

    Hey Andy
    LayerSlider is a little bit overkill for my task
    all I need is simple (full screen) slider, without all the fancy and complex effects LayerSlider has
    and recreating my current full screen silder in LayerSlider (including recreating all the text and buttons in HTML instead of using enfold’s buttons etc) is really hard, all that, just for having the LayerSlider play/pause button? Ouch!!
    I really hope there is much simpler solution..

    #643512

    Info provided. Still not showing tagline or button on home page as of this morning when logged into WP Dashboard. Envato just sent me a notification for an Enfold update – not sure if this update will fix all my issues.

    LMK if you have any issues logging in.

    #643263

    Hi,

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

    #footer .avia-button {
    background-color: red !important;
    }

    There is already styling for this element in enfold.css with the important statement so I’m not sure if it will work, please try to remove this from enfold.css if it should not work:

    .avia-button.avia-color-theme-color {
        background-color: #00beff !important;
    }

    Regards,
    Rikard

    #642763
    leangroup
    Participant

    Hi there. Sometimes on the checkout page, our website visitors see an empty warning box at the top of the page when they click on the Submit button. Then they have to click it again to submit the order or sometimes it still doesn’t go through.

    Any ideas as to why this would be happening and if it could be related to the Enfold theme we are using? This seems to be a recent issue.

    #642554

    Topic: enfold shop example

    in forum Enfold
    dabomb
    Participant

    I wanted to know what builder element was used for the 4 call to action buttons on the home page below the main image:
    -new winter collection, latest street clothes, etc.

    I would like to do the same thing on my site.

    Also, how to I remove the all caps for the h tags that come as the default?

    #642513
    mjtrike97
    Participant

    Hello,

    I was setting up some demo sites with Enfold. I imported the restaurant content. I wanted to see if it would be useable for ordering pizza. This means someone would need to be able to choose size and select toppings. I installed gravity forms and an addon for product variations. It seems to work good for creating an item with these variations but when selecting to use a form for the product in woocommerce, the product doesn’t show up correctly on the engrave delivery page.

    In stead of showing a thumbnail of the item with title and description (Small Cheese Pizza), it only shows a select options button. You can see the issue here http://demo2.chronustechnology.com/delivery/ There is a select options button appearing between “ROCOTTA CHEESE” and “VEGETARIAN PIZZA”. The button works and brings up the product page with the gravity form but it should be showing the thumbnail and description like the other menu items.

    Any idea how to make it compatiable with gravity forms?

    Thanks

    • This topic was modified 9 years, 10 months ago by mjtrike97.
    #642254

    In reply to: Adding "Downloads"

    Hey acidseaforce!

    You can simply link your buttons to your images. You can also turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and edit them to give them a custom class and then add following code to functions.php file in Appearance > Editor to add “download” attribute to your images

    function add_dl_attr(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.your-custom-class img').attr('download');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'add_dl_attr');

    Best regards,
    Yigit

    #642178
    onesource_marketing
    Participant

    I’ve recently noticed some weird behavior with using Chrome for our website: onesourcebackground.com

    My homepage should show a hero image with a tagline and button linking to another page. Then an arrow guiding visitors down the page to more content. Upon landing on the home page from Chrome, the tagline and button are missing or just the tagline shows. It’s there in Firefox and Safari. I’ve checked this with my Chrome and another team member’s chrome. They are on a PC and I am on a Mac. This team member ALSO has the same issue with our website while viewing in Chrome. And just like me, Firefox is rendering correctly.

    I’m also noticing at times if I hover over the navigation on my home page, the text flickers on hover. It’s really weird. I’ve Googled this and I can’t find any reason why Chrome would do this. Everything is up to do date (Chrome, WordPress, Enfold). I’ve cleared my WP cache, cleared Chrome browsing history, etc. I even attempted to create a new Chrome browsing profile per this site: https://productforums.google.com/forum/#!topic/chrome/626aIaLs2Nw

    With the new Chrome browsing profile, the tagline and button appear on home page. However, everything still flickers when I mouse over the navigation.

    I don’t know if this is something with my site, Enfold capability with Chrome, individual user’s Chrome profile, etc. Looking for any answers/solutions!

    #642166

    Topic: Adding "Downloads"

    in forum Enfold
    acidseaforce
    Participant

    I have wallpapers that I would like users to download easily with a download button. Does Enfold have this function?

    #642157

    but this is not the original Enfold Created Button. Isn’t it?

    how do you put in that background image ? via CSS ?

    #641914

    can you show us an example page/post of what you mean? because here
    http://kriesi.at/themes/enfold/2014/04/20/week-in-review-what-we-got-right-in-the-lifestyle-section/
    i only see the single “P” for pinterest
    maybe you see on demo-site

    the hover color of the buttons is set for each social link but you can overwrite it by f.e:

    .av-share-link:hover a {
        background-color: #ddd !important;
    }

    and on top you can overwrite specified instruction by:

    .social_bookmarks li:hover a {
        background-color: #aaa !important;
    }
    • This reply was modified 9 years, 10 months ago by Guenni007.
    #641821

    Hey advteksol,

    Thank you for using Enfold.

    1.) Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    #header .avia-button-left {
        left: 0;
        bottom: -40px;
    }
    
    #header_main {
        padding-bottom: 50px;
    }
    }

    2.) Use the following css code:

    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .container #advanced_menu_toggle, .responsive.html_mobile_menu_tablet #advanced_menu_hide {
        display: block;
        top: 100px;
    }
    }

    Best regards,
    Ismael

    #641808

    Hey luckylobo10,

    Thank you for using Enfold.

    Please add unique id to the grid row element, “custom-grid” for example then add this in the Quick CSS field:

    // grid cell height
    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script>
    (function($){
    	function c() { 
    		var isMobile = '';
    
    		if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && 'ontouchstart' in document.documentElement)
    		{
    			isMobile =  true;
    		}
    		else
    		{
    			isMobile =  false;
    		}
    
                 if( isMobile ) return;
                 
                 $('#custom-grid .flex_cell_inner').css('height', '');
    
                 var elementHeights = $('#custom-grid .flex_cell_inner').parent('.flex_cell').map(function() {
                   return $(this).height();
                 }).get();
    
                 var maxHeight = Math.max.apply(null, elementHeights);
        
                 $('#custom-grid .flex_cell_inner').height(maxHeight);
            }
    
        $(window).on('resize', function() {
            c();
        }).resize();
    })(jQuery);
    </script>
    <?php
    }

    And this code in the QuicK CSS field:

    #custom-grid .flex_cell_inner .avia-button-wrap {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
    
    #custom-grid .flex_cell_inner {
        padding-bottom: 60px;
    }

    Replace the default “#custom-grid” selector with the grid row id.

    Best regards,
    Ismael

    #641743

    Hey leoadmin,

    Thanks for getting in touch with us!

    Seems like the container for the logo is being set to 500px in height and is covering the first two buttons. Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    strong.logo {
        height: auto !important;
    }
    

    Best regards,
    Jordan

    #641655
    Trent Dyrsmid
    Participant

    I own multiple licenses for the Enfold – Responsive Multi-Purpose Theme. Can this theme be used to create an eCommerce store like http://kriesi.at/themedemo/?theme=enfold-overview

    I don’t need eCommerce checkout capability as I’m just going to link the buy button to my products on Amazon.

    Thanks!

    #641595

    Hey!

    There is no PHP file for home on Enfold. Please point out the changes you would like to make so we can help.
    To load your homepage as a template, please edit it then click “save entry as template” button – http://i.imgur.com/7aw4aXG.png. Then you can create a new page and load that template

    Cheers!
    Yigit

    #641499

    Hey Claus_Wien,

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

    .av-icon-on-hover:hover .avia_button_icon {
        overflow: visible;
    }
    

    Best regards,
    Yigit

    #641307

    Hey G,

    Thanks for getting in touch with us!

    You can add a header widget and then add the code for the button in that widget.

    Please refer to the post here for adding a widget – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Let me know if you need further assistance.

    Best regards,
    Jordan

    Ok Confirmed!

    ENFOLD 3.5.1

    Please also note – that Masonry Grid , did not work with Custom Post types enabled.
    This was fixed with the upgrade.

    UPGRADED to ENFOLD 3.5.4

    Added new LayerSlider = “TEST”
    LAYOUT >
    slider width: 100%
    slider height: 150
    responsive: yes
    Full-width: yes
    Responsive under :1140px
    Layer Container:1140px
    SLIDESHOW >
    Other Settings: Two way slideshow
    NAVIGATION AREA >
    Show Prev & Next buttons: yes
    Show Prev & Next buttons on hover: yes
    [SAVE CHANGES]

    LAYERSLIDER WP > ALL Sliders > open “TEST”

    All the settings are Default

    SLIDE #1
    Slide Options >
    slide image & thumbnail – set background image
    [SAVE CHANGES]

    LAYERSLIDER WP > ALL Sliders > open “TEST”
    No Thumbnail image
    No slide background image

    also tested adding a second SLIDE #2 >saved and opened again – NO SLIDE #2

    So it appears that LayerSlider is not actually saving any data

    #640119

    In reply to: Homepage Blog articles

    H,

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

    .html_elegant-blog .more-link {
        margin: 30px auto 25px auto !important;
    }

    Not sure what you mean by the comments, do you want to remove the text below the read more button?

    Regards,
    Rikard

    #640034

    Hey richardhofer83,

    Please use a fullscreen slider you can then add buttons and captions easily.

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

    .avia-fullscreen-slider {
        border-top: none;
        max-width: 1300px!important;
        left: 50%;
        transform: translate(-50%);
    }
    

    Best regards,
    Vinay

    #640004
    richardhofer83
    Participant

    hi guys
    i want to make a slider like in this demo (not full width but the same width like the container for text below)

    http://kriesi.at/themes/enfold-minimal-portfolio/

    but with captions and buttons (links to pages) and custom background. it seems not be possible with the normal options in the backend

    thank you
    greetings
    richard

    #639930
    adinahirjanu
    Participant

    Hi,

    I’m building my website using the Enfold Shop Theme and I need help with the following:

    1) Small bar above Main Menu

    I only have one link here called ‘Welcome Video’. I would like this link to be:

    a) button style: bordered (I ticked this option in the Secondary Menu, Menu Style but it didn’t seem to make any difference) If there is any CSS to add please provide the code and the exact location I need to paste it

    b) in a bigger font so it stands out (I don’t see ‘Font Size’ in the Advanced Styling. Only font color, background color, border color and font family) If there is any CSS to add please provide the code and the exact location I need to paste it

    c) open it in the same window as a video overlapping the page Where do I put my Youtube URL and how the overall link should look like to be able to do this?

    2) Main Menu sublevel Links

    From all of the options in the Advanced Styling for the main menu dropdown only background color seems to work for me. I’ve tried to change the font size, font color and line height but nothing seems to change. What could be wrong?

    3) The call-to action button on the top slide on the homepage

    I would like when people click on this button to be able to open up, in the same window, a quiz. I don’t have a link for the quiz but just a shortcode provided by the quiz plugin which looks like [123456789]. So how do I put this code instead of a URL link in the Caption section?

    4) Blog Posts on the Homepage To display blog posts on my homepage I used the Blog Posts Content Elements. They display nicely but I would like to be able to:

    a) remove the publication date b) put the blog titles in blue

    5) The Blog Page

    a) I would like the publication date removed. All Blog meta elements are unchecked but publication date still displays. b) I would like a ‘Read more button’ after the post excerpt like on the homepage but not sure how to do it c) put the blog titles in blue

    Thanks for your help!

    #639877

    Topic: Blog Layout

    in forum Enfold
    Drebosio
    Participant

    Got a quick question.

    On the blog section, if you don’t select the avia layout editor and just post using the regular default editor, you get some items like date, author, and a list of shareable buttons. All which i’ve selected in the blog tab within enfold. items

    Now when you select the avia layout editor to make it way more fancy, these items disappear from the bottom.

    Is there a way to use the avia editor AND have the date/author/shareable buttons at the bottom of your post to appear?

    Hi Josue,

    I commented out & it solved the Add to Cart issue but it removed all the other dependent functionality (not sure which is Enfold and which Foodpress), like showing the dynamic number of items on the mini-cart & having adjust quantity buttons in the cart & on product listing :(
    Is there a way of isolating this single action re. Add to Cart button?

    Regards, Ben

    benrroberts
    Participant

    Hi,

    I have a new installation of WordPress, WooCommerce, Enfold & Foodpress (a food menu/ordering plugin). The Add to Cart button which sits on the products through Foodpress works on the standard Twenty Sixteen theme, but with Enfold enabled the button does not actually add any product to the cart, although all of the messaging remains as if it does (button changes text to ‘Added’ & the ‘Product Added to Cart’ message appears below the Mini-Cart icon).

    Are you able to determine what it is with Enfold which is preventing this functionality? The Foodpress plugin developers have stated that the functionality is designed just to work on the base Woocommerce install which it does, so this is a theme issuing.

    Ben

    It looks like on my home page you just moved all the elements into colored sections (without a colored background) to fix it. Are you going to fix this bug in the next release of the Enfold theme?

    One problem with what you just did is that elements that were full width, such as the full width button that is at the bottom of my page, is no longer full width, because you put it in the colored section. So now I can’t have any full width elements with this bug.

    Fixing this problem by just putting everything into colored sections doesn’t really address it. Is this a bug on your list to fix?

    #639509

    Thanks.

    It works in the child themes style.css file: but not Quick CSS section under Enfold .
    To get them to turn white on hover i found this in the support so they are perfect now an works a charm..
    .av-share-box ul li a:hover { color: #666666!important; background-color: white!important; }

    Any ideas on point 3:

    3: On a menu item you select a menu to have the ” Button styles bordered” You can see that on the image around the “Next xxxxxxxx 2015″
    It has the boarder but when you add the same label to a Top menu item and select ” Button styles bordered” it does not work.. The menu item for the one on the site has the same style options selected for both the main menu and the top menu.. for “Next xxxxxxxx 2015”

    I have looked at this a bit and maybe this?

    It looks like a theme bug or configuration issue. Because when you enable boarder style to a menu item, there should be an additional class for it in the front-end. Class is coming correctly in the main menu but nothing in the top menu. That’s why the boarder effects are not working??

    Thanks so far!

    #639139

    Hey kopf-und-stift,

    Thank you for using Enfold.

    Please add this in the functions.php file:

    // apply height
    add_action('wp_footer', 'ava_auto_height');
    function ava_auto_height(){
    ?>
    <script>
    (function($){
    	function c() {
    		   if( $.avia_utilities.isMobile ) return;
    
    		   $('.slide-entry').css('height', '');
    
    		   var elementHeights = $('.slide-entry').map(function() {
    			 return $(this).height();
    		   }).get();
    
    		   var maxHeight = Math.max.apply(null, elementHeights);
    
    		   $('.slide-entry').height(maxHeight);
    	}
    
    	$(window).on('resize', function() {
    	  	c();
    	}).resize();
    })(jQuery);
    </script>
    <?php
    }
    

    And the following code in the Quick CSS field:

    .slide-entry-excerpt .avia-button-wrap {
        position: absolute;
        bottom: 0;
        left: 50%;    
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    Best regards,
    Ismael

Viewing 30 results - 7,141 through 7,170 (of 11,220 total)