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.
Comments
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.
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;
}
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