Forum Replies Created

Viewing 30 posts - 76,381 through 76,410 (of 82,625 total)
  • Author
    Posts
  • in reply to: Deactivate link about-the-author #225068

    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,
    Yigit

    in reply to: Lightbox Question in Avia Layout Builder #225065

    Hi majesticllama!

    Yes it is, you can link image to itself and have it open in lightbox

    Cheers!
    Yigit

    in reply to: h1, h2, h3, h4, h5, h6, .widgettitle color not changing #225054

    Hi!

    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!
    Yigit

    in reply to: Help with Header, Footer and Sidebar Questions: #225053

    Hey 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 Widget

    Thanks for your kind words, glad you like Enfold :)

    Cheers!
    Yigit

    in reply to: changing color in table grid #225045

    Hi!

    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,
    Yigit

    in reply to: change overlay image of pictures which are links #225044

    Hi 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,
    Yigit

    in reply to: Site Title and Tagline Not Displaying in Browser #225043
    in reply to: resizing space between columns #225040

    Hey!

    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!
    Yigit

    in reply to: Launch Prettyphoto Inline Popup from Button on Layerslider #225039

    Hi!

    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,
    Yigit

    in reply to: "Scroll to top button" is empty #225026

    Hey!

    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!
    Yigit

    in reply to: Header with social icons customization #225024

    Hi!

    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,
    Yigit

    in reply to: Problem with Testimonials #225013

    Hey!

    You are welcome, glad we could help! Thanks, you too have a nice day :)

    Regards,
    Yigit

    in reply to: Problem with Testimonials #225010

    Hi 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!
    Yigit

    in reply to: getting rid of background image with blank template #225006

    Hey!

    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,
    Yigit

    in reply to: Header overlaps Content (z-Index) #224992

    Hey!

    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!
    Yigit

    Hey!

    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,
    Yigit

    in reply to: logo size fix #224974

    Hi!

    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,
    Yigit

    in reply to: DIfferent color for links in main content #224962

    Hi!

    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,
    Yigit

    in reply to: logo in the middle #224960

    Hi!

    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!
    Yigit

    in reply to: lining up image in text #224959

    Hi 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 issues

    Regards,
    Yigit

    in reply to: logo size fix #224957

    Hi 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,
    Yigit

    in reply to: blog/news: Show/Hide author info and no allowing comments #224951

    Hi!

    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,
    Yigit

    in reply to: Hide "Blog-Image" in Single Post Site #224948

    Hey!

    Please add following code to Quick CSS as well

    .category .template-blog .blog-meta { display: none; }

    Best regards,
    Yigit

    in reply to: problem with menu #224945

    Hi!


    @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,
    Yigit

    in reply to: Add icon to page main title #224933

    Hey!

    Can you try following

    .title_container .main-title:before {
    	content: '\\e86d';
    	font-family: 'entypo-fontello';
    	padding-right: 10px;
    }

    Regards,
    Yigit

    in reply to: Issues (again) with the logo size #224929

    Hi!

    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!
    Yigit

    in reply to: h1, h2, h3, h4, h5, h6, .widgettitle color not changing #224927

    Hi 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!
    Yigit

    in reply to: Add icon to page main title #224924

    Hey!

    It seems like backslash was removed from following line
    content: '\e86d';
    Please check that \ is there

    Cheers!
    Yigit

    in reply to: Testimonials/quotations appears incorrectly, then works ok #224923

    Hey 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

    in reply to: Header overlaps Content (z-Index) #224916

    Hi!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    div.gridfx-item-content { top: 27%; }
    .header-scrolled div.gridfx-item-content { top: 14%; }

    Regards,
    Yigit

Viewing 30 posts - 76,381 through 76,410 (of 82,625 total)