Viewing 30 results - 6,331 through 6,360 (of 10,101 total)
  • Author
    Search Results
  • #483286

    It worked, the thumbnails are now less blurry. But they still don’t fit into the border box around the image.. Any idea how I can fix that?

    #483258

    Hey Dake,

    thanks for your fast reply. What is a mystery to me is how I can integrate a bigger picture with a lightbox view without having thumbs or let me say it in another way: how can I add a bigger headpicture above (with lightbox) and 4 different thumbnails (lightbox) below (that don’t include the headpicture as a thumb).

    Hope you get the idea.

    Best Stephan

    #483255

    Hi!

    Widget thumbnails are still 36x36px. Please remove the line you have added to your child theme’s functions.php file and add following instead

    add_filter( 'avf_modify_thumb_size', 'enfold_customization_modify_thumb_size', 10, 1 );
    function enfold_customization_modify_thumb_size( $size ) {
            $size['widget'] 		 	= array('width'=>100, 'height'=>100 );		
    	return $size;	
    }

    And then regenerate thumbnails

    Regards,
    Yigit

    #483157
    dvwdj
    Participant

    Hi there,

    The thumbnails in my ‘Enfold latest news‘ widget in the sidebar appear blurry. I changed the size of the thumbnails in my child’s layout.css >

    .news-thumb img, .news-thumb img { width: 100px; height: 100px; }
    .news-thumb { width: 100px; height: 100px; }
    strong.news-headline { font-size: 14px; }

    And in my child’s functions.php >

    $avia_config[‘imgSize’][‘widget’] = array(‘width’=>100, ‘height’=>100); // small preview pics eg sidebar news

    Then I regenerated the thumbnails with the plugin ‘Regenerate thumbnails’. Usually this helps, but the thumbnails stay blurry. The images are big enough, 650 x 433 px, so that is not the problem. Also, it seems that the images don’t fit into the box, as the bottom of the thumbnail appears outside of the (border) box.

    #483066
    ILikeMovies
    Participant

    Did 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 : Title

    No 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/sampleslide

    Found 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 functions

    Found $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 title

    Found $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/”&gt; in file slider_list.php.

    Line 672: <iframe src=’http://news.kreaturamedia.com/layerslider/’></iframe&gt;

    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 system

    file_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_slide

    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_slide

    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’);

    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.$uni

    fread 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_file

    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.$uni

    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.$uni

    fclose 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 functionalities

    The 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_data

    get_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_icon

    screen_icon found in file wordpress-importer.php. Deprecated since version 3.8. Use none instead.

    Line 998: screen_icon();
    Editor style : Presence of editor style

    No 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’) ?></t

    Possible 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’) ?></t

    Possible 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’) ?></t

    Possible 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’) ?></t

    Possible 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.css

    This 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.

    Adam_Pemberton
    Participant

    Our website is running Enfold version 3.13 on WordPress version 4.2.3. It is located here: http://findweatherly.com.

    We have several display problem on the latest iOS 8.4 and Safari:
    1. The home page slider only loads the first slide (does not advance), and does not load (black space) type layers.
    2. The portfolio thumbnails do not display on the Inventory page: http://findweatherly.com/inventory/

    Can you recommend a fix for these issues?

    #482854

    In reply to: Masonry imagesize

    Hi!

    You can do something like this in the child theme’s functions.php file:

    function ava_image_sizes() { 
    add_image_size('entry_with_sidebar', 845, 321, array('center', 'top'));
    add_image_size('entry_without_sidebar', 845, 321, array('center', 'top'));
    }
    add_action( 'after_setup_theme', 'ava_image_sizes', 11 );

    If you want to modify the “masonry” thumbnail, adjust the code to this:

    function ava_image_sizes() { 
    add_image_size('masonry', 845, 321);
    }
    add_action( 'after_setup_theme', 'ava_image_sizes', 11 );

    Again, you have to regenerate the thumbnails by using the plugin suggested above. You can also use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Regards,
    Ismael

    #482853

    Hi!

    It is not easily possible as featured images of the blog style you are using are 180x180px. It is not possible to make them fullwidth without changing image size of square images or without distorting them. You can go to Appearance > Editor and open functions.php file and find

    $avia_config['imgSize']['square'] 		 	    = array('width'=>180, 'height'=>180);

    and increase the width and height then regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/.
    Or you can refer to my post here – https://kriesi.at/support/topic/how-to-hide-some-elements-in-mobile-version/#post-362263 to display different elements on desktop and mobile.

    Cheers!
    Yigit

    #482798

    Hi!

    Please copy the whole function to from functions-enfold.php file to your child themes functions.php file as following

    `function avia_post_nav($same_category = false, $taxonomy = 'category')
    	{
    		global $wp_version;
    	        $settings = array();
    	        $settings['same_category'] = $same_category;
    	        $settings['excluded_terms'] = '';
    			$settings['wpversion'] = $wp_version;
            
    		//dont display if a fullscreen slider is available since they overlap 
    		if((class_exists('avia_sc_layerslider') && !empty(avia_sc_layerslider::$slide_count)) || 
    			class_exists('avia_sc_slider_full') && !empty(avia_sc_slider_full::$slide_count) ) $settings['is_fullwidth'] = true;
    
    		$settings['type'] = get_post_type();
    		$settings['taxonomy'] = ($settings['type'] == 'portfolio') ? 'portfolio_entries' : $taxonomy;
    
    		if(!is_singular() || is_post_type_hierarchical($settings['type'])) $settings['is_hierarchical'] = true;
    		if($settings['type'] === 'topic' || $settings['type'] === 'reply') $settings['is_bbpress'] = true;
    
    	        $settings = apply_filters('avia_post_nav_settings', $settings);
    	        if(!empty($settings['is_bbpress']) || !empty($settings['is_hierarchical']) || !empty($settings['is_fullwidth'])) return;
    	
    	        if(version_compare($settings['wpversion'], '3.8', '>=' ))
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	            $entries['next'] = get_next_post($settings['same_category'], $settings['excluded_terms'], $settings['taxonomy']);
    	        }
    	        else
    	        {
    	            $entries['prev'] = get_previous_post($settings['same_category']);
    	            $entries['next'] = get_next_post($settings['same_category']);
    	        }
    	        
    		$entries = apply_filters('avia_post_nav_entries', $entries, $settings);
            $output = "";
    
    
    		foreach ($entries as $key => $entry)
    		{
                if(empty($entry)) continue;
    			$the_title 	= isset($entry->av_custom_title) ? $entry->av_custom_title : avia_backend_truncate(get_the_title($entry->ID),75," ");
    			$link 		= isset($entry->av_custom_link)  ? $entry->av_custom_link  : get_permalink($entry->ID);
    			$image 		= isset($entry->av_custom_image) ? $entry->av_custom_image : get_the_post_thumbnail($entry->ID, 'thumbnail');
    			
                $tc1   = $tc2 = "";
                $class = $image ? "with-image" : "without-image";
    
                $output .= "<a class='avia-post-nav avia-post-{$key} {$class}' href='{$link}' >";
    		    $output .= "    <span class='label iconfont' ".av_icon_string($key)."></span>";
    		    $output .= "    <span class='entry-info-wrap'>";
    		    $output .= "        <span class='entry-info'>";
    		    $tc1     = "            <span class='entry-title'>{$the_title}</span>";
    if($image)  $tc2     = "            <span class='entry-image'>{$image}</span>";
                $output .= $key == 'prev' ?  $tc1.$tc2 : $tc2.$tc1;
                $output .= "        </span>";
                $output .= "    </span>";
    		    $output .= "</a>";
    		}
    		return $output;
    	}`

    and apply the changes as it was suggested in Elliott’s link.

    Cheers!
    Yigit

    #482596

    Actually, that does not work right either…

    For photo galleries I have to have a featured image. For videos no featured image. I’ll live with the inconsistent display in the widget unless there is some way to not show the tiny thumbnails including the empty squares

    #482580

    .single-product-main-image .thumbnails {
    margin-top: 10px;
    width: 45%;
    }

    .single-product-main-image .images a {
    width: 70%;
    float: left;
    }

    I added this code now. This is fine. I just need to move thumbnails to the right beside the main image. And the image overlay needs to be fit (it breaks the border of main image)

    • This reply was modified 10 years, 8 months ago by combra.
    #482519

    Hey obistefkenobi!

    Thank you for using Enfold.

    You can increase the max width and height of the masonry thumbnail size. Install the following plugin then go to the Settings > Media panel. Look for the “masonry” thumbnail, adjust the size, save then regenerate the thumbnails. https://wordpress.org/plugins/simple-image-sizes/

    Best regards,
    Ismael

    #482516

    Hi!

    I’m not sure if this is what you’re looking but you can try this in the Quick CSS field:

    .template-shop .single-product-main-image .images a {
        width: 50%;
        float: left;
    }
    
    .single-product-main-image .thumbnails {
        margin-top: 10px;
        width: 45%;
        float: left;
    }
    
    .single-product-main-image {
        width: 100%;
        float: left;
    }
    

    A screenshot will help.

    Regards,
    Ismael

    #482457

    Hi Rikard,

    The problem still isn’t fixed entirely. If you take a look at the link, the images above each post are still square thumbnails. I would like them to be the full-width image, just like they are in the individual post (this is for mobile, btw).

    If you could provide some more clarity into this, that would be of immense help.

    Thanks!

    #482399

    In reply to: Masonry imagesize

    Hi Elliott,

    thanks for your answer, I did as you discribed. I put the line into my child themes functions.php with no result and than into the original functions.php, regenerated the thumbnails, I also emptied the cache, but Pagespeed is still showing the 705×705 versions. And it’s only giving me a 38.
    Via FTP I looked into the upload folder and there are 300×300 versions.
    Any ideas?
    Regards,

    Lilo

    #482269

    Hey!

    ah so you are talking about your featured image, right? then you would need to change the size for the featured image of course :). Go into you media settings and change values for “featured size” or “featured_large size”. Afterwards regenerate thumbnails and clear browser cache.

    Hope this will help.

    Regards,
    Andy

    #482197

    In reply to: Masonry imagesize

    Hey Lilo!

    You can change that on line 126 in the functions.php file.

    $avia_config['imgSize']['masonry'] 		 		= array('width'=>705, 'height'=>705 , 'crop' => false);		// images for fullscreen masonry
    

    You will need to regenerate the thumbnails to the new sizes with this plugin, http://wordpress.org/extend/plugins/regenerate-thumbnails/.

    Best regards,
    Elliott

    #482114
    obistefkenobi
    Participant

    Hi,

    I’m having some issues with the wide thumbnail resolutions for the masonry galleries. I’ve posted a link to a portfolio entry made so you can have a look at what’s happening.

    The square thumbnails are fine but the “long” rectangle thumbnails are too blurry.

    Thanks,
    Stefan

    #481981
    Pink_Monkey
    Participant

    At this moment I’m building my site locally and I really like the theme so far. There is only one question which I can’t seem to get answered. I would really like to have Featured Video instead of an image on some of my blog posts. So that on the homepage when I use the Blog Grid to show the latest 3 blogposts it can show a movie instead of an image. I mean, can people see the thumbnail of the movie and when they click it, the movie needs to start playing.

    Most of my blogs have been written so far, but I want to start making Vlogs which i want to show up in the Blog section.

    #481904

    Hey!

    What is the original size of the images that you uploaded in your posts? You can regenerate the thumbnails in order to recreate the theme’s post thumbnail correctly. Use this plugin: https://wordpress.org/plugins/simple-image-sizes/

    Go to the Settings > Media panel then click the “Regenerate Thumbnails” button.

    Cheers!
    Ismael

    #481897

    Hey iveyeng!

    Thank you for using Enfold.

    1.) Add this in the Quick CSS field to adjust the thumbnail size:

    .small-preview {
        width: 160px;
        height: 160px;
        line-height: 160px;
    }
    
    .template-blog .blog-meta {
        left: -30px;
        position: relative;
    }

    2.) Can you please provide a screenshot? Use imgur or dropbox.

    Regards,
    Ismael

    #481587
    iveyeng
    Participant

    Hi,

    I have two questions:

    1) I’m trying to make the preview images bigger on the blog page, http://www.iveyengineering.com/expert-witness-blog/

    In the shortcode settings I have the square (180×180) selected but it is still showing as 81×81. I’ve tried changing the thumbnail settings and regenerating with the plugin but that didn’t seem to work. My settings in the Enfold theme functions (functions.php) for the square image are set to 180×180. I’m using a child theme. Could you help me figure out how to make the image size change?

    2) Also, how can I make more of a border to allow for the digg digg bar on the above page. I would like the border and sidebar to appear like this one, http://www.iveyengineering.com/harth-architectural-engineering-expert/. I used this code in Quick CSS for the page with the digg digg bar.

    .blog, main.content.units.av-content-small.alpha.av-blog-meta-html-info-disabled {
    width: 70%;
    margin-left: 106px;
    }

    If you have any suggestions, I’d appreciate it. Thanks!

    #481581

    Wow! that was the problem. In all the post the image is in the post body, and not as featured image. I have checked and now I got thumbnails. Thanks.
    Could you help in the other question regarding avatar? All the authors has gravatar, and as you can see, at the end appears in two comments, but not in the others.

    Thanks.

    #481579

    Thanks Rikard,

    I love to use the Enfold gallery shortcode everywhere… but unfortunately, in this case, I need to use the WordPress gallery shortcode because it is supported by another plugin I need to use (wp-greet, a plugin that sends ecards).

    I tried the wordpress gallery shortcode on another ENFOLD website with zero plugin (except WPML) and I have the exact same problem with gallery columns / thumbnails.

    Is there something I can do to fix this ?

    Thank you,

    Alex

    Hmmm probably not that file, I tried to edit that to change it to various percentages but no change in how much scrolling needs to happen before thumbnails appear. I am including a page as an example of where I want to shorten the scroll for animation in private message.

    Also, please explain how to apply that change to child theme.

    Thanks!

    Malte-X
    Participant

    Hi,

    i want to edit the maximum height of the featured images on my single-author blog page via:

    .big-preview.single-big img {
    max-height: 200px;
    }

    But then it chrushes/compresses the picture. I would like to have the design as seen on your demo page:
    http://kriesi.at/themedemo/?theme=enfold-overview

    Featured Images with a defined max height but i cant recreate it with the normal options.

    I have migrated from another theme to enfold but since force the regeneration of all thumbnails etc.

    I truly tried to figure this out by myself but i cant get a grip on the logic behind this. ;)

    Thanks in advance for your help!

    Malte

    #481515

    Hi jgarciamel!

    Are you sure you have set the featured image of your post? https://codex.wordpress.org/Post_Thumbnails

    Regards,
    Elliott

    #481346
    Jose Ramon
    Participant

    Hi friends!

    I’ve spent various days trying to showing thumbnail in the related post section, latest news widget and even in comments avatar, but I give up. I’ve read your recomendation: Installed plugins Simple-Imagen-Sizes and Regenerate-Thumbnails. Regenerated all the images, but nothing happen.
    Could you please help me?

    Thanks in advance
    Jose Ramon

    Hi Ismael,

    Thanks for your reply.
    I don’t quite get why modified CSS properties would render the text blurry on Retina devices? And only in Safari – not chrome?
    The pictures are also not retina, even though the original quality, and the thumbnail quality, is fine. Chrome is showing the images fine. The heading tag shouldn’t induce that issue, right?

    However, i went ahead and out-commented my heading styling, at no avail:
    Retina optimized text, non-optimized text, and blurry images
    Out-commented header tag

    Citrusconstructions
    Participant

    Can you point me to the file where the scroll percentage is set for displaying thumbnail (animation) in galleries?

    And if it isn’t in the avaiabuilder/shortcodes can you also tell me how to modify it through child theme?

    We need to shorten the scroll percentage (make images appear a little sooner – with less scrolling)

    Thanks!

Viewing 30 results - 6,331 through 6,360 (of 10,101 total)