Forum Replies Created
-
AuthorPosts
-
Hi
did you test the problem? it’s more than 3 days…
thankyou
Dear Ismael,
i had tested in local but for you i run a demo website by new wordpress install and only enfold by yoast seo and local seo plugins.more info is sent in private content.
thankyou
AmirDear Rikard,
you’re welcome.
i have not live site . i am test news version in localhost.
do you see pictures? i attached images by inspected.
for temporary solve the problem i can set “plugin” id in developer section of tab element. and set “direction:ltr” for style of #plugin. but this solution is temporarily and i need to set plugin id to any tab element in my site.other solution is change js codes.
i changed this code:
var new_pos = ((parseInt(tab_nr,10) – 1) * -100 );
to
var new_pos = ((parseInt(tab_nr,10) – 1) * +100 );but by this solution my site is corrected only in RTL languages and tab section not shown correct in LTR languages.
thank you
baharis there anybody here?
Hi Ismael,
thank you for your reply.
i will add this to custom.css style sheet. and everything was ok. but i need a few changes.
i want to load Persian fonts only in the Persian language. this means custom.css will load my fonts if the site language is another. how can i load or make any css file to load only in Persian language? same as RTL.css behavior.
and second: if i want to set font family to headings and etc how can i use [lang=”fa-IR”] in my styles to exclude other languages from change effects?
for example can i use this code:html[lang=”fa-IR”] h1,h2,h3 {
font-family: ‘Custom Font’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif;
}thank you
Hi Vinay,
thank you for reply.
i have solved the problem in menu and position of logo. my problem was for setting up Header to have “shadow” effect. i used “minimal no border and shadow” and everything was ok.
only problem is in the mobiles or screen size change. in this method header, logo, menu not responsive and have problem if the screen size changed.
can i exclude mobile screens from this change? i mean mobile and tablet screens have original header and menu behavior .thank you.
Dear Vinay,
thank you for your answer,
i have made changes but header bar is splitted into two line (if i scroll down the header goto small mode and everithing is correct)
i like to has 3 menu items in left and contacts and search in right. by setting .av-main-nav li:nth-child(3) { it was ok but logo not centered between left and right part of menu items.
picture is in private.link sent in the private section.
thank you -
AuthorPosts