Forum Replies Created
-
AuthorPosts
-
Hey!
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!
YigitHi Stigan!
Please try updating Enfold to the latest version 2.6.2 via FTP and check if that helps. You can also add following code to Quick CSS in Enfold theme options under Styling tab to move the page layout up to cover it
#wrap_all { margin-top: -21px; }Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under styling tab
#top textarea { line-height: 10px; }Cheers!
YigitHey!
Please go to Enfold theme options > General Settings and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”.
Please add widgets you would like to display on forum page to Forum widget area in Appearance > WidgetsRegards,
YigitHi ACKolloquium!
You can translate the theme using this plugin http://wordpress.org/plugins/codestyling-localization/
Best regards,
YigitHey!
This code had to do it
@media only screen and (min-width: 1024px) { .page-id-7727 #full_slider_1 { display: none!important; } .page-id-7727 #av_section_1 { display: block !important; }} @media only screen and (max-width: 1024px) { .page-id-7727 #full_slider_1 { display: block!important; } .page-id-7727 #av_section_1 { display: none !important; }}When code was active i could not see slider and video at the same time resizing the browser window on 1920px screen. You can try adjusting 1024px value on both codes
Cheers!
YigitHey Fudge!
1- Please add following code to Quick CSS in Enfold theme options under Styling tab
.av-main-nav > li > a { font-family: 'Averia Sans Libre', cursive; }2- Please see - http://vimeo.com/channels/aviathemes/67651241
Cheers!
Yigit -
AuthorPosts
