Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #113774
    filip_1
    Participant

    Hello,

    Today I have updated Simple Catch theme to 3.5.7 version. When I’ve created my website, I have edited it with editor and CSS. Problem is now that I have updated theme and suddenly every customization I’ve made has disappeared. Is there any way I could undo it ?
    I also have Simple Catch-child theme, version 1.0

    link: http://www.zupa-bezgresnog-zaceca-bdm.hr/

    Thank you,

    Filip

    #113779
    Mahesh
    Keymaster

    @filip_1: Have you made the customization through child theme or directly on the theme itself? Customization done in the theme itself will be lost during theme update that is why it is strongly recommend you to use child theme for customization. Its not possible to undo, however, please contact you server so that they can help you get the previous files before update.
    If you do have child theme and the customization. Please use that. Let me know if any problem.

    Regards,
    Mahesh

    #113780
    filip_1
    Participant

    I have chosen child theme 2 months ago, but all customizations I have done in main theme so that’s why it’s lost now. I have checked my CSS editor and there are still customization codes about style and other. Can I somehow use those codes ?

    #113784
    Mahesh
    Keymaster

    @filip_1: Yes, you can use those. All the customization done in theme dashboard/settings is retained. But the code modified in the theme will be lost. Hope you understand.

    Regards,
    Mahesh

    #113920
    filip_1
    Participant

    Hello,

    can you help me with one problem ? It is shown on photo(link: https://s21.postimg.org/xfkuuihbb/website.jpg)

    Thank you a lot,

    Filip

    #113979
    Mahesh
    Keymaster

    @filip_1: Do you have any plugins? Try deactivating theme and check again. No such issue on our demo site.
    https://catchthemes.com/demo/simplecatch/

    Regards,
    Mahesh

    #116546
    Robert
    Participant

    Hi!

    Same issue here, after updateted to version 3.5.7 all customization gone.
    De custom CSS codes still in place but not doing anything.

    
    /*table vertical align*/
    #content table td {
        vertical-align: middle;
    }
    
    /*category remove under post*/
    #content .tags {
         display: none;
    }
    
    /*left +10px*/
    div.layout-978 {
        padding-left: 20px;
    }
    
    /*closed menu background color and font color*/
    #header #mainmenu ul li a {
        background-color: #ffffff; 
    /* Menu Background Color */
       color: #fe0000;
    /* Menu Text Color */
    }
    
    /*hover menü background and font*/
    #header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a
    {
        background-color: #3a9605;
    /* Menu Background Color */
        color: #ffffff; 
    /* Menu Text Color */
    }
    
    /*open manu color*/
    #header #mainmenu ul li ul li a:hover, #header #mainmenu ul li ul li:hover > a {
      	background-color: #008000;
    }
    #header #mainmenu ul li ul li a {
        color: #fe0000;
    }
    
    /*footer text*/
    #footer { color: #3a9605; }
    #footer span,
    #footer a { color: #ffffff; }
    
    /*only date in posts*/
    #main #content ul.post-by li {
        display: none;
    }
    #main #content ul.post-by li:nth-child(2) {
        display: block;
        padding: 0;
        background: none;
    }
    
    /*frontpage post no picture*/
    .blog #content .post.hentry img {
        display: none;
    }

    Thanks!

    #116567
    Mahesh
    Keymaster

    @sziszi: Please post in your site url.

    Regards,
    Mahesh

    #116595
    Robert
    Participant
    #116615
    Mahesh
    Keymaster

    @sziszi: I checked your site and the Additional CSS is working fine. Let me know further.

    Regards,
    Mahesh

    #116806
    Robert
    Participant

    No, menu colors gone, category remove under post gone, only date in posts gone…

    Post size smaler than before, ther is an empty space:

    There is no space between the picture and the name in the table.

    Thanks for your help!

    #116866
    Mahesh
    Keymaster

    @sziszi: Please add the following CSS:

    #main .entry-meta .entry-date {
      display: none;
    }
    
    .post .post-article {
      width: 95%;
    }

    Which one is the category? And please post in the url with table.

    Regards,
    Mahesh

    #116889
    Robert
    Participant

    Post width working fine, but the other not.

    I want to remove “által Szilágyi Róbert S.” and “a hozzászólások lehetősége kikapcsolva” but keep the post date.

    The table url: http://www.kertvarosi-iskola.hu/dolgozoink

    Thanks!

    #116914
    Mahesh
    Keymaster

    @sziszi: Add the following CSS:

    .entry-meta .author.vcard, .entry-meta .last {
        display: none;
    }
    
    table tr td:nth-child(2) {
        padding-left: 10px;
    }

    Regards,
    Mahesh

    #117014
    Robert
    Participant

    Hi!

    Thanks, woks perfect.

    Last problem is the menu colors:

    /*closed menu background color and font color*/
    #header #mainmenu ul li a {
        background-color: #ffffff; 
    /* Menu Background Color */
       color: #fe0000;
    /* Menu Text Color */
    }
    
    /*hover menü background and font color*/
    #header #mainmenu ul li a:hover, #header #mainmenu ul li.current-menu-item a, #header #mainmenu ul li.current-menu-parent a, #header #mainmenu ul li.current_page_item a, #header #mainmenu ul li.current_page_ancestor a, #header #mainmenu ul li:hover > a
    {
        background-color: #3a9605;
    /* Menu Background Color */
        color: #ffffff; 
    /* Menu Text Color */
    }
    
    /*open menu color*/
    #header #mainmenu ul li ul li a:hover, #header #mainmenu ul li ul li:hover > a {
      	background-color: #008000;
    }
    #header #mainmenu ul li ul li a {
        color: #fe0000;
    }
    #117080
    Mahesh
    Keymaster

    @sziszi: Add the following CSS:

    /*closed menu background color and font color*/
    #access ul li a,
    #access ul li ul li a {
        background-color: #ffffff; 
    /* Menu Background Color */
       color: #fe0000;
    /* Menu Text Color */
    }
    
    /*hover menü background and font color*/
    #access ul li a:hover, #access ul li a:focus, #access ul li.current-menu-item a, #access ul li:hover > a, #access ul li.current-menu-item a, #access ul li:focus > a,
    #access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item .sub-menu a:hover, #access ul li ul li a:focus, #access ul li ul li:focus > a, #access ul li.current-menu-item .sub-menu a:focus
    {
        background-color: #3a9605;
    /* Menu Background Color */
        color: #ffffff; 
    /* Menu Text Color */
    }
    
    /*open menu color*/
    #access ul li a:hover, #access ul li a:focus, #access ul li.current-menu-item a, #access ul li:hover > a, #access ul li.current-menu-item a, #access ul li:focus > a {
      	background-color: #008000;
    }

    Regards,
    Mahesh

    #117669
    Robert
    Participant

    It works!

    Thanks for your help!

    #117760
    Mahesh
    Keymaster

    @sziszi: Thank you for your appreciation. Have a nice day!

    Regards,
    Mahesh

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Problems with theme update’ is closed to new replies.