-
AuthorPosts
-
August 12, 2020 at 9:32 pm #1237163This reply has been marked as private.August 13, 2020 at 1:54 pm #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 partemailnamewithoutdomain
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,
MikeAugust 21, 2020 at 1:25 am #1239690This reply has been marked as private.August 22, 2020 at 10:39 pm #1239992Hi,
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,
MikeSeptember 27, 2020 at 2:22 pm #1248785This reply has been marked as private.September 27, 2020 at 6:00 pm #1248836Hi,
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,
MikeSeptember 27, 2020 at 6:59 pm #1248851This reply has been marked as private.September 27, 2020 at 9:04 pm #1248872Hi,
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,
MikeSeptember 28, 2020 at 1:36 am #1248892This reply has been marked as private.September 28, 2020 at 1:16 pm #1248979Hi,
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,
MikeSeptember 28, 2020 at 9:04 pm #1249177This reply has been marked as private.September 30, 2020 at 1:32 pm #1249634Hi,
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 -
AuthorPosts
- The topic ‘Downloading page Consulting’ is closed to new replies.