Conflicts with the Pinnacle template
-
I use the 1.3.5 version of Pinnacle template on a wordpress network (are two sites), I installed the plugin, which as I said is excellent, in the early days it worked perfectly with no problem.
However, after a few days he began to conflict with the topic.
The website’s homepage worked with no problem, however, the inside pages did not loading the stylesheet.
I do not know if you have any relationship, but analyzing the error log found the following problem:
[21-Jan-2016 06:34:19 UTC] PHP Fatal error: Call to undefined function aq_resize() in /home/euagg746/public_html/wp-content/plugins/virtue-toolkit/gallery.php on line 91The line in question possess the following code:
$image = aq_resize($attachment_url, $imgsize, $imgsize, true); if(empty($image)) {$image = $attachment_url;} if($lightboxsize != 'full') { $attachment_url = wp_get_attachment_image_src( $id, $lightboxsize); $attachment_url = $attachment_url[0]; }
The topic ‘Conflicts with the Pinnacle template’ is closed to new replies.