Text disappears by changing templates

Discussion in 'ColorWay WordPress Theme' started by govinda, Oct 24, 2013.

  1. govinda

    govinda New Member

    Joined:
    Oct 21, 2013
    Messages:
    14
    Likes Received:
    0
    When I change from fullwidth template to standardtemplate my text disappears.
    Very strange - it worked before.

    www.veggi-portal.de

    actually I checkt - my standardtemplate does not work at all - even, when I create a new page with standardtemplate - there is no text at all. Everything else is there (header, footer, widgets).
    Please help!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Please download theme again from your members area and upload it. It will resolve this issue.
     
  3. govinda

    govinda New Member

    Joined:
    Oct 21, 2013
    Messages:
    14
    Likes Received:
    0
    Ok, downloaded and reinstalled the theme - still not working

    I am using following plugins:
    Dynamic Widgets
    Jetpack von WordPress.com
    Testimonials Widget
    Wysija Newsletter

    this is the css code i put in custom css:

    body{
    background-attachment: fixed;
    }
    .header-info p.cell {
    display: none ! important;
    }

    .logo {
    margin-top:1px ! important;
    }

    #sidebar-contact-info ul li {
    repeat-x scroll left bottom rgba(0, 0, 0, 0)!important;
    }
    .slide .slide-content.entry {
    border-right: 8px solid #556c11;
    }


    .header-info p {
    color: #556c11;
    font-family: arial;
    font-size: 20px;
    line-height: 30px;
    }

    #form-wysija-2 input[type="text"] {
    background-color: #EDEDED;
    border: 2px solid#CACACA;
    color: #4A4A4A;
    width: 266px;
    }

    #form-wysija-2 .wysija-submit-field {
    background-color: #EDEDED;
    border: 2px solid #CACACA;
    color: #4A4A4A;
    }


    #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a {
    background: #556c11;
    }
    #menu .ddsmoothmenu li li {
    background: #556c11;
    }

    .call-us {
    display: none;
    }

    @media only screen and (max-width: 480px){
    .header-info a.btn {
    display: none;}}

    .sl {
    display: none;
    }
    .content-wrapper h2{
    display: none;
    }

    #crumbs {
    display: none;
    }

    .footer {
    background: #E1DF56;
    }
    .footer-container{
    background: #E1DF56;
    }
    .footer-navi {
    background: #556c11;
    }
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Remove these code given below from the Custom Css section in your dashboard.
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .sl {
    display: none;
    }
     
    #crumbs {
    display: none;
    }
    
    This will solve your issue.
     
  5. govinda

    govinda New Member

    Joined:
    Oct 21, 2013
    Messages:
    14
    Likes Received:
    0
    ok thanks that helped!

    But how to get rid of the crumbs and the heading without messing up the page?
    Kind of strange why you gave the codes mention obove in first place?
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    #crumbs {
    display: none;
    }
    .sl h1 {
    display: none;
    }
    
    I hope this will solve your issue.
     

Share This Page