Forum Replies Created

Viewing 30 posts - 76,231 through 76,260 (of 82,625 total)
  • Author
    Posts
  • in reply to: How to add border to image #226282

    Hey!

    Please add following code to Quick CSS as well

    .avia_image.avia-align-center img { 
    border: solid 2px red;
    box-shadow: 0 0 12px 1px rgba(0,0,0,0.3);
    }

    Regards,
    Yigit

    in reply to: Logo cut off width on mobile #226280

    Hey!

    Please change the code i have previously posted to following one

    @media only screen and (max-width: 480px) {
    .logo img { max-height: 64px!important; }}

    Cheers!
    Yigit

    in reply to: How to make my colour consistent for tables #226279

    Hi!

    Please add following code to Quick CSS as well

    .js_active .tab {
    color: red !important;
    font-size: 14px; 
    } 

    Regards,
    Yigit

    in reply to: Header Theme Issues #226267

    Hi!

    I strongly believe that it is plugin related as i have never seen such bug on an Enfold website. But please try re-installing the theme via FTP
    For a quick guide on updating your theme take a look at this video on updating the theme via FTP: https://vimeo.com/channels/aviathemes/67209750

    Regards,
    Yigit

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

    Hey!

    Please try following code

    iv.gridfx-item-content { top: 88px!important; }

    It seems like you have changed header style so this should work fine.

    Regards,
    Yigit

    in reply to: Logo cut off width on mobile #226259

    Hi blendside!

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

    @media only screen and (max-width: 480px) {
    .logo img { max-height: 70px!important; }}

    You may need to adjust the value. Or you can post the link to your website and we can provide you more accurate custom CSS code

    Best regards,
    Yigit

    in reply to: Icons missing in Firefox #226258

    Hey Craymon!

    Please refer to “Fonts not loading in Firefox or IE9” section here http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Best regards,
    Yigit

    in reply to: How to add border to image #226255

    Hi!

    “Coming Soon: A new website for
    El Dorado County Visitors”
    Please post a temporary login and point out the images so we can provide you custom CSS code accordingly

    Best regards,
    Yigit

    in reply to: Icon outer circle #226254

    Hey!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    .av_font_icon.av-icon-style-border a.av-icon-char:hover:after { box-shadow: 0 0 0 2px red; }

    Best regards,
    Yigit

    in reply to: Disable link in a Button #226252

    Hey CloudChoice!

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

    .avia-button.avia-size-small { pointer-events: none; }

    Best regards,
    Yigit

    in reply to: Testimonials Element Issue after 2.5.2 Update #226238

    Hi sundialstudios!

    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; 
    }

    Bug was already reported and it will be fixed in upcoming updates.

    Regards,
    Yigit

    in reply to: Header Issues – Bigger Logo, Center Logo and Nav Bar #226227

    Hey!

    Please upload your screenshots on imgur.com or Dropbox public folder and post the links here

    Best regards,
    Yigit

    in reply to: Larger Logo and Center #226213

    Hey!

    Code is not being applied. Please try adding it to the bottom of Style.css file of your child theme
    EDIT: This is how i see your website http://i.imgur.com/4wY26Kt.jpg

    Best regards,
    Yigit

    • This reply was modified 12 years, 2 months ago by Yigit.
    in reply to: Lightbox images on iphone – css issue #226207

    Hi danielammounah!

    Can you post the link to your website so we can take a look? If you are not using the latest version of the theme, please upda Enfold to the latest version 2.5.2
    http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Regards,
    Yigit

    Hi!

    You are going to need to hire a freelance developer on Microlancer or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.

    Cheers!
    Yigit

    in reply to: change the background image for a specific page #226196

    Hey!

    Please open Header.php file in Appearance > Editor and find

    <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(4017)) { echo 'background: none;'; } ?>">

    Regards,
    Yigit

    in reply to: Enfold: Menu problem on ipad #226194

    Hi!

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

    @media only screen and (max-width: 989px) and (min-width: 768px) {
    .responsive .mobile_menu_tablet .main_menu {
    display: block;
    }}

    Best regards,
    Yigit

    in reply to: Larger Logo and Center #226192

    Hey!

    I am using Chrome. I see that padding on logo image was removed. There is no padding around it. You should edit your logo image file
    Please use following code to remove top border

    #header_main { border-top: none!important; }

    Cheers!
    Yigit

    in reply to: My Enfold theme is getting crash on ios 7 platform #226184

    Hey nupurp!

    Can you elaborate? I have checked your website on my iPhone 4 ios7 and i had no problem viewing your website. Please see screenshots below
    https://dl.dropboxusercontent.com/u/14975671/photo%201.PNG
    https://dl.dropboxusercontent.com/u/14975671/photo%202.PNG

    Regards,
    Yigit

    in reply to: Larger Logo and Center #226178

    Hey!

    Please add following code to Quick CSS as well

    #header_main .container_wrap { border-top-style: none; }
    .logo img { padding: 0; }

    There is only 5px of padding on top and bottom. You should edit your logo image and remove extra spaces

    Best regards,
    Yigit

    in reply to: Woocommerce product image size #226176

    Hey!

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

    .four.units.single-product-main-image {
    overflow: hidden;
    }

    Regards,
    Yigit

    in reply to: FAQ in tab #226175

    Hey Miikey!

    Yes, you can switch to Default Editor and click on Magic Wand to see full list of shortcodes http://i.imgur.com/n4KXkdm.jpg
    then you can create any of them and copy/paste shortcode into any other content element or into text widget.

    Cheers!
    Yigit

    in reply to: Image in color section not appearing on iPhone #226170

    Hejsan!

    Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed

    @media only screen and (max-width: 480px) { 
    #av_section_1 .hr { 
    height: 100px!important; }}

    Cheers!
    Yigit

    in reply to: Partner/Logo Element Appearance on Mobile #226166

    Hey Kimberly!

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

    @media only screen and (max-width: 767px) { 
    .responsive #top .avia-smallarrow-slider .flex_column {
    margin: 0px!important;
    width: 50%!important;
    }}

    Regards,
    Yigit

    in reply to: How to make my colour consistent for tables #226162

    Hey dalen550!

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

    .main_color tr:nth-child(even), .main_color .avia-data-table .avia-heading-row .avia-desc-col, .main_color .avia-data-table .avia-highlight-col, .main_color .pricing-table>li:nth-child(even), body .main_color .pricing-table.avia-desc-col li {
    background-color: #fcfcfc;
    color: #666666!important;
    }

    2-

    .tabcontainer { margin: 0; }

    3- Seems like you have achieved that using span :)

    Best regards,
    Yigit

    in reply to: Header Padding #226156

    Hey!

    It is possible but header will not be resizing when you scroll. Please add following code to Quick CSS too

    #header_main .container, .main_menu ul:first-child > li a { height: 44px!important;
    line-height: 44px!important;
    }
    .logo, .logo a, .logo img { max-height: 44px!important; }
    .fixed_header #main {
    padding-top: 44px;
    }

    Best regards,
    Yigit

    in reply to: A couple questions regarding the Enfold theme #226155

    Hey royisra!

    1- Using custom CSS code, yes, you can. You can post the link to your website and point out the section so we can give you custom CSS
    2- Which plugin are you using?

    Best regards,
    Yigit

    in reply to: no header #226151

    Hey!

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

    .page-id-9891 #header { display: none; }

    You can right click on your page on Chrome or Firefox and click Inspect elements to find out your page's ID. You should change the page ID in my code to match your page ID

    Cheers!
    Yigit

    in reply to: Header Padding #226148

    Hi!

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

    .logo img { margin-top: 20px; }
    .header-scrolled .logo img { margin-top: 0; }

    Cheers!
    Yigit

    in reply to: fixed header with social icons and bottom #226146

    Hey!

    Please add following code to Quick CSS as well

    #header { width: auto; }

    Cheers!
    Yigit

Viewing 30 posts - 76,231 through 76,260 (of 82,625 total)