Forum Replies Created

Viewing 30 posts - 68,191 through 68,220 (of 82,585 total)
  • Author
    Posts
  • in reply to: Images not showing #298697

    Hey!

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

    .av-masonry-entry {
    visibility: visible;
    opacity: 1;
    }

    Best regards,
    Yigit

    in reply to: Need to adjust Header Size #298524

    Hey elames!

    Please go to Enfold theme options > Header Layout > Header size = Custom pixel value and set the height to 155-160px

    Best regards,
    Yigit

    in reply to: Enfold problems #298518

    Hey!

    You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.
    I have checked your website as well ( on OS X 10.9.4, Safari 7.0.5, Chrome 36.0.1985.125 and Firefox 31.0 ) and cannot see any error on the footer – http://i.imgur.com/c9xZAXi.png
    and found only one LayerSlider on your website, on “PRESSURE WASHERS” page, which is working totally fine – http://youtu.be/eygMVmF6Df0

    Cheers!
    Yigit

    in reply to: Portfolio 4 column #298400

    Hi Tony!

    I have created the page for you. Only portfolio images are missing. It seems like you removed those portfolio items after importing dummy data

    Regards,
    Yigit

    in reply to: photos up-side-down in some browsers #298397

    Hi Sander!

    Have you uploaded images upside down and then rotated in Media > Library? If so, please remove those images, rotate them before uploading and then upload it to your server.

    Regards,
    Yigit

    in reply to: Header issues #298395

    Hi!

    Please change the first code to following one

    .av-main-nav > li > a span.avia-menu-text, li#menu-item-search a { position: relative; top: 30px; }

    Is your logo fine now? If not, you can change the header height in Enfold theme options > Header Layout > Header Size and set custom value to 300px.
    If your logo is fine, you can use the code i suggested above

    Best regards,
    Yigit

    in reply to: Menu #298394

    Hi!

    Please open php.ini file and set max_input_vars = 2000. If you do not have access, please contact your service provider and they could help you

    Regards,
    Yigit

    Hi!

    Can you try re-installing WordPress in Dashboard > Updates? There is a jQuery issue in the console

    Best regards,
    Yigit

    in reply to: Post Slider #298391

    Hey Arran!

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

    .slide-content .slide-meta {
    display: none;
    }

    Cheers!
    Yigit

    in reply to: Honeypot for Gravity Forms #298389

    Hi!


    @pako69
    Thanks for sharing!

    Cheers!
    Yigit

    in reply to: flick through posts #298388

    Hey!

    No worries Finlando :)

    #scroll-top-link:hover {
    background-color: yellow;
    color: purple;
    }

    Best regards,
    Yigit

    in reply to: HTML-Snippet zum Top-Menü hinzufügen? #298387

    Hallo Micha

    Please go to Appearance > Editor and open Helper-main-menu.php file and find

    <div id='header_meta' class='container_wrap container_wrap_meta <?php echo avia_header_class_string(array('header_social', 'header_secondary_menu', 'header_phone_active'), 'av_'); ?>'>

    and add your code right below it. You may need to make some CSS adjustments

    Cheers!
    Yigit

    Hey!

    Thank you for your feedback. I have asked Kriesi to take a look at this topic.
    I am marking it as resolved for now as this is not a support question. If you have any questions or issues, feel free to post them on the forum!

    Best regards,
    Yigit

    in reply to: Need some help with header #298381

    Hi djshortkut!

    1- Please go to Enfold theme options > Header Layout > Extra Elements and add following lines to “Phone Number or small info text”

    <span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>Your number here | <span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span>  (Email address hidden if logged out) 

    2- Can you post the link to your website please?

    Cheers!
    Yigit

    in reply to: flick through posts #298380

    Hi!

    Please add following code to Quick CSS

    #scroll-top-link { border: none !important; }

    Best regards,
    Yigit

    in reply to: Gallery Rollover Icon Change. How? #298378

    Hey!


    @guenni007
    I copied it from your post and only added font family

    Best regards,
    Yigit

    in reply to: Special Heading + Anchor links #298373

    Hi!

    Great! You are welcome, let us know if you have any other questions or issues

    Regards,
    Yigit

    in reply to: flick through posts #298371

    Hey!

    Sorry i thought you wanted to match the styling of post nav with back to top button. Please use this code

    #scroll-top-link { background-color: red; color: orange; border-color: green;  }

    Best regards,
    Yigit

    in reply to: flick through posts #298338

    Hey Finlando!

    Please add following code to Quick CSS

    #top .avia-post-nav { color: black; }
    #top .avia-post-nav:hover { background: rgba(250,250,250,0.8); }

    Best regards,
    Yigit

    in reply to: Help with a few things #298335

    Hey!

    You are welcome Gabe, glad we could help!

    Cheers!
    Yigit

    in reply to: Change color of a specific H5 title in a promobox #298333

    Hey!

    I am fine, thank you :) Hope you are fine as well.
    If you would like to apply the code globally, please remove page id from the code. So it should be as following

    .avia-promocontent h5 {
    color: white;
    }

    Best regards,
    Yigit

    in reply to: Header issues #298330

    Hey Rupert!

    Please add following code to Quick CSS

    span.avia-menu-text { position: relative; top: 30px; }
    nav.main_menu { background-size: inherit; background-repeat: no-repeat; }

    Whitespace is there because you have following custom CSS code

    .html_header_transparency #top .avia-builder-el-0 .container {
    padding-top: 190px;
    }

    changing it to

    .html_header_transparency #top .avia-builder-el-0 .container {
    padding-top: 0;
    }

    would help. Also, if you would like to link the image, it would be better if you add it manually to helper-main-menu.php file using HTML. Please refer to my post here – https://kriesi.at/support/topic/header-logo/#post-280126
    Best regards,
    Yigit

    in reply to: Prallax Scrolling Effect #298322

    Hi Micha!

    Please see tutorials here – http://www.devfloat.com/jquery-parallax-scrolling-tutorials/
    You can use Code Block element under Content elements in Advanced Layout Builder.

    Cheers!
    Yigit

    in reply to: align in body of page. #298316

    Hey!

    1- Please post the link to your website and point out the section. You can upload your screenshots on imgur.com or Dropbox public folder and post the links here
    2- Please go to Enfold theme options > Blog Layout and check “Sidebar on Smartphones”

    Cheers!
    Yigit

    in reply to: Menu #298315

    Hey jesperd!

    Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP

    Best regards,
    Yigit

    in reply to: Transparent Header Not Working With Custom Image #298314

    Hey stephenturner!

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

    #top .header_color.av_header_transparency {
    background-image: none!important;
    }

    Cheers!
    Yigit

    in reply to: problem with icon boxes in Enfold #298313

    Hey Jette!

    Can you post the link to your page where you have the icon-boxes you would like to customize?

    Regards,
    Yigit

    in reply to: Heading Text been cut-off on heading text #298312

    Hey pjnettitude!

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

    h3.iconbox_content_title {
    padding-bottom: 2px!important;
    }

    You have CSS minifying feature enabled. Please firstly disable it, apply the code and then re-enable

    Regards,
    Yigit

    Hi Richard!

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

    .page-id-1122 .header_color .main_menu ul:first-child > li > a { color: red; }
    .page-id-1122 .header_color .main_menu ul:first-child > li.current-menu-item > a, .page-id-1122 .header_color .main_menu ul:first-child > li.current_page_item > a { color: orange; }
    .page-id-1122 .header_color .main_menu ul:first-child > li:hover > a { color: black; }

    You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg

    Best regards,
    Yigit

    Hallo Sophie!

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

    input#place_order {
    margin-top: -10px!important;
    margin-bottom: 10px!important;
    }

    Cheers!
    Yigit

Viewing 30 posts - 68,191 through 68,220 (of 82,585 total)