Forum Replies Created
-
AuthorPosts
-
April 2, 2014 at 6:49 pm in reply to: Mobile version moving logo to left side instead of centered #246674
Hi Starkos!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .responsive .mobile_slide_out .logo { margin-left: 45%; }}Cheers!
YigitHi galland1928!
Please once again make sure to include http:// protocol in front of your linkedin link
Best regards,
YigitHi Soapmarine!
Please go to Enfold theme options > Header > Header Layout and choose “Custom pixel value” in Header size and adjust custom header height http://i.imgur.com/zHTnggn.jpg
Cheers!
YigitApril 2, 2014 at 6:40 pm in reply to: Top navigation (Drop down) not clickable in mobile device #246666Hey!
Can you guys try adding following code to Quick CSS in Enfold theme options under Styling tab and check if that helps?
@media only screen and (max-width: 989px) { .html_mobile_menu_tablet #mobile-advanced { z-index: 999!important; }}Cheers!
YigitApril 2, 2014 at 6:34 pm in reply to: Disable white rollover overlay on an image but still keep it linked. #246662Hey!
Please add following code to Quick CSS as well
.image-overlay { display: none !important; }Regards,
YigitHey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) { .responsive .mobile_slide_out .logo, .responsive .logo a, .responsive .logo img { max-width: 110%; height: auto !important; }}Best regards,
YigitHey koanga!
You can use page id in your custom CSS code as following
.page-id-2251 .logo { display: none !important; }You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Cheers!
YigitHi!
Glad you figured it out! You can also use following code in Quick CSS in Enfold theme options under Styling tab
.av_phone_active_right.av_secondary_right .phone-info.with_nav span { font-size: 16px; }Cheers!
YigitHey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.mega_menu_title img { width: 100%; }Cheers!
YigitApril 2, 2014 at 6:18 pm in reply to: Title & Breadcrumbs vanished in second language version #246643Hi Eperi!
Glad it worked! Let us know if you have any other questions or issues :)
Regards,
YigitHi!
Can you try adding following code to Quick CSS and check if that helps?
.avia_mobile #top .av-parallax-section { z-index: 0; }Regards,
YigitHi!
You are welcome, glad we could help! Let us know if you have any other questions or issues. You can click on Enfold on support page and scroll down to bottom of the page to start your own topic if needed.
Cheers!
YigitApril 2, 2014 at 4:06 pm in reply to: Title & Breadcrumbs vanished in second language version #246586Hey!
Please see – https://kriesi.at/support/topic/fix-for-disappearing-titles-and-breadcrumbs/
Best regards,
YigitHey!
Please flush browser cache and refresh your page a few times. You can find custom CSS code i added in Quick CSS section.
Regards,
YigitHey Aleks!
Custom CSS code seems fine. Please also add following code to Quick CSS
.avia_textblock { padding: 20px; }Regards,
YigitHey!
Please flush browser cache and refresh your page a few times. Ismael’s code works fine on my end http://i.imgur.com/w6SMWR2.jpg
Cheers!
YigitHi!
Please create a temporary admin login and post it here privately so i can take a look
Best regards,
YigitHey!
Please add following code to Quick CSS in Enfold theme options under styling tab
@media only screen and (max-width: 767px) { .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar { width: auto; }}You can try using this plugin http://wordpress.org/plugins/socialize/
Cheers!
YigitHey!
Please try adding !important rule as following
#top textarea { line-height: 10px!important; }and flush browser cache after applying the code
Cheers!
YigitHey!
Please add following code to Quick CSS
.logo img { left: 45px; } @media only screen and (max-width: 990px) and (min-width: 768px) { .logo img { top: 0; }}Regards,
YigitHey!
Do you mind creating a temporary admin login and posting it here privately? Please note that to troubleshoot the issue, we may need FTP credentials as well.
Cheers!
YigitHi Animationink!
It is not very reliable but you can try adding following code to Quick CSS in Enfold theme options under Styling tab
#main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li.avia-pricing-row { background-color: red; color: white; border-color: red; } #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li:nth-child(2) { background-color: yellow; color: blue; border-color: yellow; } #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li:nth-child(4) { background-color: green; color: orange; border-color: green; } #main > div > div > main > div > div > div.flex_column.av_one_full.first.avia-builder-el-7.el_after_av_one_half.el_before_av_one_full.column-top-margin > div > div:nth-child(2) > ul > li:nth-child(6) { background-color: orange; color: black; border-color: orange; }Regards,
YigitApril 2, 2014 at 2:28 pm in reply to: Image sizes on blog posts, pin it button and mobile version error #246535Hey Hande!
Please add following code to Quick CSS as well
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }please flush browsers cache after applying the code and refresh your page a few times
Best regards,
YigitHi HiDrew!
It was removed with the latest versions of Enfold. Only available mobile menu is Slideout menu
Regards,
YigitHi!
Please change the code to following
.main_menu ul:first-child > li > a { font-family: 'Averia Sans Libre', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }Regards,
YigitHi Andrew!
It is the bottom border of header. You can change its color by adding following code to Quick CSS
#header_main { border-bottom-color: #f56b08; }Cheers!
Yigit -
AuthorPosts
