Title: MonCoeurCetteMachine's Replies | WordPress.org

---

# MonCoeurCetteMachine

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] TT3 Site Logo & Favicon Missing](https://wordpress.org/support/topic/tt3-site-logo-favicon-missing/)
 *  [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/tt3-site-logo-favicon-missing/#post-16264601)
 * Hi,
    I also don’t find the site-logo block in your sites html (though maybe you’ve
   removed it) what is if you go to [https://nintendista.news/wp-admin/customize.php](https://nintendista.news/wp-admin/customize.php)
   Can you set a favicon there? (Because this is where you set a favicon that is
   different than the image for your site-logo-block)
 * I am in no way an expert, but I would first log-out, delete the browsers cache,
   reopen wordpress, try the site-logo block again in a new page. save the page,
   look at the page in a different browser, delete the cache there once more and
   refresh the page. and if there still no site-logo, nor the setting-menu for the
   block, i’d re-install the theme…
 * Good luck!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] Blank space above title](https://wordpress.org/support/topic/blank-space-above-title/)
 *  [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/blank-space-above-title/#post-16263379)
 * Try applying the “blank” template to your page. if the white space disappears,
   it means that in the template you are using, the element that contains the “site
   content” (for example a column or group) has some margins or padding. you need
   to go to the template you want to use (like “page” and find the block that contains“
   site content”.
    set margin-top and padding-top for this element to 0 in the block
   menu on the right and it should work. (the sliders might suggest that it’s already
   at zero because they are completely on the left, but that’s a wrong impression.
   push the slider to the left once and you see a 0 appear next to the word “padding”).
   Hope that helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] Sidebar Issue](https://wordpress.org/support/topic/sidebar-issue-65/)
 *  [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/sidebar-issue-65/#post-16263351)
 * Here is a great resource:
 * (The sidebar is placed in a column with minimum 2 columns. like this with one
   click you can make it run left or right of your content (which is placed in the
   other column). Hope that helped.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] where is the functions.php file?](https://wordpress.org/support/topic/where-is-the-functions-php-file/)
 *  [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/where-is-the-functions-php-file/#post-16263340)
 * Thank you both very much, for the clarification and explications!
    I don’t even
   know anymore why I had the idea to close the tag… The more I learn about defining
   settings and styles json-files the less I will have to rely on custom css. Still,
   I am very happy to be able to work with the style.css in the meantime. I am super
   happy with the block themes and the freedom that comes with them :)))
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] (How to add a) Background Image ?](https://wordpress.org/support/topic/how-to-add-a-background-image-2/)
 *  Thread Starter [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/how-to-add-a-background-image-2/#post-16249549)
 * Yep, that simple:
    (by default it repeats the picture on x and on y, so exactly
   what I was looking for)
 * Simply add:
 * body {
    background-image: url(“imageurl/picture.jpg”); }
 * in your css style sheet.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] Child theme – preffering style changes – css vs json](https://wordpress.org/support/topic/child-theme-preffering-style-changes/)
 *  [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/child-theme-preffering-style-changes/#post-16249502)
 * Does your childs style.css work without a functions.php?
 * Related to this, I still want to know what the “proper” way is to add a custom
   style.css?
 * Note: What I learned is that a block theme child does not need a function.php
   anymore. But without it the style.css of my child gets ignored. The suggested
   way of this forums
    sticky topic only mentions to add css code at the “Additional
   CSS” panel, accessible via …/wp-admin/customize.php But the place and layout 
   of this panel is horrible for coding…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] where is the functions.php file?](https://wordpress.org/support/topic/where-is-the-functions-php-file/)
 *  [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/where-is-the-functions-php-file/#post-16249470)
 * Me too, I added a functions.php that enqueues “by the book” (So both, the childthemes
   style.css as well as the parents one (which is empty) and it works.
    Without 
   the functions.php my style.css (that was created by Create Block Theme) was ignored.
   I guess, it has to work, or people can’t at all switch to tt-t without loosing
   their style. But me too, I find it a bit disturbing to not find one in the parent
   theme… That leaves me with a big QUESTION:
 * Does that mean the php-tag of my functions.php should be closed??? lol, sorry
   for the ignorance.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Twenty Twenty-Three] (How to add a) Background Image ?](https://wordpress.org/support/topic/how-to-add-a-background-image-2/)
 *  Thread Starter [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/how-to-add-a-background-image-2/#post-16249441)
 * Hello, Thank you!
    Very nice of you to have answered! Yes, I see how that would
   work, but I am definitely searching for a more centralized option/solution, as
   I do not want to change several templates to begin with and then again, when 
   I want to change the picture. Counting the numbers of people who answered here,
   I guess this really is no option in tt-t at this point.
 * I will try something like this in my child themes style.css:
 * body {
    background-image: url(“gradient_bg.png”); background-repeat: repeat-x;}
 * If it works, I’ll repost it here.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fukasawa] (Hox to) show images in flexslider, but not inside the post itself?](https://wordpress.org/support/topic/hox-to-show-images-in-flexslider-but-not-inside-the-post-itself/)
 *  Thread Starter [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/hox-to-show-images-in-flexslider-but-not-inside-the-post-itself/#post-10620052)
 * EDIT 1:
 * > and choosing image-post-format
 * That was a mistake, sorry, I meant “Gallery format”. The question stays: How 
   to you achieve the result on the demo page where the post shows the flexslider
   at the top but then the post itself is free of this pictures? like here:
    [http://www.andersnoren.se/themes/fukasawa/the-design-ethos-of-naoto-fukasawa/](http://www.andersnoren.se/themes/fukasawa/the-design-ethos-of-naoto-fukasawa/)
 * EDIT 2: For unknown reasons, since yesterday, only one (my oldest) gallery-post
   is working correctly! All the others don’t show the flexslider at all!? I switched
   back to the original theme, but the problem persists. the flexslider-div does
   not get inserted into the featured-media-div. I am going nuts here. Anyone of
   the community experiencing this problem??? thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fukasawa] Gallery – STOP the auto slider](https://wordpress.org/support/topic/gallery-stop-the-auto-slider/)
 *  [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/gallery-stop-the-auto-slider/#post-10602546)
 * Hello, I just checked your site and didn’t experience the auto play. Have you
   solved the problem? Would you care posting how you did it?
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Fukasawa] Different Logo for desktop/ mobile](https://wordpress.org/support/topic/different-logo-for-desktop-mobile/)
 *  [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/different-logo-for-desktop-mobile/#post-10602511)
 * Hehe samadhi83,
    I haven’t found a way yet to show a different logo (…anyone?),
   but here is how you could show the same logo smaller : add following lines to
   your child-themes style.css
 * [@media](https://wordpress.org/support/users/media/) ( max-width: 1000px ) {
   .
   blog-logo img { max-width: 100px; /* change to size you like here */ } }
 * Have a nice day!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BulletProof Security] Internal Server Error after installation](https://wordpress.org/support/topic/internal-server-error-after-installation/)
 *  Thread Starter [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-after-installation/page/2/#post-3232504)
 * alright, got it! you helped (and taught) me a lot man. thank you very much! eva
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BulletProof Security] Internal Server Error after installation](https://wordpress.org/support/topic/internal-server-error-after-installation/)
 *  Thread Starter [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-after-installation/page/2/#post-3232502)
 * cool, I’ll give it an other go, maybe I just messed up something stupid during
   the installing process. I’ve your code snippet to compare with the result at 
   my side. (thanks for posting your findings during the process!!!)
 * just a last question, if you don’t mind (because I’m not familiar with how BPS
   exactly works):
    I also have a wordpresspage running on my main domain (progresstination.
   net). If I’d install BPS there, would that have any effect (like some kind of
   protection) on my subdomains? Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BulletProof Security] Internal Server Error after installation](https://wordpress.org/support/topic/internal-server-error-after-installation/)
 *  Thread Starter [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-after-installation/page/2/#post-3232499)
 * ha(rdcore)!
    you picked up the towel! stuff like your db-bug with #14 is the 
   reason why i find coding just as irritating as real life…
 * so BPS is working for you?
    from what you where posting, I;ve the same setup (
   wordpress .htaccess file)
 * my BPS .htaccess file (after I made the changes which resulted in me not having
   access to my dashboard anymore – which is probably because I haven’t done any
   automagic buttong klicking before?) said pretty much the same as yours, just 
   this:
 *     ```
       RewriteCond %{REQUEST_METHOD} POST
       RewriteCond %{REQUEST_URI} (wp-comments-post\.php)
       #RewriteCond %{HTTP_REFERER} !^.*demo5.local.* [OR]
       RewriteCond %{HTTP_USER_AGENT} ^$
       RewriteRule .* - [F]
       ```
   
 * seems to be a bit different.
 * REDIRECTING:
    since today (a few hours ago) I redirect from eva.progresstination.
   net TO eva.progresstination.net/portfolio but did wasn’t the case when the problem
   with BPS occured!!! There were no redirections at that time.
 * You think I should try the plugIn again?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BulletProof Security] Internal Server Error after installation](https://wordpress.org/support/topic/internal-server-error-after-installation/)
 *  Thread Starter [MonCoeurCetteMachine](https://wordpress.org/support/users/progresstination/)
 * (@progresstination)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/internal-server-error-after-installation/page/2/#post-3232494)
 * > Strangest problem i have ever seen
 * …makes me smile the sad evil way man…
    I knew something isn’t quite right after
   once trying to move my wordpress-page, but leaving the db at it’s place(localhost).
   although setting new paths to wordpress, database etc. i lost access to wordpress-
   admin-page entirely. i think the only reason why it works in the first place 
   is that I’ve installed wordpress via a software my host is providing (softaculous).
   I simply choose my subdomain, add a foldername that doesn’t exist (portfolio)
   and a db-name, the rest is done by the software… now I’m getting afraid of future
   problems…guess my ignorance is paying off now, hehe
 * have a good day with problems that are solvable! yours thankfully, eva

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

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