HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Bug when i change from LTR to RTL

Hey guys,

My forum use RTL language (hebrew), and i need to use RTL plugin.

I installed hebrew localization and installed RTL plugin (https://open.vanillaforums.com/addon/righttoleft-plugin-1.0b). All works perfect, but when i create a new post on my forum I have this bug:

The problem is that the profile image is not moved to the right side, and it's looks like on the screenshot.

Can someone help me with this? Thanks :)

Comments

  • phreakphreak Vanilla*APP (White Label) & Vanilla*Skins Shop MVP
    edited December 2019

    Hi @YGleBY, this can easily be fixed with the CSS of your theme. You know CSS? Something similar to this should do.

    (I am skiing currently, so if not exactly the class find the right one with your browsers “Inspector”).

    .Item-Header .Author img {float: right; margin-left: 10px; margin-right: 0;}
    
    • VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
    • VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
  • Hi,

    I don't know CSS, only HTML.

    Can you help me please with this? I can't find it in the custom_default.css (It's the KeyStone default theme CSS).

    My site URL is https://forum.et-play.com/he/. Thanks again :)

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP

    Download the CSSEdit plugin, and try the code in there. Depending on your setup, you may need to clear cache to see CSS changes (or test in a private tab/window)

  • Hey @whu606

    Like this? https://prnt.sc/qh4qwn

    I did it and nothing has changed

  • phreakphreak Vanilla*APP (White Label) & Vanilla*Skins Shop MVP
    edited December 2019

    @YGleBY: CSSEdit is an extensions you have to download From the addon repository, install, activate and add the code above there.

    https://open.vanillaforums.com/addon/cssedit-plugin

    • VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
    • VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
  • @phreak I know, i do it (https://prnt.sc/qh4qwn), but nothing has changed

  • whu606whu606 I'm not a SuperHero; I just like wearing tights... MVP
    edited December 2019

    Either the CSS code you added is incorrect, or you need to clear the cache so the site delivers the new page. As I said, often, viewing via a private/incognito tab has the same effect.


    Post the css rule you're adding.

  • @whu606 Thanks for your answer :)

    I added this to the CSSEdit:

    .Item-Header .Author img {float: right; margin-left: 10px; margin-right: 0;}
    

    But nothing changed.

    I don't know CSS, so i don't know if what i did is right.

Sign In or Register to comment.