And yes, that's true that Action Bar does not support the drop-down menu, when you were settings the menu location you could see the “depth 1” - this means that there are no dropdowns.
3) Sorry, indeed this is a Bug, but it's only bugged when you use the custom menu in the "Action Bar", when you use the normal social icons then it's working fine.
It's gonna be fixed in the next update of BeTheme, for now, please use this CSS to make it work fine.
body.rtl #menu-top-menu{ float:left !important; }
4) We didnt get any complains about position of Breadcrumbs yet, so we are not gonna to change it for whole theme.
For now, we can offer just a Custom CSS code to move it to the right.
The below problems are left. please help me to solve the problem:
1. after adding the CSS code, in the mobile version of website still the drop down flag is showing in main menu and sidebar menu. however, it just need to show in the sidebar menu. in the past it was like that
I don't think it is related to our code, becasue the problem is start to happening after WPML updated yesterday. this problem is happening form yesterday
We tested it with the twentynineteen theme and it does not work too.
It's problem related to the WPML and the latest version of Wordpress.
Please, contact the support of the WPML, and ask him about this problem - do not forget, to tell them that you tested it on the default theme too (twentynineteen)
They should be able to find and fix the problem, because it's clearly problem related to the WPML plugin.
I have a request, I want to setup custom Font to RIGHT-to-LEFT language such as Persian and Arabic language. in order to do that I need to do as below
Step1: I need insert the below CSS custom code (you can find it in the below of page
Step2: need to upload the font zip file that I have
Step3: I need to tell by code to run this font and css code just for language Right to left ones.
my Questions:
by what code I can indicate theme to run this CSS and font just for RIGHT TO LEFT languages such as Arabic and Persian? Where should I right this code or I should insert this code? should I use PHP code?
question 01: I changed the color of Submenu to dark blue, in the Mega menu there is a vertical line, how can I change color of the vertical line into WHITE
Question 03: when I use Fancy heading, there is a option to Make it H1 or H2 tag. however, weather the fancy heading is H1 tag or H2 tag, the size of heading doesn't change based on H1 font size and h2 font size? please check the link: https://www.hauzbiz.com/turkish-citizenship-by-investment/
as you can see the first heading is H1 tag, however, the rest of heading are H2, but the font same is same. I want the font size of fancy heading be as same as font size of H tag.
4. It mostly depends on the main theme style in theme options>global>general. You can also find some options for the table in theme options>global>adavanced.
We use cookies to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners who may combine it with other information that you’ve provided to them or that they’ve collected from your use of their services.
Cookies are small text files that can be used by websites to make a user's experience more efficient.
The law states that we can store cookies on your device if they are strictly necessary for the operation of this site. For all other types of cookies we need your permission. This means that cookies which are categorized as necessary, are processed based on GDPR Art. 6 (1) (f). All other cookies, meaning those from the categories preferences and marketing, are processed based on GDPR Art. 6 (1) (a) GDPR.
This site uses different types of cookies. Some cookies are placed by third party services that appear on our pages.
You can at any time change or withdraw your consent from the Cookie Declaration on our website.
Learn more about who we are, how you can contact us and how we process personal data in our Privacy Policy.
Please state your consent ID and date when you contact us regarding your consent.
Comments
.mobile-header-mini.header-plain #Top_bar .wpml-languages {display:none !important}body.rtl #menu-top-menu{float:left !important;
}
body.rtl .breadcrumbs li{float:right !important;
}
5) We have to take a deeper look at some of the minimalist header layouts for RTL, we can notice that some of these styles are not working very well.
body.rtl.mobile-header-mini.mobile-mini-ml-ll #Top_bar a.responsive-menu-toggle{
Thanksright:unset !important;
left:10px !important;
}
body.rtl.mobile-header-mini.mobile-mini-ml-ll .logo{
float:right !important;
}
#Action_bar{
Thanksfont-size:12px !important;
}
#Subheader{
font-size:12px !important;
}
#Side_slide li a{Thanksfont-size:24px !important;
}
setup custom Font to RIGHT-to-LEFT language such as Persian and Arabic
language. in order to do that I need to do as below
what code I can indicate theme to run this CSS and font just for RIGHT
TO LEFT languages such as Arabic and Persian? Where should I right this
code or I should insert this code? should I use PHP code?
font-family: 'irsns-light';
src: url('fonts/irsns-light.eot');
src: url('fonts/irsns-light.eot?#iefix') format('embedded-opentype'),
url('fonts/irsns-light.woff') format('woff'),
url('fonts/irsns-light.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body {
font-family: irsns-light !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 {
font-family: irsns-light !important;
}
.form-control.w-100 {
font-family: irsns-light !important;
}
.header-plain #Top_bar .menu > li > a {
font-family: irsns-light !important;
}
.header-plain.button-stroke #Top_bar a.action_button {
font-family: irsns-light !important;
}
.button-stroke
a.button.button_theme, .button-stroke a.button.button_theme
.button_icon i, .button-stroke a.tp-button.button_theme, .button-stroke
button, .button-stroke input[type="submit"], .button-stroke
input[type="reset"], .button-stroke input[type="button"] {
font-family: irsns-light !important;
}
.mm-vertical #Top_bar .menu > li > ul.mfn-megamenu > li {2. Use this css:border-right: 1px solid #fff !important;
}
#Top_bar .menu li ul li a {3. The size is always the same because the type of the heading is only for SEO. Only css will help.padding: 10px 20px;
display: block;
border-bottom: 1px solid #fff !important;
}
.fancy_heading .title {font-size: 42px;
line-height: 42px;
}
4. It mostly depends on the main theme style in theme options>global>general. You can also find some options for the table in theme options>global>adavanced.
You can add icons to your menu items. Just write this : before the menu item name. This will display a house icon. For more icons look here: http://themes.muffingroup.com/be/theme/shortcodes/typography/#icons
thanks