Forum Replies Created

Viewing 15 replies - 1 through 15 (of 22 total)
  • 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
    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!

    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.

    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.

    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 :)))

    Thread Starter MonCoeurCetteMachine

    (@progresstination)

    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.

    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…

    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.

    Thread Starter MonCoeurCetteMachine

    (@progresstination)

    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.

    Thread Starter MonCoeurCetteMachine

    (@progresstination)

    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:
    https://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

    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

    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 ( max-width: 1000px ) {
    .blog-logo img {
    max-width: 100px; /* change to size you like here */
    }
    }

    Have a nice day!

    Thread Starter MonCoeurCetteMachine

    (@progresstination)

    alright, got it! you helped (and taught) me a lot man. thank you very much! eva

    Thread Starter MonCoeurCetteMachine

    (@progresstination)

    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!

    Thread Starter MonCoeurCetteMachine

    (@progresstination)

    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?

    Thread Starter MonCoeurCetteMachine

    (@progresstination)

    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)