Forum Replies Created

Viewing 15 replies - 1 through 15 (of 16 total)
  • Thread Starter christinas

    (@christinas)

    I resolved it.

    In your child theme
    1. Add links in attitude-shortcodes.php found in library – shortcodes
    2. Edit footer-extentions.php found in library – structure

    Voila πŸ™‚

    Thread Starter christinas

    (@christinas)

    OK thank you.
    Bugger – I dont like or know artisteer.

    Thread Starter christinas

    (@christinas)

    I was able to remove the text visually – by removing a <div class from page.php.

    I saw in validation that it was after that div-class the bug showed itself. But its still on the page.

    Ive looked at all the files in the theme-folder but havent found the text.

    This is how it starts: <script>function currentthroughout(promptedfix){

    and then ALOT of links and text..

    PLEASE anyone?

    Thread Starter christinas

    (@christinas)

    Thank you but difnt work. the page just went blank.
    And no info on copyright in that file to begin with as well.

    Thread Starter christinas

    (@christinas)

    I resolved upload pic: rename from 755 to 777 in upload (rights)
    and I put the wrong info into importer, thats why it didt work. with right login it worked.

    BUT

    I still have no idea why the plugin doesnt work. I can seek up a plugin. and read about it – but when I press install this errormessage shows up: An unexpected error occurred. Something may be wrong with WordPress.org or this server’s configuration. If you continue to have problems, please try the support forums.

    Try again

    Anyone?

    Thread Starter christinas

    (@christinas)

    Thank you

    Thread Starter christinas

    (@christinas)

    thank you it worked out πŸ™‚

    Thread Starter christinas

    (@christinas)

    thank you it worked out πŸ™‚

    Thread Starter christinas

    (@christinas)

    Thread Starter christinas

    (@christinas)

    Hi
    It seemed like some code was double up, when I went trought it and sorted it out it worked fine.

    thank you guys πŸ™‚

    Thread Starter christinas

    (@christinas)

    ive cleared my cashe, and Ive figured out that the grey.css in the original customizr-theme overrides the childtheme – which is the one ive installed.

    any tips??

    Thread Starter christinas

    (@christinas)

    ok
    I still dont get it. ive remmoved the code from custom css.
    i have a child theme, which the page is using and ive put the code in there in style.css
    ive also changes the grey.css

    it doesnt work, it seems my changes doesnt show..

    Thread Starter christinas

    (@christinas)

    isnt just &gt the same as >?

    i cant change it – it is just > in the code – what additional can i put in to make it right?

    Thread Starter christinas

    (@christinas)

    thank you πŸ™‚

    http://pastebin.com/sEJtb830

    Thread Starter christinas

    (@christinas)

    sorry, its still local with free MAMP.

    i have put this additional code into custom css customizr:

    .social-block a { text-shadow: none; }
    
    .navbar .navbar-inner {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
    background: none;
    }
    
    #div.social-block span5{
    align: right;
    }
    
    #main-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    }
    
    header.tc-header {
    border-bottom: 6px solid #8196af;
    border-top: 6px solid #8196af;
    }
    #main-wrapper{
    color: #333;
    }
    
    .btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #002857;
    background-image: -moz-linear-gradient(top, #8196af, #002857);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8196af), to(#002857));
    background-image: -webkit-linear-gradient(top, #8196af, #002857);
    background-image: -o-linear-gradient(top, #8196af, #002857);
    background-image: linear-gradient(to bottom, #8196af, #002857);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc' , endColorstr='#ff005580' , GradientType=0);
    border-color: #0002857 #0002857 #0002857;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #002857;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
    color: white;
    background-color: #002857;
    *background-color: #002857;
    }
    .featurette-divider {
    margin: 0px 0;
    clear: both;
    }
    hr {
    margin: 20px 0;
    border: 0;
    border-top: 0px solid #EEE;
    border-bottom: 0px;
    }
    footer#footer {
    border-top: 12px solid #8196af;
    }
    a;
    a:hover,
    a:focus {
    color: #002857;
    text-decoration: underline;
    }
    .format-icon::before {
    display:none;
    }
    #main-wrapper {
    color: #4d555b;
    }
    h1,h2,h3,h4{
    color: #002857;
    }
    .carousel-control {
    display: none;
    }
    a {
    color: #8196AF;
    }
    #right.widget-area {
    padding-left: 10px;
    }
    .navbar .nav > li > a {
      font-size: 20px;
    }.navbar .nav > li > a {
      padding: 10px 25px 10px 25px;
      font-size: 20px;
    }
    .navbar .nav > li > a:first-letter {
      font-size: 20px;
    }
    
    .social-block a { text-shadow: none; }
    
    .navbar .navbar-inner {
     -webkit-box-shadow: none;
     -moz-box-shadow: none;
     box-shadow: none;
    background: none;
    }
    
    #div.social-block span5{
    align: right;
    }
    
    #main-wrapper {
    margin-top: 5px;
    margin-bottom: 5px;
    }
    
    header.tc-header {
    border-bottom: 6px solid #8196af;
    border-top: 6px solid #8196af;
    }
    #main-wrapper{
    color: #333;
    }
    
    .btn-primary {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #002857;
    background-image: -moz-linear-gradient(top, #8196af, #002857);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8196af), to(#002857));
    background-image: -webkit-linear-gradient(top, #8196af, #002857);
    background-image: -o-linear-gradient(top, #8196af, #002857);
    background-image: linear-gradient(to bottom, #8196af, #002857);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc' , endColorstr='#ff005580' , GradientType=0);
    border-color: #0002857 #0002857 #0002857;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #002857;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
    color: white;
    background-color: #002857;
    *background-color: #002857;
    }
    .featurette-divider {
    margin: 0px 0;
    clear: both;
    }
    hr {
    margin: 20px 0;
    border: 0;
    border-top: 0px solid #EEE;
    border-bottom: 0px;
    }
    footer#footer {
    border-top: 12px solid #8196af;
    }
    a;
    a:hover,
    a:focus {
    color: #002857;
    text-decoration: underline;
    }
    .format-icon::before {
    display:none;
    }
    #main-wrapper {
    color: #4d555b;
    }
    h1,h2,h3,h4{
    color: #002857;
    }
    .carousel-control {
    display: none;
    }
    a {
    color: #8196AF;
    }
    #right.widget-area {
    padding-left: 10px;
    }
    .navbar .nav > li > a {
      font-size: 20px;
    }
    .navbar .nav > li > a:first-letter {
      font-size: 20px;
    }

    nothing happended here, so i tried change grey.css in the child theme, but nothing

Viewing 15 replies - 1 through 15 (of 16 total)