Roboka
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Call to undefined function image_slider_show()Thankyou very much for your help Ranger. I will surely do so
Shukran (swahili word for thankyou)Forum: Fixing WordPress
In reply to: Call to undefined function image_slider_show()actually i dont know who did the site, was refered to help wih the situation after the error appeared. so as of now, i dont know where the slider was downloaded. cant seem to find it when i search for plugins in wordpress dashboard or the website that it refers to as well. seems the support for the plugin stopped.
Forum: Fixing WordPress
In reply to: Call to undefined function image_slider_show()So i have done as you instructed on the function, the site is back on, but the slider images are not showing.
<div id=”sliders”>
<?php if(function_exists(as_tejus_show_slideshow())){as_tejus_show_slideshow();}?>
</div>Forum: Fixing WordPress
In reply to: Call to undefined function image_slider_show()ok. Pasted it on pastebin.com and provided the link.
So what about the <div class=”wholeform”> ? i dont followForum: Fixing WordPress
In reply to: Call to undefined function image_slider_show()how do i identify the changed function name?
Forum: Fixing WordPress
In reply to: Call to undefined function image_slider_show()Havent installed a different slider, your perception makes sense, below is the link to
image-slider/slider.php content. dont seem to find the image_slider_show functionForum: Fixing WordPress
In reply to: Call to undefined function image_slider_show()True, the plugin was not activated, but when i activate, the error is still there
below is the index.php file contents<?php get_header() ?>
<div id=”sliders”>
<?php if(function_exists(image_slider_show())){image_slider_show();}?>
</div>
<div id=”container”><div id=”content”>
<div class=”home-page-column”>
<?php if ( function_exists(‘dynamic_sidebar’)&& dynamic_sidebar(‘Home Page First Column’) ) : endif; ?>
</div>
<div class=”home-page-column”>
<?php if ( function_exists(‘dynamic_sidebar’)&& dynamic_sidebar(‘Home Page Second Column’) ) : endif; ?>
</div></div><!– #content –>
</div><!– #container –><?php get_sidebar() ?>
<?php get_footer() ?>when i remove the reference, the site is back up but the slider is not there