Forum Replies Created

Viewing 15 posts - 31 through 45 (of 48 total)
  • Posted in:
  • in reply to: Anchor links issue in menu and on single page #178558
    Steve
    Member
    Post count: 54

    hej ed!

    is there anything i can do when linking from another page?
    i guess i have to provide a (full) URL plus anchor, haven’t i?

    for me the worst is a firefox behavior which catches the anchor to the top left even if the anchor is in nth column! in boxed layout content of any column before is pushed to invisible left.

    any clue on that?

    best,

    s

    in reply to: How to modify 'Install Required Plugins' functionality? #169589
    Steve
    Member
    Post count: 54

    since recent updates here is a modified version for #1

    add_filter( 'get_user_metadata', function_disableNotice, 10, 4 );
    function function_disableNotice ($val, $object_id, $meta_key, $single) {
        if($meta_key === 'tgmpa_dismissed_notice_tgmpa') { return true; }
        else { return null; }
    }
    in reply to: wp Nav menu roles #140495
    Steve
    Member
    Post count: 54

    +1
    (for: please let me able to use Nav Menu Roles!)

    in reply to: deep-linking tabs functionality #139764
    Steve
    Member
    Post count: 54

    thanks for your support rui!

    your the confirmation is fine already. i’d rather switch to another user interaction.

    best,
    s

    (topic is closed for me)

    in reply to: deep-linking tabs functionality #139488
    Steve
    Member
    Post count: 54
    This reply has been marked as private.
    in reply to: deep-linking tabs functionality #139462
    Steve
    Member
    Post count: 54

    rui,

    i know how to put the tab deep link! the thing is that they do not work within the same page!!! – please try yourself on a demo page!!!

    i am looking for a solution for a tab deep link from inside a tab of the same page! sounds ridiculous, but it’s not working.

    best,
    s

    in reply to: deep-linking tabs functionality #139405
    Steve
    Member
    Post count: 54

    yea right rui,

    but what is missing to me is now that i am at #3 i’d like to navigate to #2 by a content link! that’s what isn’t working. – and you can test that by opening you tab deeplink #3, then change it manually to #2 and press enter.
    it seems as if it does not move at all.

    best,
    s

    in reply to: deep-linking tabs functionality #139397
    Steve
    Member
    Post count: 54

    hej rui,

    the refresh button is giving me the old #2 url another time.
    what if i’d like to jump from content link in tab2 to tab3? it would be the same as the enter key, no? or how about using multiple deep links in a navigation menu – more or less like one page nav?
    does that work for you as well?

    best,
    s

    in reply to: deep-linking tabs functionality #139219
    Steve
    Member
    Post count: 54

    hej mohammad,

    when i use the deep link to a tab it does work form outside. unfortunately it does NOT work from inside the page. how does that happen?

    e.g. go to
    http://dante.swiftideas.net/shortcodes/tabs-tours/#tab2
    it does open the right tab directly.
    now change the number in the url address bar to 3 (#tab3)
    unfortunately nothing happens at all.

    any idea?

    best,
    s

    in reply to: How to make the sidebar sticky so it scrolls with user #138764
    Steve
    Member
    Post count: 54
    This reply has been marked as private.
    in reply to: How to make the sidebar sticky so it scrolls with user #138711
    Steve
    Member
    Post count: 54

    hej,
    since dante version 2.70 my sidebars do not react to the preference mentioned above anymore! Enable Sticky sidebar is on; sticky is gone.
    any idea?
    best,
    s

    in reply to: right sidebar before content on mobile device #133650
    Steve
    Member
    Post count: 54

    mohammed, i did so already. have a look at your own demo http://dante.swiftideas.net/pages/default-page-sidebar-left/ and shrink the page to mobile use …

    in reply to: right sidebar before content on mobile device #133644
    Steve
    Member
    Post count: 54

    thanks mohammad.
    having a look at your demo http://dante.swiftideas.net/pages/default-page-sidebar-left/ even left sidebar is displayed after content.
    how do you manage to keep left sidebar up and display before content?

    in reply to: one page nav #82664
    Steve
    Member
    Post count: 54

    thanxx, kyle!

    in reply to: one page nav #82660
    Steve
    Member
    Post count: 54

    ok. is the nested question also an advanced topic?
    do i have to edit the functions.js in the original theme location or will it be overwritten in the child? (at child / or at child /js/)

Viewing 15 posts - 31 through 45 (of 48 total)