caraleadance2013
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] slider woesthank you
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] n appearing in the cells – why?i’ve realised that an n appears if you hit enter to start a new line. if there was anyway to suppress the n from appearing it would help determine width of columns and allow text to flow down – can this be done?
Forum: Themes and Templates
In reply to: [Customizr] customizing posts / post titlesDave – I’ve used this snippet before to remove page icons and it worked. its not working for the posts. this is what i’m using and ive change .page to .post
\
/* Remove Post/Page Icon */
.post #main-wrapper h1.format-icon:before {
content: none;
}
\Forum: Themes and Templates
In reply to: [Customizr] customizing posts / post titlesI haven’t added any code related to posts so I don’t think so
here is all my bespoke code
\
/* change page color for gallery */
.page-id-142 #main-wrapper {
background-color: #ed207b;
margin-top: 0;
margin-bottom: 0;
}body.page-id-142 {
background-color: #ed207b;
margin-top: 0;
margin-bottom: 0;
}/* Remove Navbar box */
.navbar .navbar-inner {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}/*remove shading in slider */
.carousel-caption {
background-color: transparent;
}/* fix icon issue */
.social-block a {
text-shadow: none;
}footer#footer .colophon .social-block a {
text-shadow: none;
}/* Right sidebar */
.right .tc-sidebar {
background-color: rgba(51,153,255,0.1);
}/* Remove PAGE TITLES */
.page .entry-title {
display: none;
}/*remove page icon */
.page h1.format-icon:before {
content: none;
}/* Adjust the Header */
header.tc-header {
/* Adjust the (blue) background color */
background-color: blue;
/* Adjust the (red) top border style/color */
border-top: 10px solid black;
/* Adjust the (green) bottom border style/color */
border-bottom: 10px solid black;
}/* Change the Header/Footer background */
header.tc-header, .navbar-wrapper, footer#footer .colophon {
background-color: black;
/* black */
}/* Adjust Menu (red) text color, (Helvetica) font-family, (1.5em) font-size */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a {
display: inline;
color: white;
font-family: Helvetica;
font-size: 1.5em;
padding: 5px 20px;
}/* Adjust Menu colors – Normal */
.navbar .nav > li > a, .navbar .nav > li > a:first-letter {
color: white;
text-shadow: none;
}/* Adjust Menu colors – Hover */
.navbar .nav > li > a:hover, .navbar .nav > li > a:hover:first-letter {
color: #ed207b;
text-shadow: none;
}/* Adjust Menu colors – Active */
.navbar .nav > li > a:active, .navbar .nav > li > a:active:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a,
.navbar .nav > li.current-menu-item > a:first-letter,
.navbar .nav > li.current-menu-ancestor > a:first-letter {
color: #ed207b;
text-shadow: none;
}/* Adjust dropdown Menu items */
.dropdown-menu > li > a {
color: #ed207b;
background: white;
}body {
background: none repeat scroll 0 0 #F9F9F9;
color: #5A5A5A;
padding-bottom: 0;
}Body {
Background: white;
}footer#footer {
background: none repeat scroll 0 0 #83C0E5;
border-top: 2px solid #E9EAEE;
color: #5A5A5A !important;
padding: 0;
}/* All Carousels */
.carousel-control {
display: none;
}/* Front-page Carousel only */
.home .carousel-control {
display: none;
}/* mail chimp */
.mc4wp-form {
background: light green;
}ul.nav li.dropdown > ul.dropdown-menu {
padding-top: 10px;
margin: 0;
}.nav > li > a.a-caret {
display: block;
padding: 8px;
position: absolute;
height: 10px;
width: 10px;
top: 1px;
left: 10px;
}.nav > li > a.a-stripped {
padding: 5px 2px 5px 38px;
}.navbar .nav .dropdown-toggle .caret {
margin-top: 4px;
margin-left: 1px;
}.navbar .nav > li > .dropdown-menu:before {
left: 16px;
}.navbar .nav > li > .dropdown-menu:after {
left: 17px;
}.navbar .navbar-inner {
box-shadow: 0 2px 15px rgba(0,0,0,0.12);
}.navbar .nav > li > .dropdown-menu:before {
border-bottom: 7px solid rgba(153,153,153,0.27);
}.navbar .nav > li > .dropdown-menu:after {
border-bottom: 6px solid rgba(255,255,255,.9);
}.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
background-color: #ececec;
border-radius: 4px;
box-shadow: inset 0 2px 3px rgba(0,0,0,.35);
}@media (min-width: 980px) {
ul.nav li.dropdown:hover a.a-caret + ul.dropdown-menu,
ul.nav li.dropdown a.a-caret:hover + ul.dropdown-menu,
ul.nav li.dropdown ul.dropdown-menu:hover {
display: block;
z-index: 1001;
}
}@media (max-width: 979px) {
\
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] themes not working in free verionsForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] themes not working in free verionsHi danny – that works but the coloured area doesnt wrap around the NEWSLETTER title so it looks abit weird. is there a way to have the coloured area around the whole thing?
Forum: Themes and Templates
In reply to: [Customizr] error message when trying to login to wordpressHi rd
it’s the functions.php file in my child-theme that has caused the issue–as i removed it and all is now fine.Forum: Themes and Templates
In reply to: [Customizr] error message when trying to login to wordpressi had created a functions.php file within my child theme dir. Having removed it everything is working normally again.
Is there anything I need to know about doing this? as clearly the way I had done it caused issues.
customizr (folder)
customizr-child (folder)
functions.php (file)Thanks as usual,
SForum: Themes and Templates
In reply to: [Customizr] still cant see child themeI have my child theme…thank you so very much
Forum: Themes and Templates
In reply to: [Customizr] still cant see child themeyou solved it for me…I love you!!!!
Forum: Themes and Templates
In reply to: [Customizr] still cant see child themeJan – this link is working
https://cara-lea-dance.co.uk/wp-content/themes/customizr-child/style.css
Forum: Themes and Templates
In reply to: [Customizr] still cant see child themeStatus: Connected to cara-lea-dance.co.uk
Status: Starting upload of C:\Users\HawkerHunt\AppData\Local\Temp\fz3temp-1\style.css
Command: cd “/app504106735/wp-content/themes/customizr/customizr-child”
Response: New directory is: “/app504106735/wp-content/themes/customizr/customizr-child”
Command: put “C:\Users\HawkerHunt\AppData\Local\Temp\fz3temp-1\style.css” “style.css”
Status: local:C:\Users\HawkerHunt\AppData\Local\Temp\fz3temp-1\style.css => remote:/app504106735/wp-content/themes/customizr/customizr-child/style.css
Status: File transfer successful, transferred 425 bytes in 1 second
Status: Retrieving directory listing…
Command: ls
Status: Listing directory /app504106735/wp-content/themes/customizr/customizr-child
Status: Directory listing successful
Status: Disconnected from server
Status: Retrieving directory listing…
Command: cd “/app504106735/wp-content/themes/customizr”
Response: New directory is: “/app504106735/wp-content/themes/customizr”
Command: ls
Status: Listing directory /app504106735/wp-content/themes/customizr
Status: Directory listing successfulForum: Themes and Templates
In reply to: [Customizr] still cant see child themeForum: Themes and Templates
In reply to: [Customizr] still cant see child themehave changed those to drop caps, but still not showing…maybe it takes a while to update?
Forum: Themes and Templates
In reply to: [Customizr] still cant see child themeyou mean i shouldn’t have used capitalization in the style.css itself… okay i will change that now