• Hey guys, i’m a newbie wordpress user and i’m trying to fin a way to put page tittle left menu button when it’s on a mobile device. I would like to do something like in responsive theme, i mean you see the collapsed button in the right side and in the left side the name of the page you are visiting. Is it possible to do something like that in this theme? can anyone provide me a walkthrough of how to do this step by step??

    Thanks in advance.

    PD: i can’t provide an url cause i’m testing it in wamp.

    [Moderator Note: No bumping, thank you.]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Ithril? Those posts are deleted because you are just bumping. Those get deleted as mentioned in the link above.

    https://codex.www.ads-software.com/Forum_Welcome#No_Bumping

    If you have something new to add then please continue. If it’s just a bump then they’ll continue to get deleted.

    Thread Starter Ithril

    (@ithril)

    @jan Dembowski Thanks for the advice and for closing the other post.

    @electricfeet i found this functions searching in responsive theme folder:

    This is in core/style.css

    .js .main-nav #responsive_current_menu_item {
    		display: block;
    		padding: 5px 40px 5px 10px;
    		color: #fff;
    		font-weight: 700;
    		cursor: pointer;
    	}

    I see that “.js” is calling a function located in a script file

    {t=e(".current_page_item").text()}else if(e("body").hasClass("page-template-blog-php")){t=e(".current_page_item").text()}else{t=e("h1.post-title").html()}}}e(".main-nav").append('<a id="responsive_menu_button"></a>');e(".main-nav").prepend('<div id="responsive_current_menu_item">'+t+"</div>");e("a#responsive_menu_button, #responsive_current_menu_item").click(function(){e(".js .main-nav .menu").slideToggle(function(){if(e(this).is(":visible")){e("a#responsive_menu_button").addClass("responsive-toggle-open")}else{e("a#responsive_menu_button").removeClass("responsive-toggle-open");e(".js .main-nav .menu").removeAttr("style")}})})})(jQuery);

    So here’s my question… can i use the code above or part of it in customizer bootstrap.min.js so i can make menu show current page??

    I’m a real newbie here….cannot remove the words “Edit Page” after each one of my page titles.

    Thanks.

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    imabroker per the forum welcome can you please post your own topic?

    https://www.ads-software.com/support/theme/customizr#postform

    Your problem has nothing to do with this topic.

    @imabroker You don’t need to. Only you can see it, when you are logged on. Others can’t.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Page name in Nav menu’ is closed to new replies.