Button Location & Looks Changed

Discussion in 'ClassiCraft WordPress Theme' started by M5LASTER, Jun 20, 2014.

Thread Status:
Not open for further replies.
  1. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi team,

    When viewing the Arabic page, the "POST FREE ADS" button doesn't look normal. The location of the button as well has shifted slightly to the middle of the banner area in away that is not consistent with rtl or ltr style. This is not something I edited, so I don't have an explanation as to why this change happened in the first place.

    I attached an image that, the top part shows English display which looks normal, but the Arabic one will show you what I mean.

    Kindly, help me fix this issue.

    Thanks,
    Mike
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Do let us know your website link.


    Thanks & Regards
    Gourav Shrivastava
     
  3. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Multi language plugin you are using switching button css.
    Suppose button have float:left; in default css. Plugin switching it to float:right; for Arabic language.
    The only solution is you can use one peace button with color as a background.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .post_add_btn .btn_right, .header .post_add_btn .btn_left{
    display:none;
    }
    .header .post_add_btn .btn_center {
    background: rgb(252, 142, 2);
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     
  5. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Nitesh,

    Thanks, this fixed the button shape, but the location of the button when in Arabic page is still in the correct position. If it stays at the same place as the English version, that would be good.

    Thanks,
    Mike
     
  6. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Mike,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header .post_add_btn {
    float: right!important;
    }
    Maybe it will work.
    I am not conform because plugin altering css.

    Thanks & Regards
    Nitesh Raghuwanshi
     
  7. M5LASTER

    M5LASTER Member

    Joined:
    Oct 21, 2013
    Messages:
    232
    Likes Received:
    0
    Hi Nitesh,

    Thanks, this seems to work just fine.

    Thanks,
    Mike
     
Thread Status:
Not open for further replies.

Share This Page