Forum Replies Created
-
AuthorPosts
-
That 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
Thanks Mike!
Currently the option we selected is don’t display socket and page
so we want to try and add the socket
but Hide the footer pageThat worked great, Thank you!
I did have an issue
I tried to add your code above to my php file and also the css to try and get the sub menu to be sticky on mobile.
It did not work
When I removed that code from he PHP file and the css it broke my down arrows throughout the sitePHP:
function custom_script(){
?>
<script>
(function($){
$(document).ready(function(){
var scroll_start = 0;
var startchange = $(‘#sub_menu1’);
var offset = startchange.offset();
if (startchange.length){
$(document).scroll(function() {
scroll_start = $(this).scrollTop();
if(scroll_start > offset.top) {
document.getElementById(‘sub_menu1’).classList.add(‘sticky-top’);
} else {
document.getElementById(‘sub_menu1’).classList.remove(‘sticky-top’);
}
});
}
});
})(jQuery);
</script>
<?php
}
add_action(‘wp_footer’, ‘custom_script’);CSS:
.sticky-top {
position:fixed!important;
top:0!important;
z-index:10000!important;
}is there a way to auto rotate a horizontal gallery?
so will this work to make the full width menu sticky on mobile?
if not is there a way to hide this menu on mobile?I’m having the same issue
I am using the footer option in settings: Select a page to use as the footer and socket
this is great!on a specific page I need to show only the socket (no footer) but that option is not available on specific page options: Footer settings
it shows 4 options
-Default
-use selected page as footer and socket
-use selected page as footer (no socket)
-don’t display the socket & pageHow do you only display the socket for a specific page?
Thanks!
We had changed some code on another site in the JS file and it works great.
I just can’t remember what we had doneSeptember 10, 2020 at 4:45 pm in reply to: Remove underline from hyperlink in bulleted list #1244966that did the rick thank you!
September 10, 2020 at 12:53 pm in reply to: Remove underline from hyperlink in bulleted list #1244892Hi Nikko
That is not showing up, any ideas?
ThanksSeptember 10, 2020 at 11:43 am in reply to: Remove underline from hyperlink in bulleted list #1244869Also how would I add a hover color to this text?
-
AuthorPosts