MRM-Racing
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Getting a subscribe to button in menu barThank’s Nikeo, I already have a class for the menus and this is a form code [mc4wp_form] I would like to have at the right in td-header.
To the left I have brand-logo, menu centered and this piece of code to the right in tc-header.
/Robert
Forgot to mark as solved!
Many thank’s works just as expected!
Forum: Themes and Templates
In reply to: [Customizr] Help with the menusI am a newbie but have found that using a child theme is superior, and when I mess up roll back and delete code until it works again. So if you got a child theme and take backups of the files you have modded there, then you can go back and see what you have done that messes the menu, since it was working from beginning.
Sorry not to be able to specific help ??
Forum: Themes and Templates
In reply to: [Customizr] CSS GlossaryJust found it and is eager to read it, Thank you!
You will find them in CSS with tags @media
Yes I forget that I had that installed.
I bought that when I started, for a bargain ??I have 3.1.10 and you can select the quantity of featured content and how many on each line in menus.
If you use child themes it is easy to upgrade?
Forum: Themes and Templates
In reply to: [Customizr] Css to change H1 in Carousel-Caption in SliderI have made this code for different fonts due to web resolution;
/* Iphone 4/5 portrait mode*/
@media (max-width: 425px){
#customizr-slider.carousel .item {
height: 230px;
min-height: 230px;
line-height: 190px;}
.carousel-caption h1 {
font-size: 1.7em;
}
.carousel-caption p {
font-size: 1.0em;
}
}So I ended upp with around 8 sizes to match most.
Forum: Themes and Templates
In reply to: [Customizr] Format on homepage onlyBig Thx, almost embarrising simple!
Works fine!
Forum: Themes and Templates
In reply to: [Customizr] Slider height to auto?I fixed this gap with snippets like below, now the slider goes from 1300px height to very small depending of witdh.
ex code I used;
@media (max-width: 1200px)and (min-width: 980px){
#customizr-slider.carousel .item {
height: 700px;
min-height: 700px;
line-height: 400px;
}
.carousel-caption h1 {
font-family: Garamond;
font-size: 4em;
}
.carousel-caption p {
font-family: Garamond;
font-size: 2em;
}
}Forum: Themes and Templates
In reply to: [Customizr] Change the collapsed drop down menu fonts colorThanks Sir, I looked at it again and it did solve my problem with changing background color on the collapsed menu. I could not change the font-color in the collapsed menu only, but since I could change background color it worked instead.
I used this code ;
.nav-collapse.tc-hover-menu-wrapper.in.collapse {
background-color: #000;
background-image: none;
}Forum: Themes and Templates
In reply to: [Customizr] Slider height to auto?Thx, I have done that and my pictures are imported correctly and displayed in my size 1800x 1300.
So now when I display them from 1200 px width and up it is fine, but when I narrow it below 1200 px width the distance from slider to content below increases ?I use this code to display the slider;
/* Adjust the Slider Height */
.item {
height: 900px;
}
&
/* Reduce whitespace */
#main-wrapper {
margin-bottom: 0px;
}Thx agin for this grate theme and I have bought the extra plugin & donated for all grate work the developers have done ??
Forum: Themes and Templates
In reply to: [Customizr] Dropdown navigation meny problemThis is probobly not the right solution but solved the problem.
.dropdown-menu {
margin-top: -8px ;
}I am also a newbie ?? have the same problem when shortening of the window the meny jumps down over slider and when shortening more it collapse to the right like it should.
How can I make it stay on first place and how can I adjust the site width before it collapse?
Thanks /Robert