Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2854879
Space Fix on Search & Tag Order
Closed

Comments

  • LemkeTech started the conversation

    Hello, I have two minor issues. 


    There doesn't appear to be a space after searching on my website. Please see the first image. It is also like this on mobile.


    The tags are ordered by character length I believe, and I like the layout to remain the same except I would like "Platforms" and "Playstation" to switch spots. I used taxonomy order but it only works with the hamburger menu and header.


    Thank you!


  • LemkeTech replied

    Forgot to attach images.

  •  2,492
    PenciDesign replied

    Hi,

    1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    body.search-results .archive-box .title-bar > span + h1 {
        margin-left: 5px;
    }

    2. Please go to Appearance → Theme Editor:

    • Select theme to edit: Soledad,
    • Navigate to template-parts/single-entry-header.php,
    • Find the content:
      <?php penci_category( '' ); ?>

      Replace with:

      <?php the_category( '' ); ?>

      image.png

    Regards,
    PenciDesign.

  • LemkeTech replied

    Spacing has been fixed!

    The php code worked, but the design and orientation changed. The homepage also shows the issue.

    Is there any way to just swap the two?

  •  2,492
    PenciDesign replied

    Hi,

    Please send me your site login credential in a PRIVATE reply. I'll log in and help you.

    OR you can manually fix by replacing:

    <?php the_category( '' ); ?>

    To:

    <?php the_category( ' ' ); ?>


    Regards,
    PenciDesign.

  • LemkeTech replied

    It's fine, it was just something minor. I reverted it back to the original. I don't feel too comfortable with giving out information (I know you wouldn't do anything with it though lol). You're good! I fixed the search spacing and I can mess around with a few plugins to change the order if needed. It's no big deal. I thank you for your time and the 10/10 support.

  • LemkeTech replied

    Update: I managed to find another solution. I removed the category "Platforms" from all my posts and it no longer appears. Luckily, the "Browse All" brings you to the same page and if you scroll down to the "Categories" widget, Platforms still appears and you can click that to browse all the consoles. It's good now, easy fix.

  •  2,492
    PenciDesign replied

    Hi,

    Sound good. Thank you for let me know about this.

    Have a nice day.

    Regards,
    PenciDesign.