Hi, your theme have one error on js
TypeError: $(...).ticker is not a function
in
https://deceptivespeed.com/wp-content/themes/accesspress-mag/js/custom-scripts.js?ver=1.0.1
the function
$('#apmag-news').ticker({
speed: 0.10,
feedType: 'xml',
displayType: 'reveal',
htmlFeed: true,
debugMode: true,
fadeInSpeed: 600,
pauseOnItems: 4000,
direction: apmag_loc_script.direction,
titleText: ' '+apmag_loc_script.caption+' '
});
if you want just works you can delete the section writed above or replace with
/*
$('#apmag-news').ticker({
speed: 0.10,
feedType: 'xml',
displayType: 'reveal',
htmlFeed: true,
debugMode: true,
fadeInSpeed: 600,
pauseOnItems: 4000,
direction: apmag_loc_script.direction,
titleText: ' '+apmag_loc_script.caption+' '
});
*/
-
This reply was modified 5 years, 7 months ago by
stefanoai.
Thank you. I don’t know a whole lot about coding and use a website theme already created by somebody else. Is there a simpler way to go about this that I would understand better?
did you solve the problem? If not, you must write to the developer of theme