mathis@Tambour
Forum Replies Created
-
Forum: Hacks
In reply to: database in my sql. what kind of language is this??Isn’t it in a array ?
Because i am saving my theme options in a single array and
its looks like that :
a:55:{s:9:"rap_width";s:4:"1200";s:12:"rap_bg_color";s:7:"#0734AF";s:10:"custom_css";s:0:"";s:12:"header_width";s:4:"1024";s:13:"header_height";s:3:"200";s:13:"title_display";s:1:"1";s:11:"title_color";s:7:"#000000";s:10:"title_size";}Forum: Themes and Templates
In reply to: [Easel] Read more link go target=blankI found what you need !
It’s a simple plugin !
http://wordpress.org/extend/plugins/custom-more-link-complete/
You just have to install it and go to :
Settings => Custom More link complete, and customize
your <- more ->
I think that it’s really what you was looking for.Forum: Themes and Templates
In reply to: [Easel] Read more link go target=blankActually, if you want to open it in a new window with target blank,
Isn’t it the same as use<a href="">Read More ...</a>?
I don’t understand the need to do it in a post …In the home page or in a categorie/page, i can see why …But in a post !Forum: Themes and Templates
In reply to: [Easel] Read more link go target=blankSo, you should create your own <more> !
I think this will be easier than research for the class !Forum: Themes and Templates
In reply to: Setting up child theme for ColorwayMaybe it was at the bottom as a Broken theme ?
Forum: Themes and Templates
In reply to: Template file accessible with vanity URLI think you can do like that with templates.
Add this at the begin of your page-blah.php
<?php
/*
Template Name: Blah
*/
?>
And you have a new attribute on the right of your edit page !Forum: Themes and Templates
In reply to: "Comments Closed" when post was published less than a day ago?!Can you give us the URL ?
Forum: Themes and Templates
In reply to: [Easel] Read more link go target=blankYou can’t do like this in the Html edit page ? :
<a href="#" target="_blank"><!--more--></a>Forum: Themes and Templates
In reply to: [evolve] language frIs it Okay now ? ^^
Don’t forget to pass it in resolved if it’s a yes.
PS: i am frensh !Forum: Themes and Templates
In reply to: Theme CustomizerThank you for your fast answer !
Forum: Themes and Templates
In reply to: Minimatica slide bar and FirefoxI don’t know if it’s the good way, but if you delete the line : overflow: hidden; in #slides { }, it looks like good in my firefox
Forum: Themes and Templates
In reply to: [evolve] language frDid you define the Fr as defaut langage in wp-config.php ?
Forum: Themes and Templates
In reply to: Change font style Gray White Blank theme( oh, i didn’t realize that, i only use my own theme … )
Forum: Themes and Templates
In reply to: Minimatica: problems with navigation bar on the headerYou can do this in CSS: .nav { padding-bottom: 60px;}
Forum: Themes and Templates
In reply to: Change font style Gray White Blank themeAnd to center the header text, fixe it with a margin in :
.header .logo-box { margin: 20px 0 0 120px; }