Okay
  Public Ticket #3409581
Blogpost styling problems
Closed

Comments

  •  16
    Soluforyou started the conversation

    Hi there, two things:

    1) The category label + header look bad now. How can I give it proper spacing in Salient? https://soluforyou.com/solu-a-new-type-of-skincontrol/

    2) Right now, the social share is in the right corner. How can I properly place it on the left with nice icons like this example? (that one was once made with Salient as well I know)

    3) How do I show the other blogs next and previous article? I've tried finding this in Salient, but it;s very vague to me


    Lastly an important tip after using Salient for years now: why don't you include smaller thumbs within Salient, so we know/see what to expect when you style something? Now it's look playing in the dark, would save so much time!

    Attached files:  Screenshot 2023-07-08 at 12.26.00.jpg
      Screenshot 2023-07-08 at 12.26.55.jpg

  •  2,958
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    1. Were you able to sort this issue from your end? Here's a screenshot of what I'm seeing from our end.

    6873233331.png

    2. For your social icons, you might need to use a third-party plugin to achieve this. Here's an example of the plugin https://wordpress.org/plugins/floating-links/. You can use this plugin or something similar to help you achieve this.

    3. You can add a single blog navigation at the bottom of your posts as shown in this screenshot.

    4198997543.png

    I will escalate your request to the developer to look deeper into this.

    I hope that helps.

    Kind regards,

  •  16
    Soluforyou replied

    Hi there Andrew, since your reaction was later I indeed played with the theme trying things out. 

    I will keep it the same so you can solve it.  
    See: https://soluforyou.com/solu-a-new-type-of-skincontrol-2/

    As you can see, your theme does not properly set the category here. Can you solve this? it might be a setting, but's it's very unclear to common people where to find it. 

    Tip; show this clearly within Salient, so people know what to expect (now it's like playing in the dark)

    Attached files:  Screenshot 2023-07-09 at 14.06.31.jpg

  •  16
    Soluforyou replied

    As for your social placement, but I just discovered where this is. It's hidden outside Salient:
    https://themenectar.com/docs/salient/salient-social-plugin/
    So that part is solved. 

    If you can still help me with the badly placed category, thank you!

  •  2,958
    Andrew replied

    Hello again,

    Thank you for getting back to us.

    It seems that there could be a conflict with the CSS. Please check for plugin conflicts by deactivating the third-party plugins then reactivate them back one by one to see the one that causes issues.

    In the meantime, add this to the Custom CSS box in your Salient Theme Options panel:

    .featured-media-under-header h1 {
        margin: max(min(0.35em,35px),20px) 0 max(min(0.25em,25px),15px) 0 !important;
    }
    

    I hope that helps.

    Kind regards,