Viewing 30 results - 15,631 through 15,660 (of 16,891 total)
  • Author
    Search Results
  • #277430
    This reply has been marked as private.
    #277403

    Hi afarahani!

    Yes, unfortunately hostgator makes a lot of troubles with contact forms. You can try to install the smtp mail plugin: https://wordpress.org/plugins/webriti-smtp-mail/ and if this plugin doesn’t fix it try to install https://wordpress.org/plugins/contact-form-7/ and check if cf7 can send mails. If not please ask the hostgator support team to check the server configuration. A user reported his host doesn’t allow to send emails from a different tld and the only possible fix is to change the sender email. You can use this code to change the sender address – insert it at the bottom of child theme functions.php or enfold/functions.php and replace (Email address hidden if logged out) with your email address.

    
    add_filter('avf_form_from', 'avia_change_from', 10, 3);
    function avia_change_from($from,$new_post,$params){
    $from = ' (Email address hidden if logged out) ';
    return $from;
    }
    

    Cheers!
    Peter

    #277357

    Hey mikegrace78!

    Thank you for using the theme.

    Did you add the widget on the Shop Overview Page widget area? Please edit archives.php, find this code on line 78:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'blog';
    				get_sidebar();

    Replace it with:

    //get the sidebar
    				$avia_config['currently_viewing'] = 'shop';
    				get_sidebar();

    Cheers!
    Ismael

    #277227

    Thanks for the tip.

    I have now also updated my PHP version to 5.4.27 but without success :(

    #277223

    Hello, I’ve created a shortcode, it worked perfectly, but because I am mixing css, html and php in the same function I got a big error, then I move the code to a html file and included directly into the shortcode without success, could you please help me find the better way to run this chunk of code into the homepage without sacrifying some sleep?

    code:

    <!– MOBILE NEWS –>
    <div id=”home-news-mobile” class=”row” style=”background:#c0c0c0;margin-top: 0px;margin-bottom: 20px;width: 100%;padding:0px 0px 10px 0px;font-weight:bold;”>

    <div style=”width:100%;height:57px;background:url(<?php echo home_url( ‘/’ ); ?>wp-content/themes/enfold/images/ga-home-newstop.png) no-repeat top right;”></div>

    <ul class=”homenews scroll-pane” style=”width:90%;margin-right:20px;padding:10px;float:right;font-weight:bold”>
    <?php $posts = get_posts(‘category=2&orderby=date&numberposts=20’); foreach($posts as $post) { ?>
    <li style=”list-style:none;text-align:right;line-height:24px;font-weight:bold”>” target=”_parent” style=”font-weight:bold;border:thin;”><?php the_title(); ?>
    <?php } ?>

    </div>

    <!– MOBILE PUB –>
    <div id=”home-pub-mobile” class=”row” style=”background:#c0c0c0;margin-top: 10px;margin-bottom: 20px;width: 100%;padding:0px;font-weight:bold”>

    <div style=”width:100%;height:51px;background:url(<?php echo home_url( ‘/’ ); ?>wp-content/themes/enfold/images/ga-home-pubtop.png) no-repeat top right;”></div>

    <ul class=”homenews scroll-pane” style=”width:90%;margin:20px;padding:10px;max-height:160px;float:right;text-align:right;font-weight:bold”>

    <?php wp_list_pages(‘depth=4&child_of=111&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=109&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=194&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=196&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=198&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=200&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=202&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=204&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=206&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=208&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=211&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=215&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=213&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=217&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=219&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=221&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=223&title_li=’); ?>
    <?php wp_list_pages(‘depth=4&child_of=225&title_li=’); ?>

    <?php
    /*
    $pages = get_pages(array(‘child_of’ => ’17’, ‘exclude’ => ‘111’, ‘parent’ => 17, ‘sort_column’ => ‘menu_order’, ‘sort_order’ => ‘ASC’));
    foreach($pages as $page){
    print ‘<li style=”text-align:right;line-height:24px;font-weight:bold”>ID).'”>’.$page->post_title.’‘;
    }
    */
    ?>

    </div>

    <!– MOBILE COMMUNITY –>
    <div id=”home-community-mobile” class=”row” style=”margin:20px auto;width: 100%;text-align:center;”>
    <?php echo qtrans_getLanguage();?>/news/guzman-ariza-and-the-community/”>wp-content/uploads/2013/12/ga_home_community_<?php echo qtrans_getLanguage();?>.png” style=”width:260px” border=”0″ />
    </div>

    <div id=”home-news-desktop” class=”row” style=”margin-top: 10px;margin-bottom: 20px;width:100%;max-width:959px;height:292px;float: left;”>

    <div class=”col-box span-7″ style=”width: 682px;height:290px;float:left;margin: 3px 15px 3px 0px;text-align:center;background:url(<?php echo home_url( ‘/’ ); ?>wp-content/uploads/2013/12/ga_home_newsh_<?php echo qtrans_getLanguage();?>.jpg);”>

    <div class”holder” style=”position:absolute;top:6px;left:4px;width:460px;height:200px;border:0px solid red”>

    <div id=”homepane2″ class=”scroll-pane” style=”height:275px;”>

    <ul class=”homenews” style=”margin-right:20px;text-align:right;font-weight:bold”>
    <?php
    $pages = get_pages(array(‘child_of’ => ’17’, ‘exclude’ => ‘111’, ‘parent’ => 17, ‘sort_column’ => ‘menu_order’, ‘sort_order’ => ‘ASC’));
    foreach($pages as $page) {
    print ‘<li style=”text-align:right;line-height:24px;font-weight:bold”>ID).'”>’.$page->post_title.’‘;
    }
    ?>

    </div>

    </div>

    </div>

    <div class=”col-box span-3″ style=”float:left;margin: 3px 0px;text-align:center;”>

    wp-content/uploads/2013/12/ga_home_community_<?php echo qtrans_getLanguage();?>.png” style=”width:260px” border=”0″ />
    </div>

    </div>

    Thank you for your time and patience.

    #277149

    Hey!

    Please re-do no.2 here – https://kriesi.at/support/topic/general-styling-issues/#post-271414
    It may be deleted if you updated the theme

    Have you made changes i suggested here on no 2 – https://kriesi.at/support/topic/general-styling-issues/#post-271262 after making the changes in header.php file?
    Best regards,
    Yigit

    • This reply was modified 11 years, 10 months ago by Yigit.
    frankyfranky
    Participant

    New installed wordpress 3.9.1 with enfold 2.7.1
    when i define(‘WP_DEBUG’, true), error found:

    Notice: Undefined offset: 2 in /home/promessa0527/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 432

    Notice: Undefined offset: 2 in /home/promessa0527/public_html/wp-content/themes/enfold/framework/php/function-set-avia-backend.php on line 397

    it affect the Menu Image plugin: the menus didn’t show the image button as usual.
    if i switch to the other theme, it works.

    PS: try deactivate all plugins, still the same

    • This topic was modified 11 years, 10 months ago by frankyfranky.
    #277042
    AberdeenDC
    Participant

    Hi there I very recently paid for a copy of this template , installed it and began editing the default home page.
    On viewing the site from outside of WordPress admin there is a button suddenly appearing on the homepage screen that is not visible at all when editing.

    You only see this blue button when viewing the page on the live site.
    The button says SAVE on it and seems to be linking to a div class item (see below)
    Save

    I have no idea how it got there as I never put it there and i’ve no idea why it’s there or how it got there at all..!
    Can you tell me what this is and how i get rid of it please as it’s very annoying.

    This button can be viewed on the following URL:http://www.adcinternet.co.uk/ and links to:http://www.adcinternet.co.uk/wp-admin/post.php?post=734&action=edit&message=1#save

    This mysterious button which is blue is located under the second colour section.

    Many thanks AberdeenDC

    • This topic was modified 11 years, 10 months ago by AberdeenDC.
    parperei
    Participant

    Dear all,

    is it possible to display a No-Image-Icon for Latest Portfolio Sidebar Widget?

    I used this already in my child-them functions.php:

    /**
    * change-the-related-posts-no-image-icon
    */	
    add_filter('avf_default_icons','avia_replace_standard_icon', 10, 1);
    
    function avia_replace_standard_icon($icons)
    {
    $icons['standard']	 = array( 'font' =>'entypo-fontello', 'icon' => 'ue879');
    return $icons;
    }

    Kind regards!

    • This topic was modified 11 years, 10 months ago by parperei.
    #276879

    Hey webdevsd!

    1) If you want to center align the text of the input field add this code to the quick css field:

    
    #top .avia_ajax_form .text_input{
    text-align: center;
    }
    

    2) 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]);
                if(empty($value)) $value = $element['label'];
    
    			$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

    
    		function textarea($id, $element)
    		{
    			$p_class = $required = $element_class = $value = "";
    
    			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'>";
    			$this->elements_html .= '	 <label for="'.$id.'" class="textare_label hidden textare_label_'.$id.'">'.$element['label'].$required.'</label>';
    			$this->elements_html .= '	 <textarea name="'.$id.'" class="text_area '.$element_class.'" cols="40" rows="7" id="'.$id.'" >'.$value.'</textarea>';
    			$this->elements_html .= "</p>";
    		}
    

    with

    
    		function textarea($id, $element)
    		{
    			$p_class = $required = $element_class = $value = "";
    
    			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]);
                if(empty($value)) $value = $element['label'];
    
    			$this->elements_html .= "<p class='".$p_class.$element['class']."' id='element_$id'>";
    			$this->elements_html .= '	 <label for="'.$id.'" class="textare_label hidden textare_label_'.$id.'">'.$element['label'].$required.'</label>';
    			$this->elements_html .= '	 <textarea name="'.$id.'" class="text_area '.$element_class.'" cols="40" rows="7" id="'.$id.'" >'.$value.'</textarea>';
    			$this->elements_html .= "</p>";
    		}
    

    If you want to overwrite the contact form class with a child theme I recommend to copy the entire class within the file (starting with:

    
    if( ! class_exists( 'avia_form' ) )
    
    

    into your child theme functions.php file and to modify the code there.

    Regards,
    Peter

    #276859

    Hi Geekcheck!

    Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
    You can find <head> tag in Appearance > Editor > Header.php file.

    Cheers!
    Yigit

    #276785

    Hi Ismael,

    You don’t need to add the css modification for the color section, at least not until we find the actual issue. Is this still happening on many pages that you created? I mean the color section is still not fullwidth when you create a new page?

    Yes, it still happens whenever I remove my CSS modification. Newest page here: http://amusementux.com/color-section-retest/.

    If you have the time, please access the site’s database on phpMyadmin panel then look for the wp_postmeta table. Click Search then look for the post_id column, set the operator to = and the value to 559, click Go. 559 is the post id of the Color Section Test – all icon boxes are in color sections page. Please give us a screenshot of the result and the data inside the _aviaLayoutBuilderCleanData and _avia_builder_shortcode_tree meta_keys.

    My site is on DreamHost, so the process was somewhat different. Here’s the screenshot: http://www.sendspace.com/file/8pzo7t. It doesn’t show the full values of those two keys, so I’ll add a private reply with that.

    David

    #276752
    This reply has been marked as private.
    #276747

    Hey!

    2. To show a different logo in mobiles:
    Add this at the very end of the theme functions.php:

    function mobile_logo_func() {
    	?>
    	<div id="mobilelogo">
    		<?php echo avia_logo('_MOBILE_LOGO_URL_HERE_', '', 'strong', true); ?>
    	</div>
    	<?php
    }
    add_filter('ava_after_main_menu', 'mobile_logo_func');
    

    And this to the Quick CSS (Theme Options > Styling):

    #mobilelogo .logo{
    	display: none;
    }
    @media only screen and (max-width: 767px) {
    	#mobilelogo .logo{
    		display: block;
    	}
    	.logo{
    		display: none;
    	}
    }

    Best regards,
    Josue

    #276674

    In reply to: LAYERSLIDER QUERY

    Hey!

    You need to set that Page as the frontpage here:

    That’s the menu item label, you can change it here.

    Best regards,
    Josue

    #276601

    In reply to: Gallery Edit Issues

    The problem is that the images are missing their thumbnails, therefore the havoc in the gallery element, so i tried running the Regenerate Thumbnails plugin but i kept getting this error:

    Doing a google search i found out that the culprit of the issue is the ModSecurity rule, i also found this detailed article which may be of help:
    http://pumastudios.com/2009/05/file-uploads-and-mod_security-vs-wordpress-wp-adminadmin-ajaxphp

    Best regards,
    Josue

    #276560
    This reply has been marked as private.
    #276530

    In reply to: Textblock Bug

    Hey!

    Try adding this at the very end of your theme functions.php file:

    add_filter('locale', 'wpse27056_setLocale');
    function wpse27056_setLocale($locale) {
        if ( is_admin() ) {
            return 'en_US';
        }
    
        return $locale;
    }

    Cheers!
    Josue

    #276412

    Thanks for the support so far. I tried different Computers and different enfold installs.

    Firefox:
    The audio player is not added as a short code but as html with styles. An Error comes up and non of the page builder elements can be updated/edited anymore. I can make changes sometimes but only in the text editor, but not add any images in text fields.
    http://mara-events.de/cms/test-firefox/

    TypeError: this.$node.css(…) is undefined
    “string”?window[c.options.success](c.media,c.domNode,c):c.options.success(c.media,c.domNode,c)}},handleError:function(a){this.controls.hide();this.options.error&&this.options.error(a)},setPlayerSize:function(a,b){if(typeof a!=”undefined”)this.width=a;if(typeof b!=”undefined”)this.height=b;if(this.height.toString().indexOf(“%”)>0||this.$node.css(“max-width”)===”100%”||parseInt(this.$node.css(“max-width”).replace(/px/,””),10)/this.$node.offsetParent().width()===1||this.$node[0].currentStyle&&this.$node[0].currentStyle.maxWidth===

    IE:
    The audio player is added as short code in IE. But after it is added I cannot make any changes to the other elements. Cannot edit the text, cannot delete text or add images to it.

    Error: SCRIPT438: Das Objekt unterstützt die Eigenschaft oder Methode “remove” nicht (remove is not supported)
    Datei: load-scripts.php, Zeile: 641, Spalte: 1866
    http://mara-events.de/cms/wp-content/uploads/IE_error.jpg

    Another error here: When I click on one page builder element to edit it, another one is opened in the modal. Its all mixed up.

    I also get the following access denied errors:
    SCRIPT7002: XMLHttpRequest: Network Error 0x2ef3, Could not complete the operation due to error 00002ef3
    File: post.php
    SCRIPT70: access denied
    File: load-scripts.php, Zeile: 3, Spalte: 20663
    SCRIPT70: access denied
    File: load-scripts.php, Zeile: 3, Spalte: 20663
    –> found that this is not a new problem! https://kriesi.at/support/topic/dropdowns-for-variable-products-not-working-in-ie/

    I have no idea anymore what could be wrong. I prefere to use firefox where the problems start when adding the audio player :-/

    Gabriel

    #276406

    Hey!

    One possible reason could be that a plugin tries to register widget areas during the update process. Basically the issue is caused by the widget area ids (which may change if the number of widgets areas changes during the update process) and then you need to reconfigure the widget areas. You can use the “Inactive Widget” section to temporarily store the widgets and to rearrange them before/after you update the theme.

    If you want to avoid that the widget area ids are affected by the update try to use ftp: https://vimeo.com/channels/aviathemes/67209750 to upload the new theme files. Afaik wordpress won’t load any php code during the ftp update and the widget area order and ids shouldn’t change too.

    Best regards,
    Peter

    #276340

    Hey!

    Thank you for the update.

    I tested one of the images on my end and as you can see, it is showing the full image:

    I checked the test page but the thumbnail size of this image for example is still cropped: http://voyevoda.com/test/wordpress/wp-content/uploads/2014/06/spice-market-food-photography-4-700×575.jpg

    Please add this on the child theme’s functions.php then regenerate the thumbnails again:

    function avia_change_image_size_array() {
    global $avia_config;
    $avia_config['imgSize']['gallery'] = array('width'=>9999, 'height'=>9999, 'crop'=>false );						// images for portfolio entries (2,3 column)
    avia_backend_add_thumbnail_size($avia_config);
    }
    add_action( 'init', 'avia_change_image_size_array', 1);

    Add this on Quick CSS or custom.css:

    #top div .avia-gallery img {
    width: 100%;
    height: 100%;
    }

    Best regards,
    Ismael

    #276328

    In reply to: Gallery Edit Issues

    Hi!

    Thank you for the update.

    I created a test page with the masonry gallery and I can still update or edit the gallery set when I edit the element. Just to test, I added a new full width masonry gallery on the link that you provided and it works fine. Check it here:

    http://www.stbarth.villas/wp-admin/post.php?post=3271&action=edit&message=6
    http://www.stbarth.villas/wp-admin/post.php?post=734&action=edit&message=1

    Please download the latest version 2.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Ismael

    #276269

    In reply to: Gallery Edit Issues

    This reply has been marked as private.
    #276253

    Hi Ismael,

    Thanks for your help. I cant find line 117. i opened wp-content/themes/enfold/functions.php

    Where is the exact location please?

    thanks,

    #276237

    Hi Omer!

    Thank you for the update.

    You can edit functions.php, find this code on line 117:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    

    Change the width and height attribute then set the crop parameter to false to prevent wp from cropping the featured image:

    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>1500 'height'=>540, 'crop'=> false);		                 // big images for blog and page entries
    

    Regenerate the thumbnails or upload it again.

    Cheers!
    Ismael

    #276214

    Hey AnnieCl!

    Thank you for using the theme!

    You can find all sorts of thumbnail size in the functions.php file. The theme automatically generate these thumbnails and use them accordingly — depends on the elements visible in a page or post. Please note that the Slideshow Image Size settings in the slider panel doesn’t actually influence the dimension of the sliders because the slider inherits the size of the container. It only enables you to choose the thumbnail size used in the slides.

    $avia_config['imgSize']['widget'] 			 	= array('width'=>36,  'height'=>36);						// small preview pics eg sidebar news
    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);		                 // small image for blogs
    $avia_config['imgSize']['featured'] 		 	= array('width'=>1500, 'height'=>430 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['featured_large'] 		= array('width'=>1500, 'height'=>630 );						// images for fullsize pages and fullsize slider
    $avia_config['imgSize']['extra_large'] 		 	= array('width'=>1500, 'height'=>1500 , 'crop' => false);	// images for fullscrren slider
    $avia_config['imgSize']['portfolio'] 		 	= array('width'=>495, 'height'=>400 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['portfolio_small'] 		= array('width'=>260, 'height'=>185 );						// images for portfolio 4 columns
    $avia_config['imgSize']['gallery'] 		 		= array('width'=>710, 'height'=>575 );						// images for portfolio entries (2,3 column)
    $avia_config['imgSize']['magazine'] 		 	= array('width'=>710, 'height'=>375 );						// images for magazines
    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    $avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>710, 'height'=>270);		                 // big images for blog and page entries
    $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1030, 'height'=>360 );						// images for fullsize pages and fullsize slider
    
    //overwrite blog and fullwidth image on extra large layouts
    if(avia_get_option('responsive_layout') == "responsive responsive_large")
    {
    	$avia_config['imgSize']['gallery'] 		 		= array('width'=>845, 'height'=>684 );					// images for portfolio entries (2,3 column)
    	$avia_config['imgSize']['entry_with_sidebar'] 	= array('width'=>845, 'height'=>321);		            // big images for blog and page entries
    	$avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 );					// images for fullsize pages and fullsize slider
    }

    You can adjust the width and height attribute, and choose not to cut the images by setting the crop parameter to false.

    Best regards,
    Ismael

    #276201

    In reply to: Gallery Edit Issues

    This reply has been marked as private.
    #276003
    zacchaeusn7
    Participant

    Dear Kreisi~

    Thanks so much for an awesome Theme (Enfold). I’m having some trouble getting the Layer Slider to work, however. I’ve updated my site with the latest version of the Enfold Theme as well.

    • PHP version 54. on GoDaddy shared hosting
    • Trying to add looping, 7 second, self-hosted video
    • Using “Home” Page as Landing Page and set up correctly
    • Got Slider chosen on Home Page settings
    • Video has already been uploaded into WP Media Library
    • Want the video to look like Demo Site here: http://kriesi.at/themes/enfold/homepage/home-v9-videos-and-parallax/
    • YouTube video works, but not self-hosted
    • I’ve tried disabling Plugins as well, it’s still not showing

    Thank you so much in advance, and I’ve added login credentials for you as well.

    Warmly,
    Zacchaeus
    Owner, http://OrthodoxDaily.com

    #275927

    Hi!

    The problem is caused by this error:

    Call to undefined function avia_blog_class_string() in /nas/wp/www/staging/sjs14/wp-content/themes/enfold/single.php on line 28

    What that’s trying to say is that the avia_blog_class_string function doesn’t exists, which is weird because i’ve checked the functions-enfold.php (that’s where the function is declared) and it’s there. My suggestion would be to re-install a fresh copy of Enfold via FTP.

    Best regards,
    Josue

    #275917
    Lynnr321
    Participant

    Our Layersliders haven’t been working on the admin side since we upgraded to 2.7. After completing one of the fixes recommended, I was able to get to get it to work on the public side, but not on the admin side.

    I upgraded Enfold to 2.8.1 yesterday and the same thing happened. At first, the public side was broken, but I added the code to get it to work. BUT the original slides are not editable, when you go to the layers portion below the preview, you do not see the styling options: content, transition, link, styles or attributes. That is all blank.

    I checked with the hosting company and they tell me:
    currently running PHP 5.3 and you do appear to have Multi-byte String Extension enabled
    PHP DOM is already installed on your server, as well as mbstring/mbregex
    looks like you needed the mbregex plugin installed, done

    So with that, I created a new test slider and it works fine. If you go into the layer slider plugin (link provided in in private content area) you would select go into a slider from the list (not test). Toward the bottom are the layers. They should open a submenu for setup, but the original ones do not open.

    I created a ‘test’ one just now and it functions properly and is editable.

    I also exported the Sale Banner 2 and reimported it but it is still not editable.

    Thanks Lynn

Viewing 30 results - 15,631 through 15,660 (of 16,891 total)