Viewing 30 results - 218,131 through 218,160 (of 243,970 total)
  • Author
    Search Results
  • #285214

    Thanks. Actually I managed to remove the footer by editing the front page and choose ‘hide footer show socket) on the right hand menu. It seems that the enfold settings dashboard only hides the footer on all pages but not the front page.

    One new question (and I have looked around the forum before I posted this). How can I hide the slider on mobile phones? The font is too small to be read. Thanks.

    #285210

    In reply to: Scrolling text?

    Hey!

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

    div.slide-entry-excerpt.entry-content {
    color: red;
    font-size: 19px;
    }

    Best regards,
    Yigit

    #285199

    In reply to: Block navigation

    Hey Tim!

    Please go to Enfold theme options > Header Layout > Header Layout > Menu and Logo Position and choose “logo left, menu below” then post the link to your website please so we can provide you accurate custom CSS code

    Cheers!
    Yigit

    #285192

    Hi dankershaw!

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

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

    Cheers!
    Yigit

    #285184

    Hi silviouk!

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

    .page-id-734 #header_main { background-image: url(https://www.menucool.com/slider/prod/image-slider-5.jpg); }

    You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

    #285177

    Hey studioinktvis!

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

    #top .av-main-nav > li > a:hover {
    background: red;
    border-radius: 100px;
    }

    Regards,
    Yigit

    #285176

    Hey!

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

    .logo { pointer-events: none !important; }

    Best regards,
    Yigit

    #285171
    philip
    Participant

    Hello.
    I created a new testside by copying all files and migrating the database. I run sql queries on the database to modify all url to new url.
    For older wordpress templates this used to work without any problems. Now, I guess with Enfold theme, because its more sophisticated there are some things which are missmatching.
    Could you compare the two links in “private Content”. On the second one, on top you can see the top header is missing. Logo is lost and at the bottom the test site has 4 footer columns instead of 3.
    Is there an additional enfold database which i need to migrate?
    Thanks for your support!
    Philip

    #285169
    #285167
    studioinktvis
    Participant

    Hi,

    Is it possible with the enfold theme to change the header menu background in pillshape background instead of the line underneath?
    So when you point at a menu it will change to a red pillshape background with a white word in it. If you do not point at it, the word changes back to red with a white background.

    #285141

    In reply to: Firefox icon problem.

    Hello.
    I fixed the problem.
    https://kriesi.at/support/topic/social-icons-fontello-not-working-in-firefox-enfold-2-5-4/

    <FilesMatch “\.(eot|otf|woff|ttf)$”>
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin “*”
    </IfModule>
    </FilesMatch>

    #285134

    Thank you for your help

    This change works with 2.8.1 enfold? because it does not work.

    We must add the code in the functions.php file?
    /enfold/functions.php

    add_filter('avf_logo_final_output', 'avf_text_logo_final_output');
    
    function avf_text_logo_final_output($logo) {
    	$link 	  = apply_filters('avf_logo_link', home_url('/'));
    	$logotext = "THIS IS MY LOGO";
    	$subtext  = "THIS IS THE SUBTEXT";
    	$subtext  = "<span class='subtext'>$subtext</span>";
        $logo     = "<h1 class='logo bg-logo'><a href='".$link."'>".$logotext."$subtext</a></$headline_type>";
    	
    	return $logo;
    }
    • This reply was modified 11 years, 7 months ago by Alex.
    thomasappell
    Participant

    Hi there,

    The Enfold audio player in my website works great after I added the extra code:

    .mejs-container.mejs-audio { display: block !important; }

    to quick CSS in theme options under general styling tab (used to not play and show up as a single dot) however it only works on a computer, not when trying to make it play on an iphone.

    Is there a way to get it to work on mobile devices?

    The website page is http://www.appellvoicestudio.com/audio

    Thanks…

    Hey!

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

    .main-title.entry-title {
    pointer-events: none;
    }

    Best regards,
    Yigit

    #285122

    Hey onegirlrtw!

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

    #top label {
    font-weight: normal;
    font-size: 18px;
    }

    Cheers!
    Yigit

    #285119

    Hi Yigit,

    Thank you for your response.
    I use the latest Enfold version 2.8.1 already.
    Did I missed something?

    #285113

    In reply to: Footer

    Hi papernapkinmarketing!

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

    #footer .av_one_fourth:nth-child(2) {
    display: none;
    }
    #footer .av_one_fourth:nth-child(1) {
    width: 73%;
    }

    Best regards,
    Yigit

    Hey!

    Please add folllowing code to Quick CSS in Enfold theme optiosn under General Styling tab

    .main_color .av-inner-masonry-content { display: none !important; } 

    Cheers!
    Yigit

    #285108

    In reply to: Demo file for Enfold

    Hey!

    You can try a plugin like: https://wordpress.org/plugins/wp-ultimate-csv-importer/ – Enfolds import script is not as flexible as this plugin because we just use it to import our sample/demo data.

    Cheers!
    Peter

    #285106

    Hey dewasurya!

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

    Cheers!
    Yigit

    #285104

    Hi yes9310!

    1) Yes, I strongly recommend to use a child theme: http://kriesi.at/documentation/enfold/using-a-child-theme/

    2) Applying a custom background color to all text blocks, etc. probably won’t look good. I recommend to insert a custom css class into the Custom Css Class field (i.e. “my_custom_bg_color” without the “” quotes) and then use this code (insert it into the quick css field or child theme style.css):

    
    #top #wrap_all .my_custom_bg_color{
    background-color: #333;
    }
    

    to apply a custom bg color to the elements with the class “my_custom_bg_color”. Obviously you can change the color value ;)

    Best regards,
    Peter

    #285098

    In reply to: Demo file for Enfold

    Hey ganjou!

    No, Enfold uses a xml file for demo data. The demo data can be found in: wp-content/themes/enfold/includes/admin/dummy.xml if you want to edit it. Personally I recommend to use a database export tool like: WP MigrateDB or WP MigrateDB PRO if you want to transfer the demo content to another server.

    Best regards,
    Peter

    #285095
    Alex
    Participant

    Hello,

    I translated wordpress admin theme options ENFOLD Version 2.8.1 on my multisite in English> French.

    The translation works well for the main site, but it does not work for sub domains.

    Have you an idea of what could be a problem?

    Thanks

    Alex

    • This topic was modified 11 years, 7 months ago by Alex.
    #285089

    Hey Denis!

    In wp-content/themes/enfold/framework/php/class-form-generator.php replace:

    
    		function text($id, $element)
    		{
    			$p_class = $required = $element_class = $value = "";
    			
    			$type = 'text';
    			// if($element['check'] == "is_email") $type = 'email'; //cant use this because of ie8 + 9
    			
    			if(!empty($element['check']))
    			{
    				$required = ' <abbr class="required" title="required">*</abbr>';
    				$element_class = $element['check'];
    				$p_class = $this->check_element($id, $element);
    			}
    
    			if(!empty($_POST[$id])) $value = urldecode($_POST[$id]);
    
    			$this->elements_html .= "<p class='".$p_class.$element['class']."' id='element_$id'>";
    			$form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="'.$type.'" id="'.$id.'" value="'.$value.'"/>';
    			$label = '<label for="'.$id.'">'.$element['label'].$required.'</label>';
    
    			if(isset($this->form_params['label_first']))
    			{
    				$this->elements_html .= $label.$form_el;
    			}
    			else
    			{
    				$this->elements_html .= $form_el.$label;
    			}
    
    			$this->elements_html .= "</p>";
    		}
    

    with

    
    		function text($id, $element)
    		{
    			$p_class = $required = $element_class = $value = "";
    			
    			$type = 'text';
    			// if($element['check'] == "is_email") $type = 'email'; //cant use this because of ie8 + 9
    			
    			if(!empty($element['check']))
    			{
    				$required = ' <abbr class="required" title="required">*</abbr>';
    				$element_class = $element['check'];
    				$p_class = $this->check_element($id, $element);
    			}
    
    			if(!empty($_POST[$id])) $value = urldecode($_POST[$id]);
    
    			$this->elements_html .= "<p class='".$p_class.$element['class']."' id='element_$id'>";
    			$form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="'.$type.'" id="'.$id.'" value="'.$value.'"/>';
    			$label = '<label for="'.$id.'">'.$element['label'].$required.'</label>';
    
    			if(isset($this->form_params['label_first']))
    			{
    				$this->elements_html .= $label.$form_el;
    			}
    			else
    			{
    				$this->elements_html .= $form_el.$label;
    			}
    
    			$this->elements_html .= "</p>";
    		}
    
            function email($id, $element)
            {
                $p_class = $required = $element_class = $value = "";
    
                $type = 'email';
                // if($element['check'] == "is_email") $type = 'email'; //cant use this because of ie8 + 9
    
                if(!empty($element['check']))
                {
                    $required = ' <abbr class="required" title="required">*</abbr>';
                    $element_class = $element['check'];
                    $p_class = $this->check_element($id, $element);
                }
    
                if(!empty($_POST[$id])) $value = urldecode($_POST[$id]);
    
                $this->elements_html .= "<p class='".$p_class.$element['class']."' id='element_$id'>";
                $form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="'.$type.'" id="'.$id.'" value="'.$value.'"/>';
                $label = '<label for="'.$id.'">'.$element['label'].$required.'</label>';
    
                if(isset($this->form_params['label_first']))
                {
                    $this->elements_html .= $label.$form_el;
                }
                else
                {
                    $this->elements_html .= $form_el.$label;
                }
    
                $this->elements_html .= "</p>";
            }
    
            function tel($id, $element)
            {
                $p_class = $required = $element_class = $value = "";
    
                $type = 'tel';
                // if($element['check'] == "is_email") $type = 'email'; //cant use this because of ie8 + 9
    
                if(!empty($element['check']))
                {
                    $required = ' <abbr class="required" title="required">*</abbr>';
                    $element_class = $element['check'];
                    $p_class = $this->check_element($id, $element);
                }
    
                if(!empty($_POST[$id])) $value = urldecode($_POST[$id]);
    
                $this->elements_html .= "<p class='".$p_class.$element['class']."' id='element_$id'>";
                $form_el = ' <input name="'.$id.'" class="text_input '.$element_class.'" type="'.$type.'" id="'.$id.'" value="'.$value.'"/>';
                $label = '<label for="'.$id.'">'.$element['label'].$required.'</label>';
    
                if(isset($this->form_params['label_first']))
                {
                    $this->elements_html .= $label.$form_el;
                }
                else
                {
                    $this->elements_html .= $form_el.$label;
                }
    
                $this->elements_html .= "</p>";
            }
    

    and then add two new form fields to your form like:

    
    [av_contact_field label='Phone Number' type='tel' options='' check='is_empty' width=''][/av_contact_field]
    [av_contact_field label='Email' type='email' options='' check='is_empty' width=''][/av_contact_field]
    

    Cheers!
    Peter

    #285088

    Hi!

    Thanks for the nottice – we’ll fix this bug with the next update. For now open up wp-content/themes/enfold/includes/loop-index.php and replace:

    
    $current_post['post_class'] 	= "post-entry-".$current_post['the_id']." post-loop-".$post_loop_count." post-parity-".$current_post['parity'].$current_post['last']." ".$blog_style;
    

    with

    
    $current_post['post_type'] = get_post_type($current_post['the_id']);
    $current_post['post_class'] 	= "post-entry-".$current_post['the_id']." post-loop-".$post_loop_count." post-parity-".$current_post['parity'].$current_post['last']." ".$blog_style;
    $current_post['post_class'] = ($current_post['post_type'] == "post") ? $current_post['post_class'] : 'post '. $current_post['post_class'];
    

    Cheers!
    Peter

    #285087

    Hallo Peter,
    klasse. Das Update hat geholfen. Werde ich in Zukunft vorher prüfen :-)
    Allerdings gibt es noch ein weiteres Thema. In der Icon-List werden Sonderzeichen nicht korrekt dargestellt. Siehe hierzu die Grafik hinter meinem Link: http://kunden.kaundvau.de/kriesi_enfold_sonderzeichen.png
    LG, Tom

    #285077

    Hey Justin!

    I think what you’re trying to do is not possible with wordpress and Enfold out of the box and you must hire someone to implement this feature. You can sort the portfolio entries by date or title but then you can’t apply a custom sort order to each portfolio because the title/date order is always the same. If you use the menu_order parameter you can just define one custom order (which will be used on all portfolio pages) because the menu_order value is saved one time for each portfolio entry and you can’t change it based on the portfolio page. You can try to use http://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-post-types-order/ which at least enables you to apply a custom sort order to category/archive pages and afaik you can set a different order for each category. However this solution introduces another limitation because 1) you can only use it with the archive.php template and 2) you must make sure all portfolio entries share the same category.

    Cheers!
    Peter

    Hey!

    Ok, wenn der Filter nicht funktioniert, öffne wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php und ersetze

    
    						$custom_link = get_post_meta( $id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $id ,'_portfolio_custom_link_url', true) : false;
    						if($custom_link) $this->loop[$key]['url'] = $custom_link;
    

    durch:

    
    						$custom_link = get_post_meta( $id ,'_portfolio_custom_link', true) != "" ? get_post_meta( $id ,'_portfolio_custom_link_url', true) : false;
    						if($custom_link) $this->loop[$key]['url'] = $custom_link;
    
                            if(!$custom_link) $url = wp_get_attachment_url(get_post_thumbnail_id($id));
                            if(!empty($url)) $this->loop[$key]['url'] = $url;
    

    Best regards,
    Peter

    #285070
    juicesandmilks
    Participant

    Hello,

    I’ve been running into a few issues with trying to display self hosted videos on an enfold child theme.

    First:
    while putting everything together on localhost I couldn’t get the embed feature to work at all, it would just display a text link to the video

    Second:
    self hosted HTML5 videos placed with the following code would not display in Firefox locally or remotely:

    <video width="775" height="425" controls="controls" poster="http://juicesandmilks.com/tommaso/wp-content/uploads/2014/06/00-GeorgiaGas-icecream-poster.jpg" alt="commercial for Georgia Natural Gas Co. directed by Evan Bernard - production design by Tommaso Ortino">
    <source src="http://juicesandmilks.com/tommaso/wp-content/uploads/2014/06/6GEORGIAGASIceCream.mp4" type="video/mp4">
    Your browser does not support the video tag.
    </video>

    I’ve seen some discussions on this about setting mime types in the .htaccess file of your server, so I’ve copied the following code onto my remote server’s .htaccess file , but without any luck (all the previous conversations that I had read also mentioned that the mime type issue was only present when viewing sites remotely with FireFox.

    Third:
    Now using the self hosted video embed feature is partially working with some weird inconsistencies.
    It always takes multiple tries before the embed code shows up in the post editor.
    Sometimes it shows up as video embed code:
    [video width="775" height="425" mp4="http://juicesandmilks.com/tommaso/wp-content/uploads/2014/06/2Charter.mp4"][/video]

    Sometimes it shows up as HTML:

    <div class="wpview-wrap wpview-type-video wont-play selected" contenteditable="false" data-wpview-text="%5Bvideo%20width%3D%22640%22%20height%3D%22352%22%20mp4%3D%22http%3A%2F%2Fjuicesandmilks.com%2Ftommaso%2Fwp-content%2Fuploads%2F2014%2F06%2F2Charter.mp4%22%5D%5B%2Fvideo%5D" data-wpview-type="video">
    <div class="toolbar"></div>
    [video  src="https://juicesandmilks.com/tommaso/wp-content/uploads/2014/06/2Charter.mp4" /]
    <div class="wpview-overlay"></div>
    <ins data-wpview-end="1"></ins></div>
    <p data-wpview-pad="1"></p>

    The last video I tried to embed will either show up embedded twice on the page, or it just won’t show up at all

    Would someone from the Kriesi team please take a look at my site and point out what could be causing this? I don’t really have any preference for HTML5 over video embed so long as one of them works!

    #285067
    tmazura
    Participant

    I’ve just installed Enfold and have been able to work with many features without issue. I’ve had no problems setting many theme options under Enfold Theme Options. Setting theme colors, however, is not working for me. Specifically, when I select pre-defined color schemes from General Settings under Enfold (child) Theme Options and save changes, the colors never work. The .css file in the Dynamic-Avia folder is being saved properly, but no change to the theme are shown, even after clearing my browser cache and reloading. Basically, I cannot change from the default preen splash color scheme. Please Help.

Viewing 30 results - 218,131 through 218,160 (of 243,970 total)