Viewing 30 results - 7,051 through 7,080 (of 11,220 total)
  • Author
    Search Results
  • #652360
    wtechgr
    Participant

    Hi there guys,

    Thanks for the great theme. We would like to ask your opinion on how to integrate a floating button like the one we already have on the website.
    We need that floating prompt for people to contact us, but this specific solutions we are currently using is loading from an external source and we do not like that.

    Do you have any plugin suggestion that we can use, or does enfold have any integrated functionality that can serve us?

    #652301
    upon2016
    Participant

    Hi,

    i have a few problems and the creator of the plugin told me to aks you. Here the link to our conversation (http://codecanyon.net/item/stachethemes-event-calendar/16168229/comments?page=4 last conersation from hannam282)

    I placed the calender in the widget area but i had style problems and the reminder/erinnerung button has problems.

    Can you help me?

    Thank you!!!

    • This topic was modified 9 years, 10 months ago by upon2016.
    #652300

    Topic: custom mobile layout

    in forum Enfold
    vnfan
    Participant

    Dear enfold team,
    my website looks great on monitor but for mobiles i want to custom those things:

    1. Reduce white space of breadcrumbs on mobile version (there are too much white space on the left and the top of the breadcrumbs)
    2. More white space between the toggle and the map on mobile version
    3. Reduce white space between the gallery and the button “jetzt anfragen” on mobile version

    Could you please helf me with those issues?

    #652101

    Hi,

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

    #top .avia-slideshow-button {
        background: orange;
    }
    

    Best regards,
    Yigit

    #652069
    davidmartinserrano
    Participant

    Good morning,
    The point is that I´m using Enfold, and on the main page, I have a full width easy slider on the top, with buttons and captions…The point is that this looks great on a pc, but very small in a mobile…

    –So, I was wondering if there is a way of increasing the size of the slider on the mobile view….

    I attach my user/pass settings just if you want to take a look,
    thanks in advance

    scottybowl
    Participant

    Just implementing some sub menus on an Enfold based site and noticed that the menu doesn’t toggle when viewing on mobile UNLESS “Sticky submenu” is ticked.

    Digging into the javascript code, this function below causes the menu to toggle. There is no other mention of toggling the sub menu in the javascript code that I can see

    
    		$(".av-sticky-submenu").each(function()
    		{	
    			 var menu  = $(this), placeholder = menu.next('.sticky_placeholder'), mobile_button = menu.find('.mobile_menu_toggle');
    			 win.on( 'scroll',  function(){ window.requestAnimationFrame( $.proxy( check, menu, placeholder) )} );
    			 
    			 if(mobile_button.length)
    			 {
    			 	mobile_button.on( 'click',  toggle );
    			 }
    			 
    			 
    		});
    
    #651873

    Hey Pappasdg,

    Thank you for using Enfold.

    I’m sorry but this is not possible at the moment. It is but you have to modify the core shortcode files which can’t be modified in a child theme so you have to do the modification every time you update the theme. Try to use the Caption field, add the button shortcode instead.

    Best regards,
    Ismael

    #651730

    Hi limyj0923!

    You mean the hover of the button?
    That is also controlled from CSS.
    As you are using a lot of code to do many changes as noticed please look here:
    http://csshero.org a tool like that, is compatible with enfold and will allow you to do all those customisations really easy.

    Please do let me know if you did not manage it and I will help you further

    Best regards,
    Basilis

    #651676
    limyj0923
    Participant

    Hi,

    After you press the Submit button, there is this outline (green) and button color (pink) that appears briefly before the Thank You message appears. Is it possible to change these colors? I am using the enfold contact form.

    Thank you.

    #651630
    bgeyzer
    Participant

    I have been fixing bugs for a client with the Enfold theme since the latest WP update. My last fix is the social share buttons. The current code fix puts the buttons on the bottom every page. I don’t want/need them on every page. I originally had them isolated to “portfolio items ” and “posts” but the update messed that up. I need a code update or css work around.

    I am using the following code from another post in my the functions-enfold.php file.

    // add social toolbar to pages & builder pages
    add_action(‘ava_after_content’, ‘avia_add_social_toolbars’, 10, 2);
    function avia_add_social_toolbars($id = “”, $context = “”)
    {
    if($context == “page” || $context == “single-portfolio” || $context == “product”)
    avia_social_share_links();

    }

    add_filter(‘avf_template_builder_content’, ‘avia_add_social_toolbar_template_builder’, 10, 1);
    function avia_add_social_toolbar_template_builder($content = “”)
    {
    $content .= ‘<div id=”custom_share_box” class=”avia-section main_color container_wrap”><div class=”container”>’;
    $content .= avia_social_share_links(array(), ”, ”, false);
    $content .= ‘</div></div>’;
    return $content;
    }

    #651388
    cherhy
    Participant

    Hi.
    I’m Using Enfold theme, and fullscreen slider on the main page.

    I have a problem concerned about fullscreen slider.
    I wanna locate the fullcreen slider button at the center of slider.
    How can I change that?

    • This topic was modified 9 years, 10 months ago by cherhy.

    Hey Doron,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    .avia-slideshow-button-2 {
        border-right: 1px solid #fff !important;
    }

    Best regards,
    Ismael

    spleeky
    Participant

    Hi,

    I realize this is likely outside of the regular support, but it’s something I’m trying to achieve with the site, to satisfy a client requirement so would definitely appreciate any ideas you might have as experts with the theme.

    On my front page I have a button that opens a youtube video, the youtube video opens in the enfold lightbox.
    If a user clicks the cross at the top right of lightbox , the lightbox closes and they are taken back to the front page.
    or if they click anywhere off the light box they are also taken back to the front page.

    I want to promote a signup to my newsletter as soon as they’ve finished watching the video.

    I am thinking the easiest way to do this would be to pop up something when the lightbox is exited (either because someone pressed the cross, or because someone clicked off the screen).

    Can anyone give me any idea how I might do this? if it involves a plug in suggestion that’s fine also,

    if you can tell me some code that I might be able to get to trigger when the lightbox closes that might be handy too.

    I am looking for the simplest solution to achieve this, many thanks

    #651095
    xuamox
    Participant

    Hi,
    I am tracking google events on my enfold forms, but I am using a particular “request a quote” form on various pages, and that form uses the same class. How can I tell the difference between the various form in GOALS? Can I add a second class in the custom class input field?

    #651035

    Hey Jan :)

    Please refer to this post – http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/

    Best regards,
    Yigit

    #650938
    Laureninthailand
    Participant

    Hello,
    I have just gone to update to your latest update and the site has totally crashed. I literally did nothing other than hit the update theme button.

    This message comes up. I have no idea how to fix this as I can’t even get into the back end of the site now to do anything. I have put the login details below in case you need them.

    thank you!

    Warning: require_once(config-wpml/config.php): failed to open stream: No such file or directory in /home/trustshore1/public_html/wp-content/themes/enfold/functions.php on line 30

    Fatal error: require_once(): Failed opening required ‘config-wpml/config.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/trustshore1/public_html/wp-content/themes/enfold/functions.php on line 30

    #650894

    In reply to: submenu in socket

    #650569

    In reply to: isolated child pages

    Hey MindSpark,

    Thank you for using Enfold.

    We checked the site and I guess you managed to do it with the following css:

    .page-id-14 #header-button-ky, .page-id-14 #header-button-tx {
        display: none;
    }

    There are other ways that you accomplish this but what you’re doing right now is enough.

    Best regards,
    Ismael

    Hey Bobby,

    Thank you for using Enfold.

    Please replace the custom script with the following:

    // custom script
    add_action('wp_footer', 'ava_custom_script');
    function ava_custom_script(){
    ?>
    <script>
    (function($) {
    	function a() {
    		$('.av_promobox').each(function() {
    			$(this).find('.avia-button-wrap a').attr('rel', 'nofollow');
    		});
    	}
    
    	a();
    })(jQuery);
    </script>
    <?php
    }

    Best regards,
    Ismael

    #650415
    lipstick
    Participant

    Hi

    I’m looking for a way that a visitor can open a page (frontend) with a masonry of custom post types with options to sort the items differently.

    I need two buttons or links to sort items alfabetically (by title) and by date.

    How can I implement this without having to create two separate pages?

    Thanks for tips leading me to a solution!

    • This topic was modified 9 years, 10 months ago by lipstick.

    Thanks, Basilis. I greatly appreciate Kriesi’s going after this issue so quickly and am looking forward to the resolution. I’m having the same ‘update cart’ button issue with Woocommerce 2.6.1 and Enfold 3.6.1 as documented above (www.StrategyDriven.com).

    #650142

    The issue stems from the new ajaxified cart in WooCommerce 2.6 and above.

    In the first place there is a new function in cart.js to disable the update_cart button while the cart stays unchanged (no increase or decrease in quantities). From line 285 in cart.js downwards WooCommerce defines a input_changed event to enable the button again if the cart has changed (quantity decrease or increase). Due to the fact the plus and minus selectors are custom additions within Enfold WooCommerce does not know about them and the input_changed event gets not triggered if you click on the plus and minus button. If you change the quantity in the input field which is not modified by Enfold the event gets triggered and the update_cart button gets enabled.

    Kriesi has to define a listener him self to Enfold to enable the update_cart button upon a click on the plus or minus button. Add the following function at the bottom of woocommerce-mod.js:

    
    function enable_update_cart_button(){
    	var $update_cart_button = jQuery( 'table.shop_table.cart' ).closest( 'form' ).find( 'input[name="update_cart"]' );
    	if ( $update_cart_button.length ) {
    		$update_cart_button.prop( 'disabled', false );
    	}
    }
    

    Than insert a call to this function in the minus.on and plus.on events (lines 33 and 39 below the newNum.val(the_val) )

    
    enable_update_cart_button();
    

    However this wont help much because as soon as you change quantities and click on the update_cart button the plus and minus selectors will disapear. This is caused by the way the cart redraw works since WooCommerce 2.6. In prior versions the page was reloaded and the woocommerce-mod.js script was loaded and the function to add the plus and minus selector was executed again. Now the redraw happens using ajax. The Enfold script is not executed again and no selectors are drawn. Kriesi needs to change the way the script works. The whole part to draw the selectors and to listen to the onlcick event needs to be wrapped into a custom function. This function needs to be executed on the initial load of the cart and each time the “updated_wc_div” event is triggered.

    Long story short. This is a bug/flaw i Enfold and has nothing to do with other plugins. You know I am one of the biggest Enfold fans but I have to say you definitely missed the goal with making Enfold WooCommerce 2.6 compatible. Please do us a favor and give it the highest priority so we can say this was a one-time slip-up.

    Kind regards

    Michael

    #650122

    I would like to put two call to action button on main image on home page.

    Button 1 – point to google.com
    Buttton 2 – point to yahoo.com

    something similar to

    Thanks!
    Aparna

    #650093

    Hi,

    Looks like it’s incompatible with the mobile menu script. Will you consider adding a contact button beside the mobile menu icon? If yes, please refer to this link: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Ismael

    #650086
    mrshaffly
    Participant

    I created a page and saved. I went back in to edit and the advanced layout builder will not display or load. It shows the loading icon, but the layout elements will not load.

    I created the Contact Us page prior to creating these two. It loads fine. I created Hunting in South Fork, next. After creating the text, I added a full width Easy Slider and the publish and preview buttons grayed out and I could not update. I assumed WordFence needed to be modified to Learning Mode, had another window open and changed it there. The page would not let me update, still, so I created a new one. It allowed me to save, but now I still cannot edit.

    Thinking it might be a cache issue, I tried to load it in a different browser (Chrome) and it won’t load there either.

    1. I’ve turned off all plugins. They are still off.
    2. WP, Enfold, and plugins are all updated.
    2. I recreated a new page, with the same problem.
    3. Old pages prior to updates load fine.
    4. Created you a login.
    5. Tried initially in Firefox.
    6. Tried again in Chrome.
    7. I’m on a Mac OSX.
    8. I also tried adding the jquery code in your ‘update to wordpress 4.5 please read this post’ notice. Didn’t fix, so I deleted.
    9. Reset Wordfence to learning mode.

    The two pages in question:
    Hunting and Fishing in South Fork
    Hunting in South Fork

    • This topic was modified 9 years, 10 months ago by mrshaffly.
    #650081

    Hey tonyska,

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 480px) {
    .avia-slideshow-inner {
        min-height: 300px;
    }
    
    .avia-slideshow-inner li img {
        min-height: 300px;
        min-width: 560px;
        left: -100px;
        position: relative;
    }
    }

    This will increase the height of the slider images while making more space for the button. Turn on the custom css class so that you can specify a unique class attribute to the slider: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    I am wondering if it’s possible to make the entire slider image clickable on mobile, so that the user doesn’t have to find the button and can just tap the image to go to the link.

    This is possible but it will require a more complex solution so let’s try the css code first.

    Best regards,
    Ismael

    #649877
    GSM
    Participant

    I just made a custom form using the default Enfold CSS formating.

    One of my buttons is the “reset” button to delete all fields. I was surprised to see a basic button next to the nicely formated “submit” button.

    Reviewing the Enfold CSS I noticed that there is no code for input type “reset”. I have added that now manually in my child CSS file.

    However, I would suggest to amend the official Enfold CSS with some definitions for this input type.

    Best regards,
    Gunther

    • This topic was modified 9 years, 10 months ago by GSM.
    #649859

    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: 480px) {
    a.cart_dropdown_link {
        background: transparent!important;
        border: none!important;
        top: -25px;
    }
    #top .avia-slideshow-button { margin-top: 0; }}
    
    

    Best regards,
    Yigit

    #649858

    Hi velkovinoteka!

    Please go to Enfold/framework/php/class-form-generator.php file and find following line

    			$this->button_html .= '<input type="submit" value="'.$submit_label.'" class="button" '.$this->submit_attr.' data-sending-label="'.__('Sending','avia_framework').'"/>';

    and change it to following one

    			$this->button_html .= '<input type="submit" value="'.$submit_label.'" class="button" '.$this->submit_attr.' data-sending-label="'.__('Another text','avia_framework').'"/>';

    Regards,
    Yigit

    #649853
    Ondrej
    Participant

    Hello
    I would like to change text of sending button in Enfold contact form. When I push the button – right now apears “sending” but I want another text.

    Thank you
    Ondrej

Viewing 30 results - 7,051 through 7,080 (of 11,220 total)