This topic has 19 replies, 4 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
Hi,
I try to add something new to the menu and it won’t let me. It just deletes the new, like if I hit the max. Also disables the main menu selection when I try to add. I have to select the main menu option and not add nothing to the menu, to save it as the main menu. I read that maybe wp 4.2.2 is causing this problem or something change on the theme. I have the same amount of links on another website and afraid to re-save because it might delete it. Thats what happen with this website. I had the menu from duplicating a website and needed to do a change and once I save it, it deleted the last 7 things on the main menu and now trying to re-save won’t save the new ones.
Hello,
Does the problem persist with default WordPress theme (Twenty Fifteen)?
Please check it.
It can be caused for the reason you’ve increased the menu items limit. That’s why new items can’t be saved. Here are some explanations:
http://www.wpbeginner.com/wp-tutorials/how-to-fix-the-custom-menu-items-limit-in-wordpress/
https://core.trac.wordpress.org/ticket/14134
http://wordpress.org/support/topic/wordpress-menu-item-limit
Best regards,
Jack Richardson.
Hi,
Twenty Fifteen does it also. Kind of weird because I have the same amount on another website. This one is duplicate of it and when I when to re-save the last 7 disappear and cant add new ones. Like I said I don’t wanna try it on other website, because It might mess it up also. A new wp is being release and hopefully they fix it. Gonna see if your links can help.
Hello,
You can also visit WordPress forum to find some solution.
Thank you.
Best regards,
Jack Richardson.
Not sure where to post this but this thread came up when searching for my issue: I made a breif video showing what’s happening regarding menu not changing on one page.
https://www.dropbox.com/s/4lzdoq05dzs78sf/navissue.mp4?dl=0
Note: once logged in go to YITH Maintencance Mode plugin and click Settings > Then deselect the top radio button that sets the home page to maintencance mode. Please return to Maintenance mode once you’ve investigated things. Thanks
Hello,
Unfortunately custom navigation doesn’t work for Blog page because default posts page uses the menu that is set in “Manage Locations” tab in Appearance > Menus. Sorry.
Regards,
Eva Kemp.
Thank you. I’ve modified my question on a related issue:
https://www.dropbox.com/s/medn9x6kqbvaxqq/link%20color.mp4?dl=0
Hello,
I’ve added this code in Theme Options > Custom CSS > Global Custom CSS to remove copyright block from the footer:
.copyright-3, .copyright {
display: none;
}
Add this css code to change post title color:
article.post h2 {
color: grey;
}
.sidebar-widget .blog-post-list .media-heading a {
color: grey;
}
Unfortunately to disable page heading in posts you have to deactivate them for each post in the editor.
Regards,
Eva Kemp.
Hi thanks for the help. Here are my comments:
https://www.dropbox.com/s/1jwwuskkt8xqxby/post%20title.mp4?dl=0
Hi just awaiting your reply to my previous question. Thx
Hello,
Sorry for a delay.
You can use color code, not only color names.
To change blog title color please use this css code:
article.post a {
color: #BF9B4F !important;
}
Best regards,
Jack Richardson.
great. I made a comment on this video as I need clarification on something related:
Hello,
Please add this code in Global Custom CSS:
article.post a:hover {
color: grey !important;
}
article.post h2 > a:hover {
color: black !important;
}
Best regards,
Jack Richardson.
Thanks. Here’s a short video showing one aspect unresolved:
https://www.dropbox.com/s/rju5xvt8wq9p8db/title_color.mp4?dl=0
Also here’s a short video showing an unrelated issue. When I go to save settings from any changes to a Single Image block using Visual Composer it will not save. Video shows. But this only happens to the image blocks in VC not the text blocks as I can edit and save normally.
https://www.dropbox.com/s/jj8ua0itlogac7e/VC_won%27tsave.mp4?dl=0
Not sure If I asked this but it’s a nav related issue and since this thread is still going I’ll finish with this and I’m all set:
https://www.dropbox.com/s/xvtwyipv1t804ds/collapsednav.mp4?dl=0
Hello,
To change color for single post title use this code:
article.post h2 {
color: brown;
}
You already have it in your custom.css file. Please check it.
We’ll fix the issue with Visual Composer in the next theme update. Meanwhile you can revert back to older plugin version. Sorry for inconveniences.
Regarding the menu you need use this css code:
.fixed-header-area .collapse {
width: 60%;
}
Best regards,
Jack Richardson.
Awaiting a reply from this query above dated Sept. 9th. If I need to move this to another location on the support forum please let me know.
Hello,
You’ve been already replied:
To change color for single post title use this code:
article.post h2 {
color: brown;
}
You already have it in your custom.css file. Please check it.We’ll fix the issue with Visual Composer in the next theme update. Meanwhile you can revert back to older plugin version. Sorry for inconveniences.
Regarding the menu you need use this css code:
.fixed-header-area .collapse {
width: 60%;
}
Please check it once again.
Best regards,
Jack Richardson.
Tagged: best, menu, persuasive, selling, themes, woocommerce
You must be logged in to reply to this topic.Log in/Sign up