Viewing 30 results - 6,721 through 6,750 (of 11,218 total)
  • Author
    Search Results
  • #692311

    Hey Aline,

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

    .av_promobox .avia-button {
        right: 10px;
    }
    @media only screen and (max-width: 767px) {
    .responsive .av_promobox .avia-button, .responsive .av_promobox .avia-button-wrap {
        margin-bottom: 15px;
    }}
    

    Best regards,
    Yigit

    #692208

    Hey matteoclava,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then edit your slider and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .avia-slideshow-button { 
    background-color: red !important; 
    color: orange !important;
    border-color: green !important;
    }

    Best regards,
    Yigit

    #691993

    Hello again,

    I’ve posted to this thread a number of times before. I have also tried all suggested solutions, but none of them works!

    By now it should be perfectly clear that a responsive theme such as Enfold should be able to display two buttons that align when displayed on a small screen!

    Furthermore, this should not require any CSS-code or other workarounds. It should be an integral part of the theme itself.

    Why? Well because not one single user of the Enfold theme would want the buttons not to align. Most websites these days have buttons on their landing page. And having un-aligned buttons on your landing page gives a very poor first impression.

    Of all bug fixes of the entire Enfold theme this would be the most obvious one to fix. Especially since the unaligned buttons are present in like 90% of YOUR OWN DEMOS! (As I’ve displayed previously on this particular thread.)

    Please, please, please adress this issue in the next theme update.

    Best regards
    Simon

    #691902
    Retaguardia
    Participant

    Hi,
    I need to remove Post Navigation buttons from the code, (not a Display:none solution please)
    I found a solution were the functions-enfold.php was edited, but this far from ideal when updating the theme.
    Is there a code snippet i can use in my function.php file of my child theme to disable post navigation?

    Thanks!

    #691805

    Hi,

    I was talking about both (scroll up through the messages above) with the main problem being the layout of the testimonial grid. I tried your code but removed it again as it didn’t change the grid!
    I’ve re-aded your code (below) but the buttons still don’t appear correctly on iPad – see screenshot: https://www.dropbox.com/s/dhxopq2cjp44w6f/Screen%20Shot%202016-09-26%20at%2016.03.17.png?dl=0

    I’ve left your code in Enfold Theme options Quick CSS:
    @media only screen and (min-width: 768px) {
    .avia-button.avia-size-medium {
    padding: 12px 8px 10px;
    }}

    #691290
    BornAgainVirgo
    Participant

    Hello,

    Having recently installed the Enfold theme, I immediately fell in love with its versatility. Early this morning, I inserted a button short code within a custom widget, which I then assigned to the header (Via the instructions found here: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ ). Everything was working fine, until about an hour ago.

    Now, when I go to Appearances—>Widgets I CANNOT do the following:
    1). Activate any new widgets (via drag/drop)
    2). Obtain a drop down from a widget
    3). Click on either of the “Screen Options” and “Help” buttons in the upper right corner of the screen (i.e they’re frozen)

    Oddly enough, I can (Yes):
    1). Create a new Enfold Custom Widget Area
    2). Manage the widgets in the 4-footer columns via the “Manage with Live Preview” button

    Looking for an easy fix, I disabled all of my plugins and cleared my caches, but that didn’t work. I disabled the Enfold theme and activated a random WordPress theme to see if the issue was theme-related. Interestingly, the Appearance—>Widget menu worked perfectly in this other random, freebie theme. So, in assuming the problem was either Enfold-theme or user (me) related, I went ahead and deleted the Enfold theme altogether, reinstalled it back onto wordpress via zip, and activated it. Then, I tried to access the widget menu on the Appearance—>Widgets WordPress pg again. But it still doesn’t work…same problems persisted.

    If anyone has some time, I greatly appreciate a reply. I love the Enfold theme and would hate to have to go with another one.

    Thanks in Advance,

    –T

    #691205
    mercee
    Participant

    hello,

    I want to create a Coming Soon Landing page and was wondering if it´s possible to create a landing page with a Optin banner or button?

    I have a E-Mail Provider (Klick-Tipp) and i wanted to connect Klick-Tipp with the Opt-In Button.

    in other words, i would like to use klick-tipp for my newsletter.

    Regards,
    Cervantes

    • This topic was modified 9 years, 7 months ago by mercee.
    #690944

    Hey oheid,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your button elements and give them a custom CSS class and then post the link to your page and elaborate on the changes you would like to make so we can assist you further.

    Best regards,
    Yigit

    #690789

    In reply to: Easy Slider Mobile

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 769px) {
    .avia_transform .av_slideshow_full .avia-caption-title {
        font-size: 30px!important;
    }
    #top .avia-slideshow-button { 
    margin-top: 0;
    }}

    Best regards,
    Yigit

    #690781
    matteoclava
    Participant

    Hi,
    can I custom the button colors on Easy Slider?
    I mean, can I choose from the Easy Slider settings the #hex colors and not from Enfold Setting or selecting the default ones?

    • This topic was modified 9 years, 7 months ago by matteoclava.
    #690623

    Topic: Background color of H2

    in forum Enfold
    BlipBlopDK
    Participant

    In Advanced Styling in Enfold Theme Options, there is an option to change the background color of H2 (as well as H1 etc.).

    Say I have a H2 text that is white. It is placed on a black background picture. If I change the background color of H2 to for example red, will the background of the text field be red? Like a red box behind the text.

    Sorry for not just trying it out and see what happens. But I am afraid that I will not be able to put it back to its default settings, because when I click the Background Color button, it shows that the color is blue (and that is not what I see in the website where I use H2 text).

    #690610
    ariane1001
    Participant

    Hi,
    I wanted to add a quantity field to woocommerce archive pages and used this snippet from https://shopplugins.com/add-a-quantity-field-to-the-woocommerce-archive-pages/

    /**
     * Add quantity field on the archive page.
     */
    function custom_quantity_field_archive() {
    
    	$product = wc_get_product( get_the_ID() );
    
    	if ( ! $product->is_sold_individually() && 'variable' != $product->product_type && $product->is_purchasable() ) {
    		woocommerce_quantity_input( array( 'min_value' => 1, 'max_value' => $product->backorders_allowed() ? '' : $product->get_stock_quantity() ) );
    	}
    
    }
    add_action( 'woocommerce_after_shop_loop_item', 'custom_quantity_field_archive', 0, 9 );
    
    /**
     * Add requires JavaScript.
     */
    function custom_add_to_cart_quantity_handler() {
    
    	wc_enqueue_js( '
    		jQuery( ".post-type-archive-product" ).on( "click", ".quantity input", function() {
    			return false;
    		});
    		jQuery( ".post-type-archive-product" ).on( "change input", ".quantity .qty", function() {
    			var add_to_cart_button = jQuery( this ).parents( ".product" ).find( ".add_to_cart_button" );
    
    			// For AJAX add-to-cart actions
    			add_to_cart_button.data( "quantity", jQuery( this ).val() );
    
    			// For non-AJAX add-to-cart actions
    			add_to_cart_button.attr( "href", "?add-to-cart=" + add_to_cart_button.attr( "data-product_id" ) + "&quantity=" + jQuery( this ).val() );
    		});
    	' );
    
    }
    add_action( 'init', 'custom_add_to_cart_quantity_handler' );

    It was working before but after the latest updates from WordPress and Enfold it add’s only one article to the shopping cart instead of for example 3 if I select 3.
    Or sometimes when you select more then one item in related articles it will go to the product page instead of adding the article to the shopping cart when you hit ‘add to shoppingcart’
    I have no idear where it’s going wrong, could you take a look?
    The url is: http://kweker.nl/product/ekoland/ (product page), shopping page: http://kweker.nl/kerst/kerstpakketten/

    emac
    Participant

    I have a blog page, created in Enfold using the “elegant” layout for the Blog Posts design element. This blog page shows 3 blog post images, and the read more button. Fine, except that I want to remove the pagination and show all the blog articles, so that the user can scroll down through the blogs instead of having to go to the next page using pagination.

    So, two things do not seem to be working (1) I ask to show all posts on one page and only get three. (2) I ask to turn off the pagination, and it still shows up.

    I have cycled through my plugins turning them on/off, and have cleared the cache multiple times with no luck in fixing this problem.

    Help please

    #690334
    Moonbeam
    Participant

    Please can you help I’ve got 2 different shop pages occurring although the same products seem to appear on both. I’ve attached screen shots and links to the site, please can you help. Click on the shop button from the front end and this is the view I’d like. However when you are in dashboard and click ‘store’ from the top navigation it takes me to a different page but has the products.

    Also do you know what I need to select to allow ‘additional items’ to be added to a product before checkout.

    I am hoping to launch the site in the next few days, my first one! would appreciate a quick ‘health check’ before I do. We have a live site http://www.movenuk.com that this one is replacing so will need to use the moven url etc. any tips?

    #690242

    In reply to: Remove ShareThis

    Hi,

    No, ShareThis plugin is not bundled in Enfold. Can you please post the link to your website?
    You can go to Enfold theme options > Blog Layout and uncheck social networks under “Share links at the bottom of your blog post” not to display them. If Social Share Button element is added to your pages, you can simply edit them and remove the element.

    Best regards,
    Yigit

    #690159

    Topic: Problems with my logo

    in forum Enfold
    #690089

    Hi advteksol,

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

    #header .avia-button-left {
        z-index: 10000 !important;
        cursor: pointer !important;
    }

    Thanks,
    Rikard

    #690012
    Dandelion222
    Participant

    I would like to change the color of the button that appears in the sidebar when I use the Enfold Mailchimp widget. How can I do that?

    #689993
    Fraggs
    Participant

    I’m looking to do exactly this. The 3 items w/ quantity selections and one single add to cart button.

    Link-> http://kriesi.at/themes/enfold-shop/product/grouped-custom-product/

    #689833
    Office_SP
    Participant

    Hallo

    Ich benütze Enfold in der deutschen Version, der Inhalt meiner Seite ist aber in Englisch. Deshalb meine Frage: (wie) kann man den Button “Mehr Laden” unterhalb der Bildgalerien (Masonry) in Englisch haben, z.B. “Show more”?

    Danke und Gruss
    Samuel

    #689524
    ronmann
    Participant

    I created a fillable form through Adobe Acrobat Pro that works fine. However, if I place it in the Advanced Layout editor using Good Doc Embedder or just Add Media, the form appears correctly but has no fillable function and the buttons don’t work. If I download the form, open it in Acrobat I can fill it and and mail it. I would like to save some steps here for the viewer and do it all online. Is this possible? The url is listed in the private content section. If you need to view the form, just download it and open it in Acrobat.

    Thanks for any help you can provide.
    Ron Mann

    • This topic was modified 9 years, 7 months ago by ronmann.
    #689263

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-multi-slideshow-button {
        min-width: 200px;
    }

    Best regards,
    Yigit

    #689251

    Hi JennyGr!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    .avia-layerslider a.avia-button span {
        font-size: 14px!important;
    }}

    Cheers!
    Yigit

    #689243
    Inovatik
    Participant

    After entering the user and api key in Enfold Options -> Theme Update, WordPress theme page has displayed new version available for the Enfold theme. Trying to update from here, has resulted in the following error:

    Update Failed: 502 Bad Gateway 502 Bad Gateway nginx <!-- a padding to disable MSIE and Chrome friendly error page --> [...]

    The site is blocked in maintenance mode. After removing the .maintenance file from the root, the site works with the old theme version.
    Using the Update Now button from the Enfold Options -> Theme Update gives the Briefly unavailable for scheduled maintenance. Check back in a minute. warning and the site is again in maintenance mode.

    Removing the .maintenance file from the root again, the site is down:

    The novastig.com page isn’t working
    novastig.com is currently unable to handle this request.
    HTTP ERROR 500

    Warnings in error_log from root:

    [20-Sep-2016 12:05:10 UTC] PHP Warning:  posix_getpwuid() has been disabled for security reasons in /home/xxxxxx/public_html/wp-admin/includes/class-wp-filesystem-direct.php on line 210
    [20-Sep-2016 12:05:37 UTC] PHP Warning:  ini_get_all() has been disabled for security reasons in /home/xxxxxx/public_html/wp-includes/load.php on line 1023

    Warnings and a fatal error in error_log from wp-admin folder:

    [20-Sep-2016 12:08:02 UTC] PHP Warning:  ini_get_all() has been disabled for security reasons in /home/xxxxxx/public_html/wp-includes/load.php on line 1023
    [20-Sep-2016 12:08:02 UTC] PHP Warning:  require_once(config-bbpress/config.php): failed to open stream: No such file or directory in /home/xxxxxx/public_html/wp-content/themes/enfold/functions.php on line 445
    [20-Sep-2016 12:08:02 UTC] PHP Fatal error:  require_once(): Failed opening required 'config-bbpress/config.php' (include_path='.:/opt/alt/php56/usr/share/pear:/opt/alt/php56/usr/share/php') in /home/xxxxxx/public_html/wp-content/themes/enfold/functions.php on line 445

    We had to restore the 3.7.1 version from the original zip file…

    We will try to update to 3.8 the same way, after asking the client to download and send us the new zip.

    This and the (n)ever loading builder bug has lead to a frustrating experience with this theme. At least until now. :(

    #689055
    Belcuore
    Participant

    Hi. Just read another Thread about that problem, but it was not able to fix my problem unfortunately.
    I’m quite new in the enfold galaxy. Everytime when I try to configure the Google Maps Widget I get following error:
    It seems that your Google API key is not configured correctly
    The key is probably either restricted to the wrong domain or the domain syntax you entered is wrong.
    Please check your API key here
    The domain that should be allowed is:
    http://chls.ch/*

    First I created an API Key on Google. Than I went to the menu enfold > Google Services to set the API Key. Everything seems to be correct, but it just didn’t work.

    (Would like to attache some screenshots but I can’t find any upload button)

    Please can you help me with that?

    Thanks in advance and best regards,
    Marco (Belcuore)

    #688989

    Hi,

    Thank you for sharing the screenshots, there are 2 different way’s you can achieve this.

    1. Add the button as a menu item from Appearance > Menus > Main menu > Menu Item

    Expand the menu item option and select “Button Style” from the drop down “Menu Style” option.

    2. If you like to add more information like an address or a image button to the header area with your phone number. Please follow these steps to setup a header widget area.

    http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Add the below code in Appearance > Widget > Header Widget > Text Widget (You need to add a Text Widget) and write your own custom css to style it. We can help you with some basic code once we are able to inspect the element on the site.

    <span class="extra-info">
    	<span class="phone-number"> +7 499 346 89 79</span>
    	<span class="btn-cta">Позвоните мне</span>
    </span

    Please feel free to get in touch if you have any questions :)

    Best regards,
    Vinay

    • This reply was modified 9 years, 7 months ago by Vinay.
    #688825
    marcelhochman
    Participant

    I am trying to make a product page using avia constructor but i need of course a purchase button. When I place it, it comes with a strange sidebar and the bvutton itself does not appear such as in this product. I need to create this purchase button.

    I already tryed to change things in my enfold panel, clear cache, desabilitate all plugins.

    #688692

    Hi!

    Please refer to this post – http://kriesi.at/documentation/enfold/display-footer-menu-scroll-to-top-button-on-mobile/
    and try to use the code as following

    #socket .copyright {
        width: 100%;
        text-align: center;
    }

    Best regards,
    Yigit

    #688654
    emanuelecocchiaro
    Participant

    I’m desperately trying to have a popup contact form showing when clicking on a button in Enfold…but I can’t get to this.
    I was following this instructions
    https://kriesi.at/support/topic/open-form-in-a-lightbox-popup/#post-378103
    I did everything but when I click to the button there is still something not working. Could you please give a look to it? I have tryed everything so I don’t know what alse to do.
    Here’s the link http://www.simonasantaera.it/servizi/ button is the first on the right below the text “TRATTAMENTO CORPO”

Viewing 30 results - 6,721 through 6,750 (of 11,218 total)