Smooth scroll to review tab in woocommerce - wordpress

I am trying to install a smooth scroll for woocommerce and wordpress. There are a lot of plugins available. But all of them are not able to scroll to an anchor in a tab. In this special case I would like to have a smooth scroll when there is a click on the reviews (under the price). There is one plugin which can do this, but it needs two clicks. The first click opens the review tab, and when its open the anchor is on the same page as the link. Then the second click moves to the anchor.
Is it possible to write a javascript capable to do that?

Related

Wordpress - Search Bar Coding / Plugin Needed

I want to add a search bar with customize search in the database,
Like if customer search for cell phone all specification displayed on the same page under the search bar
example link https://z3x-team.com/check-your-phone/
You have to use Ajax Search for WooCommerce.
To install, navigate to Dashboard > Plugins > Add New then search for Ajax Search for WooCommerce, Activate it, and install it.
To configure, Go to WooCommerce > Ajax Search Bar. Here will have multiple settings
Search Bar: You can show submit button and also write a placeholder for the search bar.
Autocomplete: You can set the limit, also you can checkmark the option which you want to show your user on searches, like Product Image, Price, SKU, Categories, and Details.
Make sure to press the save changes button to apply all the changes.
You can show this search bar in the menu as well as in widgets.
Go to Appearance > Menu > Select Ajax Search Bar from Add menu items.
Click on the save menu button.
Now check it on your page.
https://wordpress.org/plugins/ajax-search-for-woocommerce

Hide bottom bar or download button in iPushPull

I am embedding iPushPull in a WordPress Site. I have setup all and data is showing properly on this page:
https://www.daytradingcrudeoil.com//test-data/
I want to hide the whole bottom bar or just share and download button. For that I tried this:
[ipushpull_page folder="r1" page="MyDataPage" height="325px" btn_share="no" btn_download="no"]
as in the example on iPushPull page but nothing happens, buttons are still there.
How can I remove or hide these buttons?
Customising or hiding the bottom bar is only possible if you have a paid-for package. The bottom bar cannot be changed if you have a free account. See the answer on the FAQs page for the iPushPull WordPress plugin.

How to move the button focus to a different section

I am using Zerif wordpress theme. The theme is having 2 buttons namely Features and Get in Touch. Here is the link. The first button scrolls down to features tab whixh was already there in the theme. I want the second button to scroll down to Get In Touch section but unable to do so. Here is how its going to features in customize options. What to do if I want it to move to Get In Touch section.?
You just need to focus on id of that section to which you want to target , Please put following in option Green button link as per your shown image :
http://www.systroplex.com/#contact
#contact is id of Get In Touch Section.

Video in previous slide keeps playing after navigating to next slide

I'm using the Revolution Slider WordPress plugin and I'm having trouble getting the video to stop once the user navigates to the next slide. I can't seem to find the option to disable that, if there is any. Does anyone know if this is possible?
Example: If you go here, click on the first slide, click on the play button that comes up, then navigate to the next slide while the video is playing, you'll notice that the video still plays in the background even though you're on the next slide.
You can stop the player when you click on the arrows. Of course, replace the ID of the player with just iframe to stop all videos if you have more than one or the ID's will change when you modify slides.
$('.tparrows').click(function(){
//either
$('.rev_slider').find('#iframe961').get(0).stopVideo();
//or
$('.rev_slider').find('iframe').get(0).stopVideo();
});
edit:
You need to add &enablejsapi=1 to the video's url too. But then it will work!

WordPress menu - Show a pop-up box when clicked

I would like to click or hover on the links on the right and have it bring up the associated page/post as a pop-up. I have used the primary WordPress nav menu, that can be edited from the dashboard. But WordPress menus contain either pages, links, or categories. What one of those three should I use in the menu, to bring up an associated pop-up? The pop-up will look like this:
I thought a post would be a good one. A page will take the user to a new page which is not really what we want. We want it all to stay on this page.
You should use "lightbox gone wild" from this link. I have used in my site and
it is working very fine. There are many features in it like, next-previous button, close
button, open popup inside popup. For any help you can contact me. I have used it in my site

Resources