Mandrake7062
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Ridizain] Static PageI guess I should clarify.
Say you had 4 main stories of the month. Auto-rotate them to the static page. Not sure if that’s worth asking about or not.
KennyForum: Themes and Templates
In reply to: [Ridizain] AuthorThat took care of the problem Zulfikar, Thanks you!!! 🙂
Forum: Themes and Templates
In reply to: [Ridizain] AuthorThanks, but I don’t understand this part:
to a custom css plugin ad it will take care of it
Forum: Themes and Templates
In reply to: [Ridizain] Random Headers?I haven’t tested it though.
Forum: Themes and Templates
In reply to: [Ridizain] Random Headers?This plugin is available.
http://wordpress.org/plugins/wp-display-header/Forum: Themes and Templates
In reply to: [Ridizain] ridizain-child themeI removed the style.css adjustment and left this alone
add_theme_support( ‘custom-header’, apply_filters( ‘ridizain_custom_header_args’, array(
‘default-text-color’ => ‘fff’,
‘width’ => 3200,
‘height’ => 380,
‘flex-height’ => true,
‘wp-head-callback’ => ‘ridizain_header_style’,
‘admin-head-callback’ => ‘ridizain_admin_header_style’,
‘admin-preview-callback’ => ‘ridizain_admin_header_image’,I changed it in two places
function ridizain_admin_header_style() {
?>
<style type=”text/css” id=”ridizain-admin-header-css”>
.appearance_page_custom-header #headimg {
background-color: #000;
border: none;
max-width: 3200px;
min-height: 48px;
}And it is still holding full screen at 1920 resolution header.
What I’m wondering now is if it will be justified left at a higher resolution. I’m attempting to find out from a friend.Forum: Themes and Templates
In reply to: [Ridizain] ridizain-child themeOk, I’ll give it a try.
Forum: Themes and Templates
In reply to: [Ridizain] ridizain-child themeI added the 3200px to custom-header.php with no joy
Then realized I may have to re-up the header……
Guess what, it’s working fine!Now I’m not sure of the adjustment that worked. 😉
Forum: Themes and Templates
In reply to: [Ridizain] ridizain-child themeNo Joy, Zulfikar..
I tried both in the above style.css with no effect.Forum: Themes and Templates
In reply to: [Ridizain] ridizain-child themeThanks for your help, and I’ll be trying the above soon.
On the “pages” widget.
Do you know a short code to exclude all menu pages?Forum: Themes and Templates
In reply to: [Ridizain] ridizain-child themeI just activated the child theme and the site is fine.
The only thing I lost was the header picture, so I re did that and all is the same again.Forum: Themes and Templates
In reply to: [Ridizain] ridizain-child themeOh from the Theme URI:
LineForum: Themes and Templates
In reply to: [Ridizain] ridizain-child themeI followed the instructions, but this line struck me as odd, because it’s no the full path. wp-content/themes is missing?
Forum: Themes and Templates
In reply to: [Ridizain] Problems with side and upper barDon’t know why you would want to do #1, but #2 is spelled out in one of the treads below, keep reading.
Forum: Themes and Templates
In reply to: [Ridizain] Read MoreOK, I think I may have fixed it and if so it was my permalink setting.