Forum Replies Created

Viewing 30 posts - 2,851 through 2,880 (of 9,352 total)
  • Author
    Posts
  • in reply to: top navigation language selector #286269

    Hey mikel!

    Go to WPML > Languages and tick the “Display the language switcher in the WP Menu ” option. Then select the menu which is used as “Secondary Menu” from the dropdown (You can activate the secondary menu on the theme options page (Enfold > Header Layout).

    Best regards,
    Peter

    Hi!

    You need to contact the WPML support team. If it worked before the update it’s probably a plugin bug/issue. We didn’t change the theme code and there’s not much we can do for you at the moment.

    Regards,
    Peter

    Hi!

    Bitte versuche es jetzt noch einmal. Ich habe die Datei editiert und bei mir funktioniert die Mediathek (getestet mit “Galerie” Element und “Dateien einfügen” Button des Standard Editor einwandfrei. Vielleicht versuche den Browser Cache zu leeren.

    Regards,
    Peter

    in reply to: Disable theme bundled version of layerslider #286056

    Hey revion!

    If you’re using a child theme insert this code into the functions.php file:

    
    add_theme_support('deactivate_layerslider');
    

    If you’re using the Enfold (parent) theme and no child theme open up enfold/functions.php and delete this line:

    
    
    if(!current_theme_supports('deactivate_layerslider')) require_once( 'config-layerslider/config.php' );//layerslider plugin
    
    

    Cheers!
    Peter

    • This reply was modified 11 years ago by Devin.
    in reply to: Error on Customize page of Enfold Child #286038

    Hey!

    This is not a bug but a limitation of WordPress. Unfortunately we can’t display html tags there becausae wordpress converts them to plain text.

    Best regards,
    Peter

    in reply to: masonry galley loading all items in gallery library #285805

    Hey!

    Please create us an admin account and we’ll look into it.

    Cheers!
    Peter

    in reply to: Enfold theme and WPML issue #285802

    Hey StepmotioN!

    Please provide a link to your website. I also couldn’t view the screenshots (the images didn’t load on my PC).

    Regards,
    Peter

    in reply to: Loop Problem #285800

    Hey!

    You can use (Email address hidden if logged out)

    Best regards,
    Peter

    in reply to: Issues with iPad and iPhone menu display #285793

    Hi!

    Please use this code to hide the menu on ipads:

    
    @media only screen and (max-width: 1140px) { 
    .avia-menu.av-main-nav-wrap { display: none !important; }
    }
    

    Cheers!
    Peter

    in reply to: Toggles & Accordions appearance #285792

    Hey!

    You can play around with the values a bit – it’s hard to find the right balance between readability and size. I think this code might work:

    
    .toggle_icon .vert_icon {
    border-left-style: solid;
    border-left-width: 2px;
    left: 5px;
    top: 3px;
    height: 6px;
    }
    
    .toggle_icon .hor_icon {
    border-top-style: solid;
    border-top-width: 2px;
    position: absolute;
    top: 5px;
    left: 3px;
    width: 6px;
    }
    

    Regards,
    Peter

    in reply to: Translate Enfold multi site #285788

    Hey!

    Did you generate a mo file (compiled version of the po file)? If not wordpress will not be able to load you new translation. Use a tool like Poedit: http://poedit.net/ to generate the mo file (just open the po file, save it and Poedit will generate two files – a mo and po file) and then upload both files to the themes/enfold/lang folder.

    Best regards,
    Peter

    Hey!

    Kannst du mir bitte einen ftp Account einrichten, damit ich die Dateien bearbeiten kann bzw den Code ansehen kann? Ich wüsste jetzt nicht, warum dieser Code die Mediathek beeinflussen, da er nicht im Backend (Admin-Seite) geladen wird und selbst wenn er geladen werden sollte, kann die wp_get_attachment_url() normalerweise einen solchen Fehler nicht verursachen.

    Regards,
    Peter

    Hi!

    Glad you found the problem :)

    Best regards,
    Peter

    Hey FrankLohmann!

    Schön, dass der Fehler gefunden wurde :)

    Cheers!
    Peter

    in reply to: Demo file for Enfold #285108

    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

    in reply to: PORTFOLIO ITEMS BAR "WORDPRESS SIDEBAR" #285107

    Hi bitnavarra!

    Maybe a plugin conflicts with the portfolio post type. Please try to deactivate all plugins except woocommerce and bbpress and check if this solves the issue. If yes activate them one by one to find the culprit.

    Cheers!
    Peter

    in reply to: masonry galley loading all items in gallery library #285105

    Hey!

    The masonry gallery should just load the selected images. Maybe a plugin conflicts with the attachment query and breaks the masonry gallery. Please try to deactivate all plugins except woocommerce and bbpress and check if this solves the issue. If yes activate them one by one to find the culprit.

    Best regards,
    Peter

    in reply to: Change background color content elements #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

    Hi jenki!

    Please create us an admin account and post the login credentials as private reply – we’ll look into it.

    Best regards,
    Peter

    Hey!

    Can we close this thread now or is the problem not solved yet?

    Regards,
    Peter

    in reply to: Demo file for Enfold #285098

    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

    in reply to: Fatal Error in blog post #285092

    Hi vin8tan!

    This function is a standard php function: http://www.php.net/manual/de/function.mb-strimwidth.php and used by our theme to truncate text strings which are too long.

    You can try to increase the allocated php memory to 128M – open up wp-config.php which is located in the root WordPress directory. Then add the following line inside the main php tag:

    
    define('WP_MEMORY_LIMIT', '128M');
    

    If this doesn’t help try to contact the server administrator and ask him to enable the mb_strimwidth () function.

    Regards,
    Peter

    in reply to: Schriftfarbe weiß in RTE #285090

    Hi!

    Ich konnte diesen Fehler nicht reproduzieren und ich nehme an, dass es vielleicht mit den Browser Einstellungen zusammenhängt: https://support.google.com/news/answer/61689?hl=de

    Best regards,
    Peter

    in reply to: Adding input types to form fields #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

    in reply to: blog-single-small no left margin #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

    in reply to: Sub header #285086

    Hey!

    I recommend to use the id of the menu item if you just want to style the links. On this website – http://dentists.theimplantcentre.com/ – use:

    
    #header_meta .menu li#menu-item-1276 a{
    color: #fff;
    opacity: .3;
    }
    
    #header_meta .menu li#menu-item-1276{
    border-color: rgba(255,255,255,.3);
    }
    

    and on the other website – http://admin.theimplantcentre.com/ – use:

    
    #header_meta .menu li#menu-item-1239 a{
    color: #fff;
    opacity: .3;
    }
    
    #header_meta .menu li#menu-item-1239{
    border-color: rgba(255,255,255,.3);
    }
    

    Cheers!
    Peter

    in reply to: Alternative Font Colour in header #285085

    Hey Alzybob!

    You can change the color of the phone number and links with this css code:

    
    #header.phone-info, #header .phone-info span, #top #header .social_bookmarks li, #top #header .social_bookmarks li a{
    color: #fff;
    }
    

    Best regards,
    Peter

    in reply to: Boxed layout homepage slider with column #285084

    Hey!

    You can’t use the sidebar options for the events page. However you can try to hide the sidebar with css – insert the code into the quick css field:

    
    .events-gridview .sidebar{
    display: none;
    }
    
    .responsive .events-gridview .container .eight.units{
    width: 100%;
    border: none;
    }
    

    Cheers!
    Peter

    in reply to: Toggles & Accordions appearance #285083

    Hi!

    The theme does not support a custom toggle icon or image. In fact the +/- symbol is not even an icon but just two lines drawn with css.

    Cheers!
    Peter

    in reply to: Issues after updating to latest version #285081

    Hey!

    Glad you found the cause of the problem :)

    Cheers!
    Peter

Viewing 30 posts - 2,851 through 2,880 (of 9,352 total)