Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Mouse wheel scroll to anchor #711186

    Hello!

    Feature request added under the name

    MOUSE WHEEL SCROLL TO ANCHOR

    Everyone who wants this feature implemented then please vote on the following page

    Thanks!

    Mikk

    in reply to: Mouse wheel scroll to anchor #572464

    Hello!

    I tried the first plugin and it this does what I have already accomplished in my website. Namely scrolling to page ID(anchor points) by clicking either links on the webpage or the header menu items. I tried all the checkboxes and all the buttons, followed through the tutorials but I don’t think that is what I was looking for. So I don’t need that.

    The second one I’m not sure how to install or try. It just says to “Include it in your theme manually” to different strings of code. I could use a little help on specifying what to copy where exactly. As in “Copy this piece of code to your file.php(or whatever) that you will find when navigation to this or that folder.”

    The third plugin I have installed and it is quite useful but it does not accomplish what I was talking about above.

    So I’ll try o I’ll try to make it as easy to follow as possible.

    Step 1:
    Go to this demo page:
    https://themify.me/demo/#theme=fullpane

    Step 2:
    Use your mousewheel to scroll. (kindly notice how it is not just scrolling but transitioning to another section on the page and jumping over the gaps between. )

    Step 3:
    Kindly advise if it is possible to implement something like this to your theme if I was using a single page website with section IDs(anchor points) to define different sections.

    in reply to: Mouse wheel scroll to anchor #571603

    Hi.

    The anchor links are working fine. I have no trouble with them as far as clicking a header link or something on the website set as a link to make the page scroll to a specific anchor link. So this does not need further focus.

    The fast scrolling is due to a plugin I use to make the scrolling smoother. The thing is that in order for the parallax feature to have any effect at all is to have a a smooth scrolling experience thus making the movement between the foreground elements and the background image movement more noticeable. Enfold does not provide this feature by default so a plugin has to be used. This is a must but I believe I can fix this on my own with trial and error thus no need to focus here either.

    The real deal I’m looking forward to is the MOUSE SCROLLING experience. Like mentioned in the previous comment – there is a theme called “fullpane” which has a really good mouse scroll feature. Namely every flick on the mouse scroll wheel will send you to the next anchor link. This makes navigating the webpage much easier and the visitor uses way less energy to pinpoint content with his/her scrolling. Also works with mobile.

    Any hints, ideas?

    Much gratitude,
    Mikk

    in reply to: Mouse wheel scroll to anchor #570359

    Hello Yigit!

    I have the same problem: I have a single page site that uses anchors to position different content on the site and buttons to scroll to the specific section. Now when scrolling with a mouse almost 99% of the time the scrolling stops between sections and thus making it really difficult to concentrate on the content.

    The link above shows exactly the same scrolling feature I’m looking forward to applying to my Enfold website – My website

    There’s a zip file with what looks to be a plugin, but does not install in wordpress.

    Would you be so kind to advise us on how would it be possible to maybe use some of these features to improve the “mouse scroll to #section” feature a bit please?

    If the whole procedure takes too long to compose then I would be more then grateful if you advise a general direction or a little hint on where to start then I could maybe figure it out. Add something somewhere, place something somewhere, look something up from somewhere ect…

    Sunshine and cookies,

    Mikk

    in reply to: Wrong menu item highlighted as current page #564981

    Thank you!

    That did the trick for the first menu being highlighted problem when first visiting the page.

    Awsome theme!

    in reply to: Wrong menu item highlighted as current page #563123

    Hello!

    A home button would solve it I guess but that is another button in the header menu and unfortunately if I add any more buttons the menu items and the logo will overlap each other when resizing the window to a smaller size. (Ipad screen seems to have the perfect size. Right on the border of collapsing into mobile view and desktop browser width so that the menu and logo will overlap. I had to resize my header fonts in order to avoid this).

    At some point I might make an “about me” page to be the first one but at the moment this option does not suffice.

    I tried pastin the above suggested code to my functions.php and enfold-functions.php both resulting in a blank white screen when dialing in my website or the wp-admin page in the address bar. I then had to go through an ftp client to delete the code in order to get my page functioning again. So either the above code has some mistakes in it or it doesn’t work.

    One more thing to add to the header active not active issue:

    The header menu items were at first marked as for example “#pulmavideod” to navigate to an anchor on the page. However when I’m on a subpage for example I have clicked on a portfolio item http://mikkrosin.ee/videod/pulmavideod/evelinjamartin then the header menu items won’t work when I’m on that page. Unless I make a custom link with the webpage in front like so: mikkrosin.ee/#pulmavideod. the menu items just do nothing but add “#pulmavideod” to the end of the address in the address bar like so http://mikkrosin.ee/videod/pulmavideod/evelinjamartin#pulmavideod.

    So I could just make the header menu items with a custom link : mikkrosin.ee/#pulmavideod but then the whole header turns blue for some reason and doesn’t react to any hover effects. When the custom links are set as only “#pulmavideod” the menu items are white and on hover they turn blue(which is what I want but the links doesn’t work on subpages).

    Any information to solve this is greatly appreciated and I’m very glad I have found such a theme with such great support.

    Mikk

    in reply to: Wrong menu item highlighted as current page #562259

    Hello!

    It seams that I have the same issue on my page.

    When the page loads up the first menu item in the header gets highlighted.

    This menu item “PULMAVIDEOD” refers to the first anchor section on the page which is just a few scrolls below the front page image slider. All the other menu items/links serve the same purpose for other anchored color sections on the same page.

    I added the following code to the functions.php to avoid the “previous menu item highlighted” issue

    
    function add_custom_script(){
    ?>
    <script>
    (function($){
        $(window).load(function() {
        	$(this).trigger('resize');
        });
    })(jQuery);
    </script>
    <?php
    }
    add_action('wp_footer', 'add_custom_script');
    
    

    Is there something else I could add somewhere to make the first menu item not active until navigated on the respectful page?

    Thank you for your efforts,
    Mikk

Viewing 7 posts - 1 through 7 (of 7 total)