Tagged: enfold, Name, Source Code, theme
-
AuthorPosts
-
January 25, 2016 at 1:18 pm #571315
Dear support,
how can i delete/change the theme name “enfold” in source code.
I use the enfold child theme. But when i that rename, than is every enfold name in source code.
show here:
“href=’http://www.xyz.de/wp-content/themes/enfold/css/grid.css?ver=2”
too
“href=’http://www.xyz.de/wp-content/themes/anybody/css/grid.css?ver=2”Yes i read diverse threads in this and other foren….but i can’t find the solution.
Thanks for help :O))
- This topic was modified 8 years, 10 months ago by strumpumpel.
January 26, 2016 at 2:40 am #571799Hey strumpumpel!
That’s not an easy thing to do. You would need to hire a freelancer to help you out with this.
Cheers!
ElliottJanuary 26, 2016 at 1:03 pm #572057Elliott…
that is not the answer what will i hear listen to hark etc….! “You need a freelancer…” :((
Why do you not say what i do to change the source code entry???Thanks…
January 26, 2016 at 1:34 pm #572068Hi!
You can edit Style.css file and folder name inside wp-content/themes folder to change the name but you would need to reconfigure Enfold theme options and each time you update the theme, you should rename the file before overwriting existing files. You can also use a minifying plugin/feature. That may help as well. Or, you can try using a plugin such as this one – http://codecanyon.net/item/hide-my-wp-no-one-can-know-you-use-wordpress/4177158. Theme name would appear on every WordPress installation.
Regards,
YigitJanuary 26, 2016 at 2:28 pm #572108Hey!
it would require a huge amount of time for us to tell you what you need to change and this would go beyond our scope of support. That is why you would need to hire a freelance developer for this job.
Regards,
AndyJanuary 26, 2016 at 2:36 pm #572119Thanks Yigit and Andy!! :)
I use now the the hide-my-wp plugin! Thats great! :)
But on little topic….In the source code is this: file/dynamic_avia/enfold_child.css’I read the foren replys to this topic: https://kriesi.at/support/topic/change-name-or-dont-use-dynamic_aviaenfold_child-css-file/
but the path is every existent. I rename the enfold_child.css too child.css…
Than is the layout destroyed….what can i do??Great thanks for your help :)
January 27, 2016 at 8:57 am #572675Hi!
Add this in the functions.php file in order to change the dynamic css file name:
// change dynamic css file name add_filter('avf_dynamic_stylesheet_filename', function() { return 'uniquename'; });
NOTE: You will have to toggle any theme options to regenerate the css file inside the dynamic_avia folder.
Best regards,
IsmaelFebruary 4, 2016 at 8:44 pm #578045Okey thanks ismael :) I tried out.
February 4, 2016 at 9:51 pm #578084Hey!
Glad we got that short out!
Please let usk now if you need anything else, we iwll be happy to assist!Regards,
Basilis -
AuthorPosts
- The topic ‘Source Code change delete theme name’ is closed to new replies.