Auto Draft in menu isn't disappearing

2»

Comments

  • Please open the Style tab and adjust colors there:

    Best regards

  • Please open section/wrap/element Advanced settings, go to Custom, and set the ID there:

    The "Book visit" button you are talking about is from the Header Builder, and you do not use it on your website, that is why clicking on the "test" does not work for you.

    The shortcode presented in the article is just an example of possible usage.

    So, to summarize, go to Appearance -> Menus and add a menu item with an anchor link. Then go to the page edit and set this ID to a place where you want to link, as I showed in the screenshot above.


    Best regards

  • Hello,

    We're having a problem with the text being cut off; please see the image below. The browser that was having the problem was Microsoft Edge. I looked at it using Chrome and there's no problem. In other words, the text is cut off when you're using the Microsoft Edge browser.

    Thanks, JL


    Page having the problem: https://rafeller.com/bio/

  • Please turn off all of the plugins, refresh your cache, and check if the problem persists.


    Thanks

  • Hello,

    We had an image on a page that didn't have a caption. I put a caption to it, set the color to all black (#000000), saved the settings and pushed to review the page, but the all black didn't show, only the default color (light black) — what you get when you originally create a caption. In other words, changing the color to the caption didn't change it. The cache for the page, even though it wasn't causing the problem, was cleared.

    Page: https://calingtoncastle.com/images/

    Thank you, JL

  • Second question: How do I make the menu stay on top of the page when scrolling? I looked online for the answer, did what the instructions said to do, but it's still not showing while scrolling. The cache to all of the pages was cleared before I checked the website in incognito mode. Please see the attached images; they show that the sticky header settings are turned on.

    Thank you, JL

    Website: www.calingtoncastle.com


  • 1) Your image displays like this for me:

    Did you handle this?

    2) Sticky menu also works correctly:

    Best regards

  • Hello,

    The problem still exists. I've uploaded another video to show you, which you can find here:

    Thanks, JL

  • When I said the problem still exists above, I referred to the menu disappearing while scrolling. About the caption color not changing on the image, please disregard it.

    Thanks, JL

  • Should I proceed with any particular steps to reproduce that? Sticky header still works correctly for me:

    Did you check that with other browsers or incognito mode?


    Best regards

  • The menu still disappears in Chrome and Safari. All caches were cleared, and the problem still existed in incognito mode.

    JL

  • Please send us the WordPress dashboard access privately through the contact form, which is on the right side at https://themeforest.net/user/muffingroup#contact and we will check what might be the reason.

    Notice!

    Please attach a link to this forum discussion.

    Sending incorrect or incomplete data will result in a longer response time.

    Therefore, please ensure that the data you send are complete and correct.

    Thanks

  • edited November 21

    Hello,

    Menu for the desktop version of the website: We need darker divider lines in the menu between the pages. Please see the attached. I looked online for this setting but couldn't find anything. I also looked in Theme Options but couldn't find anything there.

    Mobile version menu issue: We need divider lines between the pages. Please see the attached image. As you see in the image, you can't distinguish one page from another.

    Thank you, JL



  • 1) I logged into your dashboard and sticky menu still works properly for me:

    Are you sure that none of your browser extensions is the root cause?

    2) Please use the following CSS code:

    #Top_bar .menu li ul li a{
     border-bottom-color: rgba(0,0,0,.3);
    }
    

    3)

    @media only screen and (max-width:767px){
     #Top_bar .menu .menu-item .sub-menu .menu-item a{
       border-bottom: solid 1px rgba(0,0,0,.3)!important;
     }
    }
    

    Best regards

  • Hello,

    The divider lines in the menu look really good. Thank you.

    About the menu disappearing when you scroll and if it's an extension in the browsers, it also disappears on my friend's computer (Chrome also). Furthermore, I don't have any extensions in my Safari browser because I never use it.

    Thanks, JL

  • I was finally able to reprocue this issue, and I found out that one of your custom CSS is the root cause.

    Go to Appearance -> Customize -> Additional CSS, and remove your CSS one by one to find which is the culprit.


    Best regards

  • Hello,

    I found the problem after following your instructions. Thank you. Sorry to have you spend so much time on it.

    Blessings, JL

  • I am always happy to help. 😉


    Best regards

Sign In or Register to comment.