Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #324008
    #324369

    Hi broshannon!

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

    @media only screen and (max-width: 480px) {
    .logo img { display: none !important; }
    .logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); background-repeat: no-repeat; background-size: contain; }}

    Best regards,
    Yigit

    #324473
    This reply has been marked as private.
    #324476

    Hi!

    Please provide login credentials so we can look into it.

    Best regards,
    Yigit

    #324687
    This reply has been marked as private.
    #325053

    Hey!

    Please review your website now. I have edited the code slightly and it is working fine now

    Regards,
    Yigit

    #325191
    This reply has been marked as private.
    #325194

    Hi!

    Please review your page now. I placed Google Maps element inside a 1/1 column element – http://i.imgur.com/qfQwGkO.png

    Regards,
    Yigit

    #372966
    This reply has been marked as private.
    #373042

    Hey Shannon

    I have only added custom CSS code to Quick CSS field. You can go ahead and update the theme and options will not be changed – http://kriesi.at/documentation/enfold/updating-your-theme-files/
    If you have any issues, feel free to let us know and we will take another look :)

    Cheers!
    Yigit

    #373396
    This reply has been marked as private.
    #373481

    Hey!

    Please add following code to Functions.php file in Appearance > Editor

    function add_custom_rel(){
    ?>
    <script>
    jQuery(window).load(function(){
    jQuery('.social_bookmarks a').attr('rel','nofollow');
    });
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_rel');

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.