Viewing 30 results - 3,781 through 3,810 (of 11,211 total)
  • Author
    Search Results
  • #1063844

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-2015 .av-dark-form textarea {
        border-color: green;
    }
    
    .page-id-2015 .av-custom-form-color .button {
        border: 2px solid green;
    }

    Best regards,
    Rikard

    #1063835

    Hey darrenwise,

    Go to Enfold > Advanced Styling > click on the dropdown (Select an element to customize) set this to Main Menu sublevel Links and click Edit Element button.
    Change the Font Color and Background Color then check on Apply only to mouse hover state then Save all changes.
    Hope this helps.

    Best regards,
    Nikko

    #1063813

    Hi all,

    The WP Bakery Page Builder allows you to hide all options for all non-admin users and only lets them use the saved templates. This is AMAZING when you build specific templates for clients and don’t want them to destroy everything. You can only let them use the saved templates and if they need something, you can build it and save it to templates for them to use.

    I feel like the Enfold Avia Builder is ready for this. You have all elements above the templates button. You can remove everything and just leave the templates button.

    Thanks,
    Leyden

    #1063743
    es1979
    Participant

    Hello,

    i have the following problem:
    Enfold Version: 4.5.3
    Google API is working.

    But:
    Every time when i set the coordinates with the buttonAdresse eingeben, dann Koordinaten abrufen! for the map I get an error message: An error occurredX
    Zu viele Anfragen auf einmal Bitte warten Sie ein paar Sekunden, bevor Sie erneut Koordinaten anfordern
    goggle API is set and working.

    And i get again and again the same error message.

    Thank you for your help.

    Hi,

    I installed the ACF plugin on my server and can reproduce what you mean.

    The output of the modal box is sent to the active editor TinyMCE – means when you have 2 editors and click in the second editor this becomes the active one.

    If you then open the modal window with the button of the this second editor your input is correctly placed in the position of the cursor of this second editor because this is the active editor.

    If you open the modal window with the button of the first editor instead your input is still placed in the position of the cursor of the second one because this is still the active editor.

    In my opinion if you want to add a shortcode to the text in an editor you want to control where the code is inserted – and click in the editor to have the cursor at that position – and in this case that editor becomes the active one and the code is placed at the cursor position. And this is from my point of view a consistent behaviour.

    You can check this in enfold\config-templatebuilder\avia-template-builder\assets\js\avia-tinymce-buttons-4.js – look for tinyMCE.activeEditor.

    Best regards,
    Günter

    #1063593
    fabiomagliozzi
    Participant

    Hi, I manage a website created with the theme of Enfold + Woocommerce, the Paypal button is not aligned well, on the shopping cart page in both mobile and desktop versions.
    I read a bit of suggestions in the various topics and I tried to add the lines of code recommended in the custom-css but without success.
    Can you try to verify? Try to add a product in the cart and then go in the cart page.

    In atach a screenshot of the mobile version of the Cart page and private content here: https://imgur.com/a/dSQkkGV
    Thank you.
    Fabio

    #1063458

    Hi I would like to change my button css to the following but not sure how to select it once it’s save to my child theme:
    Is there a way I can have a cool button like this with enfold?
    /****
    * button
    *
    */
    .button, .button–primary, .button–secondary, .wrapped-input button, .wrapper-input button, .wrapped-input–inverse button, .wrapped-input–date button, .beer-list-item__wrapped-input button, .button–secondary-red, .button–alternative, .button–hero {
    font-family: “Neusa-Bold”, sans-serif;
    background: white;
    color: #000;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.01em;
    line-height: 1em;
    padding: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease-in-out, border-color .2s ease-in-out; }
    .button:before, .button–primary:before, .button–secondary:before, .wrapped-input button:before, .wrapper-input button:before, .wrapped-input–inverse button:before, .wrapped-input–date button:before, .beer-list-item__wrapped-input button:before, .button–secondary-red:before, .button–alternative:before, .button–hero:before, .button:after, .button–primary:after, .button–secondary:after, .wrapped-input button:after, .wrapper-input button:after, .wrapped-input–inverse button:after, .wrapped-input–date button:after, .beer-list-item__wrapped-input button:after, .button–secondary-red:after, .button–alternative:after, .button–hero:after {
    transition: color .2s ease-in-out, border-color .2s ease-in-out; }
    .button:focus, .button–primary:focus, .button–secondary:focus, .wrapped-input button:focus, .wrapper-input button:focus, .wrapped-input–inverse button:focus, .wrapped-input–date button:focus, .beer-list-item__wrapped-input button:focus, .button–secondary-red:focus, .button–alternative:focus, .button–hero:focus {
    outline: none; }
    .button:focus, .button–primary:focus, .button–secondary:focus, .wrapped-input button:focus, .wrapper-input button:focus, .wrapped-input–inverse button:focus, .wrapped-input–date button:focus, .beer-list-item__wrapped-input button:focus, .button–secondary-red:focus, .button–alternative:focus, .button–hero:focus, .button:hover, .button–primary:hover, .button–secondary:hover, .wrapped-input button:hover, .wrapper-input button:hover, .wrapped-input–inverse button:hover, .wrapped-input–date button:hover, .beer-list-item__wrapped-input button:hover, .button–secondary-red:hover, .button–alternative:hover, .button–hero:hover {
    border-color: #1c1c1c;
    color: #1c1c1c; }
    .button:focus:before, .button–primary:focus:before, .button–secondary:focus:before, .wrapped-input button:focus:before, .wrapper-input button:focus:before, .wrapped-input–inverse button:focus:before, .wrapped-input–date button:focus:before, .beer-list-item__wrapped-input button:focus:before, .button–secondary-red:focus:before, .button–alternative:focus:before, .button–hero:focus:before, .button:hover:before, .button–primary:hover:before, .button–secondary:hover:before, .wrapped-input button:hover:before, .wrapper-input button:hover:before, .wrapped-input–inverse button:hover:before, .wrapped-input–date button:hover:before, .beer-list-item__wrapped-input button:hover:before, .button–secondary-red:hover:before, .button–alternative:hover:before, .button–hero:hover:before {
    border-right-color: #1c1c1c; }
    .button:focus:after, .button–primary:focus:after, .button–secondary:focus:after, .wrapped-input button:focus:after, .wrapper-input button:focus:after, .wrapped-input–inverse button:focus:after, .wrapped-input–date button:focus:after, .beer-list-item__wrapped-input button:focus:after, .button–secondary-red:focus:after, .button–alternative:focus:after, .button–hero:focus:after, .button:hover:after, .button–primary:hover:after, .button–secondary:hover:after, .wrapped-input button:hover:after, .wrapper-input button:hover:after, .wrapped-input–inverse button:hover:after, .wrapped-input–date button:hover:after, .beer-list-item__wrapped-input button:hover:after, .button–secondary-red:hover:after, .button–alternative:hover:after, .button–hero:hover:after {
    border-top-color: #1c1c1c; }
    .button–primary {
    border: solid 0.125em #000;
    position: relative;
    box-shadow: 0 0.5625em 0 -0.3125em;
    font-size: 2rem;
    padding: 0.46875em;
    overflow: visible; }
    .button–primary:after, .button–primary:before {
    top: calc(100% + 0.125em);
    position: absolute;
    display: block;
    content: “”;
    border-style: solid; }
    .button–primary:before {
    border-width: 0 0.3125em 0.25em 0;
    border-color: transparent #000 transparent transparent;
    left: -0.125em; }
    .button–primary:after {
    border-width: 0.25em 0.3125em 0 0;
    border-color: #000 transparent transparent transparent;
    right: -0.125em; }
    .button–primary:focus, .button–primary:hover {
    box-shadow: 0 0.5em 0 -0.3125em;
    -webkit-transform: translateY(0.0625em);
    transform: translateY(0.0625em); }
    .button–primary:focus:before, .button–primary:focus:after, .button–primary:hover:before, .button–primary:hover:after {
    bottom: -0.3125em; }
    .button–primary:focus:before, .button–primary:hover:before {
    border-width: 0 0.3125em 0.1875em 0; }
    .button–primary:focus:after, .button–primary:hover:after {
    border-width: 0.1875em 0.3125em 0 0; }
    .button–primary:active {
    box-shadow: 0 0.4375em 0 -0.3125em;
    -webkit-transform: translateY(0.125em);
    transform: translateY(0.125em); }
    .button–primary:active:before {
    border-width: 0 0.3125em 0.125em 0;
    bottom: -0.25em; }
    .button–primary:active:after {
    border-width: 0.125em 0.3125em 0 0;
    bottom: -0.25em; }
    .button–secondary, .wrapped-input button, .wrapper-input button, .wrapped-input–inverse button, .wrapped-input–date button, .beer-list-item__wrapped-input button {
    border: solid 0.1818181818em #000;
    position: relative;
    box-shadow: 0 0.6818181818em 0 -0.4090909091em;
    font-size: 1.375rem;
    padding: 0.4545454545em 0.6818181818em;
    margin-bottom: 0.625em; }
    .button–secondary:after, .wrapped-input button:after, .wrapper-input button:after, .wrapped-input–inverse button:after, .wrapped-input–date button:after, .beer-list-item__wrapped-input button:after, .button–secondary:before, .wrapped-input button:before, .wrapper-input button:before, .wrapped-input–inverse button:before, .wrapped-input–date button:before, .beer-list-item__wrapped-input button:before {
    top: calc(100% + 0.1818181818em);
    position: absolute;
    display: block;
    content: “”;
    border-style: solid; }
    .button–secondary:before, .wrapped-input button:before, .wrapper-input button:before, .wrapped-input–inverse button:before, .wrapped-input–date button:before, .beer-list-item__wrapped-input button:before {
    border-width: 0 0.4545454545em 0.2727272727em 0;
    border-color: transparent #000 transparent transparent;
    left: -0.1818181818em; }
    .button–secondary:after, .wrapped-input button:after, .wrapper-input button:after, .wrapped-input–inverse button:after, .wrapped-input–date button:after, .beer-list-item__wrapped-input button:after {
    border-width: 0.2727272727em 0.4545454545em 0 0;
    border-color: #000 transparent transparent transparent;
    right: -0.1818181818em; }
    .button–secondary:before, .wrapped-input button:before, .wrapper-input button:before, .wrapped-input–inverse button:before, .wrapped-input–date button:before, .beer-list-item__wrapped-input button:before, .button–secondary:after, .wrapped-input button:after, .wrapper-input button:after, .wrapped-input–inverse button:after, .wrapped-input–date button:after, .beer-list-item__wrapped-input button:after {
    bottom: -0.4545454545em; }
    .button–secondary:focus, .wrapped-input button:focus, .wrapper-input button:focus, .wrapped-input–inverse button:focus, .wrapped-input–date button:focus, .beer-list-item__wrapped-input button:focus, .button–secondary:hover, .wrapped-input button:hover, .wrapper-input button:hover, .wrapped-input–inverse button:hover, .wrapped-input–date button:hover, .beer-list-item__wrapped-input button:hover {
    box-shadow: 0 0.6363636364em 0 -0.4545454545em;
    -webkit-transform: translateY(0.0909090909em);
    transform: translateY(0.0909090909em); }
    .button–secondary:focus:before, .wrapped-input button:focus:before, .wrapper-input button:focus:before, .wrapped-input–inverse button:focus:before, .wrapped-input–date button:focus:before, .beer-list-item__wrapped-input button:focus:before, .button–secondary:hover:before, .wrapped-input button:hover:before, .wrapper-input button:hover:before, .wrapped-input–inverse button:hover:before, .wrapped-input–date button:hover:before, .beer-list-item__wrapped-input button:hover:before {
    border-width: 0 0.4545454545em 0.1818181818em 0;
    bottom: -0.3636363636em; }
    .button–secondary:focus:after, .wrapped-input button:focus:after, .wrapper-input button:focus:after, .wrapped-input–inverse button:focus:after, .wrapped-input–date button:focus:after, .beer-list-item__wrapped-input button:focus:after, .button–secondary:hover:after, .wrapped-input button:hover:after, .wrapper-input button:hover:after, .wrapped-input–inverse button:hover:after, .wrapped-input–date button:hover:after, .beer-list-item__wrapped-input button:hover:after {
    border-width: 0.1818181818em 0.4545454545em 0 0;
    bottom: -0.3636363636em; }
    .button–secondary:active, .wrapped-input button:active, .wrapper-input button:active, .wrapped-input–inverse button:active, .wrapped-input–date button:active, .beer-list-item__wrapped-input button:active {
    box-shadow: 0 0.5454545455em 0 -0.4545454545em;
    -webkit-transform: translateY(0.1818181818em);
    transform: translateY(0.1818181818em); }
    .button–secondary:active:before, .wrapped-input button:active:before, .wrapper-input button:active:before, .wrapped-input–inverse button:active:before, .wrapped-input–date button:active:before, .beer-list-item__wrapped-input button:active:before {
    border-width: 0 0.4545454545em 0.0909090909em 0;
    bottom: -0.2727272727em; }
    .button–secondary:active:after, .wrapped-input button:active:after, .wrapper-input button:active:after, .wrapped-input–inverse button:active:after, .wrapped-input–date button:active:after, .beer-list-item__wrapped-input button:active:after {
    border-width: 0.0909090909em 0.4545454545em 0 0;
    bottom: -0.2727272727em; }
    .button–secondary-red {
    border: solid 0.1818181818em #e40421;
    position: relative;
    box-shadow: 0 0.6818181818em 0 -0.4090909091em;
    font-size: 1.375rem;
    padding: 0.4545454545em 0.6818181818em;
    margin-bottom: 0.625em;
    color: #e40421;
    transition: none; }
    .button–secondary-red:after, .button–secondary-red:before {
    top: calc(100% + 0.1818181818em);
    position: absolute;
    display: block;
    content: “”;
    border-style: solid; }
    .button–secondary-red:before {
    border-width: 0 0.4545454545em 0.2727272727em 0;
    border-color: transparent #e40421 transparent transparent;
    left: -0.1818181818em; }
    .button–secondary-red:after {
    border-width: 0.2727272727em 0.4545454545em 0 0;
    border-color: #e40421 transparent transparent transparent;
    right: -0.1818181818em; }
    .button–secondary-red:before, .button–secondary-red:after {
    bottom: -0.4545454545em; }
    .button–secondary-red:focus, .button–secondary-red:hover {
    box-shadow: 0 0.6363636364em 0 -0.4545454545em;
    -webkit-transform: translateY(0.0909090909em);
    transform: translateY(0.0909090909em); }
    .button–secondary-red:focus:before, .button–secondary-red:hover:before {
    border-width: 0 0.4545454545em 0.1818181818em 0;
    bottom: -0.3636363636em; }
    .button–secondary-red:focus:after, .button–secondary-red:hover:after {
    border-width: 0.1818181818em 0.4545454545em 0 0;
    bottom: -0.3636363636em; }
    .button–secondary-red:active {
    box-shadow: 0 0.5454545455em 0 -0.4545454545em;
    -webkit-transform: translateY(0.1818181818em);
    transform: translateY(0.1818181818em); }
    .button–secondary-red:active:before {
    border-width: 0 0.4545454545em 0.0909090909em 0;
    bottom: -0.2727272727em; }
    .button–secondary-red:active:after {
    border-width: 0.0909090909em 0.4545454545em 0 0;
    bottom: -0.2727272727em; }
    .button–secondary-red:before, .button–secondary-red:after {
    transition: none; }
    .button–secondary-red:focus, .button–secondary-red:hover {
    border-color: #fb0726;
    color: #fb0726; }
    .button–secondary-red:focus:before, .button–secondary-red:hover:before {
    border-right-color: #fb0726; }
    .button–secondary-red:focus:after, .button–secondary-red:hover:after {
    border-top-color: #fb0726; }
    .button–alternative {
    border: solid 0.1818181818em #000;
    position: relative;
    background: #e40421;
    box-shadow: #000 0 0.6818181818em 0 -0.4090909091em;
    color: #fff;
    font-size: 1.375rem;
    padding: 0.4545454545em 0.6818181818em; }
    .button–alternative:after, .button–alternative:before {
    top: calc(100% + 0.1818181818em);
    position: absolute;
    display: block;
    content: “”;
    border-style: solid; }
    .button–alternative:before {
    border-width: 0 0.4545454545em 0.2727272727em 0;
    border-color: transparent #000 transparent transparent;
    left: -0.1818181818em; }
    .button–alternative:after {
    border-width: 0.2727272727em 0.4545454545em 0 0;
    border-color: #000 transparent transparent transparent;
    right: -0.1818181818em; }
    .button–alternative:before, .button–alternative:after {
    bottom: -0.4545454545em; }
    .button–alternative:focus, .button–alternative:hover {
    box-shadow: #000 0 0.6363636364em 0 -0.4545454545em;
    color: #fff;
    -webkit-transform: translateY(0.0909090909em);
    transform: translateY(0.0909090909em); }
    .button–alternative:focus:before, .button–alternative:hover:before {
    border-width: 0 0.4545454545em 0.1818181818em 0;
    bottom: -0.3636363636em; }
    .button–alternative:focus:after, .button–alternative:hover:after {
    border-width: 0.1818181818em 0.4545454545em 0 0;
    bottom: -0.3636363636em; }
    .button–alternative:active {
    box-shadow: #000 0 0.5454545455em 0 -0.4545454545em;
    -webkit-transform: translateY(0.1818181818em);
    transform: translateY(0.1818181818em); }
    .button–alternative:active:before {
    border-width: 0 0.4545454545em 0.0909090909em 0;
    bottom: -0.2727272727em; }
    .button–alternative:active:after {
    border-width: 0.0909090909em 0.4545454545em 0 0;
    bottom: -0.2727272727em; }
    .button–hero {
    border: solid 0.1818181818em #000;
    position: relative;
    background: #e40421;
    box-shadow: 0 0.8181818182em 0 -0.4545454545em;
    line-height: 0.7272727273em;
    font-size: 1.375rem; }
    .button–hero:after, .button–hero:before {
    top: calc(100% + 0.1818181818em);
    position: absolute;
    display: block;
    content: “”;
    border-style: solid; }
    .button–hero:before {
    border-width: 0 0.4545454545em 0.3636363636em 0;
    border-color: transparent #000 transparent transparent;
    left: -0.1818181818em; }
    .button–hero:after {
    border-width: 0.3636363636em 0.4545454545em 0 0;
    border-color: #000 transparent transparent transparent;
    right: -0.1818181818em; }
    .button–hero:after {
    display: table;
    clear: both;
    content: “”; }
    .button–hero:before, .button–hero:after {
    bottom: -0.5909090909em; }
    .button–hero:focus, .button–hero:hover {
    box-shadow: #000 0 0.6363636364em 0 -0.4545454545em;
    color: #fff;
    -webkit-transform: translateY(0.0909090909em);
    transform: translateY(0.0909090909em); }
    .button–hero:focus:before, .button–hero:hover:before {
    border-width: 0 0.4545454545em 0.1818181818em 0;
    bottom: -0.3636363636em; }
    .button–hero:focus:after, .button–hero:hover:after {
    border-width: 0.1818181818em 0.4545454545em 0 0;
    bottom: -0.3636363636em; }
    .button–hero:active {
    box-shadow: 0 0.5454545455em 0 -0.4545454545em;
    -webkit-transform: translateY(0.1818181818em);
    transform: translateY(0.1818181818em); }
    .button–hero:active:before {
    border-width: 0 0.4545454545em 0.0909090909em 0;
    bottom: -0.2727272727em; }
    .button–hero:active:after {
    border-width: 0.0909090909em 0.4545454545em 0 0;
    bottom: -0.2727272727em; }
    .button–hero .pre-cta {
    background: #fff;
    border-right: solid 0.1818181818em #000;
    float: left;
    padding: 0.6363636364em 0.9090909091em 0.6363636364em 0.6818181818em; }
    .button–hero .pre-cta-title,
    .button–hero .pre-cta-desc {
    display: block; }
    .button–hero .pre-cta-title {
    margin-bottom: 0.4090909091em; }
    .button–hero .pre-cta-desc {
    font-size: 1rem; }
    .button–hero .cta {
    color: #fff;
    float: right;
    padding: 0.8181818182em 1.3636363636em 0.8181818182em 0.9090909091em; }
    .button–hero .icon {
    float: left;
    margin-right: 0.6818181818em; }
    .button–hero .text {
    float: left;
    line-height: 1.3636363636em; }

    Hey Maike,
    Please try going to Enfold Theme Options > Shop > Product layout on overview pages and choose “Default without buttons” or “Minimal (no borders or buttons)” both of these options hide the “add to cart” buttons except on the product pages.
    2019-02-05-211846

    Best regards,
    Mike

    #1063418
    breezemedia
    Participant

    Hi,
    i found a website, done with enfold. There is an element that i want to use too.
    Please check the website. you can see the “telefone button” on the right. It is positionend in the center-right.
    When i scroll down, the button moves up to the header and is sticky.

    thank you for helping

    Maike
    Participant

    Dear team,
    I am setting up a new site with Enfold – which I appreciate more & more for the theme’s flexibility & options to tweak.
    Right now though I am getting quite frustrated with the difficulties we are experiencing making woocommerce work the way we need it to…. Not sure, but it seems that this issue might require a different approach when using Enfold? None of the solutions I found on the net (i.e. ” add remove_action( 'woocommerce_after_shop_loop_item', 'woocommerce_template_loop_add_to_cart' ); to functions.php) worked .
    We would like to
    HIDE ‘add to cart’ on the categorie page
    HIDE ‘add to cart’ on the shop page
    SHOW ‘add to cart’ on the product page
    What am I missing?
    Thanks for your support.

    #1063230
    wock_legacy
    Participant

    Heya guys,
    Something weird is going on with the burger menu on my new site.

    The burger menu works on this page:
    https://shop.paintab.se/varukorg/
    (That is the cart-page in woo-commerce)

    It also works on the last woo-commerce page where you complete your purchase. I don’t know what that page is called in english… Check out-page, maybe?

    On all other pages on the website, the menu button just adds a “#” to the end of the web adress, nothing more happens. For example, see the homepage:

    This has happened:
    Client called me this morning to report that the mobile menu wasn’t working. I went into Enfold Options -> Main menu -> Burger menu. Here I messed around for a bit. Just hit buttons pretty much to see if this would change anything. It did! It worked. For a about an hour. Then it reverts back to not working anymore. I don’t really know the hell is going on.

    Anyone have a clue? Caching issue? performance settings in Enfold?

    I appreciate any and all help I can get!

    Regards,
    David

    #1063221
    dannhanks
    Participant

    Hi,
    I have tested 2 different plugins for ‘quickview’ in woocommerce:

    1) WPC Smart Quick View for WooCommerce
    2) YITH WooCommerce Quick View

    both came out with a quick view box with a quantity field but no up/down buttons.

    with WPC this is what output I am getting:

    <form class="cart" action="#" method="post" enctype="multipart/form-data">
    	<div class="quantity">
    		<label class="screen-reader-text" for="quantity_5c59a27fc41f3">Quantity</label>
    		<input type="number" id="quantity_5c59a27fc41f3" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Qty" size="4" pattern="[0-9]*" inputmode="numeric" aria-labelledby="title of product">
    	</div>
    		<button type="submit" name="add-to-cart" value="638" class="single_add_to_cart_button button alt">Add to basket</button>
    </form>

    On the single page view, where the minus / plus buttons are, the full code is:

    <form class="cart" action="https://www.randwshop.com/product/blustream-cm100" method="post" enctype="multipart/form-data">
    	<div class="quantity">
    		<label class="screen-reader-text" for="quantity_5c59a29daa4f0">Quantity</label>
    		<input type="button" value="-" class="minus">
                    <input type="text" id="quantity_5c59a29daa4f0" class="input-text qty text" step="1" min="1" max="" name="quantity" value="1" title="Qty" size="4" pattern="[0-9]*" inputmode="numeric" aria-labelledby="Blustream HDMI 4K60 Network Controller - CM100 quantity">
                   <input type="button" value="+" class="plus">
    	</div>
    		<button type="submit" name="add-to-cart" value="638" class="single_add_to_cart_button button alt">Add to basket</button>
    			</form>

    gaining the:
    <input type="button" value="-" class="minus">
    and
    <input type="button" value="+" class="plus">
    buttons…

    Do you know of a way to load these extra parts in or a better quick view option for enfold which displays all necessary buttons?

    Thanks!

    Thanks for the reply.
    Nothing changed.

    When switch to advanced layout editor I see only the text and not the share buttons, other blog artikels, reaction.
    If you can make up one blog page for me like https://kriesi.at/themes/enfold-church/2014/05/11/entry-with-audio/ would be great.

    Thanks.

    Note:
    If you select to use the Classic Editor on the main page of the theme options and later you change it back to Advanced (block) the new page you made stays then in Classic. You have to make to page again if you want it in the block mode.

    • This reply was modified 7 years, 1 month ago by operationeel.
    #1062997

    Hi,

    Please try the below code and it will work for you.

    #top .avia-gallery-thumb a img {
       border: none !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

    #1062945
    This reply has been marked as private.
    #1062933

    Hello,

    If you use the GoDaddy credentials to login, you can access our Managed WordPress product page. From here, you can click on “Staging” on the right-hand side in the box. Then, you can click “Staging Settings.” From here, you can click the button for “Staging WP Admin” which should you lead you to the staging URL mentioned and the WP dashboard.

    From here, I proceed to click “Enfold” and travel down to “Theme Update.” Although I’ve put in operational credentials for the update, when I check for updates and attempt to update, I receive the following error:

    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator and inform them of the time the error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    Please advise.

    #1062742

    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:

    
    #footer p {
        word-break: break-all;
    }
    
    

    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

    #1062529

    In reply to: Responsive issue

    Hi,

    Thank you for contacting us.

    Please click this link to know what is your exact screen resolution.

    You can then use it in your media query to hide the elements.

    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

    #1062496

    Hi,

    Please select WP Classic Editor from Enfold theme options and then refresh the page. Try to activate the layout editor by clicking on the “Advanced Layout Editor” button.

    Best regards,
    Vinay

    #1062466

    Hi,

    I tried to troubleshoot this issue but the login credentials you provided do not work for me. Would you mind checking once again and then send us working login credentials?

    The user role for the account you send us should be set to ‘administrator’ so we can try to disable all plugins and add custom code (if necessary) to resolve the issue.

    For testing purpose please try the below code

    .responsive #top video.avia_video,
    .responsive #top video.avia_video * {
    	background: gold !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

    Problem that it always with a syntaxis error. Here is manual:

    <form action=””>

    <input type=”button” onclick=”ym(XXXXXX, ‘reachGoal’, ‘TARGET_NAME’); return true;” value=”Order” />
    </form>
    …:

    For test i made GA similar tracking – it works perfect. But with YM i can’t do the same:
    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){
    $gaq = “_gaq.push([‘_trackPageview’, ‘UA-98919545-2’]);\””;
    $att = “onclick=\”ga(‘send’, ‘event’, ‘Request’, ‘Send’, ‘CF_Enfold’);\” “;
    $att = “onclick=\”ym(44799976, ‘reachGoal’, ‘contact_form_click_camp’); return true; value=”Order”;\” “;
    return $att;
    }

    syntax error, unexpected ‘Order’ (T_STRING)

    #1062291

    Hey Allen Ulbricht,
    Thank you for contacting us at Enfold support, we are the theme support channel and the developers of Enfold. I have searched the support members for your organization, but didn’t find a user for your organization, I searched with and without wildcards:
    *ssdcitc*
    *easterswing*
    *ssdc*
    Unfortunately when a license is bought the user signs up for support voluntary, so not everyone does. Envato (Theme Forest) handles all of the sales and licensing and we don’t have access to their database, and we can’t create licenses or users for Envato.
    Please try reading this page to reset your Envato password, perhaps the previous user used a organization email address and you will get the reset email, or they will see the request and realize you need help and contact you. There is also a button on the page to ask for help from Envato, but I believe they are very strict with their accounts. Perhaps they will allow you to “renew” your license for a lower cost.
    The version you have will not update automatically because Envato changed from a API to a “Token” system for checking the license to update, so you will need to download the latest version (4.5.3) and update via FTP, (don’t overwrite the theme folder, delete it via FTP and upload the new one)

    But to integrate woocommerce please see our documentation this is the page that explains the most about woocommerce Our theme is well documented, and it’s well crawled by Google, so you can find a specific solution by Googling your question with the word “Enfold”
    and look for the results that are from “kriesi.at/support/”
    I hope this helps, and I wish I could offer support directly, but you would need to be a member of our support forum, I hope you understand.

    If the documentation doesn’t help and Envato won’t give you access to the account, I recommend purchasing a new license because it comes with 6 months of support which can be upgraded to a full year for $17 plus you will get free updates for life, a great bargain when you consider the hourly cost of support.

    Best regards,
    Mike

    #1062095

    Hi,
    When I disable the Enfold Recaptcha plugin the second recaptcha still shows behind the submit button:
    2019-02-02-183756
    I looked in your functions.php, enfold-functions.php, header.php, & footer.php but I can’t any code that adds the extra recaptcha to your site. Before you tried using the plugin did you try to manually add the recaptcha with some code?
    Try disabling your plugins to see if the recaptcha disappears.

    Best regards,
    Mike

    #1062050
    tsommer
    Participant

    I want to design the Menu-Button like the “Get In Touch” Button in Enfold Law Demo https://kriesi.at/themes/enfold-law/ .
    So I tried to define the custom css:

    .av-menu-button-colored span.avia-menu-text {
    border-radius: 50% !important;
    }

    But It doesn´t looks like the Demo-Button. Can someone give me a hint?

    • This topic was modified 7 years, 1 month ago by tsommer.
    #1062003

    Hi,

    Thank you for sharing the details.

    I checked your site on chrome and the font seems to be correctly applied. Please check the below screenshot.

    https://snag.gy/ljhvAJ.jpg

    The font family in your CSS is different tho.

    Also when you view the page source the language is “ru-RU”. If you still have an issue please try the combination of the language and font family to see if that makes a difference.

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

    Also check this jQuery solution.
    https://wordpress.stackexchange.com/questions/305695/how-to-set-different-font-family-based-on-text-language

    Best regards,
    Vinay

    #1061886

    Hey Anj27,

    The login url does not work. 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

    #1061829

    Topic: CSS help

    in forum Enfold
    smarta-brett
    Participant

    I have an issue with woocommerce layout

    I have custom css to put the text alongside the image on the single product page
    current css is

    .single-product-summary {
    overflow: hidden;
    width: 35%;
    float: left;
    margin-right: 5%;
    }

    this code was given to me by Enfold support a while back

    however, now, maybe because of woocommerce updates, this is causing the phone screen size display wrongly – it does not show the cart button and the text is bunched to one side

    can you let me know a css code that will set the “width” to 90% on smaller screen sizes only

    hartgen
    Participant

    Hi,

    I’m using Enfold as a child theme.

    For several reasons (e.g. fractional quantities, configurable products) I installed the plugin ‘Calculated Fields Form’ and it works.

    Main Concern:
    Is it possible to hide the ‘quantity’ field and the ‘<‘ and ‘>’ buttons
    1. on the product page?
    2. In the cart?

    If there is an update of Enfold, then this fields and buttons should stay hidden. So I think it’s necessary to hide them in the child theme.

    Could you please help me?

    Best regards
    Jorg

    Hi,

    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

    #1061664

    Hi,

    As you mentioned earlier, 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

Viewing 30 results - 3,781 through 3,810 (of 11,211 total)