New Landing How can we help? Atelier Add element to VC

Viewing 15 posts - 1 through 15 (of 16 total)
  • Posted in: Atelier
  • #199898
    Nazoulay
    Member
    Post count: 46

    Hi!
    I have two questions:
    1. About the RTL when i change to Hebrew and i want to go back to English the dropdown is out of the screen it stays on the leftside, how can i fix it?
    2. How can i made this box as you did the demo for mailchimp, i would like to have that element empty in the VC, it is possible to add it, or just the code for to have it?
    3. Again what you did with that box if i press the close button it stay close even if i refresh/clean cache the site!
    4. about WPML how can i add on the top-bar my language side by side i notice that wpml doesn’t have short-code only the code for adding it, i would like to add it on the right-side of the topbar?

    thanks

    #200209
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    1) What are the steps to replicate it? Do you have any screenshot?

    2) Do you mean this one on the footer?
    https://www.dropbox.com/s/781u33cmotj7liz/Screenshot%202015-08-03%2014.16.24.png?dl=0

    3) You need to clear the cookies so it can appear again.

    4) By default there are several options and a Shortcode is one of them. Unfortunately it’s not allowed custom code. This would have to be customized.
    https://www.dropbox.com/s/tav3z8r2taqekl6/Screenshot%202015-08-03%2014.18.05.png?dl=0

    -Rui

    #200544
    Nazoulay
    Member
    Post count: 46

    1. if i choose full width. and i place the header right cofig the account, and the search on the left-config (it happens on the search too).
    2. No i want it just as an element that i could add there things like use it as message i like the way it is, you use it for mailchimp, that it will be CSS: position:fixed at the bottom of the page, and all the css of it, it is possible to add it in somehow to the page-builder?
    4. do you have any idea how can i add it on the top-bar, i know that custom code is not allowed, but in which way can i add it there, or it is not possible?
    5. There is a shortcode for LogIn/SignUp as you have here for to add it on the top bar?

    Thanks

    #201427
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    1)

    Add the code below to your custom css option

    #top-bar .tb-right nav .menu li>ul.sub-menu {
        left: 0!important;
        right: auto!important;
    }

    2) The only way is adding an Raw Html asset in the desired page, with the necessary html inside and the css inside the custom css option.

    4) Only possible if you register a shortcode that executes the WPML function, or if you customize the header code. This would require additional customizations, that unfortunately it’s outside our support scope.

    5) Unfortunately not.

    -Rui

    #201582
    Nazoulay
    Member
    Post count: 46

    Hi,
    I’m sorry but it’s not working!

    #201594
    Nazoulay
    Member
    Post count: 46

    Hi,
    I’m sorry but it’s not working!
    i notice that you did it on the top-bar i’m sorry thatyou didn’t understood i meant to the header, that when i change the language to (rtl language) the drop down for choosing again to english it cannot be see, and the same as with the search it goes out-side the screen, but only when i change the language i need the css to be only fit for RTL!

    Thanks

    #201640
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Apologize I thought I placed the rtl class in the code, replace my previous code by this one

    .rtl #top-bar .tb-right nav .menu li>ul.sub-menu {
        left: 0!important;
        right: auto!important;
    }

    -Rui

    #201830
    Nazoulay
    Member
    Post count: 46

    Hi,
    I tried this too, and i clean the cache i even erase the cookies, it is need to be the “#top-bar”, it doesn’t need to be the header?
    well i don’t know, i will like to know maybe i am doing something wrong!
    and it will fix the search too? it is the same the drop down search when i am switching to rtl lang it’s going out the window!

    thanks and i’m sorry

    #202415
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    I’m seeing now a dropdown selector.
    Did you change something? Can you change to the way it was before so I can check the css?

    https://www.dropbox.com/s/30le1rbi6amgdaj/Screenshot%202015-08-10%2014.27.01.png?dl=0

    -Rui

    #202552
    Nazoulay
    Member
    Post count: 46

    Hi,
    Yes i change the top bar
    The issue that i had is on the header when i press on search on when i switch to rtl lang the drop search are out of the window and the same about choosing lang on the account icon on the header.
    It is the css of the rtl i think!

    #203308
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Could you upload a screenshot showing the issue, I do not 100% understand you.

    Thanks,
    David.

    #203388
    Nazoulay
    Member
    Post count: 46

    Hi,
    david i have added two screenshots both of them only in rtl mode you can see that the forms are outside of the screen

    Attachments:
    You must be logged in to view attached files.
    #203609
    David Martin – Support
    Moderator
    Post count: 20834

    Yes, I see that now perfectly.

    Please add this CSS to your theme options. This will resolve both issues.

    .rtl .header-right nav.std-menu ul.sub-menu>li ul {
        left: 100%!important;
        right: auto!important;
    }
    .rtl #header .header-left ul.menu>li.menu-search .ajax-search-wrap {
        right: -10px!important;
        left: auto!important;
    }

    Thanks,
    David.

    #203892
    Nazoulay
    Member
    Post count: 46

    hi thanks
    it works

    really thanks, i was wsiting for this for a long time
    i am really glad

    #203902
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Great. thanks David.

    -Rui

Viewing 15 posts - 1 through 15 (of 16 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register