Tagged: update
- This topic has 17 replies, 3 voices, and was last updated 7 years, 5 months ago by Mahesh.
-
AuthorPosts
-
April 10, 2017 at 6:11 am #113774filip_1Participant
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.0link: http://www.zupa-bezgresnog-zaceca-bdm.hr/
Thank you,
Filip
April 10, 2017 at 6:35 am #113779MaheshParticipant@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,
MaheshApril 10, 2017 at 6:53 am #113780filip_1ParticipantI 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 ?
April 10, 2017 at 7:46 am #113784MaheshParticipant@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,
MaheshApril 12, 2017 at 7:40 pm #113920filip_1ParticipantHello,
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
April 14, 2017 at 12:27 pm #113979MaheshParticipant@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,
MaheshMay 31, 2017 at 2:13 pm #116546RobertParticipantHi!
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!
June 1, 2017 at 2:09 am #116567June 1, 2017 at 9:42 am #116595RobertParticipanthttp://www.kertvarosi-iskola.hu/
Thanks!
June 2, 2017 at 12:17 am #116615MaheshParticipant@sziszi: I checked your site and the Additional CSS is working fine. Let me know further.
Regards,
MaheshJune 6, 2017 at 2:09 am #116806RobertParticipantNo, 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!
June 6, 2017 at 11:39 pm #116866MaheshParticipant@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,
MaheshJune 7, 2017 at 2:04 am #116889RobertParticipantPost 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!
June 7, 2017 at 5:51 am #116914MaheshParticipant@sziszi: Add the following CSS:
.entry-meta .author.vcard, .entry-meta .last { display: none; } table tr td:nth-child(2) { padding-left: 10px; }
Regards,
MaheshJune 8, 2017 at 1:50 am #117014RobertParticipantHi!
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; }
June 8, 2017 at 6:37 am #117080MaheshParticipant@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,
MaheshJune 16, 2017 at 8:16 am #117669RobertParticipantIt works!
Thanks for your help!
June 18, 2017 at 11:31 pm #117760 -
AuthorPosts
- The topic ‘Problems with theme update’ is closed to new replies.