I think it was a my PHP problem. Now I set 8.2 version and altert gone.
Thanks
With https://wordpress.org/plugins/custom-post-type-permalinks/ I can’t change the “project” word, but just after that part of url.
🙁
Thanks, I had a developer make the change.
Ok for logo, but in this way you change all my project URL!!!
INTO Unyson there was a possibility to change the project’s URL.
My menu now has (for example)
https://www.derisocalzature.it/portfolio/heydude/
But I’d like
https://www.derisocalzature.it/brand/heydude/
And I don’t want all redirect 301 in my menu.
Reply me soon please
I attaced the info account. Please check the Logo URL. I can’t modify/upgrade it.
I have to use jevelin path /wp-content/uploads/2018/06/logo.png
Thanks
Doesn0t work. I try new theme but doens0t work. Also if I deactivate child and choose Jevelin theme.
I think file that load URL of logo doesn’t work fine.
Ask to megamenu support. They helped me and gave me a wonderful support. I have bougth the license.
Hi, try this into Custom JavaScript area (plugin):
/* Max Mega Menu
* Unhide mobile menu */
jQuery(document).ready(function($) {
$(‘.mega-menu’).parents().show();
$(window).on(‘resize’, function(){
$(‘.mega-menu’).parents().show();
});
});
/* Max Mega Menu
* Close the mobile menu as soon as a menu item is clicked */
jQuery(“.max-mega-menu”).on(“after_mega_menu_init”, function() {
jQuery(“li.mega-menu-item:not(.mega-menu-item-has-children) > a.mega-menu-link”).on(‘click’, function(e) {
jQuery(“.mega-menu-open”).removeClass(“mega-menu-open”);
jQuery(“.max-mega-menu”).css(‘display’, ”);
});
});
jQuery(window).load(function() {
jQuery(‘.sh-nav’).superfish(‘destroy’);
});
Try to put this in custom JavaScript panel
/* Max Mega Menu
* Unhide mobile menu */
jQuery(document).ready(function($) {
$(‘.mega-menu’).parents().show();
$(window).on(‘resize’, function(){
$(‘.mega-menu’).parents().show();
});
});
/* Max Mega Menu
* Close the mobile menu as soon as a menu item is clicked */
jQuery(“.max-mega-menu”).on(“after_mega_menu_init”, function() {
jQuery(“li.mega-menu-item:not(.mega-menu-item-has-children) > a.mega-menu-link”).on(‘click’, function(e) {
jQuery(“.mega-menu-open”).removeClass(“mega-menu-open”);
jQuery(“.max-mega-menu”).css(‘display’, ”);
});
});
jQuery(window).load(function() {
jQuery(‘.sh-nav’).superfish(‘destroy’);
});
I have solve it. As soon i can i reply with solution. You can search the solution in megamenu’s web site anyway. They but the solution code there 😉
Hi, Try to wrote at Mega menu support (if you paid it). I did it and, for my theme Jevelin, they create a patch (you can see here https://www.megamenu.com/documentation/jevelin/).
Try the same solution, or if doens’t work, contact mega menu support. 😉
Hi,
Please many user have the same problem. 🙁