Viewing 30 results - 6,421 through 6,450 (of 11,218 total)
  • Author
    Search Results
  • #726870

    I placed this in the enfold child theme:

    #top .avia-button-fullwidth {
    font-size: 10px;
    border: 1px solid #e1e1e1;
    }

    #726738
    bury1000
    Participant

    Hi I recently Updated the Enfold Theme and my surprise was when I can’t modifiy, add, or delete the Image Link on the Avia Layout builder.
    The concrete code of the part it’s:

    <div class=”avia-name-description “>Image Link?<div>Where should your image link to?</div></div><div class=”avia-form-element “><div class=”template-container”></div></div>
    I have no button to add a link.

    Why??

    PLease help me I can’t continue with my work!

    Thanks so much

    Oriol Planas

    #726570
    frupalmgren
    Participant

    Hi Kriesi

    at my website, we sell selfdefence courses and uses EventON and woocommerce for listing the events and selling tickets. If you open an event and try to add more than one ticket to the basket the button doesn’t work.

    I have been in dialog with EventON, and they have tested my site, and found that the error is in Enfold (because it works fine with other themes and all plugins)

    Can you help me???

    Thanks!

    Malene

    #726468
    variabel
    Participant

    Hi Kriesi

    Im using enfold. But i cant add images an PDFs over the button “add media”.
    My webmaster told me, it is an endless loop, when the original uploader ist overwrite.
    You can find a Screenshot for further informations. Do you have a solution for this issue?

    Troubles with Upload

    Thank you!

    #726393

    Hey discotech!

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

    #top .avia-button-fullwidth {
        font-size: 14px;
    }

    Cheers!
    Yigit

    #726109
    wukk
    Participant

    Hi there,
    Using Enfold 2.7 on WordPress 4.7 browsing with Firefox 50.0, problems occur using the Advanced Layout Editor.
    When i hit the button, nothing happens. I tried Ctrl+F5 (which sometimes work) and disabled all plugins. No effect.
    Help is highly appreciated.
    Cheers,
    Malte

    #726077
    bemvestir
    Participant

    Hi,

    I have installed woocommerce and wcvendors plugins and my marketplace for fashion is almost finished using the amazing Enfold theme.
    During the time I’ve been building my platform, I’ve been counting on the help of your support, without which I could not have done it,
    since I’m no expert in wordpress, html, css, php … just a fashion blogger.

    However and only now I have verified that there is a misalignment on product attributs, more precisely, in the first attribute – http://www.bemvestir.moda/wp-content/uploads/2016/12/attributes.png

    1- When we add the first attribute (‘Color’, for example), we find that the word ‘color’ is incorrectly aligned to the right, when it should
    be left aligned. When we add a second attribute, we can check that it is set correctly; so this only happens with the first attribute.
    2- We can also check that in the second attribute the term is correctly displayed between two separator/horizontal lines, which does not
    happen in the first attribute, that is positioned upwards and with just one line and overriding the ‘add’ button.

    To verify this, you must login as a Vendor (indicated on private data) and go to http://www.bemvestir.moda/painel_do_vendedor/product/edit/#attributes.

    I appreciate your help

    Kind Regards

    Elsa Soares

    #725923
    mrpacogp
    Participant

    Hola muy buenas.
    El otro día leí algún hilo español. Imagino que se puede.
    Estoy buscando para integrar en enfold y registrar acciones como el boton del formulario u otros como cuando añadimos un boton.

    He leído esta parte, pero “/VP/XXX/XXX” no es nuestro ID de google verdad?
    Que otra documentación tenemos para consultar?
    Como puedo registrar eventos en otros botones?
    Un saludo y gracias por el soporte siempre.

    #725778
    gotobates
    Participant

    Hi,

    I’d like to embed a shopify buy now button into the enfold theme within the accordian widget and the table widget. The buy now button works in the regular editor but not in the advance editor.

    For your reference I’ve included a private link in this thread. On the webpage accessible by this link I have embedded a shopify button into the 2nd column last row of the table and into the open accordian near the bottom. If I do a view source the code is there but it won’t display on the page.

    Can someone please help. thx

    #725731

    Topic: no active links button

    in forum Enfold
    blendof
    Participant

    does not work box links again installed enfold and unchanged

    https://drive.google.com/file/d/0B-n74HnWfeYCTlRfYnJraVpOUG8/view?usp=sharing

    • This topic was modified 9 years, 4 months ago by blendof.
    #725616

    Hi,

    After enabling custom CSS for ALB elements ( http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) you should edit your button element and you will see the new field where you can insert “btn-large” (without double quotes).

    Best regards,
    Yigit

    phairlever
    Participant

    In Enfold, using HTML5 Player and Easy Digital Downloads, click Buy on main page to buy a song, next page the button says Purchase, hit that and the button changes to Checkout. It should go directly to a Cart from the first page or Checkout. Plus when you go to the purchase and checkout pages, there is date/in/author text between the song title and the player.

    Is there a better stream/buy songs plugin recommended for Enfold?

    #725584
    laurel
    Guest

    I love enfold and it is highly recommended, except for one thing. It is very, very square. Is it possible for the page features to be rounded rectangles instead of sharp rectangles? I’m talking about the search button, and menu items.

    #725483

    Hey jb84,

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

    .avia_cart_buttons {
        opacity: 1;
    }
    

    Best regards,
    Yigit

    #725449

    Hey eKMUch,

    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 element and give it a custom CSS class and then add following code to Functions.php file in Appearance > Editor

    
    function avia_custom_attr(){
    ?>
     <script>
    jQuery(window).load(function(){
    jQuery('.your-custom-class a').attr('data-sumome-listbuilder-id','9cc21303-ea2d-4d1f-afed-eb506397e88b');
    });
     </script>
    <?php
    }
    add_action('wp_footer', 'avia_custom_attr');

    Best regards,
    Yigit

    #725283

    Hi Basilis,

    Thanks for the reply. We appreciate all the help we get from this forum.

    But sorry for asking, how can this require more customization, than the help we already got from Team Enfold on terms of customizing the menu-button highlight, when custom menu in sidebar-widget was active?

    Here we got all the help needed from @andy @ismael @rikard in terms of codes for CSS and functions.php etc. Please see here: https://kriesi.at/support/topic/menu-button-highlight-when-custom-menu-active-in-widget/

    So how is this any different?

    Br
    ChangeGroup

    #725224
    millertimesites
    Participant

    Yigit,

    I was able to customize the colors of the fonts, backgrounds, and borders for all of the contact form elements, but for some reason the drop down items in the Select element have a highlight and border color of #1e90ff for no reason on Chrome and #000000 on Firefox & Edge.

    Website Address
    http://6d6.7fe.myftpupload.com/contact/

    Screen Shot
    http://6d6.7fe.myftpupload.com/wp-content/uploads/2016/12/dropdowns.jpg

    Current CSS Code

    #top div .av-dark-form input[type='text'] {
       border-color: #C59C5F;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }
    
    #top div .av-dark-form textarea {
       border-color: #C59C5F;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }
    
    #top div .av-dark-form select {
       border-color: #C59C5F;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }
    
    #top div .av-dark-form select option {
       border-color: #C59C5F !important;
      border-width: 1px !important;
      background-color: #ffffff !important;
    }
    
    #top .av-custom-form-color .button { 
        border-color: #C59C5F;
    }

    Thanks
    Jon

    #725114

    Hello Enfold Support,

    I would like to place the “login | register” link that I have implemented into my menu between the ‘book now’ button and the ajax search magnifying glass icon.

    I have already inputted the below code into my functions.php file:

    add_action( ‘ava_after_main_menu’, ‘enfold_customization_header_widget_area’ );
    function enfold_customization_header_widget_area() {
    dynamic_sidebar( ‘header’ );
    }

    Please let me know how I can tweak the below custom CSS so that this link is placed between the ‘book now’ button and the ajax search magnifying glass icon.

    #header .widget {
    left: 50%;
    padding-top: 0;
    position: absolute;
    top: 0;
    transform: translate(-50%);
    z-index: 999;
    }

    #724878

    In reply to: Column spacing fix?

    Hi,

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

    .page-id-313 .av-flex-placeholder {
        width: 1%;
    }
    .page-id-313 .avia-button-wrap {
        width: 100%;
        margin-bottom: 10px!important;
    }
    

    Best regards,
    Yigit

    #724777

    In reply to: Search widget problems

    I looked at your image, and you are seeing the same thing that I am…BUT…depending on how the user goes about their entry, they can end up with a text list output instead of images meeting their criteria.

    My recollection is that the very FIRST time that I put the Woocommerce Search widget in the footer, nothing showed there except the one box for the product search. I may be mistaken, but that is my recollection. You entered your search criteria in that box and pressed Enter for the search to begin. And then the output was the IMAGES that met the criteria.

    If instead, the only search widget you used was the Enfold Search widget, the output was a LIST in text form (no images).

    I’ve done some additional testing. I did clear the inactive widgets, and it made no difference. The way it is working right now is a combination of the two methods, depending on which button/box you use and the way you go about it.

    If you enter the search criteria where it says product search and then press enter, you get the matching images. If you enter the text in the upper box and then you click on the Search button below, then you get the images as well. BUT…BUT…if you do not enter any text at all and you click the bottom Search button (by accident or whatever), it takes you to a page with another text box for you to enter the search criteria, and then the output is in the text list style…NOT images.

    The text list method is a little amateur looking, on this type of site at least. When you have one search method working one way and then the user goes about it this other way, then it looks like something is not working correctly.

    Can we do something so that no matter what, if I am using the Woocommerce Search widget that the user will ALWAYS get a list of images in their results? See the attached link that compares the two results.

    #724641

    In reply to: Child Theme issues

    Interestingly enough, that version seems to work. However, I do have some items that aren’t moving from my parent the child theme.

    I have a lot of CSS that is in the Quick CSS field that I moved to style.css in the child theme. However, it appears that any styles that refer to Custom CSS classes (activated by enabling add_theme_support('avia_template_builder_custom_css'); in functions.php) are only applied if they are in the Quick CSS field. I can’t seem to get them to work via the .css file at all. All other styles seem to be applied correctly as far as I can tell.

    I had previously edited functions-enfold.php to reverse the portfolio buttons as referenced in this post. However, I can’t get it to work in the child theme. I’ve tried adding the function from that article into the child theme copy of functions-enfold.php as well as trying to rename the file functions-enfold-child.php. Either way, it seems to be ignored.

    #724575
    debbienz
    Participant

    I am having all sorts of major issues with all 4 of my company websites that use your Enfold theme after updating it today. I have submitted separate tickets for EMEA.APsystems.com, USA.APsystems.com and now this one for GLOBAL.APsystems.com. Here are the issues on this site.

    1. My sidebar content on pages is no longer showing. Except for on the Contact page where it is showing the wrong sidebar. The contact sidebar is selected and it is showing the products sidebar.

    2. I am getting this error message when I hit “update” button on a page

    Warning: strtolower() expects parameter 1 to be string, array given in /home/apsystems/global.apsystems.com/wp-includes/formatting.php on line 1881

    Warning: Cannot modify header information – headers already sent by (output started at /home/apsystems/global.apsystems.com/wp-includes/formatting.php:1881) in /home/apsystems/global.apsystems.com/wp-admin/post.php on line 197

    Warning: Cannot modify header information – headers already sent by (output started at /home/apsystems/global.apsystems.com/wp-includes/formatting.php:1881) in /home/apsystems/global.apsystems.com/wp-includes/pluggable.php on line 1179

    3. I am getting this error message when I try and edit my menus

    Warning: strtolower() expects parameter 1 to be string, array given in /home/apsystems/global.apsystems.com/wp-includes/formatting.php on line 1881

    4. And whenever I try to edit a page it automatically locks me out of WP admin and I have to log back in. This is the same problem I am having on the USA website.

    #724417

    In reply to: button in main menu

    Hey diefleischerei,

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

    #top #wrap_all .header_color .av-menu-button-colored>a .avia-menu-text {
        color: orange;
        background: green;
        border-color: red;
    }
    

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.

    Best regards,
    Yigit

    #724360

    Hi,

    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 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:nth-child(3) {
        background: orange;
    }
    .your-custom-class .avia-slideshow-button:nth-child(4) {
        background: red;
    }

    Best regards,
    Yigit

    #724347
    Mat Hankel
    Guest

    Hi, I wanted to buy enfold theme but could not manage to buy it on envato.

    I can login to envato – because I created an account, but a soon as I try to buy the theme, i am not signed in anymore. The shopping card shows the item but then I get asked to sign in again. This happend on different windows machines with firefox and ie.

    This morning I filled out even all my credid card information and pressed the by button. But then I got signed out again. This is strange. I didnt get an email as confirmation. Could you please help me?

    By the way – I wanted to use digimember-plugin – payed version and hope that it is compativble.

    Thank you for your help.

    Mat

    #724343

    Hey cpetrie2001,

    To target specific elements and style them accordingly please enable custom css class name support http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and add the css class name to the button element “btn-large”

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

    .btn-large{
      min-width:60vw;
    }
    

    Best regards,
    Vinay

    #724218
    Amy Thornwood
    Participant

    Hi guys!

    I am trying to upload the enfold theme (only the wordpress files) directly at WordPress and I get a error. The error says: Are you sure you want to do this? And the button there under says: try again.

    Is there a way to upload the theme without using FTP or upload the theme directly to wordpress without errors?

    I hope one of you can help me out!

    Kind regards,
    Amy

    #724150
    schiffbauer00
    Participant

    Hi all,
    referring this post:
    https://kriesi.at/support/topic/place-enfolds-social-media-buttons-in-footer/
    I would like to add the code also for the facebook icon, but I really do not get behind the elements of the code Ygit posted.

    <ul class=”noLightbox social_bookmarks icon_count_2″><li class=”social_bookmarks_instagram av-social-link-instagram social_icon_1″><span class=”avia_hidden_link_text”>Instagram</span><li class=”social_bookmarks_pinterest av-social-link-pinterest social_icon_2″><span class=”avia_hidden_link_text”>Pinterest</span>

    Please could you help me?
    Thanks in advance!
    Jan

    #724137

    Hey DROR,

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

    
    #gform_submit_button_2 {
      background:green;
    }

    Best regards,
    Rikard

    #724095
    ana40
    Participant

    not a good time of the year to have this issue
    customers are complaining they cannot update the cart. Button is now wotking
    Enfold 3.4.7
    woocommerce 2.6.9

    please help! It’s Christmas time.

Viewing 30 results - 6,421 through 6,450 (of 11,218 total)