Forum Replies Created

Viewing 30 posts - 21,991 through 22,020 (of 25,536 total)
  • Author
    Posts
  • in reply to: Accordion Auto open on Hover #785831

    Hey Willem7904,

    Try to edit this file in the enfold theme folder: js/shortcodes.js and find this code (line 2605 on enfold 4.0.5):

    thisheading.on('click', function()

    and replace it with this code:

    thisheading.on('mouseover', function()

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: Portfolio Pagination link to ID works wrong #785826

    Hi,

    You’re welcome and thanks for using Enfold :)

    Best regards,
    Nikko

    Hey Chris,

    If you are using Simple Image Sizes, just go to Settings > Media, then find this size portfolio size change it’s maximum height from 400 to a lower value then regenerate the images. Hope this helps :)

    Best regards,
    Nikko

    in reply to: WooCommerce 3.0 and Enfold compatibility #785818

    Hey Joe,

    The latest version 4.0.5 is compatible with woocommerce 3.0, you can refer on the changelog: http://kriesi.at/documentation/enfold/enfold-changelog/ there are still minor issues which we are currently dealing but rest assured that Kriesi and our devs are working to fix the said those minor issues.

    Best regards,
    Nikko

    in reply to: Section Titles on iPhone device #785815

    Hi,

    Try inserting this css code in the media query (max-width:480px):

    #av_section_titles {
        min-height: 140px;
    }

    Hope this helps.

    Best regards,
    Nikko

    Hi,

    I’m not really sure why but for some reason deferring the javascript on your backend causes some issue and produces some js error, the only solution I made was to make sure not to defer javascript when in the wp dashboard but still allow it on the frontend. :)

    Best regards,
    Nikko

    Hey 1lizcollins,

    Try using this css code:

    #top.parent-pageid-xxxx .sidebar a {
        color: #000 !important;
    }

    just replace xxxx with the page id of the parent page and adjust the color as you see fit. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Enfold Theme bug with Widget links and Footer links #785559

    Hi,

    I have checked your site and the credit cards and copyright line aren’t linked to amazon, I think it’s cached on your end. Try checking it with browser that you haven’t used to open the site and check if the issue is still showing up.

    Best regards,
    Nikko

    in reply to: Enfold Bug with demo Prices page #785552

    Hi,

    Glad to hear that! Thanks for using Enfold :)

    Best regards,
    Nikko

    in reply to: /feed URLs returning 404 #785550

    Hey Rupert,

    Try to check this post: https://scotch.io/tutorials/removing-wordpress-header-junk
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: replace a link with better search and repalce #785547

    Hey YongyanLi,

    It seems that the difference is the previous one uses only http while the new one uses https, you can instead search for

    http://bylees.com/

    and replace it with:

    https://bylees.com/

    and select all the tables not only wp_links or wp_posts. Hope this helps.
    Best regards,
    Nikko

    Hi,

    Can you give us ftp access and a temporary admin access to your site? so we can check further and try to debug. Just post the login details in “private content” so only moderators can see.

    Best regards,
    Nikko

    in reply to: Google PHP Tracking Code #785498

    Hey J,

    Try adding this code at the bottom of functions.php:

    function add_custom_script(){
      //Your Custom Code Here
    }
    add_action('wp_footer', 'add_custom_script');

    Just replace

    //Your Custom Code Here

    with your php code. Hope this helps :)

    Best regards,
    Nikko

    in reply to: Images Blurred #785496

    Hi mensmaximus,

    Yes, I did try the solution you posted and the part to fix blurry images is perfect! Thanks for helping out :)

    Best regards,
    Nikko

    Hey vadikcoma,

    I think there’s a way but it would take a lot of time and is outside the scope of our support. I would suggest using this contact form plugin: https://wordpress.org/plugins/contact-form-7/ partnered with this addon plugin: https://cfdbplugin.com/
    Hope this helps :)

    Best regards,
    Nikko

    in reply to: Create FAQ-like element with toggle switch #785489

    Hey vadikcoma,

    Try using the Accordion from Advanced Layout Builder, that should do it (probably with few css tweaks).

    Best regards,
    Nikko

    in reply to: Random masonry #785487

    Hi,

    I also find it confusing since it doesn’t show any errors also but I could not reproduce the same issue on my end. Can you try to deactivate all plugins and check if it fixes the issue, if yes, try to activate the plugins one by one to know what plugin is causing it.

    Best regards,
    Nikko

    Hi Angelo-ufirst,

    Glad to hear that it worked :)


    @mensmaximus
    : Thanks for providing the fix :)

    Best regards,
    Nikko

    in reply to: Mobile Menu #785479

    Hi,

    Thanks for providing the login, I have added this css code in Quick CSS (located in Enfold > General Styling):

    @media only screen and (max-width:1024px) {
      .responsive #top .header_bg {
        background-color: #fff;
      }
    
      .responsive.html_mobile_menu_tablet .main_menu .avia-menu, 
      .responsive.html_mobile_menu_tablet #header_main .social_bookmarks, 
      .responsive.html_mobile_menu_tablet #header_main_alternate {
        display: none;
      }
    
    .responsive.html_mobile_menu_tablet .container  #advanced_menu_toggle, 
      .responsive.html_mobile_menu_tablet #advanced_menu_hide {
        display: block;
      }
    }

    Let us know if it’s all good :)

    Best regards,
    Nikko

    in reply to: mobile menu #785471

    Hey rikv,

    I’m not sure if I understood correctly, are you referring to making secondary menu visible in mobile phones?
    As for Enfold knowing how to switch to mobile, it using Media Query which is very popular in making sites responsive. Hope this information is helpful :)

    Best regards,
    Nikko

    in reply to: using google captcha in enfold #785470

    Hey Philipp,

    Can you try to update it to the latest version of Enfold (4.0.5)? if there’s still the spam issue, I would suggest to use plugins that are focused on contact forms like https://wordpress.org/plugins/contact-form-7/ which should can be integrated with google recaptcha.

    Best regards,
    Nikko

    in reply to: pdf doesn't open after update on WordPress 4.7.4 #785468

    Hi,

    Sorry for the late response, I have tried the login but it doesn’t work, but I don’t think it’s needed anymore since the issue seems to be fixed, I clicked on the buttons and the pdf is working fine.

    Best regards,
    Nikko

    in reply to: Remove date from masonry grid on frontpage of site #785467

    Hey Malene,

    The code should work, but since it doesn’t work, can you try to disable caching plugins? if you have one, if that doesn’t help, can you give us temporary admin access? just post the details in “private content” so only moderators can see.

    Best regards,
    Nikko

    in reply to: Change font text on image #785465

    Hey Demaup,

    Can you post the link to the page where the css should apply? so we can take a closer look and find out why it’s not working.

    Best regards,
    Nikko

    in reply to: Hide menu until visited from other link #785463

    Hey FlatText,

    I don’t think :visited would work, since that will only work if the link is visited (clicked), I think you will probably do lots of manual coding which would involve using a web inspector or firebug, and use combination of body class and menu link id for it for example on page 2 (private content), you would use this css code:

    .page-id-1688.paged-2 #menu-aml #menu-item-1654 {
        display: block;
    }

    And on page 3, you need to add this code:

    .page-id-1688.paged-3 #menu-aml #menu-item-1654, 
    .page-id-1688.paged-3 #menu-aml #menu-item-1655 {
        display: block;
    }

    And so on, which is a long list of code
    Best regards,
    Nikko

    Hi,

    Try using this css code:

    .av-instagram-item {
        border: 1px solid #8c919b !important;
        margin: 0 0 8px !important;
        padding: 4px !important;
        max-width: 19%;
        margin-right: 1% !important;
        display: block;
        float: left;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    in reply to: PREVIOUS and NEXT button #785457

    Hi,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    
    #top .avia-post-nav {
        padding: 15px 25px;
    }
    
    #top .avia-post-nav .entry-title {
        font-size: 16px;
        line-height: 1.2;
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    Hey xansdesign,

    Please update the theme to the latest version. That should fix any issues you are currently experiencing :)

    To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)

    Don’t forget to make a backup first. :)

    Best regards,
    Nikko

    • This reply was modified 8 years, 6 months ago by Nikko.

    Hi,

    Thanks for providing the login, I’ve checked the backend and I can see this js error:

    Uncaught TypeError: Cannot read property 'canvas' of undefined
        at Function.b.closeAllTags (quicktags.min.js?ver=4.7.4:1)
        at d (editor.min.js?ver=4.7.4:1)
        at HTMLDocument.<anonymous> (editor.min.js?ver=4.7.4:1)
        at e (tinymce.min.js?ver=4506-20170408:2)
        at HTMLDocument.m (tinymce.min.js?ver=4506-20170408:2)
        at Object.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:3)
        at Object.a.event.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:9)
        at HTMLButtonElement.<anonymous> (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:3)
        at Function.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:2)
        at a.fn.init.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,utils,plupload&ver=4.7.4:2)

    I have found out this code in your functions.php that’s causing the issue:

    function defer_parsing_of_js ( $url ) {
    if ( FALSE === strpos( $url, '.js' ) ) return $url;
    if ( strpos( $url, 'jquery.js' ) ) return $url;
    return "$url' defer ";
    }
    add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );

    I have replaced it with this code which should fix the issue:

    if (!(is_admin() )) {
        function defer_parsing_of_js ( $url ) {
            if ( FALSE === strpos( $url, '.js' ) ) return $url;
            if ( strpos( $url, 'jquery.js' ) ) return $url;
            return "$url' defer onload='";
        }
        add_filter( 'clean_url', 'defer_parsing_of_js', 11, 1 );
    }

    Let us know if it’s all good :)

    Best regards,
    Nikko

    in reply to: Change position of blog meta elements #785451

    Hey fponce,

    Try adding this code at the bottom of functions.php:

    function move_postmeta(){
    ?>
    <script>
    (function($){
      $("#top.single").find(".post-meta-infos").insertAfter("h1.post-title.entry-title");
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'move_postmeta');

    Let us know if this helps :)

    Best regards,
    Nikko

Viewing 30 posts - 21,991 through 22,020 (of 25,536 total)