Menu - by efectgraphics - on WordPress WooCommerce support

This topic has 19 replies, 4 voices, and was last updated 8 years, 6 months ago ago by Jack Richardson

  • Avatar: efectgraphics
    efectgraphics
    Participant
    July 22, 2015 at 18:47

    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.

    Please, contact administrator
    for this information.
    18 Answers
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 22, 2015 at 20:25

    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.

    Avatar: efectgraphics
    efectgraphics
    Participant
    July 23, 2015 at 00:16

    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.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 23, 2015 at 11:18

    Hello,

    You can also visit WordPress forum to find some solution.

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: shivas-irons
    shivas-irons
    Participant
    September 1, 2015 at 20:23

    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

    Please, contact administrator
    for this information.
    Avatar: shivas-irons
    shivas-irons
    Participant
    September 1, 2015 at 20:26

    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

    Avatar: Eva
    Eva Kemp
    Support staff
    September 2, 2015 at 08:44

    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.

    Avatar: shivas-irons
    shivas-irons
    Participant
    September 2, 2015 at 20:13

    Thank you. I’ve modified my question on a related issue:

    https://www.dropbox.com/s/medn9x6kqbvaxqq/link%20color.mp4?dl=0

    Avatar: Eva
    Eva Kemp
    Support staff
    September 3, 2015 at 13:55

    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.

    Avatar: shivas-irons
    shivas-irons
    Participant
    September 4, 2015 at 17:41

    Hi thanks for the help. Here are my comments:

    https://www.dropbox.com/s/1jwwuskkt8xqxby/post%20title.mp4?dl=0

    Avatar: shivas-irons
    shivas-irons
    Participant
    September 6, 2015 at 22:51

    Hi just awaiting your reply to my previous question. Thx

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 7, 2015 at 07:44

    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.

    Avatar: shivas-irons
    shivas-irons
    Participant
    September 8, 2015 at 21:23

    great. I made a comment on this video as I need clarification on something related:

    https://www.dropbox.com/s/dhuwhxmbph2v02i/tweaks.mp4?dl=0

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 9, 2015 at 10:00

    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.

    Avatar: shivas-irons
    shivas-irons
    Participant
    September 9, 2015 at 20:10

    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

    Avatar: shivas-irons
    shivas-irons
    Participant
    September 10, 2015 at 04:21

    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

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 10, 2015 at 07:22

    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.

    Avatar: shivas-irons
    shivas-irons
    Participant
    September 11, 2015 at 18:04

    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.

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    September 14, 2015 at 08:00

    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.

  • Viewing 19 results - 1 through 19 (of 19 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.