Slider capitaliced letters in all words
Home › Forums › Free Theme Support › Zenon Lite › Slider capitaliced letters in all words
-
#111122
Stefan Kiesbye Nielsen
On March 26, 2014 at 7:42 pmHow can i change the text in the slider to not every word begind with a capitaliced letter?
#111639On March 27, 2014 at 10:00 pmadd 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
On April 9, 2014 at 6:18 pmI 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?
#119831On April 10, 2014 at 10:04 amcopy the “admin” folder to your child theme folder.
#120086
Stefan Kiesbye Nielsen
On April 10, 2014 at 6:38 pmNow 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
#121989On April 13, 2014 at 4:49 pmyou are not using the child theme. or your child theme’s stylesheet is not loading..
#122055
Stefan Kiesbye Nielsen
On April 13, 2014 at 6:53 pmSorry, 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#122835On April 14, 2014 at 9:11 pmreplace this line:
#slider .slider-content h2 a, #slider .slider-content a{text-transform:none!important;}
#123367
Stefan Kiesbye Nielsen
On April 15, 2014 at 6:27 pmi have now changed the code in style.css without any changes.
http://www.christina.powernaps.dk#123370On April 15, 2014 at 6:29 pmpress ctrl+f5 couple of times to see the changes.
#123414
Stefan Kiesbye Nielsen
On April 15, 2014 at 7:07 pmIt works on the head line.
But the excerpt for each slide, is still capitaliced in every word#124781On April 16, 2014 at 2:43 pmAdd this to your stylesheet too:
.lay2 .postitle, #topmenu ul li a{text-transform: none!important;}
#125824
Stefan Kiesbye Nielsen
On April 17, 2014 at 7:36 pmI 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
#125880On April 17, 2014 at 10:06 pmI 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
On April 21, 2014 at 3:44 pmHi again.
I have tried to do that alot of times without changes
the adress is http://www.christina.powernaps.dkThe 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;}
#129100On April 22, 2014 at 6:15 pmI cannot access http://www.christina.powernaps.dk/
I am getting a “Under Construction” page.#129134On April 22, 2014 at 7:33 pmI see it now. Try adding this to your stylesheet:
.slider-content p{text-transform: none!important;}
#129140
Stefan Kiesbye Nielsen
On April 22, 2014 at 7:46 pmThanks!
Thats solves the problem. Your support are extraordinary!
See the results now
You must be logged in to reply to this topic.