hmd01810
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] sync meteor slider and postThanks for your help. I would like to use the caption option but am having trouble visualizing it. Can you show me a site or two where slide captions are done so I can see if it is what I am looking for. My images are usually busy and having a caption over them would probably make it unreadable. Do I need to make a slide 900×400 and have the image 450×400 and leave the other half blank for the caption?
Forum: Plugins
In reply to: [Meteor Slides] sync meteor slider and postHi,
I guess I did not describe my problem well. I’m not trying to do captions. I want a slider containing a graphic next to a post with text. Each time the slider changes I want the text to change in sync with it.Forum: Plugins
In reply to: [Meteor Slides] Meteor Slideshow – Multiple slideshowThanks it worked beautifully. I should have asked for help sooner. I can’t believe how much time I wasted trying to solve it myself, but I did learn some things along the way.
Forum: Plugins
In reply to: [Meteor Slides] Meteor Slideshow – Multiple slideshowI fixed the home page. It now displays only the four slides it should. The Christianality Fest page still displays nine slides instead of five.
Forum: Themes and Templates
In reply to: [Customizr] Edit Page in background colorThanks, this worked. Made the page blue, but once you gave me the code I could change it to white. Not sure what happened but I now have the coloring of the saved page with an off white coloring and the gold H1’s and green text. Just the way I want it.
Thanks for the help.
Forum: Themes and Templates
In reply to: [Customizr] Edit Page in background colorThe above code was from the home page but one of the other pages had this code among others.
<link rel=’stylesheet’ id=’customizr-skin-css’ href=’http://charltoncityumc.org/wp-content/themes/customizr/inc/css/blue.css?ver=3.1.6′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’customizr-style-css’ href=’http://charltoncityumc.org/wp-content/themes/customizr-child/style.css?ver=3.1.6′ type=’text/css’ media=’all’ />
Forum: Themes and Templates
In reply to: [Customizr] Edit Page in background colorI’m not quite sure I understand what you are looking for or how to find it but I found the following code on the edit page.
<link rel=’stylesheet’ href=’http://charltoncityumc.org/wp-admin/load-styles.php?c=1&dir=ltr&load=dashicons,admin-bar,buttons,media-views,wp-admin,wp-auth-check,wp-color-picker&ver=3.8.3′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’open-sans-css’ href=’//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=3.8.3′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’admincss-css’ href=’http://charltoncityumc.org/wp-content/themes/customizr/inc/admin/css/tc_admin.css?ver=3.8.3′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’thickbox-css’ href=’http://charltoncityumc.org/wp-includes/js/thickbox/thickbox.css?ver=20131201′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’colors-css’ href=’http://charltoncityumc.org/wp-admin/css/colors.min.css?ver=3.8.3′ type=’text/css’ media=’all’ />
<!–[if lte IE 7]>
<link rel=’stylesheet’ id=’ie-css’ href=’http://charltoncityumc.org/wp-admin/css/ie.min.css?ver=3.8.3′ type=’text/css’ media=’all’ />
<![endif]–>
<link rel=’stylesheet’ id=’iphonecheckcss-css’ href=’http://charltoncityumc.org/wp-content/themes/customizr/inc/admin/css/iphonecheck.css?ver=3.8.3′ type=’text/css’ media=’all’ />
<link rel=’stylesheet’ id=’sortablecss-css’ href=’http://charltoncityumc.org/wp-content/themes/customizr/inc/admin/css/tc_sortable.css?ver=3.8.3′ type=’text/css’ media=’all’ />
<style type=”text/css”>Is this what you are looking for?
Forum: Themes and Templates
In reply to: [Customizr] Edit Page in background colorWhat do you mean by admin panels?
Can it be that I tried several other themes and edited them. I really don’t want to delete the other test themes but I will if it will help.
My site is charltoncityumc.org
Forum: Themes and Templates
In reply to: [Customizr] Edit Page in background colorIt sounded like such an easy fix but wIhen I tried it nothing changed. I’m not sure if I described it well. I now have in the visual view the same olive green background and text color.
I have these codes also in the editor and this may be the conflict
.container, .row, #main-wrapper {
background-color:#f6eec7;
}body{
background: #3d430a; /* olive */
font-family: verdana,helvetica,tahoma,arial;
}Forum: Themes and Templates
In reply to: [Customizr] Change menu heightI’m sorry d4z, I thought I had already turned them off with the code
.span7, .span11 {display:none;}
Tried your code and it did just what I want. Thank you so much.
I would like to move the menu bar down now and I think I can do that with the the code Antonietta gave earlier which moved the menu bar down.
.navbar-wrapper {
height: 20px;
}
(or whatever number of pixels work)Forum: Themes and Templates
In reply to: [Customizr] Change menu heightI think I will leave it for now. I feel fairly comfortable with CSS but am completely lost with php. I may place the church address in the site description box. I wanted the container shorter because I wanted to change the background color to black or dark green, but it would look too heavy if it is that fat.
Thanks for your help and I think I will call this resolved.Forum: Themes and Templates
In reply to: [Customizr] Change menu heightantonietta456 – When I changed the wrapper height it just moved the entire menu container down.
Forum: Themes and Templates
In reply to: [Customizr] Change menu heightI’m new to WordPress, my first site, but if I don’t display them aren’t they still there just not visible? I want to change the height but if there are items in the menu bar then they are taking room.
Forum: Themes and Templates
In reply to: [Customizr] Change menu heightI don’t want to change the span values I want to get rid of them so the height of menu can be changed or collapse itself due to their absence.
My site is charltoncityumc.org