2c0dae8c-aaf5-46c2-a1e8-41233744fa46 - 26 Jun 2018
Hello.
I have 1 issue and 1 question to ask please.
The question is:
I'd like to open the menu automatically on my home page, you open the website and the menu slowly open itself, is it possible?
If not, how can I place the open menu on the home page without having to click on those three lines logo in order to open it?
The issue is:
The visual editor seems doesn't work.
On the portfolio page there is a text block by default, every time I try to add (+) something, even a simple title or a new text block the editor block itself and return on the classic mode without adding anything.
I've tried to restart the plugin or restart the whole theme but nothing.
I want to have a look - is it possible to provide wp admin access? you may be running an outdated version of Visual Composer and I want to update it to the latest.
Regarding the menu is not possible to have it as you want.
Also when I go to Appearance -> Customize there is an error, that's why you see a blank page. If you look in the browser console:
Uncaught ReferenceError: wpseoSelect2Locale is not defined at s (wp-seo-metabox-771.min.js?ver=7.7.1:1) at HTMLDocument.<anonymous> (wp-seo-metabox-771.min.js?ver=7.7.1:1)
It's caused by Yoast SEO plugin.
I also wanted to update Visual Composer to 5.5.2 but I can't uploaded it because max_upload_size in php.ini is set to a small size. But I can edit any portfolio item without any problem.
If you deactivate yoast you are able to use the customizer. You reported you are not able to use the customizer in wp admin. What is with vertical scroll?
Ask godaddy to increase the upload file size. You can open a ticket with theme. Ask them to increase it to let's say 50MB. Or I can send you the latest version of Visual Composer attached to this ticket, if you prefer.
We can make the change for you for a small fee (20USD) to have the menu open when you click the logo.
Or if you find it too expensive I can tell you what and where to modify.
Yes please send me the updated version, I will ask them to increase the space.
I know I've pushed too much, I'm sorry, please tell me how to cancel the burger and how to make the logo become a menu link, thanks again.
I thought that by the customizable area I could change the layout while using a mobile device (horizontal scroll on the laptop and vertical on mobile).
Purcheased via themeforrest
2c0dae8c-aaf5-46c2-a1e8-41233744fa46 - 26 Jun 2018
Hello.I have 1 issue and 1 question to ask please.
The question is:
I'd like to open the menu automatically on my home page, you open the website and the menu slowly open itself, is it possible?
If not, how can I place the open menu on the home page without having to click on those three lines logo in order to open it?
The issue is:
The visual editor seems doesn't work.
On the portfolio page there is a text block by default, every time I try to add (+) something, even a simple title or a new text block the editor block itself and return on the classic mode without adding anything.
I've tried to restart the plugin or restart the whole theme but nothing.
Can you please help.
Thanks for your time.
Dario
Dario,
I want to have a look - is it possible to provide wp admin access? you may be running an outdated version of Visual Composer and I want to update it to the latest.
Regarding the menu is not possible to have it as you want.
You can try a plugin instead:
https://colorlib.com/wp/wordpress-menu-plugins/
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi Dario,
Btw you can change the logo by going to Appearance -> Theme Options -> Header options
https://d.pr/free/i/6HicRN
Also when I go to Appearance -> Customize there is an error, that's why you see a blank page. If you look in the browser console:
Uncaught ReferenceError: wpseoSelect2Locale is not defined
at s (wp-seo-metabox-771.min.js?ver=7.7.1:1)
at HTMLDocument.<anonymous> (wp-seo-metabox-771.min.js?ver=7.7.1:1)
It's caused by Yoast SEO plugin.
I also wanted to update Visual Composer to 5.5.2 but I can't uploaded it because max_upload_size in php.ini is set to a small size. But I can edit any portfolio item without any problem.
https://d.pr/free/i/8NsAf0
So you wan to move the logo to the right instead of the three lines or
keep the logo to the left, hide the burger menu and make the logo open the menu?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi Dario
If you deactivate yoast you are able to use the customizer. You reported you are not able to use the customizer in wp admin. What is with vertical scroll?
Ask godaddy to increase the upload file size. You can open a ticket with theme. Ask them to increase it to let's say 50MB. Or I can send you the latest version of Visual Composer attached to this ticket, if you prefer.
We can make the change for you for a small fee (20USD) to have the menu open when you click the logo.
Or if you find it too expensive I can tell you what and where to modify.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Yes please send me the updated version, I will ask them to increase the space.
I know I've pushed too much, I'm sorry, please tell me how to cancel the burger and how to make the logo become a menu link, thanks again.
I thought that by the customizable area I could change the layout while using a mobile device (horizontal scroll on the laptop and vertical on mobile).
I appreciate.
Dario
Also because on the mobile device I cannot see the burger so it's impossible to open the menu...
thanks
Hi Dario,
I m sending you attached WPBakery 5.5.1
Regarding the burger menu:
if you open /js/scripts.js
you will see the code related with hamburger menu:
if( $('#main').length > 0 ){
$(".hamburger ").on('click', function() {
if($(window).scrollTop() < $('#hero').height() ){
$('html, body').animate({ scrollTop: $("#main").offset().top - 70 }, 500);
setTimeout(function(){
$(".hamburger ").toggleClass("is-active");
$("header").toggleClass("show-menu");
setTimeout(function(){
$("body").toggleClass("no-scroll");
},( 1 ));
},( 650 ));
} else {
$(".hamburger ").toggleClass("is-active");
$("header").toggleClass("show-menu");
setTimeout(function(){
$("body").toggleClass("no-scroll");
},( 1 ));
}
});
} else {
$(".hamburger ").on('click', function() {
$(".hamburger ").toggleClass("is-active");
$("header").toggleClass("show-menu");
setTimeout(function(){
$("body").toggleClass("no-scroll");
},( 1 ));
});
}
at line 212 in function StickyHeader()
What you need to do is to remove CSS styles related with .hamburger class and add class hamburger to the logo in /sections/menu_section.php
There may be some tweaks you need to do to make it work, but this is what, in big lines, you need to do.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy