-
AuthorSearch Results
-
June 11, 2014 at 8:37 am #277430
In reply to: Google Analytics Not Working
This reply has been marked as private.June 11, 2014 at 7:17 am #277403In reply to: My Contact Form Doesnt work
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!
PeterJune 11, 2014 at 4:58 am #277357In reply to: Customizing the Enfold Archive Sidebar
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!
IsmaelJune 10, 2014 at 10:24 pm #277227In reply to: Can't save layerslider slide
Thanks for the tip.
I have now also updated my PHP version to 5.4.27 but without success :(
June 10, 2014 at 10:20 pm #277223In reply to: Adding customed code to the homepage [URGENTLY]
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;”>
</div>
Thank you for your time and patience.
June 10, 2014 at 8:30 pm #277149In reply to: Font color for main menu links
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.
June 10, 2014 at 8:11 pm #277133Topic: [error found] function-set-avia-backend.php on line 432 397
in forum Enfoldfrankyfranky
ParticipantNew 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.
June 10, 2014 at 5:50 pm #277042Topic: Blue "Save button" just appears on homepage
in forum EnfoldAberdeenDC
ParticipantHi 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)
SaveI 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.
June 10, 2014 at 2:35 pm #276978Topic: How to add a No-Image-Icon to Latest Portfolio Sidebar Widget
in forum Enfoldparperei
ParticipantDear 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.
June 10, 2014 at 7:42 am #276879In reply to: Contact Form Align Center
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,
PeterJune 10, 2014 at 6:43 am #276859In reply to: How to add Google Fonts to HEAD tag on website?
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!
YigitJune 10, 2014 at 2:30 am #276785In reply to: Color sections aren't displaying full-width
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
June 10, 2014 at 12:06 am #276752In reply to: Blog Post Not Showing – Enfold 2.8
This reply has been marked as private.June 9, 2014 at 11:54 pm #276747In reply to: can I make 'sign up for our newsletter' box??
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,
JosueJune 9, 2014 at 10:03 pm #276674In 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,
JosueJune 9, 2014 at 8:26 pm #276601In 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-ajaxphpBest regards,
JosueJune 9, 2014 at 7:33 pm #276560In reply to: My homepage's Avia Layout Builder will not load…
This reply has been marked as private.June 9, 2014 at 6:37 pm #276530In 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!
JosueJune 9, 2014 at 11:46 am #276412In reply to: updates / edits are ignored
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.jpgAnother 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
June 9, 2014 at 11:35 am #276406In reply to: Footer changes after update
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,
PeterJune 9, 2014 at 5:14 am #276340In reply to: How to get Vertical Gallery for portfolio Items
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,
IsmaelJune 9, 2014 at 3:18 am #276328In 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=1Please 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,
IsmaelJune 8, 2014 at 8:31 pm #276269In reply to: Gallery Edit Issues
This reply has been marked as private.June 8, 2014 at 5:54 pm #276253In reply to: Blog post feature image
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,
June 8, 2014 at 4:19 pm #276237In reply to: Blog post feature image
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 entriesChange 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 entriesRegenerate the thumbnails or upload it again.
Cheers!
IsmaelJune 8, 2014 at 3:24 pm #276214In reply to: Image sizes and scaling
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,
IsmaelJune 8, 2014 at 2:34 pm #276201In reply to: Gallery Edit Issues
This reply has been marked as private.June 7, 2014 at 6:38 am #276003Topic: WP LayerSlider Video Not Displaying (Showing)
in forum Enfoldzacchaeusn7
ParticipantDear 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.comJune 7, 2014 at 12:57 am #275927In reply to: Blog Post Not Showing – Enfold 2.8
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,
JosueJune 7, 2014 at 12:33 am #275917Topic: Layersliders not editable after upgrade
in forum EnfoldLynnr321
ParticipantOur 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, doneSo 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
-
This reply was modified 11 years, 10 months ago by
-
AuthorSearch Results
-
Search Results
-
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
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)
SaveI 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
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!
