Viewing 30 results - 13,261 through 13,290 (of 18,736 total)
  • Author
    Search Results
  • smauchle
    Participant

    Hi everybody

    Unfortuantely I can’t find out how to change the font size (and other styles) of the categories which will be shown when hovering a main menu topic in the navigation. Can you help me?

    Here my website I’m working on: http://chuchichaeschtli-tv.ch/wordpress/ -> i want to lower the font size of the categories shown when hovering the topic called “#askRahel”.

    Thank you,
    Sandro

    #483578
    stephenturner
    Participant

    Hi Guys, i’ve added some css that makes all my borders black and 3px, but i want a 3px black border at the bottom of the full width easy slider but just can’t figure it out, if you look at the homepage, at the bottom of the full width easy slider there is no 3px black border, this is where i want to add one, but not sure if any of the below css i have added so far is causing an issue, thanks in advance guys… :-)

    #header_main { border-bottom-width: 3px; }

    .container_wrap.container_wrap_first.main_color {
    border-top-color: #000000;
    border-width: 3px;
    }

    .header_bg { opacity: 1 !important; }

    .socket_color {
    border-width: 3px;
    }

    #advanced_menu_toggle {
    background-color: #89d6f4;
    }

    .avia_desktop #advanced_menu_toggle:hover, .avia_desktop #advanced_menu_hide:hover {
    background-color: #89d6f4;
    border-color: #000000;
    }

    .main-title a {
    font-weight: bold !important;
    }

    .title_container .breadcrumb {
    font-weight: bold !important;
    font-size: 13px !important;
    }

    .avia-menu-fx {
    display: none !important;
    opacity: 0;
    }

    #socket .copyright {
    width: 100%;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    }

    @media only screen and (max-width: 767px) {
    .responsive #scroll-top-link {
    display: block !important;
    }}

    .footer_color {
    border-width: 3px;
    }

    #top #main .sidebar {
    border-left-color: #ffffff !important;
    }

    #footer {
    padding: 0 0px 0 0px;
    }

    .main_color {
    border-width: 3px;
    }

    .avia-google-map-container {
    border: 1px solid #000000 !important;
    box-shadow: 3px 3px 5px #999;
    }

    .content {
    border-color: #ffffff!important;
    }

    #top .main_color input[type=’text’] { background-color: #89d6f4; }
    #top .main_color textarea { background-color:#89d6f4; }

    .header_color .main_menu .menu ul li a {
    font-weight: bold;
    }

    .main_menu ul ul {
    border-width: 3px;
    }

    .mfp-content figcaption {
    display: none !important;
    }

    .togglecontainer .single_toggle:first-child .toggler, .togglecontainer .taglist + .single_toggle .toggler {
    border-width: 3px;
    background-color: #89d6f4;
    }

    .toggle_content {
    border-width: 3px;
    }

    .av_promobox {
    border-width: 3px;
    border-radius: 10px;
    }

    #483562
    zimbo
    Participant

    I have already added a widget area to my header in order to add some text.

    I have moved the social icons up via

    #header_main .social_bookmarks {
        top: 10%;
    }

    I now want to add a phone number and email address to the right of the header area under the social icons (but not in the top bar). I tried adding a second widget area to the header but this didn’t work, I got an error saying I couldn’t use enfold_customization_header_widget_area again.

    So via Header Extra Elements I have added my text and then moved it down via

    .phone-info {
      position: relative;
      top: 150px;
      font-size: 16px;
      text-align: right;
    }

    However, #header_meta is still active and whilst I’ve got my phone number where I want it, .container under the #header_meta is 60px high because of the phone text (but with nothing in it) and this element is pushing everything else down. I have tried things like

    #header_meta .container {
        max-height: 0px;
    }

    but no luck.

    Is there any way to:
    1. Stop #header_meta .container displaying, or switch it ‘off’, whilst keeping .phone-info active? i.e. do something I’ve not tried CSS-wise to #header_meta .container to get rid of it?
    2. Add another header widget?

    Or could I add some code such as a <div> for my phone text inside <div id=”header”> by editing header.php (or another theme file)?

    #483520
    M1000000
    Participant

    I’m trying to increase the size of the icon and background on .iconbox_top with the following:

    .iconbox_top .iconbox_icon {font-size: 40px; padding: 20px;}

    Problem is the icon shifts off center – see image link below.

    Thanks.

    #483472

    Rikard,

    As I explained, I tried everything I could think of using the special headings. I put it back on the page so you can see it. There are now 2 heading areas for Contact Us. One is with the special headings element. I set the color to custom and made it white (#ffffff). The other I did manually with a text area and did the inline coding to make the text white, and have a font size and line height of 60px.

    Please let me know why the special heading element isn’t working correctly.

    thanks,
    Larry

    #483442

    Dear Andy,

    1. While, I will try adjusting the font size and revert back to you, this is a restriction and definitely not a permanent solution to this issue. Your theme should be able to wrap a text that is too long or treat long texts in a special way.

    2. OK

    Regards,

    Emin

    #483399

    Hey emin!

    1.) Product list is working fine for me, only the title is sometimes too long in our case. You could try to adjust font size for it using this code:

    .av-catalogue-title.av-cart-update-title {
    font-size: 13px;
    }
    

    2.) Please ask WooCommerce Support about this.

    Let us know when you have any more questions directly related to the theme.

    Best regards,
    Andy

    Hi
    I’m really struggling to ID which areas of the page are described in the CSS so I can edit the CSS in Quick CSS. For example, I have a sub-menu in a widget as a side menu, and I want the colours for the link, on_hover and active to be different from the main menu in the header.

    Its not obvious how to edit the p tag (without adding it manually) or to change the font size and line spacing in the main content area – although I can do this with some effort…

    I use Chrome to select an element on the page and use the INSPECT ELEMENT, but its a struggle for me to ID which DIV is controlling what.

    I’m working on a site just now, and have tried importing the CSS from another Enfold site, but the code doesn’t work.

    Im also trying once again to MOVE the main menu headings down to nearer the horizontal rule, but am failing miserably and spending a lot of time getting nowhere.

    Enfold is a great theme but way too complicated when one starts looking at the CSS. The GENERAL STYLING window doesn’t show every element of the page layout – like for example, a sub-menu in a side menu widget.

    Thanks

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

    #483080

    Hi cecilepineau!

    Please try changing :

    font-size:20px;
    

    to

    font-size:20px !important;
    

    Best regards,
    Dake

    #483071

    Hi!

    Please insert the below media query in order to change the button size when viewing the homepage on your iPhone:

    @media only screen and (max-width : 320px) {
    span.avia_iconbox_title {
        font-size: 14px !important;
    }
    }

    Please try the below css to adjust the padding on the “work all day in harmony” section:

    .flex_column .av_one_half .flex_column_div {
    	padding: 0px 0px 0px 65px !important;
    }

    You may also use a page-id so that the above css only affects the homepage.

    Regards,
    Dake

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

    #482942

    I used some inline css for the font color, size and line height. I thought it would have been easy to use the special heading, like I did for all the other sections. For some reason the last 2 sections didn’t work in the special heading admin section. I don’t know if this is a bug or not, but I shouldn’t have had to do this manually.

    i compared the code in developer tools in situ

    and on edge the style from the headline rotator active span is:

    
    style="transition:0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53); display:inline; opacity: 1; transform: translate(0px, 0px);"

    on firefox f.e.:

    
    style="transition:0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s; display:inline; opacity: 1; transform: translate(0px, 0px);"

    the 0s is the delay of transition? is’t it?
    could this be the reason for the output ?

    i set a class for the color-section containing the rotator to: “ourway”

    
    .ourway .post-entry.post-entry-type-page.post-entry-550 {bottom: 10%; position: absolute !important; right: 0}
    .ourway h2.av-rotator-container-inner{font-size:30px!important;line-height:50px!important}
    .ourway h2.av-rotator-container-inner span{font-size:24px!important}
    • This reply was modified 10 years, 8 months ago by Guenni007.
    #482880

    Hi Armando!

    Please add following code to Quick CSS

    @media only screen and (max-width: 480px) {
    .inner_sort_button:after {
        font-size: 50px;
    }}

    Best regards,
    Yigit

    #482873

    Hi koelman!

    Thank you for using Enfold.

    You can try this in the Quick CSS field:

    #top .comment_text {
        font-size: 50px;
    }

    If it doesn’t work, please provide a screenshot of the element that you’re trying to change.

    Regards,
    Ismael

    #482807
    M1000000
    Participant

    I’m customising the scroll down link with the following css:

    #top .scroll-down-link {
    -webkit-animation: avia_fade_move_down 4s ease-in-out infinite!important;
    animation: avia_fade_move_down 4s ease-in-out infinite!important;
    color: #008B95 !important;
    font-size: 50px !important;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4) !important;
    }

    Default animation is avia_fade_move_down – is there reference info on the other animation options (I want a sinple fade in/out) – thanks.

    #482656

    Hi,

    That CSS seems to be coming from your Quick CSS but it’s strange that it’s not affecting your other page, you can fix the issue by adding this to Quick CSS though:

    .page-id-200 h2.av-special-heading-tag {
    font-size: 28px !important;
    }

    Best regards,
    Rikard

    #482630
    cecilepineau
    Participant

    Hi,
    Thank you for tihs great theme.
    I have a quick question.
    I want to change the font-size of this div-class : av-subheading and av-subheadingbelow.
    I’ve tried to change this in the quick css like that :

    .av-subheading_below {
      font-family:'open sans';
      font-size:20px;
      font-style:italic;
      margin-top:2.3em;
    }

    All the changes are ok (font- family, font style et margin-top) except for du font-size. It doesn’t work for the font-size, the value is still 15 px.

    Can you help me please ?

    Big thank you !

    #482607
    Florinek
    Participant

    Hello, I l already found out how to change the font(size) of the related posts widget. But how do I get rit of the line under the titel? Thanks!

    #482563

    Been busy but I found the culprit a while back. I had these two shortcodes in a post. They were above the ‘read more’ and that was causing the site to be super slow and in effect, not working. When I moved them below the ‘read more’ link, site worked fine.

    I did not experiment to see whether it is one of the two that was the problem.

    [av_hr class='invisible' height='40' shadow='no-shadow' position='center' custom_border='av-border-thin' custom_width='50px' custom_border_color='' custom_margin_top='30px' custom_margin_bottom='30px' icon_select='yes' custom_icon_color='' icon='ue808' font='entypo-fontello']
    
    [av_blog blog_type='taxonomy' link='post_tag,142' blog_style='single-big' columns='3' contents='excerpt' content_length='content' preview_mode='auto' image_size='portfolio' items='1' offset='0' paginate='yes']
    #482532

    In reply to: Landing Page Issues

    Hey!

    Where did you add this code?

    #top.page-id-24 #av_section_1 .av-special-heading .av-special-heading-tag {
        font-size: 100px;
        line-height: 43px;
    }

    Please add all css modifications in the Quick CSS field or the child theme’s style.css file.

    Cheers!
    Ismael

    #482421
    Armando Nava
    Participant

    Hello, I had a couple of questions before regarding this topic and the support team helped me as well.

    I just have an issue on mobile.

    I added custom icons via fontello, and placed with a quick css code provided by your support team.. I added some extra features to have more space between each icon.

    The problem comes on mobile;

    1- Can I decrease the size of the icons just on mobile so they don’t overlap between them?
    2 – Or have a larger gap between them on mobile so they don’t overlap themselves?

    Regards!

    #482389

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .recentcomments a, .widget_recent_entries li a {
        font-style: inherit;
        font-family: inherit;
        font-size: 14px;
    }

    Best regards,
    Yigit

    #482379
    koelman
    Participant

    Hi guys,

    How do I increase the font size in the comment section?

    Regards,

    Luuk

    blueunderground
    Participant

    Hello,

    I am dealing with the same issue that was described in the exchange at https://kriesi.at/support/topic/changing-menu-font-colour-in-shrinking-header/. The Enfold Startup Business Demo does not recognize the Change Logo Area background color under “General Styling”. In the exchange I mentioned, Yigit added custom CSS code to bottom of Quick CSS field which appears to have fixed the issue. Can you please share that custom CSS code?

    The issue exists when the header is full size, not when the header is minimized. When the header is minimized, it accepts the logo area background color value

    Many thanks!

    • This topic was modified 10 years, 8 months ago by blueunderground. Reason: Clarification about the issue depending on the size of the header
    #482288

    In reply to: Buttons and Spacing

    Hey diamondmatt!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 990px) {li#menu-item-3461 {
        margin-right: 20px;
    }}
    #menu-item-3416 .avia-menu-text {
        background-color: orange!important;
        border-color: orange!important;
    }
    #top .avia-slideshow-button {
        font-size: 20px;
    }

    Best regards,
    Yigit

    #482137

    In reply to: Landing Page Issues

    Thanks, but I didn’t see any difference on the Special Heading. I also needed this to include the slogan (simple text box) underneath the Special Heading. So, I looked up what you sent me to try and figure it out for myself. Right now, the page looks exactly how I want, in terms of font size on regular desktop/laptop displays.

    Here is what I have right now, trying to get this to work on my iPhone in portrait and landscape mode.

    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 568px)
    and (orientation : landscape) { .av-inherit-size .av-special-heading-tag {
    font-size: 1em;
    }}

    Thanks again!

    #482053

    Hi Rikard,

    No problem.

    Both pages were build exactly the same way: grid section (after an easy slider full width) > a 1/3 and a 2/3 column > special header in both columns set to H2 standard style with line. However on the page Trainingstraject both headers are shown in font size 20 px and on the page Help mee! both headers are shown in font size 28 px.

    I don’t get that…!?

    Regards,
    Monique

    #482017

    In reply to: Menu over logo

    Hey timpro!

    Thank you for using Enfold.

    You can adjust the menu padding and font size on smaller screens:

    @media only screen and (max-width: 1100px) {
    .av-main-nav > li > a {
        padding: 0 8px;
        font-size: 11px;
    }
    }

    Regards,
    Ismael

Viewing 30 results - 13,261 through 13,290 (of 18,736 total)