Viewing 30 results - 212,821 through 212,850 (of 244,510 total)
  • Author
    Search Results
  • #320883

    Hey zedduo!

    Thank you for using Enfold.

    Please post the link of the website here. Try to delete the enfold.css on wp-content/uploads/dynamic_avia folder then toggle any theme options. Save changes.

    Best regards,
    Ismael

    #320881

    Hey Paul!

    Glad you managed to work it out. It’s worth noting that you could have made these fixes via debug mode:
    http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/

    Best regards,
    Josue

    #320879

    In reply to: Google Adsense

    I’m not seeing the code added to your Quick CSS:
    http://www.biliranisland.com/ph/wp-content/uploads/dynamic_avia/enfold.css?ver=54192b49eab3a

    Best regards,
    Josue

    #320878

    Hi hotspot!

    Thank you for using Enfold.

    Try using this:

    .class-of-image > .image-overlay{display:none !important;}
    

    Best regards,
    Ismael

    #320876

    Topic: Vulnerabilities

    in forum Enfold
    marceloamartins
    Participant

    I believe I may have found some vulnerabilities. I’m trying to figure if these vulnerabilities are related to Enfold, WordPress or the hosting server.

    #320868

    Hey Antonio!

    Thank you for using Enfold.

    Please use this on Quick CSS or custom.css:

    time.date-container.minor-meta.updated, span.text-sep.text-sep-date, span.comment-container.minor-meta {
    display: none;
    }

    Cheers!
    Ismael

    #320867

    Hi erwin_m!

    Thank you for using Enfold.

    Please try to deactivate the cache plugin or disable the minify settings.

    Regards,
    Ismael

    #320866

    Hey db3d!

    Thank you for using Enfold.

    Try adding a new category for the hidden products. Use “hiddenproducts” for example. Include the category on the masonry element then add this on Quick CSS or custom.css:

    .hiddenproducts_sort {
    visibility: hidden;
    display: none;
    } 

    Regards,
    Ismael

    #320862

    Hi xyzb!

    Thank you for using Enfold.

    What slider specifically? Please post the link of the actual website here. Make sure that you’re running Enfold 2.9.2 on WordPress 4.0.

    Regards,
    Ismael

    #320861

    Hey Sophieja23!

    Thank you using Enfold.

    Did you use the Advance Layout Builder for all those pages? You can switch the builder to debug mode to show the actual shortcodes below. Edit function.php, find this code:

    if(isset($avia_config['use_child_theme_functions_only'])) return;
    

    Below, add this code:

    //set builder mode to debug
    add_action('avia_builder_mode', "builder_set_debug");
    function builder_set_debug()
    {
    return "debug";
    }

    You can now copy the shortcode and transfer it to another page.

    Best regards,
    Ismael

    #320859

    Hey talelie!

    Thank you for using Enfold.

    Do you mind if we take a look at the actual page? Is that a blog post?

    Best regards,
    Ismael

    #320853

    Thanks Josue, I appreciate your help with this! Unfortunately that didn’t work

    I think my avia.js was up to date (2.9.2). I re-uploaded via FTP just to make sure, but the lightboxes are still broken.
    Here is the file just to make sure we are looking at the same thing: /wp-content/themes/enfold/js/avia.js?ver=2

    #320851

    Hey xyzb!

    Thank you for using Enfold.

    Please give us a link to the actual website. Make sure that you’re running Enfold 2.9.2 on WordPress 4.0.

    Cheers!
    Ismael

    #320841

    Hey!

    Your avia.js file seems to be outdated, try re-uploading that file or the whole /js file via FTP.

    Regards,
    Josue

    #320836
    koala
    Participant

    How do we edit the Copyright section in the Enfold Options?

    #320830
    wildbrid
    Participant

    Hi, I’ve customized the Enfold design to my requirements and because I need to integrate my wordpress site with another program, I have to create a html and css version of it. Is there anyway to do that, any idea? Thank you.

    #320826
    eRoxanne
    Participant

    Enfold is my FAVORITE theme and I’ve purchased five copies with various accounts for various clients. It’s the BEST!

    BAD problem! When viewing my password protected forum in IE 11 and Firefox 31.0, the list of topics appears for a few seconds, then switches to all black with purple and blue link colors and with the topics all in a big row at the top of the screen, with the header at the bottom of the page. Does not happen in Google Chrome.

    peiiep
    Participant

    Hi,
    I really like enfold theme.
    My new client need a website for her tutoring business. One thing she really need is she want to have some audio playlist on one of her page, and she want only her students can listen to those playlist.

    Is that possible to do it?

    Thanks

    #320802

    Hey!

    Open /wp-content/themes/enfold/css/base.css and remove from line 184 to line 253:

    
    	#top form {
    		margin-bottom: 20px; }
    	#top fieldset {
    		margin-bottom: 20px; }
    	#top .input-text,
    	#top input[type="text"],
    	#top input[type="input"],
    	#top input[type="password"],
    	#top input[type="email"],
    	#top input[type="number"],
        #top input[type="url"],
        #top input[type="tel"],
        #top input[type="search"],
    	#top textarea,
    	#top select {
    		 -webkit-appearance: none;
    		border: 1px solid #e1e1e1;
    		padding: 8px 6px;
    		outline: none;
    		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    		color: #777;
    		margin: 0;
    		width: 210px;
    		max-width: 100%;
    		display: block;
    		margin-bottom: 20px;
    		background: #fff;
    		border-radius: 0px;
    		}
    
    	#top input[type="text"]:focus,
    	#top input[type="password"]:focus,
    	#top input[type="email"]:focus,
    	#top input[type="number"]:focus,
        #top input[type="url"]:focus,
        #top input[type="tel"]:focus,
        #top input[type="search"]:focus,
    	#top textarea:focus {
    		box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
     		color: #555;
    		}
    	#top textarea {
    		min-height: 60px; line-height:1.5em;}
    	#top label{
    		display: block;
    		font-weight: bold;
    		font-size: 12px;  }
    	#top legend {
    		display: block;
    		font-weight: normal;
    		font-size: 15px;  }
    	#top select {
    		width: 220px; }
    	#top input[type="checkbox"] {
    		display: inline; }
    	#top label span,
    	#top legend span {
    		font-weight: normal;
    		font-size: 13px;
    		color: #444; }
    
    	#top textarea{width:100%;}
    
    #top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid #9AA600;} /*#70A41B*/
    #top #wrap_all .error .text_input, #top #wrap_all .error .text_area, #top #wrap_all .error .select{border:1px solid #DF653E;}
    #top #wrap_all .ajax_alert .text_input, #top #wrap_all .ajax_alert .text_area, #top #wrap_all .ajax_alert .select{border:1px solid #ffb628;}
    #top #wrap_all .valid  .input_checkbox_label{color:#9AA600;}
    #top #wrap_all .error  .input_checkbox_label{color:#DF653E;}

    Regards,
    Josue

    #320794
    sadephoi
    Participant

    I’d like to adjust the font size of:

    headings
    body

    #320779
    This reply has been marked as private.
    #320773

    Hola Josue,
    Efectivamente la versión de Enfold no era la última, a pesar de que WP me decía que si. He actualizado a la 2.9.2 y el problema se ha resuelto.
    Gracias por la solución y por la rapidez en contestar
    un saludo
    Alex

    jkdavis
    Participant

    I updated WordPress to the latest version (from 3.8) and the website crashed. I immediately updated Enfold, then proceeded to update all plugins. The website still didn’t work. One by one via trial/error I turned off the plugins to find the issue. WooCommerce appears to be the conflict as the website works fine when it’s turned off. Currently WooCommerce is turned off so at least the website stays partially live.

    Unsure – but it may be a conflict between WordPress 4.0 and WooCommerce rather than your theme.

    • This topic was modified 11 years, 6 months ago by jkdavis.
    #320771
    chevettetutu
    Participant

    Hola, necesito saber si puedo crear un área de tamaño fijo personalizado (por ejemplo de 300×300) para usar en algún lugar de mi página, ya que el elemento Enfold Advertising Area solo acepta imágenes.

    ¡Desde ya muchas gracias por su ayuda!

    Martin

    Unfortunately still no luck.
    Tried the js folder and then I re-downloaded the Enfold theme & made sure that I’ve replaced it entirely, by uploading the zip file & extracting it directly within the cPanel file manager.

    Also tried deactivating all plugins & that didn’t help either.

    Thanks,
    J

    #320751
    tgdigitalsolutions
    Participant

    I have been updating a company website in a test directory for a few weeks (uses version 2.9.2 of Enfold with WordPress 4.0).

    Everything got the OK today to make this site our live one so I just did that this AM.

    I followed the instructions for moving a WordPress site (from one folder on same server to the root directory for the site) and all seems to be fine as far as the front end that site visitors see. However, something is apparently broken on the backend with regard to the theme. I’m unable to edit any pages. Not sure if this is a WordPress related issue with the change or what.

    If you could take a look I would greatly appreciate! I’ve gone through about everything I can think of and no luck figuring out what is wrong.

    Included necessary login details.

    Thanks!
    TOm

    #320747
    lizybloom
    Participant

    I am using a Themify plugin titled Announcement Bar. It is the only scrolling announcement bar I have been able to find that sticks to the bottom and scrolls through different announcements. It works just dandy with Enfold until I switch Enfold to boxed layout. Then it pushes to the right. I know you may say this isn’t what this forum is for, but I do believe it is something funky in the enfold settings. Help!:)
    lbartisan.com/fitrats.com

    #320742
    This reply has been marked as private.
    #320741

    This is what I already did two times. The upload via the wordpress routine never worked (as well…) Not even the preview is working. I bought a theme for almost 60 Dollars and it doesnt even Start to work. This is really embarrasing. I wasnt even able to get to the admin section any more – I had to disengage enfold by deleting its folder on the server…

    #320733
    Micheal0424
    Participant

    http://longreachbikeclub.com/

    If you look at the website you will see the wheels at the bottom. I would like to use them as backgrounds in a text box so the text would appear inside the wheel.

    Is that possible?

    Thanks.

    I am using Enfold

Viewing 30 results - 212,821 through 212,850 (of 244,510 total)