Viewing 30 results - 218,971 through 219,000 (of 244,268 total)
  • Author
    Search Results
  • #281537
    chjmok
    Participant

    I have purchased enfold them, and it says it comes with Layer Slider Plugin. But I cannot find these plugin in the package I downloaded. Could you please tell me where to find these plugins to install?

    Hi!

    Seems to be a problem with the plugin styles you use for adding those images. Not sure what exactly is causing this but I guess if you add the following rule to the quick css field at enfold->general stylings that should fix the problem:

    
    .sidebar .simple-image a{display:inline-block;}
    
    

    Cheers!
    Kriesi

    #281520
    WEBIGAMI
    Participant

    Hi team,

    can I configure the Google Font “Source Sans Pro” (https://www.google.com/fonts/specimen/Source+Sans+Pro) for the headlines and body per Quick CSS in Enfold?

    Thx and cheers,
    Jan :)

    #281519

    In reply to: Google Maps Shortcodes

    OMG, Firstly my second day with Enfold. WOW Amazing support and flexibility. That solved my question immediately

    Secondly, is it possible to provide a Long & Lat to centre the map on first load.

    Denis

    #281513
    blancsolutions
    Participant

    I have a music website and I would like the images in the gallery to link to their corresponding songs on soundcloud. Is there any way I can do this? Right now when I click an image in the gallery, it opens that image url in a new tab. I want the same thing, except instead of the image opening in a new tab, the soundcloud track opens in a new tab. There is a wordpress plugin that allows me to do this called WP Gallery Custom Links, but it doesn’t seem to work with the gallery from Enfold. Please let me know if this is possible to do. Thanks.

    #281512

    In reply to: Magazine Thumbnails

    Hi LecheLMP!

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

    .av-magazine-thumbnail { width: 80px; }

    Best regards,
    Yigit

    #281511

    Hey 1456932587!

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

    #header { display: none !important; }

    Regards,
    Yigit

    #281510

    In reply to: Google Maps Shortcodes

    Hi Denis!

    You can enable debugging mode to see shortcodes you have created in pages using Advanced Layout Builder – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
    You can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Best regards,
    Yigit

    #281503

    Topic: Google Maps Shortcodes

    in forum Enfold
    denisrowe
    Participant

    Am new to Enfold – EXCELLENT – Have searched the help and forums but cannt find the answer to the two questins below.

    Firstly, I can put a map on a page with multiple addresses, however if I try to create a Map Widget that can be used on multiple pages I can only enter one address in the Widgets area.

    Secondly, you build a form in the page builder how do yo access the shortcode so hat it can be place in a text block in the widget area (i.e. develop one contact form, then drop on a template or multiple page.

    #281495
    1456932587
    Participant

    Hi, I wanted to know how I would completely get rid of the header to my website as I don’t have a logo and don’t want enfold showing up. Do I need to insert some code to make it happen?

    #281492
    This reply has been marked as private.
    #281488
    mndawood
    Participant

    Hello,

    Greetings.. and thank you again for your wonderful theme and awesome support
    I have another problem in mobile main menu.
    – Site is RTL Arabic
    – at the width threshold image attached and describing the problem
    – at width threshold 990 another image is attached showing the problem
    – The third image is what I need to do, please.

    Best Regards

    • This topic was modified 11 years, 8 months ago by mndawood. Reason: modifiying tags
    #281476

    Topic: portfolio filters

    in forum Enfold
    romero2
    Participant

    Hi.

    I need to create a page on my site dedicated to the real-estate (sale and rent). I tried to make it through the portfolio of Enfold but do not know to create a form to filter categories and tags as properties (type, city, size, price, etc..)
    How to create a form to filter by multiple categories and / or tags portfolio?

    Thank you.

    #281468

    Hi!

    Yes it will. You can use a child theme to avoid that. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
    You are welcome, we are always glad to help :) Let us know if you have any other questions or issues

    Regards,
    Yigit

    #281465

    Hi wsflats!

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

    .av-main-nav ul { width: 250px; }

    If that does not work, please post the link to your website

    Cheers!
    Yigit

    #281452
    kbarranco
    Participant

    I thought I saw a post from someone about doing a child theme after the site is finished. Now I cannot find that post.
    I have been in denial and am now just having the nightmare of when Enfold sends its upgrade I will lose all of the work I put into the site.

    I tried watching the video by Devin a few times but it all seems so complicated.

    2 questions:

    -Can you direct me to that post about doing child themes after the fact?
    – Can you direct me to a simple way to do a child theme if it is possible to do it after the site is finished?

    • This topic was modified 11 years, 8 months ago by Devin. Reason: fixed formatting
    #281451

    In reply to: Visual Form Builder

    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

    #281449

    Hey!

    Try adding this code to the Quick CSS:

    div.ls-playvideo {
        background-image: url(https://l2l.ca/wp-content/themes/enfold/config-layerslider/LayerSlider/static/skins/fullwidth/skin.png) !important;
    }

    Cheers! 
    Josue

    #281445

    Hey!

    Please change the code to following one in that case

    $phone			= do_shortcode('[insert shortcode here]');  

    simply single quote instead of double
    Edit: Yes it will. You can use a child theme to avoid that. Please see – http://kriesi.at/documentation/enfold/using-a-child-theme/

    Best regards,
    Yigit

    • This reply was modified 11 years, 8 months ago by Yigit.
    #281427

    Topic: Enfold Margins

    in forum Enfold
    nancy2434
    Participant

    Margins are too wide all over.

    If you visit my home page:

    http://somedomain.server309.com/

    I would like to tighten up the gutters around and between the blog entries, and the space on either side of the text widget in the right-column.

    #281417

    Hi!

    You are currently using an older version of the theme which is not compatible with the WordPress version you are using. Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750

    Best regards,
    Yigit

    #281415

    Hi Frederic!

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

    html { background: white !important; }

    Regards,
    Yigit

    #281410
    This reply has been marked as private.
    #281402
    frederictib
    Participant

    Hello Enfold team,
    I want to tell you I really appreciate your help with the support.

    When I refresh the site, it shows a whole grey background before loading the page. Anyway I can change that to white?

    Thank you,

    Frederic

    #281398

    Hi!

    Please add following code to Quick CSS
    1-

    @media only screen and (max-width: 768px) {
    strong.logo {
    left: 10%;
    }}

    2- Can you activate responsive layout in Enfold theme options firstly?
    Best regards,
    Yigit

    #281368

    Hey Rick!

    You can also go to Enfold theme options > Header Layout > Extra Elements and uncheck “Append search icon to main menu” :)

    Best regards,
    Yigit

    #281366
    rickster_192
    Participant

    Simple & Painless…

    Add to QUICK CSS in Enfold

    #top #menu-item-search {
    display: none;
    }

    Done!

    #281357

    Hi msalem951!

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

    .current-menu-item > a > .avia-menu-fx { opacity: 0; visibility: hidden; }

    Regards,
    Yigit

    #281348
    welswebmaster
    Participant

    I am looking to get the best performance and speed on our sites. I’ve made great gains in speed and efficiency. Since a lot of queries and/or inefficient queries can both cause slow performance, I ask you to please refer to the private content and then to the following. Please let me know if this is not normal. Thanks for your help.

    Here is the longest running query on your theme in the site’s install: SELECT post_id, meta_key, meta_value FROM wp_postmeta WHERE post_id IN (41,44,45,46,3002,3003,3004,3005,3011,3012,3023,3024) ORDER BY meta_id ASC
    Source:
    /nas/wp/www/cluster-1308/wels/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:724

    Backtrace:
    require(‘wp-blog-header.php’), require_once(‘wp-includes/template-loader.php’), do_action(‘template_redirect’), call_user_func_array, AviaBuilder->template_redirect, require_once(‘/themes/enfold/template-builder.php’), apply_filters(‘the_content’), call_user_func_array, do_shortcode, preg_replace_callback, do_shortcode_tag, call_user_func, aviaShortcodeTemplate->shortcode_handler_prepare, avia_sc_portfolio->shortcode_handler, avia_post_grid->query_entries, WP_Query->__construct, WP_Query->query, WP_Query->get_posts, _prime_post_caches, update_post_caches, update_postmeta_cache, update_meta_cache

    #281346

    Hey Vicken!

    That featured is not available at the moment, feel free to request it here.

    If you decide to go with a plugin (which i think its best), i’d recommend you CF7:
    http://wordpress.org/plugins/contact-form-7/

    This article explains how to include an attachment:
    http://contactform7.com/file-uploading-and-attachment/

    Best regards, 
    Josue

Viewing 30 results - 218,971 through 219,000 (of 244,268 total)