noppornbo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to change "Older posts" to other word ?Thanks keesiemeijer
I will try as you suggested
Forum: Themes and Templates
In reply to: [Theme: Unite] How to change post topic title size ?Works !!! Thanks both of you man
stephencottontail and ellpForum: Themes and Templates
In reply to: [Theme: Unite] How to change post topic title size ?Thanks for help Evandro,
I added it to my CSS custom manager plugin
/*Change site to view on mobile without MENU button*/
.main-navigation div.nav-menu > ul,
.main-navigation li,
.main-navigation li a {
display: inline-block;
}.menu-toggle {
display: none;
}.main-navigation li {
margin: 0 40px 0 0;
margin: 0 2.857142857rem 0 0;
position: relative;
}/*Change site name title*/
@media screen and (min-width: 600px) {
.site-header .site-title {
font-size: 4em; line-height: 1; margin-top: 24px;
text-align: center; opacity: 0.9;
}
.site-header .site-description {
font-size: 1.5em;
text-align: center; opacity: 0.6;
}
}h1.entry-title{
font-size:8px!important.
}But still not change
Forum: Themes and Templates
In reply to: [Unite] Header textWordyOne,
Could you please show me your result after edit extras.php ?
I’m stuck
Thanks,
DewForum: Themes and Templates
In reply to: [Unite] Unite Slideshow Won't WorkI try to use Unite theme because the slide show.
Could you please tell me how to make the slide show appear ?
This is my site http://www.weddingmainong.com/
Thank you so much,
Dew
Forum: Themes and Templates
In reply to: How to add "read more" button at third rows for each post ?Forum: Themes and Templates
In reply to: How to add "read more" button at third rows for each post ?I read some text from here : http://wordpress.org/support/topic/twenty-twelve-remove-responsive-menu?replies=15
I tried to copy and paste to my child theme, but did not works.
My child theme code:
/* Theme Name: Twenty Twelve Child Theme URI: http://example.com/twenty-thirteen-child/ Description: Twenty Twelve Child Theme Author: John Doe Author URI: http://example.com Template: twentytwelve Version: 1.0.0 */ @import url("../twentytwelve/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */ /*=================================================Change title size of website title by WPyogi PaulWPXP*/ @media screen and (min-width: 600px) { .site-header .site-title { font-size: 6em; line-height: 1; margin-top: 24px; text-align: center; opacity: 0.9; } .site-header .site-description { font-size: 2.5em; text-align: center; opacity: 0.6; } } /*===================================================Change the background to green by */ .site { background-color: #F3F797; } /*=================================================Change the menu bar color by Toth Balint BT*/ .menu-menu-container { background-color: #ffffff; } /*=================================================Center Navigation text menu and change the color====================================*/ @media screen and (min-width: 600px) { .main-navigation ul.nav-menu { background: pink; border-bottom: 0; border-top: 2px solid #FAC8F0; } .main-navigation ul > li a, .main-navigation ul > .current-menu-item > a, .main-navigation ul > .current-menu-ancestor > a, .main-navigation ul > .current_page_item > a, .main-navigation ul > .current_page_ancestor > a, .main-navigation ul > li a:hover { color: white; } .main-navigation ul > li a, .main-navigation ul > .current-menu-item > a, .main-navigation ul > .current-menu-ancestor > a, .main-navigation ul > .current_page_item > a, .main-navigation ul > .current_page_ancestor > a { font-size: 1.5em; font-weight: bold; line-height: 2em; border-top: 2px solid #FAC8F0; margin-top: -2px; padding: 0 1em; } .main-navigation ul > .current-menu-item > a, .main-navigation ul > .current-menu-ancestor > a, .main-navigation ul > .current_page_item > a, .main-navigation ul > .current_page_ancestor > a { background: #A2E5F2; /* Old browsers */ background: -moz-linear-gradient(top, #A2E5F2 0%, #5DDAE8 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A2E5F2), color-stop(100%,#5DDAE8)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #A2E5F2 0%,#5DDAE8 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #A2E5F2 0%,#5DDAE8 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #A2E5F2 0%,#5DDAE8 100%); /* IE10+ */ background: linear-gradient(to bottom, #A2E5F2 0%,#5DDAE8 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A2E5F2', endColorstr='#5DDAE8',GradientType=0 ); /* IE6-9 */ border-color: #73ECFA; } .main-navigation li { margin: 0; } }Forum: Themes and Templates
In reply to: Menu bar is show only word "Menu" on mobile device<a href="http://image.ohozaa.com/view2/xhdUWtZgtPHtykVb"><img border="0" src="http://image.ohozaa.com/t/g15/WCtgST.png" /></a>I just want to see my page looke like this in mobile device.
Forum: Themes and Templates
In reply to: Menu bar is show only word "Menu" on mobile devicecould you please take a look my CSS file at http://pastebin.com/yv71jVLE
Forum: Themes and Templates
In reply to: Menu bar is show only word "Menu" on mobile deviceI need to done it at mobile ?
Can we done it at my host ?Forum: Themes and Templates
In reply to: Menu bar is show only word "Menu" on mobile deviceSo, Is it possible to let’s it show Home,Package,Contact instead of “Menu” button when open via mobile device
Thanks Andrew
Forum: Themes and Templates
In reply to: Menu bar is show only word "Menu" on mobile deviceAndrew, it’s show little button labeled “Menu” instead of my list of item in my menu
It’s should show something like “Home,Package,Contact us” but now it’s show only button “Menu” to let me expand it.
Forum: Fixing WordPress
In reply to: How to add Facebook comment box at bottom of each pages/posts ?Thank you grantkessler.
Forum: Fixing WordPress
In reply to: My site header center in Chrome but not in IE8As your suggestions, I think I can ignore people who using IE8 because most of people use Chrome.
Thanks Pioneer Valley Web Design
Forum: Fixing WordPress
In reply to: My site header center in Chrome but not in IE8My web site is http://www.weddingmainong.com
Thanks