-
AuthorPosts
-
January 17, 2017 at 11:54 am #734657
hello,
i’m having some element issues on the Arabic side of my site again, first of all here is the codes you gave me so far to fix most issues:
.rtl .post-title, .rtl .slide-entry-title { letter-spacing: 0.01em!important; } ul.avia_wpml_language_switch_extra { display:none !important; } .responsive #top .avia-team-member .team-social { max-width: 300px; margin: 0 auto; } @media only screen and (max-width: 767px) { .responsive.html_mobile_menu_tablet.html_logo_right #advanced_menu_toggle { left: 5px !important; } } .iconbox_left .iconbox_icon { left: 5px; } @media only screen and (max-width: 767px) { .responsive #header_meta .social_bookmarks li { border: 0 !important; } #header_meta .container{ text-align: center; } #header_meta .container > * { display: inline-block; width: auto !important; padding: 0; } #header_meta .phone-info.with_nav { position: absolute; right: 0; top: 5px; } #header_meta .responsive #header .social_bookmarks { position: absolute; left: 0; } .sub_menu { position: absolute !important; left: 0; right :0; top: 0px; margin: 0 auto; } } .rtl #header .social_bookmarks li:last-child { border-right: 1px solid #e2e2e2!important; } .rtl .av_secondary_left .sub_menu>ul>li:last-child, .rtl .av_secondary_left .sub_menu>div>ul>li:last-child { padding-right: 10px; } .rtl .sub_menu { padding-right: 0; padding-left: 10px; } .rtl #header .social_bookmarks li:first-child { border-right: none!important; } .avia-tooltip.avia-tt { width: 200px; } .av_header_transparency a .avia-menu-text{ color:#fff!important; } .av_header_transparency .phone-info a { color: #ffffff; } @media only screen and (max-width: 767px) { #header_meta .phone-info a { color: black; }} #top #wrap_all .av_header_transparency .sub_menu > ul > li > a { color: #ffffff; } #top.rtl #header .social_bookmarks li:last-child { border-color: rgba(255,255,255,0.25) !important; } #top.rtl #header.header-scrolled .social_bookmarks li:last-child { border-right: 1px solid #e1e1e1 !important; } @media only screen and (min-width: 767px) { a#advanced_menu_toggle { color: white!important; } .header-scrolled a#advanced_menu_toggle { color: #000 !important; } } @media only screen and (max-width:960px) { #header_main .container.av-logo-container { padding: 9; max-width: 100%; } #advanced_menu_toggle { left: 10px !important; } }
1) first of look at this picture of the home page, this is when it is first loaded (no scroll), its perfect, no issues
https://www.dropbox.com/s/se5uhawt671qxcv/Home%20page%20when%20first%20loaded.png?dl=0
2) look at the home page when i scroll down a little and the header turns to sticky, it perfect as well
https://www.dropbox.com/s/wzznf2908ehy62i/Home%20page%20after%20scroll.png?dl=0
3) heres a look at another page, you can see the lines are missing on the social media
https://www.dropbox.com/s/cj4e9n3rekgzh5n/Page%20when%20first%20loaded.png?dl=0
4) after i scroll down it works normally
https://www.dropbox.com/s/yuqcibnon5lmfo2/Page%20after%20scroll.png?dl=0
5) i don’t know if this is part of the issue, but look at the share icons under the comments and you will see there is a line missing there as well
https://www.dropbox.com/s/6n17a5ir8pqglys/Share%20icons%20on%20blog%20page.png?dl=0The issue with these lines is non stop, if i set lines between the menus in the main header there will be lines missing and such. please let me know what to remove and add in the code above to fix all these issues.
I also hope you guys can fix these issues as i love this theme and i’m getting many jobs coming up in Arabic, and i don’t want to try another theme for those jobs, but i will have to if i cant fix these issues.
January 17, 2017 at 12:07 pm #734660hello again,
forgot to add a picture to the website in mobile mode, just so you know what the codes are for:
https://www.dropbox.com/s/aj6q61h7fiiz8pa/Mobile%20Menu.png?dl=0January 20, 2017 at 5:53 am #736205Hi,
Thank you for using Enfold.
Please look for this css modification.
#top.rtl #header.header-scrolled .social_bookmarks li:last-child { border-right: 1px solid #e1e1e1 !important; }
.. replace it with:
#top.rtl #header .social_bookmarks li:last-child { border-right: 1px solid #e1e1e1 !important; }
And where can I find the page with the social share section? Please provide a url. It probably requires a simple css modification.
Best regards,
IsmaelJanuary 20, 2017 at 7:35 pm #736622Hello Ismael,
it shows up in every blog post, at the bottom before the comments. linked one bellow
- This reply was modified 7 years, 10 months ago by J.A.R..
January 22, 2017 at 9:41 am #736914hello again,
i tried the new code you gave me, it partially fixed the issue, heres what happened now:
1) if you look at the image you will see now the line is thicker than the others:
https://www.dropbox.com/s/w6t4j9cr7l462n6/HomePage%20NoScroll.png?dl=0
but when you scroll down it all looks good:
https://www.dropbox.com/s/yjrx03a0ekzc8p8/HomePage%20Scroll.png?dl=0
2) I now also have a line between social media where its not supposed to be there:
https://www.dropbox.com/s/aj6q61h7fiiz8pa/Mobile%20Menu.png?dl=0please let me know how to proceed.
regards,
January 26, 2017 at 5:53 am #738716Hi,
Thank you for the update.
1.) Adjust the color value or add this code below the others.
#top .av_header_glassy.av_header_transparency .social_bookmarks li:last-child { border-right: 1px solid rgba(255,255,255,0.25) !important; }
2.) I’m not sure if I understand this. The screenshot doesn’t show me anything.
3.) Please add this css for the social share border.
.rtl .av-share-box ul li:first-child { border-left-style: solid; border-left-width: 1px; }
Best regards,
IsmaelJanuary 26, 2017 at 8:57 am #738786hello Ismael,
the first code didn’t do anything, and i didn’t know which code i need to change the color.
the second code worked but the line is black, heres a link:
January 26, 2017 at 12:15 pm #738852hello Ismael,
Please don’t worry about question 1 anymore, i have done some changes and i will post a new topic for the new issues. please let me know how to fix the dark line in the social media share icons still.
January 30, 2017 at 5:02 pm #740288Hi,
about which dark line are you talking about? this thread is quite confusing to me. So yeah, best to open separate tickets for different issues/questions. Please always use screenshots to make things clear for us (imgur.com, dropbox).
If you want to add a border-right line next to your facebook icon then use this code inside Quick CSS field:
li.social_bookmarks_facebook.av-social-link-facebook.social_icon_3 a { border-right: 1px solid red; }
and adjust as needed.
Best regards,
AndyJanuary 31, 2017 at 7:56 am #740517i think you are right. you can close this ticket. thanks
February 3, 2017 at 3:34 pm #742407Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Andy -
AuthorPosts
- The topic ‘Element issues on my translated page’ is closed to new replies.