Notice Undefined index imgpos

Latest Reply from moe at 2016-12-24 09:37:33
Moved a site to a new server, now getting the following error


Notice: Undefined index: imgpos in /home/...../wp-content/themes/motorracer/inc/library.php on line 45

Please help
Is anyone able to assist please?
Hi!

Could you give us the URL of your website, please. I'm not able to check your website without this information. I could not able to find the same problem on my test website with the same theme.
Of course...

https://phoenixvulcanriders.us
Hi!

Thanks for letting us know about this issue. We have fixed this error. You may download the updated version of the theme or find the line:

array("class" => $SMTheme->get( 'layout','imgpos' ) . " featured_image")
inside the content-page.php and feedback.php files located in the theme directory
and replace it with:

array("class" => "featured_image")
Thank you! That fixed it!

Leave a reply

Add codeAdd image