Wordpress widget isn't working correctly -


on link (https://truckingscout.com/test/), under widget "hundreds of job on globe" there list of jobs, every job opening same link (something wrong).

here demo of theme (https://jobify-demos.astoundify.com/classic/) can see how needs work.

the problem in css add following code in active theme style.css , check it.

ul.job_listings > li:hover {     box-shadow: inset 5px 0 0 #7dc246; } ul.job_listings li {     position: relative;     border-bottom: 1px solid #ccc;     margin: 0;     padding: 1em; } 

Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -