Title: codde's Replies | WordPress.org

---

# codde

  [  ](https://wordpress.org/support/users/codde/)

 *   [Profile](https://wordpress.org/support/users/codde/)
 *   [Topics Started](https://wordpress.org/support/users/codde/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codde/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codde/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codde/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codde/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codde/favorites/)

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/codde/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/codde/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackWPup – WordPress Backup & Restore Plugin] "Signal SIGCHLD sent to script" error message in logfile after successful backup](https://wordpress.org/support/topic/signal-sigchld-sent-to-script-error-message-in-logfile-after-successful-backup/)
 *  [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/signal-sigchld-sent-to-script-error-message-in-logfile-after-successful-backup/#post-6578312)
 * Me too,
    Backups seems to be created (file exist with nearly same size as ‘successfull’
   backups).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Like Button] 'All posts' not selectable](https://wordpress.org/support/topic/all-posts-not-selectable/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/all-posts-not-selectable/#post-5835644)
 * Which wordpress version you’re using?
    -> 4.1.1 Which wp like button version 
   you’re using? -> 1.2.8 When you click on all posts, do you receive any error 
   message? -> No, even not when saving the settings. But when the page is reloaded
   the newly selected option is unselected.
 * Wondering if you could make a guest login for us to inspect the issue?
    -> Yes,
   that’s possible. How to send you the credentials?
 * Best regards,
    Codde
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] Problems with child theme](https://wordpress.org/support/topic/problems-with-child-theme-2/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problems-with-child-theme-2/#post-4753276)
 * Sorry, I wasn’t able to answer.
    I’ve testet what you wrote and I must say: YOU’RE
   RIGHT! I works now very fine 🙂 Thanks a lot for your help and patience!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] Problems with child theme](https://wordpress.org/support/topic/problems-with-child-theme-2/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problems-with-child-theme-2/#post-4753225)
 * Yes, it is online available: [http://testseite.ffw-gerstetten.de/](http://testseite.ffw-gerstetten.de/)
   
   If you need more access then reading let me know it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] Problems with child theme](https://wordpress.org/support/topic/problems-with-child-theme-2/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problems-with-child-theme-2/#post-4753222)
 * Sure, so from the beginning…
    I’ve got a copy of the site for testing. There 
   I did the lastest update for my theme so the hardcoded changes was overwritten.
   Then I created a child theme with the css you’ll find above. the two changes 
   for #access (margin) and #main (margin-top) are working but not the background-
   color.
 *     ```
       #access {
         margin: 0px auto 0; // working
       }
   
       #main {
         margin-top: 0px; // working
         background-color: rgba(255, 255, 255, 0.9); // not working
       }
       ```
   
 * Maybe it will be easier to take a look but for this I have to register you on
   the site.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] Problems with child theme](https://wordpress.org/support/topic/problems-with-child-theme-2/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problems-with-child-theme-2/#post-4753212)
 * I’ve already created a child theme with the modified css above.
    But the transparancy
   doesn’t work properly (of course I’ve tested this not commented out)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] Problems with child theme](https://wordpress.org/support/topic/problems-with-child-theme-2/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problems-with-child-theme-2/#post-4753206)
 * The line you’ve found is hard coded in the theme but not in the child theme. 
   Because I don’t want to edit the template each time it has been updated I decided
   to use the child theme and only modify those things I want to make different.
   
   Currently there are only these settings in the only file “style.css”:
 *     ```
       #access {
         margin: 0px auto 0;
       }
   
       #main {
         margin-top: 0px;
         // background-color: rgba(255, 255, 255, 0.9);
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] Problems with child theme](https://wordpress.org/support/topic/problems-with-child-theme-2/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problems-with-child-theme-2/#post-4753201)
 * Yes, I’m refering to some other css.
    I’m not sure whether I can put the transparency
   in the css.
 * My productive site is here [ffw-gerstetten.de](http://www.ffw-gerstetten.de)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Tempera] Problems with child theme](https://wordpress.org/support/topic/problems-with-child-theme-2/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/problems-with-child-theme-2/#post-4753188)
 * Hi Antonietta,
 * thanks, you’re right, my fault (but only in the post, in the code it was correct
   🙂 )
    My problem is how to bring in the function in my child theme. Do you ahve
   any experience with child themes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Online Backup for WordPress] Restore with assistent](https://wordpress.org/support/topic/restore-with-assistent/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/restore-with-assistent/#post-4715129)
 * No answer?
    Is there any step-by-step guide how to restore? Or can I migrate 
   my complete site to another location (e.g. testsite)?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Polls] missing in admin site](https://wordpress.org/support/topic/missing-in-admin-site/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/missing-in-admin-site/#post-4580454)
 * Thanks.
    Are there any other capabilities?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ahmeti Wp Timeline] No localization?](https://wordpress.org/support/topic/no-localization/)
 *  [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/no-localization/#post-4559736)
 * Same question from me.
    I don’t understand Turkish (or what language this is)
   but the screens look very interessting.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Posts Timeline] Multiple Categories](https://wordpress.org/support/topic/multiple-categories-7/)
 *  [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/multiple-categories-7/#post-3505333)
 * Same question from me…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WordPress Posts Timeline] Fatal error when activating](https://wordpress.org/support/topic/fatal-error-when-activating-13/)
 *  Thread Starter [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/fatal-error-when-activating-13/#post-4568178)
 * Solution at [http://wordpress.org/support/topic/fatal-error-at-activation-2?replies=5](http://wordpress.org/support/topic/fatal-error-at-activation-2?replies=5)
   
   But you have to do it manualy!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Members - Membership & User Role Editor Plugin] Child pages](https://wordpress.org/support/topic/child-pages-8/)
 *  [codde](https://wordpress.org/support/users/codde/)
 * (@codde)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/child-pages-8/#post-4571387)
 * I’m also interessted in such a function.
 * It will also be very nice to hide the menu item when the page is not accessable.

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

1 [2](https://wordpress.org/support/users/codde/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/codde/replies/page/2/?output_format=md)