Regarding post slider and tab display

Hello,

Is there any method via which we can activate the Div on hover on the tab as seen on the URL (please see URL in secure note). Actually we want to have same effect on the tab on hover as it does on the click on the tab of the slider. The slider used is revolution slider. May be it cab be done via jQuery but we are little bit confused to do so.

Hoping for response.

Thank you and best regards.

Hi Bibhash,

Thank you for reaching out to us.This would require custom development as this is not a theme feature by default and is outside of our support scope, but we will do our best to help you getting started with the customization but we will not be able to implement it. To have a click effect on hover, you can add the following code in the Theme Options > JS:

jQuery(document).ready(function($){
	$('.tp-tab').hover(function() {
		if(!$(this).hasClass('selected')) {
			$(this).click();
		}
	});
});

Please note that the code provided above serves as a guide only and is to help you in getting started so implementing it and maintaining the code will be out of our support scope and for further maintenance for new possible versions of the theme that may cause the customization to break, you will need to hire a developer.

Don’t forget to clear all caches including your browser’s cache after adding the code. Hope this helps!

Hi Nabeel,

Thank you for the code. We can implement it. We were just expecting the code that you have provided.

Thank you once again for the code. It worked but there was some issue while clicking or hovering the second tab. I was forced to move to another tab instead of second tab. The tab just slide to another tabs. Looking for help in this regards.

Thank you and best regards.

Hi Bibhash,

We cant view your site seems to be down at the moment, please check.

In the meantime, you can learn more about the .hover() function here.

Thanks,

Hello,

Sorry to know that you see down. Can you please check the url at the secure note once again. It is working now.

Thank you for the .hover() function but we were unable to sort out. So hoping you response in this matter.

Thank you and best regards.

Hey Bibhash,

We are only seeing this:
(see secure note)

Please make sure that your site is not down.

Hello,

Sorry to know this. Thank you for secure note. After going through the problem we came to know that there is some issue with DNS prorogation. Website is not being browsed from certain location so we are looking in to the matter and trying to fix it. We will let you know when it is done.

Thank you and best regards.

Hi Bibhash,

Sure, please let us know. I also checked it with DNS propagation checker and it’s not really accessible for so many areas.

Thanks!

Hello,

Can you please provide us trace route for the domain from your end. Actually the Domain and DNS manager are unable to locate the issue so they require trace route from the end where the website is not being browsed. So expecting trace route from your end.

Thank you and best regards.

Hi Bibhash,

Please check your domain here https://www.whatsmydns.net/ (as A record), and you’ll see it’s no fully propagated especially along Asia where I am and Ruenel.

Traceroute would result in the same.

Thanks!

Thank you for the tracert. We have provided the same information through DNS checker but domain manager are not understanding as they say it is third party in which they can not depend. The website is easily browsed at their end. We will communicate with this tracert for the solutions.

Also it would be great to know the particular locations from your side in which it is not browsed. May be city name in secure note. Also can you please provide us full trace root with the ip address.

Thank you and best regards.

Hi,

I think now you should be able to browse our website. Only two locations is not being resolved in both DNS checker and whatmydns.net and that location will also be able to resolved within in 24-48 hours as per domain manager.

So hoping for the feedback of our issue.

Thank you and best regards.

Hello Bibhash,

I can now view your site. The code given by @Nabeel is just a string point what you can use to have a click effect when you hover at the tab. This does not mean that will work in your set up right away. Please keep in mind that the Post Slider and and the Tab element has a different structure. You may need to contact 3rd party developer to realize what you have in mind.

Thank you for your understanding.

Hi,

Thank you for response. We will try to do our self. Thank you for your kind support.

Thank you and best regards.

You’re always welcome @bibhashkarn.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.