Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #693913

    Hello!
    Can i rename the (…/wp-content/uploads/dynamic_avia/) enfold.css into mystyle.css ?
    How can i do this?

    #693953

    ?

    #693954

    Hey doroth,

    If you change the name of the file, you need to change the name path in any other file that may reference the file as well.

    Best regards,
    Jordan

    #693958

    …path in any other files???

    #693999

    Hi,

    Almost all the files in enfold has a reference to this file changing that would take a very long time and may cause a conflict in the future when you update the theme. We recommend not to change the file name.

    Let us know the reason why you want to change it and if there is any alternate solution we are happy to help you with it.

    Best regards,
    Vinay

    #694015

    i dont want see the name enfold.css in the source code…

    #694020

    Hi,

    I’m sorry to say but there is no easy way to do this at the moment.
    However if you like to change the enfold name that appears in the wordpress admin sidebar it is possible by changing the theme info in the child theme styles.css

    Let us know if you have more question we are happy to help :)

    Best regards,
    Vinay

    #694045

    well i thought that there was allready questions like that.
    And for “resellers” webdesigners which does not want that their customers recognize which theme etc is used – this might be helpful:

    add_filter('avia_dyn_stylesheet_file_path', 'avia_change_filename');
    function avia_change_filename($stylesheet){
    return 'myfilename.css';
    }

    you can see it here on documentation of enfold:

    to re-name this file to better reflect your own branding

    http://kriesi.at/documentation/enfold/change-the-dynamic-css-file-name/

    #694167

    Hi,

    Thanks for sharing that @Guenni007 :-)

    Regards,
    Rikard

    #694218

    But if you have setup your theme first with enfold you have to think of a few things

    rename folder: enfold and enfold-child to something you like
    open for each style.css and change things there too: f.e. for rename to “Elegant”

    child-theme style.css:

    /*
    Theme Name: Elegant Child
    Description: Childtheme fuer Elegant
    Version: 1.0
    Template: Elegant
    */
    
    /*Add your own styles here:*/

    for parent theme :

    /*
    Theme Name: Elegant
    Version: 3.8
    */

    you have to think on update to edit each time !!!

    in folder (go there with ftp) wp-content/uploads/dynamic_avia/
    if you make it from the beginning there will be elegant_child.css (from the example above)

    #695701

    Hi,

    @guenni007 Thanks for sharing. 

    Best regards,
    Vinay

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.