Skip to content

WordPress and NodeBB on different machines

Solved WordPress

Did this solution help you?
Did you find the suggested solution useful? Why not buy me a coffee? It's a nice gesture, and a great way to show your appreciation 💗

Related Topics
  • Hidden border

    Solved WordPress
    17
    1 Votes
    17 Posts
    344 Views

    @Sala yes please.

  • The theme came with space on left side

    Solved WordPress
    7
    3 Votes
    7 Posts
    446 Views

    @phenomlab yes it’s a different theme. The other one was not offering much on editable sidebar. It was like flarum hahah

  • Widget | CSS customization

    Solved WordPress
    53
    17 Votes
    53 Posts
    3k Views

    @Sala the only way you can achieve this is to use a robots.txt file and disallow access to those links.

  • Changing H2 color

    Solved WordPress
    5
    3 Votes
    5 Posts
    197 Views

    @Sala Just checked your site. This should work

    .bs-blog-post .title, .bs-blog-post .title a { color: #ffffff; }

    It’s worth noting the existing CSS, which uses variables like the below

    color: var(--head-color);

    These come under the :root section as below

    :root { --head-color: #212121; --stext-color: #000; --text-color: #718096; --wtext-color: #fff; --bg-color: #fff; --box-color: #fff; --border-color: #e2e8f0; --wrap-color: #eff2f7; }

    You can easily override these by using the CSS I provided at the top of this post, or you can change the underlying colours defined in the variables. However, taking this route may mean other objects are styled in the same way, which may not be the desired result.

  • How to fix no img attribute from this code

    Solved WordPress
    7
    1 Votes
    7 Posts
    233 Views

    Yes, I am aware that if users are given the option to enter alt text, some may do so in an abusive manner. For the time being, we’ve adjusted the php script to generate the alt automatically, thus there are no longer any SEO problem with alt images.

  • No valid role attribute on elements

    Solved WordPress
    10
    0 Votes
    10 Posts
    406 Views

    I found it here, ins elements can not have aria elements

  • move out from flarum to wordpress

    WordPress
    87
    52 Votes
    87 Posts
    8k Views

    @Hari Glad to see this went so well, and that you’ve finally departed the Flarum ecosystem 🙂

  • WordPress installation

    WordPress
    6
    0 Votes
    6 Posts
    419 Views

    @phenomlab said in WordPress installation:

    @jac that plugin is for single sign on between WordPress and NodeBB. The plugin you really need is this

    Brilliant, that does look good! 😁