Forum Replies Created
-
AuthorPosts
-
Hi,
Have you contacted your hosting providers for their input?
Best regards,
Jordan ShannonAugust 21, 2017 at 8:48 pm in reply to: background video does NOT automatically play on iPad/mobile view! #842227Hey vlkwatchman,
Videos will not auto play on mobile devices. This is a device restriction, not a theme or video error.
Best regards,
Jordan ShannonHey newtonlinchen,
That feature is not native to Enfold and would require a freelancer to complete this custom task for you:
Best regards,
Jordan ShannonAugust 21, 2017 at 8:44 pm in reply to: Disable load animation for a spesific Masory Gallery item #842224Hi,
I see now. It could just be a matter of re-configuring the css. Would you be able to provide admin info so that I can access quick css?
Best regards,
Jordan ShannonHi,
I’m no longer seeing the flashing issue on the header. Was this resolved already?
Best regards,
Jordan ShannonAugust 21, 2017 at 8:31 pm in reply to: Disable load animation for a spesific Masory Gallery item #842216Hi,
I’m not able to see the image flip issue. It loads and remains exactly the same on my side.
Best regards,
Jordan ShannonHi,
I added the following to functions.php:
function remove_custom_tooltip(){ ?> <script> /* The first line waits until the page has finished to load and is ready to manipulate */ jQuery(document).ready(function(){ /* remove the 'title' attribute of all <img /> tags */ jQuery("img").removeAttr("data-avia-tooltip"); }); </script> <?php } add_action('wp_footer', 'remove_custom_tooltip');It works, please test.
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Do you have any user restriction? Perhaps a security plugin is blocking that particular link. I have not attempted the FTP yet as if I am able to use the dash as well it will be better.
Best regards,
Jordan ShannonAugust 21, 2017 at 6:40 pm in reply to: Disable load animation for a spesific Masory Gallery item #842162Hi,
So you mean its not loading immediately?
Best regards,
Jordan ShannonHi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Do you mean why you can’t? You can’t use the dash editor?
Best regards,
Jordan ShannonHi,
Add the following to quick css:
.html_header_top.html_header_sticky #header { position: fixed !important; } @media only screen and (max-width: 767px) { .responsive #main { padding-top: 82px!important; } #main.all_colors{ margin-top:200px!important; } }Best regards,
Jordan ShannonHi,
No problem at all! Please be on the look out for update notifications, and should you need help with anything else please let us know here in the forums.
Best regards,
Jordan ShannonHi,
Apologies for this error. We will report this bug, and hopefully have a resolution to this in a future update.
Best regards,
Jordan ShannonHi,
I’m not seeing the error, did you remove your css above?
Best regards,
Jordan ShannonAugust 21, 2017 at 6:06 pm in reply to: How to get a fullscreen element button to open a popup #842139Hi,
Okay, I looked into this. It looks like you can add the link directly into the caption textarea (the same section where you added “Because Practice Makes Perfect…”). If you need to style it further you can then just use css.
Best regards,
Jordan ShannonHi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonAugust 21, 2017 at 5:53 pm in reply to: Breakdown 989px with grid row not working after the first one #842131Hi,
I would prefer a screenshot as I am not seeing an obvious issue from viewing it on my device. Please point out the exact error.
Best regards,
Jordan ShannonHi,
You would follow: Appearance -> Editor -> functions.php. Then just look for the code I pasted above.
Best regards,
Jordan ShannonHi,
Please provide the admin link. I may have to adjust the JS that was added earlier.
Best regards,
Jordan ShannonAugust 21, 2017 at 5:21 pm in reply to: Remove "Additional Information" section and center the "Billing Details" #842110Hi,
Great! I’m glad this was able to be solved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan ShannonHi,
I add the following to functions.php and it seems to work:
function add_custom_script(){ ?> <script> jQuery( document ).ready(function() { jQuery(".button.single_add_to_cart_button.button.alt").text("CHECKOUT"); }); </script> <?php } add_action('wp_footer', 'add_custom_script');Best regards,
Jordan ShannonAugust 21, 2017 at 4:59 pm in reply to: Remove "Additional Information" section and center the "Billing Details" #842090Hi,
Add the following to quick css:
.woocommerce .woocommerce-message{ display:none!important; } .col-2 .woocommerce-additional-fields{ display:none!important; } .col2-set .col-1{ width:100%!important; }Best regards,
Jordan ShannonHi,
I would have to believe there is a naming conflict if they work on there own and not together. Are there console errors?
Best regards,
Jordan ShannonHi,
So it loads left the goes to the center?
Best regards,
Jordan ShannonHi,
Add the following to quick css. This is specific for the page you shared in the screens above:
@media only screen and (max-width: 1024px) { #top .no_margin.av_one_fourth, #top .no_margin.av_one_fifth, div .av_one_fifth { width: 100%; } }Best regards,
Jordan ShannonHi,
Add the following to quick css to remove the line:
#advanced_menu_toggle, #advanced_menu_hide{ display:none!important; }To fix the breadcrumbs on mobile add this:
@media only screen and (max-width: 767px) { .title_container .breadcrumb{ margin-top:-20px!important; } }Best regards,
Jordan ShannonAugust 21, 2017 at 4:11 pm in reply to: Breakdown 989px with grid row not working after the first one #842069Hi,
Please provide a screenshot of the bad style of the other grid rows. If I can see where the it is messed up it will help me to fix it.
Best regards,
Jordan ShannonHi,
In order to view the codes via the HTML editor, you would need to enable debug mode:
Best regards,
Jordan Shannon -
AuthorPosts
