niemion
Forum Replies Created
-
Now I register when visitors click to jump around on the site, but I still can’t track where they are on the site if they simple scroll up and down.
It’s possible with WP Scroll Depth. But be aware that it is partially incompatible with some themes, for instance Zerif Lite.
Any ThemeIsle advice on this one?
Forum: Fixing WordPress
In reply to: Passing form data to a WordPress page on method="post"So to summarize the issue:
I have uploaded a static file to my WordPress root directory, because for some reason the form data is not passed on if I link to a dynamic WordPress page or post in the form action:
<form action="https://www.example.com/order.php" id="signup" method="post" name="signup">
This works, but I really don’t want to rely on such a messy solution. How can I have the form data passed on to a dynamic WordPress post or page? Have I used some reserved variable names or something, that breaks the form when I try to pass on the form data to a WordPress page?
Thank you Rob for responding so quickly.
What would you change “.main-menu ul li a” to in the example below?
<nav class="navbar-collapse bs-navbar-collapse collapse" id= "site-navigation"> <ul class="nav navbar-nav navbar-right responsive-nav main-nav-list" id= "menu-httpwww-example-comfocus"> <li class= "menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-62" id="menu-item-62"> <a href="#aboutus">Om os</a> </li> <li class= "menu-item menu-item-type-custom menu-item-object-custom current-menu-item current_page_item menu-item-home menu-item-64" id="menu-item-64"> <a href="#contact">Kontakt os</a> </li> </ul> </nav>
Is it possible to register it as a hastag anchor pageview when people do not actually click but rather scroll down to certain sections on the site?
Now I register when visitors click to jump around on the site, but I still can’t track where they are on the site if they simple scroll up and down.
Is there as solution to that?
As it turns out there is a good reason that Google Analytics didn’t track clicks on hastag anchors on my site.
Per default Google Analytics Dashboard for WP doesn’t track you when you are logged in as site admin, and this filtering was active when I tested.
So the solution is to enable the option “track fragment identifiers, hashmarks (#) in URI links” under “Tracking Code” and “Events Tracking”.
Forum: Plugins
In reply to: [Simple Fields] WP_Query and dropdownsIs seems wild that there is no simple way to ask for the actual dropdown value. The lack of ability to get to the dropdown and radio values was questioned years back, and people started hammering in the code itself to get it working.
It seems irrational.