Viewing 30 results - 9,121 through 9,150 (of 11,220 total)
  • Author
    Search Results
  • #365892
    Hotelsolutions
    Participant

    Hi there,
    Very happy with the Enfold theme and all the updates/support lately. Keep it up!

    I have a small question regarding buttons on the fullscreen slider. On desktop they appear just fine. But on mobile devices they are very large and go all the way down to the bottom of the slider.
    I have no idea how to fix this.

    Hope you can help,
    Cheers, Jeroen

    #365814

    In reply to: Woocommerce Cart Links

    Hey Snerp!

    Thank you for using Enfold.

    You can use these selectors to modify the cart dropdown links:

    .header_color .cart_dropdown .dropdown_widget li a, #top .header_color .avia_cart_buttons .button, #top .header_color .dropdown_widget .buttons .button, .header_color .cart_dropdown_first .cart_dropdown_link, .header_color .cart_dropdown_link {
    background-color: #ffffff;
    color: #333333;
    }

    Best regards,
    Ismael

    #365737

    Hi emilgandersson!

    1. You could try replacing the title with some other content. Here is an example of replacing the title with twitter and facebook social buttons, https://kriesi.at/support/topic/social-sharing-on-galleries-enfold-v-3-0-2/.

    2. Try adding the same tags to the products.

    3. There shouldn’t be any text on hover. Do you mean you wish to get rid of the icon that displays when hovering over the product image? If so then try adding this to your custom CSS.

    .image-overlay-inside { display: none !important; }
    

    4. Go ahead and send us a link to your page so we can get a better idea of what’s going on.

    5. I think #3 should fix this but if it’s not then send us a link to the page so we can get a better idea.

    Best regards,
    Elliott

    #365564

    Whoa you are so fast! Thanks!

    I found a fix on my end, which is likely what you are seeing now. :) I am so silly.

    I went to Settings->Permalinks->Common Settings and changed the the radial button to “Post name”. It was set to “Custom Structure” before, and was causing problems.

    Yay! We fixed it together! :) Enfold rules all. This issue can be closed now.

    Todd

    #365527

    Hey discotech!

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

    @media only screen and (max-width: 768px) {
    #top .avia-slideshow-button.avia-color-light {
    padding: 6px 8px; font-size: 12px; }}

    Best regards,
    Yigit

    #365470

    Hi Peter!

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

    .avia_cart_buttons { opacity: 1; }

    Regards,
    Yigit

    #365411
    MarcG5
    Participant

    Hi All,

    I’m almost there with upgrading my version of Enfold and switching to a full screen layout as opposed to my existing boxed layout. I have a couple of questions and things that I am struggling with and would appreciate some help.

    Mobile view:
    With the full screen slider how can I hide caption titles and text for mobile phones as it dominates the screen too much OR is there a better way of handling captions for phones?

    On the iPad the caption titles and text overlap the navigation buttons that are displayed either side of the image. Is there a way to reduce this overlap?

    Tags:
    Can you tell me how to use the Tag Cloud widget correctly? I’m looking to display my own list of tags in a similar layout to that seen in the Enfold demo footer?

    Please see my dev site here: http://dev.marcgodfreeweddings.co.uk/

    Kind Regards
    Marc

    #365095

    In reply to: button shortcodes

    Hey!

    That’s not possible that way, however you can do it via CSS; set a custom class to the button and add this to Quick CSS:

    .custom-button {
        color: #188ece !important;
        background: transparent !important;
        border: 2px solid #188ece !important;
    }
    

    Best regards,
    Josue

    #365050

    In reply to: Error in header

    Hi jbennettrhycom!

    Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold before downloading + uploading a fresh copy from themeforest.

    3. Create a copy of your theme settings in Dashboard > Enfold > Import/Export and then hit the “Rest All Options” button to see if it’s a problem in your settings.

    Cheers!
    Elliott

    #364916

    I’m experiencing a similar problem. It’s not a fatal error on my end. Basically, when I updated from Enfold 3.0.2 to 3.0.3 I lost some buttons. I detected a slight difference with the “shortcode-template.class.php” file, but when I revert back to the previous file I lose progress bars and easy slider features. I’m running WordPress 4.0.1. Any thoughts?

    #364703
    anubis
    Participant

    Hello

    I used your Enfold Theme for my website
    When i go to my website on mobile (iphone and Galaxy Note 2)
    menu button doesn’t display on screen

    it just shows a white square box.
    i want to know how to display menu on mobile

    Thanks.

    you have Enfold Version: 2.9.2. Please update to the newest version.

    And when i click on your link, all i see a logo, a form field and a button. I guess thats some kind of news letter?

    #364632
    curandero
    Participant

    Hi
    hoping for some help please!

    Currently i have a right hand sidebar on my services page. Inside my sidebar i have 3 menus. On desktop it is a nice menu on right hand side, and when loaded on mobile, sidebar menu is displayed down the end of the page, with all menu items visible.(This is all default enfold settings)

    In contrast, if i choose to use a fulllwidth submenu – from the ‘content elements’, in avia layout builder – on a mobile device, menu options are displayed instead inside a hamburger menu button on mobile. On desktop, I have a horizontal menu instead in the main page and the right hand sidebar becomes whitespace)…

    I am not looking to have a fullwidth menu, centered horizontally on the page. I would like to keep right side-sidebar on desktop (with menus), But on mobile device display inside a menu button (like in ‘fullwidth submenu’ )

    Is there some code to enable the sidebar widget menu/s to be displayed inside a menu button on mobile devices? Instead of default fully open?
    Or to have sidebar pages inside a mobile menu when viewed on mobile device?
    Many thanks!!
    David

    #364540

    Hi shoo!

    Thank you for using Enfold.

    You can decrease the font size of the button then specify the width of the table cells:

    .avia-data-table .avia-center-col {
    text-align: center;
    width: 10%;
    }
    
    .avia-button.avia-size-small {
    font-size: 12px;
    }

    Regards,
    Ismael

    #364521

    In reply to: Color Section

    Hey!

    You can either decrease the font size of the h2 inside the text block or add a top margin on the button. Use this on Quick CSS;

    @media only screen and (max-width: 1200px) {
    .avia_textblock h2 {
    font-size: 27px;
    }
    }

    If you want to adjust the button instead, add a custom css class on the buttons. Refer to this link how: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    Use “custom-button” for example then add this on Quick:

    @media only screen and (min-width: 900px) and (max-width: 1150px) {
    .custom-button {
    margin-top: 20px;
    }
    }

    Regards,
    Ismael

    #364430

    Hey steffard!

    Thank you for using Enfold.

    I checked the site on Chrome and it doesn’t jitter when you scroll the page. It only does when you use the middle scroll button of the mouse. Most websites with fixed or parallax image sliders will, because it jumps to a certain viewport location instead of actually slide or scroll.

    Regards,
    Ismael

    #364301

    Topic: Better Tabs system

    in forum Enfold
    sitesme
    Participant

    Hi,

    If you look to the Website below you can see these three tabs: http://d.pr/i/1bxtt/4hNwwCH0 which look more like three buttons and are aligned perfectly to the centre of the page.

    Does Enfold has a similar shortcode / element that can be used in a similar way? I guess this could be doable with buttons as well. Each button would show / hide a certain div (amount of text / images) when clicked.

    Many thanks.

    #364237
    MarinaDsf
    Participant

    Hi Everybody !

    All of my social icons have disappear, and social sharing button too ( on posts ). What happened ?
    Otherwise, I can’t check social button on my enfold-child settings ( header, footer, and other )
    I recently add a domain name to my website.

    Please help me !

    Best regards

    • This topic was modified 11 years, 4 months ago by MarinaDsf.
    #364231
    Prescott Perez-Fox
    Participant

    Hi friends,

    I’m looking for a way to get better control over the Enfold Contact Form. I wonder, is there a way to build the fields and button using Short Codes? Is there a “long way” to build it with HTML elements, styled in a particular way? I’m up for it.

    Specifically, the two things I’m trying to do are:

    • Give a Form a bounding <div>. If this were the case, we’d be able to use different colours so the Forms don’t have a transparent background. My reason for this would be to use them within a Color Section. I’d also be able to adjust the padding more precisely or add rounded corners, etc.
    • Arrange all elements in a single line rather than with button below. This is a common request on the internet in general, and I’d love to do it with Enfold.

    Here’s a screenshot of my current setup, which is done manually using HTML elements, and thus doesn’t look great.

    http://cl.ly/image/0K1D0i0R1k24

    The live site is http://busycreator.com

    Thanks for any insight you can offer.

    #363969

    In reply to: SPACINGS AND LAYOUT

    #363656

    Hey!

    Your site was timing out for me yesterday but it seems to be working fine today.

    It looks like your existing pages have some corrupted code in the advanced layout builder which is causing a javascript error.

    SyntaxError: illegal character
    	
    
    /* <![CDATA[ */!function(){try{var t=\"currentScript\"in document?document.curre...

    You’ll notice you do not get this error when creating a new page so I think some stuff must have gotten messed up with the update. Not sure how it could have happened unfortunately.

    What you can try is enable the debug view, http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/, and when you edit your page you can try deleting any code that looks suspicious (probably your buttons) and then save the page to see if the error goes away. If that does not help though then it would probably be best to delete the page and recreate it.

    Best regards,
    Elliott

    • This reply was modified 11 years, 4 months ago by Elliott.
    #363385
    christandp
    Participant

    Hello I’m running WP 4.0.1 and Theme 3.0.4 and am unable to get the advanced editor button to work on new pages. It will work on some pages that are already built but not new ones. I’ve tried deactivating plugins but that doesn’t seem to help. The only plugins I have are The Event Calendar and The Event Calendar Pro.
    I noticed 2 things after installing the event calendar pro (at the same time I updated wordpress):
    1. Advanced editor didn’t work sometime after this install
    2. Some events show up a day early in the “month view”
    I was able to test these plugins with a fresh install of an earlier version of Enfold and everything worked perfectly. My conclusion is that there is a conflict with the latest version of Enfold and the calendar event pro plugin. I tried deleting these plugins and that did not resolve the issue.

    #363248

    Hey fotos4friends!

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

    a.add_to_cart_button span:before {
    display: none;
    }

    Regards,
    Yigit

    #362673
    aminzainotdini
    Participant

    Hi there,

    We really like the Enfold template, and we have used the woocommerce to facilitate the online store in our website.

    We would like to make some changes to the View Cart pages’ layout, and not sure how to go about doing these:
    1. Button for ‘Proceed to checkout’ to move to the bottom of the cart
    2. Button for ‘Update cart’ to shift to the right, where ‘Proceed to checkout’ currently is located
    3. Change the ‘Total’ in the Cart table to ‘Subtotal’
    4. In ‘Calculate Shipping’, remove the zipcode field
    5. In ‘Calculate Shipping’, make Singapore, Malaysia, United States to the top of the country list

    How do we go about to make these changes?

    #362631
    cherojo
    Participant

    Hi!

    When i embed the code for a “signup form” from Chimpmail, everything shows perfect, except the “submit” button, that disappears.

    It shows it in the admin enfold editor and also in other HTML editors, just when i publish it, it desappears.

    This the Embedded code:

    <!-- Begin MailChimp Signup Form -->
    <link href="//cdn-images.mailchimp.com/embedcode/classic-081711.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    	#mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif; }
    	/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
    	   We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
    </style>
    <div id="mc_embed_signup">
    <form action="//ascycap.us9.list-manage.com/subscribe/post?u=4afdd491658b15dc178dbc554&id=857df44e5f" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
        <div id="mc_embed_signup_scroll">
    	
    <div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
    <div class="mc-field-group">
    	<label for="mce-COMPANY">Nombre del Proyecto o Negocio  <span class="asterisk">*</span>
    </label>
    	<input type="text" value="" name="COMPANY" class="required" id="mce-COMPANY">
    </div>
    <div class="mc-field-group">
    	<label for="mce-FNAME">Nombre del Representante  <span class="asterisk">*</span>
    </label>
    	<input type="text" value="" name="FNAME" class="required" id="mce-FNAME">
    </div>
    <div class="mc-field-group">
    	<label for="mce-LNAME">Apellido del Representante  <span class="asterisk">*</span>
    </label>
    	<input type="text" value="" name="LNAME" class="required" id="mce-LNAME">
    </div>
    <div class="mc-field-group">
    	<label for="mce-EMAIL">Email Address  <span class="asterisk">*</span>
    </label>
    	<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
    </div>
    <div class="mc-field-group size1of2">
    	<label for="mce-MMERGE4">Teléfono </label>
    	<input type="text" name="MMERGE4" class="" value="" id="mce-MMERGE4">
    </div>
    <div class="mc-field-group input-group">
        <strong>Area de Interés </strong>
        <ul><li><input type="checkbox" value="1" name="group[13709][1]" id="mce-group[13709]-13709-0"><label for="mce-group[13709]-13709-0">Emprendedor – Incubación de Idea</label></li>
    <li><input type="checkbox" value="2" name="group[13709][2]" id="mce-group[13709]-13709-1"><label for="mce-group[13709]-13709-1">Planeación Estratégica</label></li>
    <li><input type="checkbox" value="4" name="group[13709][4]" id="mce-group[13709]-13709-2"><label for="mce-group[13709]-13709-2">Marketing – Ventas</label></li>
    <li><input type="checkbox" value="8" name="group[13709][8]" id="mce-group[13709]-13709-3"><label for="mce-group[13709]-13709-3">Procesos</label></li>
    <li><input type="checkbox" value="16" name="group[13709][16]" id="mce-group[13709]-13709-4"><label for="mce-group[13709]-13709-4">Contabilidad – Finanzas</label></li>
    <li><input type="checkbox" value="32" name="group[13709][32]" id="mce-group[13709]-13709-5"><label for="mce-group[13709]-13709-5">Desarrollo Organizacional</label></li>
    <li><input type="checkbox" value="64" name="group[13709][64]" id="mce-group[13709]-13709-6"><label for="mce-group[13709]-13709-6">Financiamiento</label></li>
    <li><input type="checkbox" value="128" name="group[13709][128]" id="mce-group[13709]-13709-7"><label for="mce-group[13709]-13709-7">Vinculación Gubernamental</label></li>
    </ul>
    </div>
    	<div id="mce-responses" class="clear">
    		<div class="response" id="mce-error-response" style="display:none"></div>
    		<div class="response" id="mce-success-response" style="display:none"></div>
    	</div>    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
        <div style="position: absolute; left: -5000px;"><input type="text" name="b_4afdd491658b15dc178dbc554_857df44e5f" tabindex="-1" value=""></div>
        <div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
        </div>
    </form>
    </div>
    <script type='text/javascript' src='//s3.amazonaws.com/downloads.mailchimp.com/js/mc-validate.js'></script><script type='text/javascript'>(function($) {window.fnames = new Array(); window.ftypes = new Array();fnames[1]='COMPANY';ftypes[1]='text';fnames[3]='FNAME';ftypes[3]='text';fnames[2]='LNAME';ftypes[2]='text';fnames[0]='EMAIL';ftypes[0]='email';fnames[4]='MMERGE4';ftypes[4]='phone'; /*
     * Translated default messages for the $ validation plugin.
     * Locale: ES
     */
    $.extend($.validator.messages, {
      required: "Este campo es obligatorio.",
      remote: "Por favor, rellena este campo.",
      email: "Por favor, escribe una dirección de correo válida",
      url: "Por favor, escribe una URL válida.",
      date: "Por favor, escribe una fecha válida.",
      dateISO: "Por favor, escribe una fecha (ISO) válida.",
      number: "Por favor, escribe un número entero válido.",
      digits: "Por favor, escribe sólo dígitos.",
      creditcard: "Por favor, escribe un número de tarjeta válido.",
      equalTo: "Por favor, escribe el mismo valor de nuevo.",
      accept: "Por favor, escribe un valor con una extensión aceptada.",
      maxlength: $.validator.format("Por favor, no escribas más de {0} caracteres."),
      minlength: $.validator.format("Por favor, no escribas menos de {0} caracteres."),
      rangelength: $.validator.format("Por favor, escribe un valor entre {0} y {1} caracteres."),
      range: $.validator.format("Por favor, escribe un valor entre {0} y {1}."),
      max: $.validator.format("Por favor, escribe un valor menor o igual a {0}."),
      min: $.validator.format("Por favor, escribe un valor mayor o igual a {0}.")
    });}(jQuery));var $mcj = jQuery.noConflict(true);</script>
    <!--End mc_embed_signup-->
    
    

    ¿Any clue how to solve this?

    Thanks!

    #362475
    This reply has been marked as private.
    #362433
    This reply has been marked as private.
    #362374

    Hey!

    Add this around line 17 in your functions.php file.

    add_theme_support('avia_disable_import_export');
    

    And try commenting out line 288 in /enfold/config-templatebuilder/avia-template-builder/php/template-builder.class.php.

    //new avia_tinyMCE_button($tiny);
    

    Regards,
    Elliott

    #362300

    In reply to: Page Editing Issues

    Hey!

    You can upload your screenshots to imgur.com and then copy the URL and here in the forums when you write your post click on the img button and paste the URL inside.

    1. You can navigate to Dashboard > Appearance > Themes and activate any theme other than Enfold to see if it’s a problem with Enfold or not.

    2. I do not see the “Framing” heading your referring to. If you want to change the colors of the headings then click on the “Colors” tab when editing the special heading elements.

    3. I added your code back into the codeblock element and it appears to be working fine.

    Best regards,
    Elliott

    #362074
    wantondude
    Participant

    Hi,

    As in the title.
    I am using woocommerce and when I make a product list/grid or slider the ‘on sale’ button covers the product name.
    Should I manually css the button out of the way or is there a way to move it through options in woocommerce or enfold ?

    Cheers

Viewing 30 results - 9,121 through 9,150 (of 11,220 total)