• Recently wanted to white-label a theme and I was told I needed to take additional steps to remove the theme name from the source code.

    Ive removed it from Style.css and renamed the folder etc.

    However the code still remans in the source under Scripts.

    I was told by support that :
    That is the stylesheet reference names. You can change them in class-avada-scripts.php to any reference name, thus white labeling the output.

    However Im having no luck finding that?

    Any help would be appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Sounds like they are advising you to look for that file in the theme folder? Aka, search through the folder that has all the theme files (index.php, footer.php etc) and find it in there.

    Thread Starter SysLogs

    (@syslogs)

    Yeah, I did look through the theme folder I just cant find that specific file class-avada-scripts.php

    I’ll take a look through all of the files to find the line.

    If not I’ll post back.

    Thanks

    If it is not in there it’s not in there… perhaps they have given you bad advice, I would go back to them.

    Quickest way is to unzip all the files for example to your desktop, then just run a search for the file name.

    Thread Starter SysLogs

    (@syslogs)

    I no longer have support from them my membership expired.

    However I have the same issue with the WP developed theme TwentyThirteen.

    Despite changing the style.css and the filename, I still find the name in the source in the form of StyleSheet Reference Names.

    </style>
    <link rel='stylesheet' id='twentythirteen-fonts-css'  href='//fonts.googleapis.com/css?family=Source+Sans+Pro%3A300%2C400%2C700%2C300italic%2C400italic%2C700italic%7CBitter%3A400%2C700&subset=latin%2Clatin-ext' type='text/css' media='all' />
    <link rel='stylesheet' id='genericons-css'  href='https://localhost:8888/WPDEV/wordpress/template/genericons/genericons.css?ver=3.03' type='text/css' media='all' />
    <link rel='stylesheet' id='twentythirteen-style-css'  href='https://localhost:8888/WPDEV/wordpress/template/maincss?ver=2013-07-18' type='text/css' media='all' />
    <!--[if lt IE 9]>
    <link rel='stylesheet' id='twentythirteen-ie-css'  href='https://localhost:8888/WPDEV/wordpress/template/css/ie.css?ver=2013-07-18' type='text/css' media='all' />
    <![endif]-->
    <script type='text/javascript' src='https://localhost:8888/WPDEV/wordpress/lib/js/jquery/jquery.js?ver=1.11.2'></script>
    <script type='text/javascript' src='https://localhost:8888/WPDEV/wordpress/lib/js/jquery/jquery-migrate.min.js?ver=1.2.1'></script>
    	<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>
    	<style type="text/css" id="twentythirteen-header-css">
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove stylesheet reference names’ is closed to new replies.