-
Search Results
-
Hi guys
Q1 right aligned Caption Text jumps to the left on mobile devices? link in private
I’ve tried searching for general Text Size responsiveness for Mobile devices
Q2 could you please advise CSS code to reduce text size for mobile
Q3 would you advise using Code Snippet for the CSS as it appears to be a great way to label and organise code?
FYI have pasted all ccs code to avoid overlap or conflict issues:..content, .sidebar {
padding: 0px 0px 0px 0px;
}@media only screen and (max-width: 480px) {
.avia-caption-content p {
font-size: 12px;
}}.single-portfolio .page-thumb{
display: none;
}
.avia_transform .avia_animated_image {
opacity: 1;
margin: auto;
}.scroll-down-link { color: #800000 !important; }
.main_color .toggler {
color: #800000 ; font-size: 15px; !important;
}.toggler { text-align: center !important; }
.av_promobox { margin: 6px 0; padding-left:10px; padding-right: 10px; padding: 10px !important;
}.first-custom-text h5 { text-align: center; font-size: 20px; color: #808080; padding-top: 5px; }
.second-custom-text h1 { text-align: center; color: #af2323; font-size: 65px; font-family: tangerine; padding-top: 5px; }
@media only screen and (max-width: 678px) {
.second-custom-text h1 { font-size: 35px; }}
.avia-content-slider .slide-meta { display: none; }.av-masonry-entry .av-inner-masonry-content {
padding: 7px;
}.av-portfoliogrid-entry .av-inner–content {
padding: 7px;
}
.av-masonry-entry .av-inner-masonry-content {
text-align: center;
opacity: 0.5 !important;
}
.av-masonry-entry:hover .av-inner-masonry-content{
opacity: 0.5 !important;
}@media only screen and (max-width: 767px) {
.av-inner-masonry-content{
display:none !important;
}.slide-content {
background: #fff;
padding: 3 px;
}Thanks
ChrisDid a theme check and got this results below.
Validation results for WordPress theme enfold.zip
validation score : 0 %9 critical alerts. 12 warnings.
THEME NAME
Enfold
THEME TYPE
Wordpress theme 4.2
FILE NAME
enfold.zip
FILE SIZE
15226915 bytes
MD5
31dc0119acd852dfa974609f47b73842
SHA1
f1760c5358a1f0e7a7088cb696875146708b33f5
LICENSE
Custom
Themeforest Split Licence
FILES INCLUDED
CSS, PHP, HTML, XML, Bitmap images, Adobe Illustrator
THEME URI
kriesi.at/themes/enfold/
VERSION
3.2
AUTHOR URI
http://kriesi.at
CREATION DATE
2015-08-05
LAST FILE UPDATE
2015-08-05
LAST VALIDATION
2015-08-05 02:50
Critical alerts
Title : TitleNo reference to add_theme_support( “title-tag” ) was found in the theme. It is recommended that the theme implement this functionality for WordPress 4.1 and above.
The <title> tags can only contain a call to wp_title(). Use the wp_title filter to modify the output.Security breaches : Modification of PHP server settings
Found ini_set in file html-helper.class.php.
Line 691: @ini_set(‘memory_limit’,’256M’);
Found ini_set in file font-manager.class.php.
Line 104: @ini_set( ‘memory_limit’, apply_filters( ‘admin_memory_limit’, WP_MAX_MEMORY
Security breaches : Use of base64_decode()Found base64_decode in file class.ls.importutil.php.
Line 88: if($decoded = base64_decode($data, true)) {
Found base64_decode in file config.php.
Line 63: $sample_slider = json_decode(base64_decode(file_get_contents(dirname(__FILE__).’/LayerSlider/{$path}{$sa
Line 67: //print_r(base64_encode(str_replace(‘avia-samples’,’sampleslider’, base64_decode(file_get_contents(dirname(__FILE__).’/LayerSlider/sampleslideFound base64_decode in file avia-import-class.php.
Line 25: $options = unserialize(base64_decode($options));
Line 26: $dynamic_pages = unserialize(base64_decode($dynamic_pages));
Line 27: $dynamic_elements = unserialize(base64_decode($dynamic_elements));
Line 56: $widget_settings = unserialize(base64_decode($widget_settings));Found base64_decode in file function-set-avia-ajax.php.
Line 608: $elements = unserialize( base64_decode( $_POST[‘defaul_elements’] ) );
Line 735: $options = unserialize(base64_decode($options));
Security breaches : Use of base64_encode()Found base64_encode in file actions.php.
die(base64_encode(json_encode($data)));
Found base64_encode in file class-htmlhelper.php.
$elString = base64_encode(serialize($element[‘temlate_default_elements’]));Found base64_encode in file avia-export-class.php.
$widget_settings = base64_encode(serialize($widget_settings));
$export = base64_encode(serialize($export));
if($export_dynamic_pages) $export_dynamic_pages = base64_encode(serialize($export_dynamic_pages));
if($export_dynamic_elements) $export_dynamic_elements = base64_encode(serialize($export_dynamic_elements));
Security breaches : Use of variable functionsFound $query_function in file functions-enfold.php.
Line 155: $posts = (($query_function == ‘get_posts’) || !function_exists($query_function)) ? get_posts($search_query) : $query_function($search_query, $search_parameters, $defaults);
Found $class in file phpQuery.php.
Line 824: * @TODO support more than event in $type (space-separated)
Line 903: * @TODO support more than event in $type (space-separated)
Line 931: * @TODO support more than event in $type (space-separated)
Line 1675: ? new $class($this, $this->getDocumentID())
Line 2509: * @TODO support more than event in $type (space-separated)
Line 2536: * @TODO support more than event in $type (space-separated)
Line 2555: * @TODO support more than event in $type (space-separated)
Line 4541: ? new $class($arg1, $domId)Found $method in file class-htmlhelper.php.
Line 1651: $output .= $this->$method($element);Found $method in file function-set-avia-frontend.php.
Line 779: $output .= ($paged > 2 && $paged > $range+1 && $showitems < $pages)? ‘«‘:”;
Line 780: $output .= ($paged > 1 && $showitems < $pages)? ‘‹‘:”;
Line 787: $output .= ($paged == $i)? ‘<span class=’current’>’.$i.'</span>’:’‘.$i.’‘;
Line 791: $output .= ($paged < $pages && $showitems < $pages) ? ‘›‘ :”;
Line 792: $output .= ($paged < $pages-1 && $paged+$range-1 < $pages && $showitems < $pages) ? ‘»‘:”;
Line 1008: update_option($fallback($colors), $avia_config[‘default_color_array’]);
Line 1245: $pattern = ‘!$start((https?|ftp)://(-\.)?([^\s/?\.#-]+\.?)+(/[^\s]*)?)$end!’;
Line 1253: $pattern = ‘!$start(https?(?://([^/?#]*))?([^?#]*?\.(?:jpg|gif|png)))$end!’;Found $walker in file class-megamenu.php.
Line 73: $arguments[‘walker’] = new $walker();Found $page_creation_method in file class-adminpages.php.
Line 141: $avia_page = $page_creation_method( $the_title, // page titleFound $class in file template-builder.class.php.
Line 338: $this->shortcode_class[$class] = new $class($this);
Unwanted files : hidden file(s) or folder(s).sass-cache .ds_store .gitignore .gitattributes .travis.yml was found.
Presence of iframes : iframes are sometimes used to load unwanted adverts and malicious code on another site
Found <iframe src=”http://news.kreaturamedia.com/layerslider/”> in file slider_list.php.
Line 672: <iframe src=’http://news.kreaturamedia.com/layerslider/’></iframe>
Found <iframe class=”av_facebook_widget” src=”//www.facebook.com/plugins/likebox.php?href=’.$url.’&width&height=’.$profiles.’&colorscheme=light&show_faces=’.$faces.’&header=false&stream=false&show_border=false” scrolling=”no” frameborder=”0″ style=”border:none; overflow:hidden; height:’.$height.’;” allowTransparency=”true”> in file class-framework-widgets.php.
Line 64: echo ‘<iframe class=’av_facebook_widget’ src=’//www.facebook.com/plugins/likebox.Found <iframe src='{$video_url}’ height=’1600′ width=’900′ frameborder=” class=’av_vimeo_frame’ id='{$uid}’> in file slideshow.php.
Line 1073: $video = ‘<div class=’av-click-overlay’></div><div class=’mejs-mediaelement’><iframe src='{$video_url}’ height=’1600′ width=’900′ frameborder=” class=
Malware : Operations on file systemfile_put_contents was found in the file phpQuery.php
Line 1396: // file_put_contents(dirname(__FILE__).’/phpQuery.log’, print_r($in, true).’\n
file_get_contents was found in the file phpQuery.php
Line 4765: file_get_contents($file), $contentType
Line 4816: return self::newDocumentPHP(file_get_contents($file), $contentType);file_get_contents was found in the file phpQuery.php
Line 4765: file_get_contents($file), $contentType
Line 4816: return self::newDocumentPHP(file_get_contents($file), $contentType);file_put_contents was found in the file actions.php
Line 513: file_put_contents($file, stripslashes($_POST[‘contents’]));
Line 542: file_put_contents($file, stripslashes($_POST[‘contents’]));
Line 617: file_put_contents($custom_trs, $data);file_put_contents was found in the file actions.php
Line 513: file_put_contents($file, stripslashes($_POST[‘contents’]));
Line 542: file_put_contents($file, stripslashes($_POST[‘contents’]));
Line 617: file_put_contents($custom_trs, $data);file_put_contents was found in the file actions.php
Line 513: file_put_contents($file, stripslashes($_POST[‘contents’]));
Line 542: file_put_contents($file, stripslashes($_POST[‘contents’]));
Line 617: file_put_contents($custom_trs, $data);readfile was found in the file class.ls.exportutil.php
Line 115: readfile($this->file);file_get_contents was found in the file class.ls.sources.php
Line 53: $skins[$handle][‘info’] = json_decode(file_get_contents($path.’/info.json’), true);
Line 179: $sliders[$handle][‘info’] = json_decode(file_get_contents($path.’/info.json’), true);file_get_contents was found in the file class.ls.sources.php
Line 53: $skins[$handle][‘info’] = json_decode(file_get_contents($path.’/info.json’), true);
Line 179: $sliders[$handle][‘info’] = json_decode(file_get_contents($path.’/info.json’), true);file_get_contents was found in the file class.ls.importutil.php
Line 87: $data = file_get_contents($archive);
Line 216: $data = json_decode(file_get_contents($file), true);file_get_contents was found in the file class.ls.importutil.php
Line 87: $data = file_get_contents($archive);
Line 216: $data = json_decode(file_get_contents($file), true);file_get_contents was found in the file skin_editor.php
Line 82: <textarea rows=’10’ cols=’50’ name=’contents’ class=’ls-codemirror’><?php echo htmlentities(file_get_contents($file)); ?></textarea>file_get_contents was found in the file style_editor.php
Line 13: $contents = file_exists($file) ? file_get_contents($file) : ”;file_get_contents was found in the file transition_builder.php
Line 14: if(file_exists($custom_trs)) { $data = file_get_contents($custom_trs); }
Line 15: elseif(file_exists($sample_trs)) { $data = file_get_contents($sample_trs); }file_get_contents was found in the file transition_builder.php
Line 14: if(file_exists($custom_trs)) { $data = file_get_contents($custom_trs); }
Line 15: elseif(file_exists($sample_trs)) { $data = file_get_contents($sample_trs); }file_get_contents was found in the file config.php
Line 63: $sample_slider = json_decode(base64_decode(file_get_contents(dirname(__FILE__).’/LayerSlider/{$path}{$sample_file}’)),
Line 67: //print_r(base64_encode(str_replace(‘avia-samples’,’sampleslider’, base64_decode(file_get_contents(dirname(__FILE__).’/LayerSlider/sampleslider/sample_slidefile_get_contents was found in the file config.php
Line 63: $sample_slider = json_decode(base64_decode(file_get_contents(dirname(__FILE__).’/LayerSlider/{$path}{$sample_file}’)),
Line 67: //print_r(base64_encode(str_replace(‘avia-samples’,’sampleslider’, base64_decode(file_get_contents(dirname(__FILE__).’/LayerSlider/sampleslider/sample_slidefopen was found in the file function-set-avia-backend.php
Line 787: $handle = @fopen( $index_file, ‘w’ );
Line 805: $handle = @fopen( $file, ‘w’ );
Line 813: $handle = fopen($file, ‘r’);fwrite was found in the file function-set-avia-backend.php
Line 790: fwrite( $handle, ‘<?php\r\necho ‘Sorry, browsing the directory is not allow
Line 808: $created = fwrite( $handle, $content );fclose was found in the file function-set-avia-backend.php
Line 791: fclose( $handle );
Line 809: fclose( $handle );
Line 816: fclose( $handle );fopen was found in the file function-set-avia-backend.php
Line 787: $handle = @fopen( $index_file, ‘w’ );
Line 805: $handle = @fopen( $file, ‘w’ );
Line 813: $handle = fopen($file, ‘r’);fwrite was found in the file function-set-avia-backend.php
Line 790: fwrite( $handle, ‘<?php\r\necho ‘Sorry, browsing the directory is not allow
Line 808: $created = fwrite( $handle, $content );fclose was found in the file function-set-avia-backend.php
Line 791: fclose( $handle );
Line 809: fclose( $handle );
Line 816: fclose( $handle );fopen was found in the file function-set-avia-backend.php
Line 787: $handle = @fopen( $index_file, ‘w’ );
Line 805: $handle = @fopen( $file, ‘w’ );
Line 813: $handle = fopen($file, ‘r’);fread was found in the file function-set-avia-backend.php
Line 814: $filecontent = fread($handle, filesize($file));fclose was found in the file function-set-avia-backend.php
Line 791: fclose( $handle );
Line 809: fclose( $handle );
Line 816: fclose( $handle );file_get_contents was found in the file parsers.php
Line 252: if ( ! xml_parse( $xml, file_get_contents( $file ), true ) ) {fopen was found in the file parsers.php
Line 401: $fp = $this->fopen( $file, ‘r’ );
Line 627: function fopen( $filename, $mode = ‘r’ ) {
Line 630: return fopen( $filename, $mode );fclose was found in the file parsers.php
Line 450: $this->fclose($fp);
Line 645: function fclose( $fp ) {
Line 648: return fclose( $fp );fopen was found in the file parsers.php
Line 401: $fp = $this->fopen( $file, ‘r’ );
Line 627: function fopen( $filename, $mode = ‘r’ ) {
Line 630: return fopen( $filename, $mode );fopen was found in the file parsers.php
Line 401: $fp = $this->fopen( $file, ‘r’ );
Line 627: function fopen( $filename, $mode = ‘r’ ) {
Line 630: return fopen( $filename, $mode );fclose was found in the file parsers.php
Line 450: $this->fclose($fp);
Line 645: function fclose( $fp ) {
Line 648: return fclose( $fp );fclose was found in the file parsers.php
Line 450: $this->fclose($fp);
Line 645: function fclose( $fp ) {
Line 648: return fclose( $fp );file_get_contents was found in the file function-set-avia-frontend.php
Line 636: $body = @file_get_contents($url, NULL, stream_context_create($options), 0, 1);fopen was found in the file auto-updates.php
Line 67: $handle = @fopen( $this->custom_css, ‘w’ );
Line 97: $handle = @fopen( $css_path, ‘r’ );fwrite was found in the file auto-updates.php
Line 69: if ($handle && fwrite($handle, $this->custom_css_content)) {fopen was found in the file auto-updates.php
Line 67: $handle = @fopen( $this->custom_css, ‘w’ );
Line 97: $handle = @fopen( $css_path, ‘r’ );fread was found in the file auto-updates.php
Line 100: $this->custom_css_content = fread($handle, $size);fclose was found in the file auto-updates.php
Line 102: fclose($handle);file_get_contents was found in the file function-set-avia-ajax.php
Line 711: $options = @file_get_contents($path);fopen was found in the file font-manager.class.php
Line 141: $ofp = fopen( $this->paths[‘tempdir’].’/’.basename($entry), ‘w’ );
Line 181: if(empty($response) || trim($response) == ” || strpos($response, ‘<svg’) === false) $response = wp_remote_fopen(trailingslashit($this->paths[‘tempurl’]).$this->svg_file );
Line 233: $handle = @fopen( $charmap, ‘w’ );fwrite was found in the file font-manager.class.php
Line 147: fwrite( $ofp, fread($fp, 8192) );
Line 237: fwrite( $handle, ‘<?php $chars = array();’);
Line 245: fwrite( $handle, ‘\r\n’.’$chars[\”.$this->font_name.’\’][‘.$delimiter.$unifread was found in the file font-manager.class.php
Line 147: fwrite( $ofp, fread($fp, 8192) );fclose was found in the file font-manager.class.php
Line 149: fclose($fp);
Line 150: fclose($ofp);
Line 249: fclose( $handle );fclose was found in the file font-manager.class.php
Line 149: fclose($fp);
Line 150: fclose($ofp);
Line 249: fclose( $handle );file_get_contents was found in the file font-manager.class.php
Line 178: $response = file_get_contents(trailingslashit($this->paths[‘tempdir’]).$this->svg_filefopen was found in the file font-manager.class.php
Line 141: $ofp = fopen( $this->paths[‘tempdir’].’/’.basename($entry), ‘w’ );
Line 181: if(empty($response) || trim($response) == ” || strpos($response, ‘<svg’) === false) $response = wp_remote_fopen(trailingslashit($this->paths[‘tempurl’]).$this->svg_file );
Line 233: $handle = @fopen( $charmap, ‘w’ );fwrite was found in the file font-manager.class.php
Line 147: fwrite( $ofp, fread($fp, 8192) );
Line 237: fwrite( $handle, ‘<?php $chars = array();’);
Line 245: fwrite( $handle, ‘\r\n’.’$chars[\”.$this->font_name.’\’][‘.$delimiter.$unifwrite was found in the file font-manager.class.php
Line 147: fwrite( $ofp, fread($fp, 8192) );
Line 237: fwrite( $handle, ‘<?php $chars = array();’);
Line 245: fwrite( $handle, ‘\r\n’.’$chars[\”.$this->font_name.’\’][‘.$delimiter.$unifclose was found in the file font-manager.class.php
Line 149: fclose($fp);
Line 150: fclose($ofp);
Line 249: fclose( $handle );
Admin menu : Themes that support admin pages should use add_theme_page() instead of other functions (add_admin_page, add_submenu_page…)File menus.php :
Line 25: $layerslider_hook = add_menu_page(
File class-adminpages.php :
Line 152: $avia_page = add_submenu_page( $top_level, // parent page slug to attach
Warnings
Plugin territory : Plugin territory functionalitiesThe theme uses the register_post_type() function, which is plugin-territory functionality.
The theme uses the add_shortcode() function. Custom post-content shortcodes are plugin-territory functionality.Unwanted directories : GIT revision control directory
GIT revision control directory
.git was found.Custom elements : Presence of custom header
No reference to custom header was found in the theme.
Custom elements : Presence of custom background
No reference to custom background was found in the theme.
Deprecated functions : get_themes
get_themes found in file class-pixelentity-theme-update.php. Deprecated since version 3.4. Use wp_get_themes() instead.
Line 41: $installed = function_exists(‘wp_get_themes’) ? wp_get_themes() : get_themes();
Deprecated functions : get_theme_dataget_theme_data found in file inc-autoconfig.php. Deprecated since version 3.4. Use wp_get_theme() instead.
Line 44: $avia_base_data = get_theme_data( AVIA_BASE . ‘style.css’ );
get_theme_data found in file class-update-notifier.php. Deprecated since version 3.4. Use wp_get_theme() instead.
Line 99: $theme = get_theme_data( AVIA_BASE . ‘style.css’ );
Deprecated functions : screen_iconscreen_icon found in file wordpress-importer.php. Deprecated since version 3.8. Use none instead.
Line 998: screen_icon();
Editor style : Presence of editor styleNo reference to add_editor_style() was found in the theme. It is recommended that the theme implements editor styling, so as to make the editor content match the resulting post output in the theme, for a better user experience.
I18N implementation : Proper use of _e(
Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 36: <td><?php _e($lsDefaults[‘slider’][‘width’][‘name’], ‘LayerSlider’) ?></td>
Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 38: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘width’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 41: <td><?php _e($lsDefaults[‘slider’][‘height’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 43: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘height’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 47: <td><?php _e($lsDefaults[‘slider’][‘responsiveness’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 49: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘responsiveness’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 52: <td><?php _e($lsDefaults[‘slider’][‘maxWidth’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 54: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘maxWidth’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 58: <td><?php _e($lsDefaults[‘slider’][‘fullWidth’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 60: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘fullWidth’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 63: <td><?php _e($lsDefaults[‘slider’][‘responsiveUnder’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 65: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘responsiveUnder’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 68: <td><?php _e($lsDefaults[‘slider’][‘layersContainer’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 70: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘layersContainer’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 74: <td><?php _e($lsDefaults[‘slider’][‘hideOnMobile’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 76: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘hideOnMobile’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 79: <td><?php _e($lsDefaults[‘slider’][‘hideUnder’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 81: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘hideUnder’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 84: <td><?php _e($lsDefaults[‘slider’][‘hideOver’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 86: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘hideOver’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 94: <td><?php _e($lsDefaults[‘slider’][‘autoStart’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 96: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘autoStart’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 99: <td><?php _e($lsDefaults[‘slider’][‘startInViewport’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 101: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘startInViewport’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 104: <td><?php _e($lsDefaults[‘slider’][‘pauseOnHover’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 106: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘pauseOnHover’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 110: <td><?php _e($lsDefaults[‘slider’][‘firstSlide’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 112: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘firstSlide’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 115: <td><?php _e($lsDefaults[‘slider’][‘animateFirstSlide’][‘name’], ‘LayerSlider’) ?></tPossible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 117: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘animateFirstSlide’][‘desc’], ‘LayerSlider’) ?></tPossible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 121: <td><?php _e($lsDefaults[‘slider’][‘keybNavigation’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 123: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘keybNavigation’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 126: <td><?php _e($lsDefaults[‘slider’][‘touchNavigation’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 128: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘touchNavigation’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 137: <td><?php _e($lsDefaults[‘slider’][‘forceLoopNumber’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 139: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘forceLoopNumber’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 143: <td><?php _e($lsDefaults[‘slider’][‘twoWaySlideshow’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 145: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘twoWaySlideshow’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 148: <td><?php _e($lsDefaults[‘slider’][‘shuffle’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 150: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘shuffle’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 176: <td><?php _e($lsDefaults[‘slider’][‘globalBGColor’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 178: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘globalBGColor’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 192: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘globalBGImage’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 196: <td><?php _e($lsDefaults[‘slider’][‘sliderFadeInDuration’][‘name’], ‘LayerSlider’) ?>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 198: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘sliderFadeInDuration’][‘desc’], ‘LayerSlider’) ?>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 215: <td><?php _e($lsDefaults[‘slider’][‘navPrevNextButtons’][‘name’], ‘LayerSlider’) ?></Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 217: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘navPrevNextButtons’][‘desc’], ‘LayerSlider’) ?></Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 220: <td><?php _e($lsDefaults[‘slider’][‘navStartStopButtons’][‘name’], ‘LayerSlider’) ?><Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 222: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘navStartStopButtons’][‘desc’], ‘LayerSlider’) ?><Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 225: <td><?php _e($lsDefaults[‘slider’][‘navSlideButtons’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 227: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘navSlideButtons’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 231: <td><?php _e($lsDefaults[‘slider’][‘hoverPrevNextButtons’][‘name’], ‘LayerSlider’) ?>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 233: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘hoverPrevNextButtons’][‘desc’], ‘LayerSlider’) ?>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 236: <td><?php _e($lsDefaults[‘slider’][‘hoverSlideButtons’][‘name’], ‘LayerSlider’) ?></tPossible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 238: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘hoverSlideButtons’][‘desc’], ‘LayerSlider’) ?></tPossible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 242: <td><?php _e($lsDefaults[‘slider’][‘barTimer’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 244: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘barTimer’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 247: <td><?php _e($lsDefaults[‘slider’][‘circleTimer’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 249: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘circleTimer’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 262: <td><?php _e($lsDefaults[‘slider’][‘thumbnailAreaWidth’][‘name’], ‘LayerSlider’) ?></Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 264: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘thumbnailAreaWidth’][‘desc’], ‘LayerSlider’) ?></Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 268: <td><?php _e($lsDefaults[‘slider’][‘thumbnailWidth’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 270: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘thumbnailWidth’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 273: <td><?php _e($lsDefaults[‘slider’][‘thumbnailHeight’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 275: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘thumbnailHeight’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 279: <td><?php _e($lsDefaults[‘slider’][‘thumbnailActiveOpacity’][‘name’], ‘LayerSlider’)Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 281: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘thumbnailActiveOpacity’][‘desc’], ‘LayerSlider’)Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 284: <td><?php _e($lsDefaults[‘slider’][‘thumbnailInactiveOpacity’][‘name’], ‘LayerSlider’Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 286: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘thumbnailInactiveOpacity’][‘desc’], ‘LayerSlider’Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 293: <td><?php _e($lsDefaults[‘slider’][‘autoPlayVideos’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 295: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘autoPlayVideos’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 298: <td><?php _e($lsDefaults[‘slider’][‘autoPauseSlideshow’][‘name’], ‘LayerSlider’) ?></Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 300: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘autoPauseSlideshow’][‘desc’], ‘LayerSlider’) ?></Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 303: <td><?php _e($lsDefaults[‘slider’][‘youtubePreviewQuality’][‘name’], ‘LayerSlider’) ?Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 305: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘youtubePreviewQuality’][‘desc’], ‘LayerSlider’) ?Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 312: <td><?php _e($lsDefaults[‘slider’][‘imagePreload’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 314: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘imagePreload’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 317: <td><?php _e($lsDefaults[‘slider’][‘lazyLoad’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 319: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘lazyLoad’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 322: <td><?php _e($lsDefaults[‘slider’][‘relativeURLs’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 324: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘relativeURLs’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 331: <td><?php _e($lsDefaults[‘slider’][‘yourLogoImage’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 342: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘yourLogoImage’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 345: <td><?php _e($lsDefaults[‘slider’][‘yourLogoStyle’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 351: <td><?php _e($lsDefaults[‘slider’][‘yourLogoLink’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 353: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘yourLogoLink’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 356: <td><?php _e($lsDefaults[‘slider’][‘yourLogoTarget’][‘name’], ‘LayerSlider’) ?></td>Possible variable $lsDefaults found in translation function in slider_edit_settings.php. Translation function calls should not contain PHP variables.
Line 358: <td class=’desc’><?php _e($lsDefaults[‘slider’][‘yourLogoTarget’][‘desc’], ‘LayerSlider’) ?></td>Possible variable $title found in translation function in class-megamenu.php. Translation function calls should not contain PHP variables.
Line 533: <input type=’checkbox’ value=’active’ id=’edit-<?php echo $key.’-‘.$item_id; ?>’ class=’ <?php echo $key; ?>’ name='<?php echo $key . ‘[‘. $item_id .’]’;?>’ <?php echo $value; ?> /><?php _e( $title ); ?>
Line 548: <input type=’checkbox’ value=’active’ id=’edit-<?php echo $key.’-‘.$item_id; ?>’ class=’ <?php echo $key; ?>’ name='<?php echo $key . ‘[‘. $item_id .’]’;?>’ <?php echo $value; ?> /><?php _e( $title ); ?>
Line 565: <input type=’checkbox’ value=’active’ id=’edit-<?php echo $key.’-‘.$item_id; ?>’ class=’ <?php echo $key; ?>’ name='<?php echo $key . ‘[‘. $item_id .’]’;?>’ <?php echo $value; ?> /><span class=’avia_long_desc’><?php _e( $title ); ?></span>Possible variable $title found in translation function in class-megamenu.php. Translation function calls should not contain PHP variables.
Line 533: <input type=’checkbox’ value=’active’ id=’edit-<?php echo $key.’-‘.$item_id; ?>’ class=’ <?php echo $key; ?>’ name='<?php echo $key . ‘[‘. $item_id .’]’;?>’ <?php echo $value; ?> /><?php _e( $title ); ?>
Line 548: <input type=’checkbox’ value=’active’ id=’edit-<?php echo $key.’-‘.$item_id; ?>’ class=’ <?php echo $key; ?>’ name='<?php echo $key . ‘[‘. $item_id .’]’;?>’ <?php echo $value; ?> /><?php _e( $title ); ?>
Line 565: <input type=’checkbox’ value=’active’ id=’edit-<?php echo $key.’-‘.$item_id; ?>’ class=’ <?php echo $key; ?>’ name='<?php echo $key . ‘[‘. $item_id .’]’;?>’ <?php echo $value; ?> /><span class=’avia_long_desc’><?php _e( $title ); ?></span>Possible variable $title found in translation function in class-megamenu.php. Translation function calls should not contain PHP variables.
Line 533: <input type=’checkbox’ value=’active’ id=’edit-<?php echo $key.’-‘.$item_id; ?>’ class=’ <?php echo $key; ?>’ name='<?php echo $key . ‘[‘. $item_id .’]’;?>’ <?php echo $value; ?> /><?php _e( $title ); ?>
Line 548: <input type=’checkbox’ value=’active’ id=’edit-<?php echo $key.’-‘.$item_id; ?>’ class=’ <?php echo $key; ?>’ name='<?php echo $key . ‘[‘. $item_id .’]’;?>’ <?php echo $value; ?> /><?php _e( $title ); ?>
Line 565: <input type=’checkbox’ value=’active’ id=’edit-<?php echo $key.’-‘.$item_id; ?>’ class=’ <?php echo $key; ?>’ name='<?php echo $key . ‘[‘. $item_id .’]’;?>’ <?php echo $value; ?> /><span class=’avia_long_desc’><?php _e( $title ); ?></span>
I18N implementation : Proper use of ___all(Possible variable $this->post found in translation function in class.ls.posts.php. Translation function calls should not contain PHP variables.
Line 192: if(is_object($this->post)) { return __($this->post->post_title); }
Possible variable $ptr found in translation function in pointer.class.php. Translation function calls should not contain PHP variables.
Line 71: __( $ptr[‘title’] , ‘plugindomain’ ),Possible variable $ptr found in translation function in pointer.class.php. Translation function calls should not contain PHP variables.
Line 72: __( $ptr[‘content’], ‘plugindomain’ )
Date and time implementation : Use of the_time()At least one hard coded date was found in the file loop-search.php. Function get_option( ‘date_format’ ) should be used instead.
Screenshot : Screenshot file
Wrong screenshot dimensions. Detected: 700x467px (700:467). Ratio of width to height should be 4:3.
Info
Optional files : Presence of rtl stylesheet rtl.cssThis theme does not contain optional file rtl.php.
Optional files : Presence of front page template file front-page.php
This theme does not contain optional file front-page.php.
Optional files : Presence of home template file home.php
This theme does not contain optional file home.php.
Optional files : Presence of category template file category.php
This theme does not contain optional file category.php.
Optional files : Presence of term template file taxonomy.php
This theme does not contain optional file taxonomy.php.
Optional files : Presence of date/time template file date.php
This theme does not contain optional file date.php.
Optional files : Presence of attachment template file attachment.php
This theme does not contain optional file attachment.php.
Use of includes : Use of include or require
The theme appears to use include or require : config.php
Line 20: include(‘admin-options.php’);
Line 21: include(‘admin-import.php’);
Line 22: include( ‘woocommerce-mod-css-dynamic.php’);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : register-dynamic-styles.php
Line 141: require( AVIA_BASE.’css/dynamic-css.php’);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : register-admin-options.php
Line 34: include(‘register-backend-styles.php’);
Line 37: include(‘register-backend-google-fonts.php’);
Line 40: include(‘register-backend-advanced-styles.php’);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : menus.php
Line 72: include(LS_ROOT_PATH.’/views/skin_editor.php’);
Line 75: include(LS_ROOT_PATH.’/views/transition_builder.php’);
Line 78: include(LS_ROOT_PATH.’/views/style_editor.php’);
Line 81: include(LS_ROOT_PATH.’/views/slider_edit.php’);
Line 84: include(LS_ROOT_PATH.’/views/slider_list.php’);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : avia_framework.php
Line 40: require( ‘php/inc-autoconfig.php’ );
Line 53: require( AVIA_PHP.’class-superobject.php’ );
Line 65: require( AVIA_PHP.’function-set-avia-backend.php’ );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : class-metabox.php
Line 108: include( AVIA_BASE.’/includes/admin/register-admin-metabox.php’ );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : inc-autoconfig.php
Line 139: require( AVIA_PHP.’function-set-avia-frontend.php’ );
Line 144: require( AVIA_PHP.’class-megamenu.php’ );
Line 149: require( AVIA_PHP.’avia_shortcodes/shortcodes.php’ );
Line 154: require( AVIA_PHP.’class-style-generator.php’ );
Line 159: require( AVIA_PHP.’class-form-generator.php’ );
Line 164: require( AVIA_PHP.’class-framework-widgets.php’ );
Line 169: require( AVIA_PHP.’class-breadcrumb.php’ );
Line 175: require( AVIA_PHP.’class-queryfilter.php’ );
Line 181: require( AVIA_PHP.’class-sidebar-generator.php’ );
Line 192: require( AVIA_PHP.’function-set-avia-ajax.php’ );
Line 197: require( AVIA_PHP.’class-adminpages.php’ );
Line 202: require( AVIA_PHP.’class-metabox.php’ );
Line 207: require( AVIA_PHP.’class-htmlhelper.php’ );
Line 212: require( AVIA_PHP.’class-media.php’ );
Line 217: require( AVIA_PHP.’class-database-option-sets.php’ );
Line 222: require( AVIA_PHP.’wordpress-importer/avia-export-class.php’ );
Line 227: require( AVIA_PHP.’auto-updates/auto-updates.php’ );
Line 234: require( AVIA_PHP.’class-update-notifier.php’ );
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : class-htmlhelper.php
Line 1516: if(! @include(AVIA_BASE.$element[‘options_file’]))
Line 1518: @include($element[‘options_file’]);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : class-superobject.php
Line 116: include(AVIA_BASE.’/includes/admin/register-admin-options.php’);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : function-set-avia-ajax.php
Line 50: include( AVIA_BASE.’/includes/admin/register-admin-metabox.php’ );
Line 61: @include($inclusion_link);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : template-builder.class.php
Line 297: include($this->paths[‘configPath’].’pointers.php’);
Line 476: include($this->paths[‘configPath’].’meta.php’);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : font-manager.class.php
Line 430: include($config[‘include’].’/’.$config[‘config’]);
Line 587: @include($config[‘include’].’/’.$config[‘compat’]);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : meta-box.class.php
Line 40: require($this->configPath.’meta.php’);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.
The theme appears to use include or require : config.php
Line 8: include( ‘event-mod-css-dynamic.php’);
If these are being used to include separate sections of a template from independent files, then get_template_part() should be used instead. Otherwise, use include_once or require_once instead.I currently installed W3TC plugin and minified the following js files: sharebutton.js, mailchimp, mailchimp/js/scrollTo.js, munchkin.js and left the theme js untouched. I am running 3.2 and still getting an API error when I automatically update the parent theme. We also enabled SSL certificate.
My drop down nav is not working on mobile devices.
Checked the error logs and found this: /minify/000000/68184/: No matching DirectoryIndex (index.php,index.php3,index.html,index.htm) found, and server-generated directory index forbidden by Options directive
I deleted the plugin, restarted Apache, reloaded the browser – still does not work.Please advise soonest. Thank you.
Topic: Adding Seals to header
Hey,
i want to add some seals like trusted shops with a link on my header. It should appear next to logo right. On scrolling to bottom the seals should automatic resize like the logo.
Topic: Input form – autoscroll bug
Hi,
I found a problem with combination of Fullscreen slider and input form on single page, which especially affects mobile devices. When these two things are placed on single page, input form acts strangely:
1) on mobile devices: when you click input form, keyboard appears on screen and site scrolls down so you can’t see input form that you are writing in. In this situation users can’t fill in the form
2) on PC: when you scroll down to input form (you see it on screen), refresh the page, click input form as you would like to start writing, and try to scroll down, the site scrolls up to the top by itself.When I remove Fullscreen slider everything starts working fine.
Do you have a solution?
Topic: Problem with plugin DV Team
Hello. There is a problem with DV Team plugin:
I bought a plugin DV Team to display information about my products in a separate window. Good plugin.
But the theme Enfold automatically scrolls down a separate plugin window by about 50 pixels when the contents of the window larger than the height of the screen and I do not see the title bar of the plugin.
Topic: Responsive graphics
Hello,
Hope you like long massages.
First of all I have to say that you made a great theme, but since I am novice, I will have some questions for you. Instead of just posting my questions here, I will of course first try to find my answers by my self.
I had problem with parallax background not showing images as I want. When I upload images (all of them are 1920 px wide) just part of the image is shown, and to be worse enlarged so that picture, because of low resolution, looks bad. I have found some topic where some of your customers fixed this with changing from parallax to scroll, and that worked for me also. But now all images and slider are not responsive and not scaling when I resize browser window. Can you please help me with this?
——————————————————————————————————————————————————————————————————————
Edit 01: I found that when color section is set to 25% image is shrinking, but when it is set to 50% resizing is not so obvious. I guess that it is shrinking until it covers 50% of assumed display. But can image cover 50% of desktop, but less on mobile so it can still be visible in full or almost full width? And can I somehow control how much of image is visible? Same is with full screen slider – it is stop shrinking after some size…
——————————————————————————————————————————————————————————————————————
Edit 02: When I set color section to 100% of display size, or set one to 25% and other to 75%, result is in having sections that are more than 100% of desktop display (for example, if I add arrow on the bottom it is not visible because it is under visible area). I found your answer about editing avia.js, but that didn’t help…
——————————————————————————————————————————————————————————————————————
Edit 03: When I add Fullwidth submenu and deselect Sticky Submenu, submenu is in wrong place, two sections above, in frontend (in pagebuilder is at the right place).
——————————————————————————————————————————————————————————————————————
Other thing that you already answered in https://kriesi.at/support/topic/add-custom-name-to-contact-form-autoresponder/ is how to add customer name that he/ she entered in contact form (reservation or contact) to the reply mail. If adding this code to functions.php is valid solution – great! Could you tell me where (what line, or some other orientation) should I paste that code, and how/ where to find “the name of the field you want to catch”, as you say.And, last (for now): I see that you made some really nice online order system in Enfold Classic Restaurant demo. I would like to have similar layout on my website. Is it complicated to style woocommerce to look, let’s say same like in your theme, and how could I manage multiply locations with different menus (products). I suppose that it is not problem if I have product that comes in different sizes (like big, small and medium pizza) or products that have add-on options. And is it problem that I am using one page layout.
Thank you in advance!
Hi All,
The more I am working with Enfold, feels like exploring more and more options within this wonderful theme.
Just wanted to check if it is possible to add an automatic scroll functionality to the home page which scrolls after 5 seconds to the next section. Which in this case is /#av_section_2.Topic: Infinite Scroll for Masonry
Hi,
I’ve only found a couple of closed threads on this issue, recommending this feature request. Apologies if I missed the development timeline posted somewhere. When OR how much would it cost to develop the infinite scrolling capability, so users don’t have to click “Load More” manually? I’m specifically looking for this feature in the Masonry Grid.
Thanks!
Kenthttps://kriesi.at/support/topic/automatic-load-more-for-portfolio-grid/#post-180699
I activated the Restaurant Demo of ENFOLD. I cannot get rid of the “Enfold Restaurant” picture… the picture of the moose + the word ENFOLD in caps.
When i scroll down, it automatically shows the logo that i had inserted– “Southern california muslim jewish forum”. Yet, when one lands on the page, before scrolling down, they still see the default logo for the demo– a picture of a moose + the word ENFOLD in caps.
This is one problem.
Secondly, I cannot change the COLOR of the DEFAULT menu that appears for the restaurant demo. Just like i cant get rid of the default logo, the default color for the menu items i have is WHITE, when i want it to be BLACK so it can stand out on the background that i selected.
Please advise. My website can be found here: http://www.scmjf.org/
Hello
Is it possible to change a setting so that the animated numbers load automatically when the page opens? Or alternatively, when they appear on screen?
At the moment, one of the numbers is appearing in the bottom 1/6th of a 15 inch laptop screen, but isn’t loading until you scroll a bit further down the page.
Thanks
Topic: Cannot center popup window
Hello guys! First of all, congrats on this great work you have done with the theme and with the support forums.
I’ve searched around before posting this issue that I have, but didn’t find anything helpful.
I need to create a popup centered in the screen.
I have created a new color section with ID up-to-you and added the class mfp-hide
Then, on a button I have created, I added a manual link to #up-to-you
Unfortunately when I’m clicking on the button the popup appears but not horizontally centered.
Can you please help?p.s. I’ve noticed that the magnific plugin is quite old, 2013 version
Here is my code
function popup_inline() { ?> <script type="text/javascript"> jQuery(window).load(function () { jQuery('div.open-popup-link a').magnificPopup({ type: 'inline', midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href. }); }); </script> <?php } add_action( 'wp_head', 'popup_inline' );.white-popup { background: #fff none repeat scroll 0 0; margin: 40px auto; max-width: 650px; padding: 20px 30px; position: relative; text-align: center; }


