Digital experiences for all disciplines
New Landing › How can we help? › Atelier › Add element to VC
New Landing › How can we help? › Atelier › Add element to VC
- This topic has 15 replies, 3 voices, and was last updated 9 years by David Martin – Support.
-
Posted in: Atelier
-
August 1, 2015 at 9:12 pm #199898
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
August 3, 2015 at 2:19 pm #200209Hi,
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=03) 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
August 4, 2015 at 10:44 am #2005441. 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
August 6, 2015 at 2:44 pm #201427Hi,
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
August 6, 2015 at 8:13 pm #201582Hi,
I’m sorry but it’s not working!August 6, 2015 at 8:31 pm #201594Hi,
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
August 7, 2015 at 12:43 am #201640Apologize 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
August 7, 2015 at 11:21 am #201830Hi,
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
August 10, 2015 at 2:28 pm #202415Hi,
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
August 11, 2015 at 12:58 am #202552Hi,
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!August 12, 2015 at 3:52 pm #203308Hi,
Could you upload a screenshot showing the issue, I do not 100% understand you.
Thanks,
David.August 12, 2015 at 6:19 pm #203388Hi,
david i have added two screenshots both of them only in rtl mode you can see that the forms are outside of the screenAttachments:
You must be logged in to view attached files.August 13, 2015 at 12:00 pm #203609Yes, 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.August 13, 2015 at 11:00 pm #203892hi thanks
it worksreally thanks, i was wsiting for this for a long time
i am really gladAugust 13, 2015 at 11:48 pm #203902Great. thanks David.
-Rui
-
Posted in: Atelier
You must be logged in and have valid license to reply to this topic.