Forum Replies Created
-
AuthorPosts
-
Perfect, thank you so much!
Thanks Mike
I just tried it and still don’t see it loading randomly.
I added a user for you if you wouldn’t mind checking.
The script is in snippets.Thanks
MitchThanks Mike
Very strange there are actually a bunch
I made the nav visible so you could see them all.Thanks
MitchThank you for all of your help the site is working great!!
Is there a way to load the content slider in random order every time a page is loaded
I have it set on one page
and that page is shown throughout the site
and I want it to show differently every time its shownI tried this code in a snippet
<script>
document.addEventListener(“DOMContentLoaded”, function() {
setTimeout(function() {
(function($) {
$.fn.shuffle = function(childSelector) {
return this.each(function() {
var $container = $(this);
var $elements = $container.children(childSelector);
var shuffled = $elements.sort(function() { return 0.5 – Math.random(); });
$container.empty().append(shuffled);
});
};// Shuffle testimonials after Enfold has built the slider
$(“.avia-testimonial-row”).shuffle(“.avia-testimonial”);
})(jQuery);
}, 300); // wait 300ms so Enfold initializes first
});
</script>set to run everywhere
but its not working
on the text in the blue at the top of all of the pages
I put the plugin in, just not sure how to get it to workalso I could put that text int he heading box except it is falling outside of the box when I do that
I just set it that way on the home page so you can see
maybe something with the CSS that is usedthanks again!
yes please
here you go
This reply has been marked as private.Thanks Mike
Also can I change the font on the Let’s Get Started Nav Button?
Hi Mike
Yes, I go that part working
But I wan the first line of text to be an H1 headerFor the button its the lets get started
I want to change the font on thatThanks!
MitchThat works great! thank you
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Perfect Thank You!
One other question is there a way to bold the Header Phone Number/Extra Info item and or change the size of it?
perfect thank you!
Thanks MIke
If I wanted the second logo to link to another page is there a way to do that?Perfect!!! thank you
one more question
If I wanted to show both logos on the site side by side on the home page is there a way to do that?This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Rikard
Still having a few issues
The code you sent removes the bottom part of the footer. I actually wanted to remove everything above Keep-up-to date with us
The page contains duplicate data specific for desktop and mobile
Ideally I want to remove it for both viewsThanks!
Hi Rikard
Its not working but I think its because we are referencing the wrong section #
There are a bunch of hidden elements on the page that are assigned to only show on mobil.I tired the following and was able to get the main image to hide.
.page-id-27 #av_section_1 {
display: none;
}Just can’t figure out which number to get the footer to hide. I thin it should be 22, but that did not work
also the footer is a few elements on another pageHi Victoria
I still need the CSS to fix this
I set the page back to the option to show the display socket and pagethanks
all set
-
AuthorPosts