Forum Replies Created
-
AuthorPosts
-
Hey aquinum!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.author { pointer-events: none; }It will make author link not clickable
Regards,
YigitHi majesticllama!
Yes it is, you can link image to itself and have it open in lightbox
Cheers!
YigitFebruary 17, 2014 at 8:15 pm in reply to: h1, h2, h3, h4, h5, h6, .widgettitle color not changing #225054Hi!
You are welcome Rasa, glad we could help! It could be a caching issue. Let us know if you have any other questions or issues
Cheers!
YigitHey Place_Creations!
1- Depending on the size of the image, you can add following code to Quick CSS in Enfold theme options under Styling tab
.bottom_nav_header.social_header #header_main .container { height: 180px; }It will increase the height of header section. If your logo is 1030x200px, you should set the value to 200px. It will push the main menu lower as well.
2- You can choose Audio post format and upload your audio files in media uploader to add to your post http://i.imgur.com/TVnJubz.jpg
Or you can use this plugin http://wordpress.org/plugins/soundcloud-shortcode/ to share audio files from SoundCloud
3- Please add following code to Quick CSS as well and adjust as needed.avia_widget_section { padding: 10px; border: solid 1px red; margin-bottom: 20px; }4- You can create your page and add either Blog Posts or Fullwidth Masonry element under Content Elements in Avia Layout Builder and choose to display any category you would like to display.
5- Yes it does. Blog posts with the same tags will be displayed in Related Posts section http://i.imgur.com/b2OkEmb.jpg
6- You should have no problem adding ads to widget areas using Text WidgetThanks for your kind words, glad you like Enfold :)
Cheers!
YigitHi!
You can try ading following code to Quick CSS
.avia-data-table .avia-center-col { padding: 0!important; }But it only happens on screen sizes between 1140px - 1340px. This is how it looks on my end http://i.imgur.com/UFSYM9t.jpg
Regards,
YigitHi tonyiatridis!
Please add following code to Quick CSS in Enfold theme options under Styling tab and change the link with your logo url
.image-overlay.overlay-type-extern .image-overlay-inside:before { content: url(https://www.yourdomain.com/logo.jpg); font-family: 'entypo-fontello'; }Best regards,
YigitHi!
Please see http://kriesi.at/documentation/enfold/add-your-own-logo/
And please refer to Ismael’s post here to add a tagline https://kriesi.at/support/topic/how-can-you-add-a-tagline-or-subheading-to-all-pages-for-the-enfold-theme/#post-203194Regards,
YigitHey!
Please add following code to Quick CSS as well
.page-id-396 div .av_one_third { margin-left: 2%; width: 32%; } .page-id-396 .first { margin-left: 0!important; }Cheers!
YigitFebruary 17, 2014 at 7:13 pm in reply to: Launch Prettyphoto Inline Popup from Button on Layerslider #225039Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1011 .avia-builder-el-1 .avia_textblock p a { padding: 10px; background-color: red; color: white; }Regards,
YigitHey!
Please try adding following code to Quick CSS
#top .avia-font-entypo-fontello, body .avia-font-entypo-fontello, html body [data-av_iconfont='entypo-fontello']:before { font-family: 'entypo-fontello'; }Cheers!
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-.bottom_nav_header.social_header #header_main .container { height: 160px; }You can adjust the size. By default it is 88px
2-.content, .sidebar { padding-top: 10px; padding-bottom: 10px; }3-
.header_color .main_menu ul:first-child > li > a { color: white; }4-
#top .header_color .main_menu .menu ul li>a:hover { color: red; } .header_color .main_menu .menu ul li a { color: green; }Best regards,
YigitHey!
You are welcome, glad we could help! Thanks, you too have a nice day :)
Regards,
YigitHi georgescumariusss!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child { position: relative!important; }Cheers!
YigitFebruary 17, 2014 at 5:44 pm in reply to: getting rid of background image with blank template #225006Hey!
In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find following line
<html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> ">and change it to
<html <?php language_attributes(); ?> class="<?php echo " html_$style ".$responsive." ".$headerS;?> " style="<?php if(is_page(3513)) { echo 'background: none;'; } ?>">Best regards,
YigitHey!
Please add !important rule as following
iv.gridfx-item-content { top: 27%!important; } .header-scrolled div.gridfx-item-content { top: 14%!important; }Code is being applied just fine
Cheers!
YigitFebruary 17, 2014 at 3:47 pm in reply to: COLOR SECTION; Easy Slider; HEADINGS; HEADER with scroll; SIDE MENU CSS #224976Hey!
Please add following code to Quick CSS as well and adjust as needed
.header_color .main_menu ul:first-child > li > a { color: red; } .header_color .main_menu ul:first-child > li a:hover { color: green; } .header_color .main_menu .menu ul li a { color: orange; } #top .header_color .main_menu .menu ul li>a:hover { color: blue; }Please elaborate, i am not sure what you mean bar of color.
You can decrease the bottom margin of Workshops section with following code
#workshopscolorsection .hr-invisible, #sommerakademiecolorsection .hr-invisible {display: none; } #studienreisecolorsection { margin-top: -45px; }Best regards,
YigitHi!
Please add following code to Quick CSS as well
div .logo { left: 40%; } .main_menu {right: 30%; } #header_main .container { height: 120px; } .main_menu ul:first-child > li > a { height: 60px; margin-top: 60px; } .logo, .logo a, .logo img { max-width: 200px!important; }You may need to adjust the values in first two lines depending on the size of your logo and navigation
Regards,
YigitHi!
Please note that Ismael provided you hover states. If you would like to change initial color of links, please add following code to Quick CSS as well
.main_color a, .main_color h1 a, .main_color h2 a, .main_color h3 a, .main_color h4 a, .main_color h5 a, .main_color h6 a, .main_color .template-search a.news-content { color: red; }Regards,
YigitHi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .logo { left: 40%; } .main_menu {right: 30%; } #header_main .container { height: 120px; } .main_menu ul:first-child > li > a { height: 60px; margin-top: 60px; } .logo, .logo a, .logo img { max-width: 200px!important; }You may need to adjust first two lines depending on the size of your logo and menu
Cheers!
YigitHi Munford!
Seems like you have already figured it out http://i.imgur.com/lhB1ibL.jpg
Let us know if you have any other questions or issuesRegards,
YigitHi alexoua!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu ul:first-child > li > a, #header_main .container { height: 88px!important; line-height: 88px!important; } .logo, .logo a, .logo img { max-height: 88px!important; }Best regards,
YigitFebruary 17, 2014 at 2:03 pm in reply to: blog/news: Show/Hide author info and no allowing comments #224951Hi!
Please add following code to Quick CSS as well
.breadcrumb-title { display: none!important; }Please add Icon Element under Content Elements in Avia Layout Section and choose to display your icon as “Standalone Icon with border and optional caption” and please make sure to change icon color.
Please try using this plugin http://wordpress.org/plugins/codestyling-localization/Regards,
YigitHey!
Please add following code to Quick CSS as well
.category .template-blog .blog-meta { display: none; }Best regards,
YigitHi!
@tecworth Can you post a screenshot? Are you using MegaMenu? If not, please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed#top .main_menu .menu li ul a { padding: 4px 15px; }Best regards,
YigitHey!
Can you try following
.title_container .main-title:before { content: '\\e86d'; font-family: 'entypo-fontello'; padding-right: 10px; }Regards,
YigitHi!
I have checked your website on Chrome, Firefox and IE 10 mode on Win7 and logo looks fine. If issue remains on your end, please try adding following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a, .logo img { max-width: 231px; }Cheers!
YigitFebruary 17, 2014 at 12:28 pm in reply to: h1, h2, h3, h4, h5, h6, .widgettitle color not changing #224927Hi rasa!
Please add following code to Quick CSS instead
.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 { color: #600e75; }Cheers!
YigitHey!
It seems like backslash was removed from following line
content: '\e86d';
Please check that \ is thereCheers!
YigitFebruary 17, 2014 at 12:17 pm in reply to: Testimonials/quotations appears incorrectly, then works ok #224923Hey maximadz!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-slider-testimonials.avia-testimonial-wrapper .avia-testimonial:first-child { position: relative!important; }Best regards,
Yigit -
AuthorPosts
