Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 22 posts - 1 through 22 (of 22 total)

Slider capitaliced letters in all words

Home Forums Free Theme Support Zenon Lite Slider capitaliced letters in all words

  • #111122

    Stefan Kiesbye Nielsen

    How can i change the text in the slider to not every word begind with a capitaliced letter?

    #111639

    Towfiq I.

    administrator

    add this to the very bottom of your stylesheet:

    #slider .slider-content h2 a, #slider .slider-content a{text-transform:normal!important;}

    #119345

    Stefan Kiesbye Nielsen

    I have made my child theme, it looks like this in the code

    /*
    Theme Name: Zenon-lite Child
    Description: Zenon lite Chilp template
    Version: 1.0
    Theme URI: http://wordpress.org/themes/zenon-lite
    Author: Towfiq I.
    Author URI: http://www.towfiqi.com/
    Template: zenon-lite
    */
    
    @import url(../zenon-lite/style.css);
    #slider .slider-content h2 a, #slider .slider-content a{text-transform:normal!important;}

    Im getting this error on the site

    
    Warning: require_once(/home/www/<del datetime="2014-04-09T18:12:01+00:00">christina.powernaps.</del>dk/wp-content/themes/zenon-lite-child/admin/options-framework.php) [function.require-once]: failed to open stream: No such file or directory in /home/www/<del datetime="2014-04-09T18:12:01+00:00">christina.powernaps.dk</del>/wp-content/themes/zenon-lite/functions.php on line 420
    
    Fatal error: require_once() [function.require]: Failed opening required '/home/www/<del datetime="2014-04-09T18:12:01+00:00">christina.powernaps.dk</del>/wp-content/themes/zenon-lite-child/admin/options-framework.php' (include_path='.:/php/includes:/usr/share/php') in /home/www/<del datetime="2014-04-09T18:12:01+00:00">christina.powernaps.dk</del>/wp-content/themes/zenon-lite/functions.php on line 420

    I cant find out what im doing wrong?

    #119831

    Towfiq I.

    administrator

    copy the “admin” folder to your child theme folder.

    #120086

    Stefan Kiesbye Nielsen

    Now the childtheme work, but the text still starts with capitaliced letters.

    Alle Mennesker Er I Besiddelse Af Lyse Og Mørke Sider, Det Handler Bare Om At Få Øje På De Unikheder Vi Hver Især Har, Med Dem For Øje Ser Vores Udfordringer, Store Som Små, Anderledes Ud

    #121095

    Towfiq I.

    administrator

    whats your site address?

    #121802

    Stefan kiesbye nielsen
    #121989

    Towfiq I.

    administrator

    you are not using the child theme. or your child theme’s stylesheet is not loading..

    #122055

    Stefan Kiesbye Nielsen

    Sorry, but that was the live site, i have the testsite up an running with childtheme.
    The address is http://www.christina.powernaps.dk
    Sorry, and thanks for your kindly help

    #122835

    Towfiq I.

    administrator

    replace this line:

    #slider .slider-content h2 a, #slider .slider-content a{text-transform:none!important;}

    #123367

    Stefan Kiesbye Nielsen

    i have now changed the code in style.css without any changes.
    http://www.christina.powernaps.dk

    #123370

    Towfiq I.

    administrator

    press ctrl+f5 couple of times to see the changes.

    #123414

    Stefan Kiesbye Nielsen

    It works on the head line.
    But the excerpt for each slide, is still capitaliced in every word

    #124781

    Towfiq I.

    administrator

    Add this to your stylesheet too:

    .lay2 .postitle, #topmenu ul li a{text-transform: none!important;}

    #125824

    Stefan Kiesbye Nielsen

    I have made the changes. still without results. now my style.css looks like this

    /*
    Theme Name: Zenon-lite Child
    Description: Zenon lite Child template
    Version: 1.0
    Theme URI: http://wordpress.org/themes/zenon-lite
    Author: Towfiq I.
    Author URI: http://www.towfiqi.com/
    Template: zenon-lite
    */
    
    @import url(../zenon-lite/style.css);
    #slider .slider-content h2 a, #slider .slider-content a{text-transform:none!important;}
    .lay2 .postitle, #topmenu ul li a{text-transform: none!important;}

    And it’s still the text in the slider where all the letters are Capitaliced, and that I want to fix

    #125880

    Towfiq I.

    administrator

    I just checked your site and looks like the fixed worked fine. Press ctrl+f5 couple of times to see the change.

    #128320

    Stefan Kiesbye Nielsen

    Hi again.

    I have tried to do that alot of times without changes
    the adress is http://www.christina.powernaps.dk

    The text in the slider is

    Terapi (This is the head of the text)
    Alle Mennesker Er I Besiddelse Af Lyse Og Mørke Sider, Det Handler Bare Om At Få Øje På De Unikheder Vi Hver Især Har, Med Dem For Øje Ser Vores Udfordringer, Store Som Små, Anderledes Ud.(it’s this text i would like to get small start letters on.

    I have this lines in my style.css

    
    @import url(../zenon-lite/style.css);
    #slider .slider-content h2 a, #slider .slider-content a{text-transform:none!important;}
    .lay2 .postitle, #topmenu ul li a{text-transform: none!important;}
    #129100

    Towfiq I.

    administrator

    I cannot access http://www.christina.powernaps.dk/
    I am getting a “Under Construction” page.

    #129132

    Stefan Kiesbye Nielsen

    Please try now.

    Sorry

    #129134

    Towfiq I.

    administrator

    I see it now. Try adding this to your stylesheet:

    .slider-content p{text-transform: none!important;}

    #129140

    Stefan Kiesbye Nielsen

    Thanks!

    Thats solves the problem. Your support are extraordinary!

    See the results now

    #129141

    Towfiq I.

    administrator

    Great 🙂

Reply To: Slider capitaliced letters in all words