Viewing 12 posts - 31 through 42 (of 42 total)
  • Author
    Posts
  • #1237163
    This reply has been marked as private.
    #1237416

    Hi,
    Sorry for the skype link I was trying to highlight the format of the link, so you would actually enter this:
    skype:live:emailnamewithoutdomain?call in your screenshot this part emailnamewithoutdomain doesn’t look like an email. Please see this thread for more info.
    For your page with little content please link to it so we can adjust the css, typically the best solution is to add more content or to add more height to your content. For example, your page has two buttons, try putting the two buttons in a color section with the min-height set to “At least 100% of Browser Window height” or “At least 75% of Browser Window height” this will give you more control over which pages are affected.

    Best regards,
    Mike

    #1239690
    This reply has been marked as private.
    #1239992

    Hi,
    Ok, try this, assuming your skype link is this: skype:apple123?call
    add this to your skype social profile URL: https://skype:apple123?call
    Then try adding this code to the end of your functions.php file in Appearance > Editor:

    function custom_skype_link(){
      ?>
      <script>
    (function ($) { 
      $(window).load(function() {
      $('.social_bookmarks_skype a').attr("href", "skype:apple123?call");
      $('.social_bookmarks_skype a[target="_blank"]').removeAttr('target');
    });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'custom_skype_link');
    

    in the above code adjust the link to yours skype:apple123?call
    Then clear your browser cache and any cache plugin, and check.

    Best regards,
    Mike

    #1248785
    This reply has been marked as private.
    #1248836

    Hi,
    To implement a horizontal scrolling menu, please go to Enfold Theme Options > General Styling > Logo and Main Menu and choose which side you would like it to be.

    Best regards,
    Mike

    #1248851
    This reply has been marked as private.
    #1248872

    Hi,
    I tried checking your site, link in the Private Content area, but I get the error “Error establishing a database connection”, is this the correct URL?
    Please link to the page in question, I’m not quite sure what you mean, but perhaps after I see your site I will understand better. Feel free to link to a screenshot to highlight the issue.

    Best regards,
    Mike

    #1248892
    This reply has been marked as private.
    #1248979

    Hi,
    It looks like you are using Icon Box elements, which are 100% wide for mobile, then in your second screenshot I see 2×2 grid for these, this could be possible, but the elements and text will be much smaller, your visitors may have trouble reading it.
    For your sideways scrolling solution, I would recommend using a plugin that uses shortcodes so you can add it to your page. You can then hide for desktop devices as you wish.

    Best regards,
    Mike

    #1249177
    This reply has been marked as private.
    #1249634

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 12 posts - 31 through 42 (of 42 total)
  • The topic ‘Downloading page Consulting’ is closed to new replies.