Forum Replies Created
-
AuthorPosts
-
Superb thank you!
Still the same on mobile when we add this :-(
Admin details below if you want to fix
If you login then get the white screen, hit f5 it logs you in
Did the same on standard login page /wp-login.php
It’s a plugin
I have made login credntials so you can check
the login is now (see private messge)
Works a treat – Thank you so much!
Of course
This is what is in Enfold Child: Theme Functions (functions.php)
<?php
function masonry_links () {
?>
<script>
window.addEventListener(‘DOMContentLoaded’, function() {
(function ($) {
$(document).ready (function () {
var url = new RegExp(location.host);$(‘.av-masonry-entry’).each(function () {
if( ! url.test($(this).attr(‘href’)) ) {
$(this).attr(‘target’, ‘_blank’);
}
});
});
}) (jQuery);
});
</script>
<?php
}
add_action (‘wp_footer’, ‘masonry_links’);/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/- This reply was modified 1 year, 1 month ago by whdsolutions.
I have deleted the code now as it is uneccessary if not working.
I tried this and it does not work.
Thank you! :-)
I’ll try again and let you know. TY
Fixed it – uploaded the custom fonts again.
All browsers now :-(
This did nothing, sorry.
I can’t stand Apple’s wierdness!
I used
@media only screen and (max-width: 767px) {
.home #layer_slider_1 {
display: none;
}
}
Worked a treat!On this page http://coffeeinspiration-uk.stackstaging.com/products/our-coffee/ scroll down to …
Read about our ethical approach to coffee – Click the LEARN MORE button
This then takes you to http://coffeeinspiration-uk.stackstaging.com/#ethics and it should look like this https://img.savvyify.com/image/9luu1
But looks like this on Safari on Mac https://img.savvyify.com/image/mac.9lY8l
We need the menu to go to a burger menu sooner than 990px – something like 1200px
How is this acheived?You moved it!
It shows here on other websites we have
Why is this not showing?
Wierd!Awesome ¬ Thank you!
I am having the same issue now for months :-(
Nothing works any more, when in fact it all used to work well.
Yes – I had to use Google Maps’ embed code instead of Enfold’s Map Module
- This reply was modified 1 year, 5 months ago by whdsolutions.
That fixed it – sorry to bother you :-)
I will try a theme update first
If anyone can help here…
-
AuthorPosts