I'm trying to create a submenu under the last menu item on the current site but it's not showing on hover. It exists in the code as per screenshot attached.
I want to link the sub-pages to inner pages, not one-page sections.
Oh yes. In the midd time I've reached there, thanks
One question about the responsiveness, it looks the site is "shrinking" everything instead of rearranging (stacking) the columns. What can be causing this?
Also, I want to hide the video on smaller sizes (< 420px). I can hide it with css but the sound keeps on. Tried to use a script on footer but doesn't work:
It doesn't print anything. Also tried the script on <head> and it's the same. Is there any of your functions that could be modified to make this work? An instruction to mute if small resolutions?
About the responsive, you can see the attach of a printscreen on my mobile and how it is supposed to be (Screenshot_4 of my browser resized).
Yes, I've deleted your user a couple hours ago, as you took almost 48h to reply and my client wasn't happy with no solution. I had to find a solution elsewhere.
Hi.
I'm trying to create a submenu under the last menu item on the current site but it's not showing on hover. It exists in the code as per screenshot attached.
I want to link the sub-pages to inner pages, not one-page sections.
Thanks,
Andre
Hello Andre,
the submenu shows on click not on hover as you can see also on our live demo site/:
http://clapat.ro/themes/newave-wordpress/
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Oh yes. In the midd time I've reached there, thanks
One question about the responsiveness, it looks the site is "shrinking" everything instead of rearranging (stacking) the columns. What can be causing this?
Thanks
Also, I want to hide the video on smaller sizes (< 420px). I can hide it with css but the sound keeps on. Tried to use a script on footer but doesn't work:
jQuery( document ).ready(function() {
if(jQuery(window).width() < 420){
jQuery('#bgndVideo').toggleVolume();
}
});
it looks the element doesn't exists. Is there any theme option for this?
Hello Andre
the code looks correct to me try adding it to /js/scripts.js
try printing something to the console to see if the code reaches where it should
console.log( "message here" );
Can you give us more details about the responsiveness?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi.
It doesn't print anything. Also tried the script on <head> and it's the same. Is there any of your functions that could be modified to make this work? An instruction to mute if small resolutions?
About the responsive, you can see the attach of a printscreen on my mobile and how it is supposed to be (Screenshot_4 of my browser resized).
Thanks
Hi, can you help me on this?
Thanks
Andre,
send us FTP access (and WP admin access if possible) in a private comment.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Yes, I've deleted your user a couple hours ago, as you took almost 48h to reply and my client wasn't happy with no solution. I had to find a solution elsewhere.