• Hi

    I download a theme call Iridium and after I intalled it me page start to only show this
    (Fatal error: Cannot redeclare aq_resize() (previously declared in /home1/khalilaw/public_html/whatswhatbim.com/wp-content/plugins/amazing-post-widget/aq_resizer.php:24) in /home1/khalilaw/public_html/whatswhatbim.com/wp-content/themes/Iridium/aq_resizer.php on line 108)

    its on all my pages and im not seeing the content on my site.
    is there a way to fix this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Scott Fennell

    (@scofennellgmailcom)

    The problem is that there are two functions with the same name. You need to either…

    1) Switch themes.
    2) Remove the amazing-post-widget plugin.
    3) Hack the files and change the function names.
    4) Wrap the functions in if(!function_exists(‘aq_resize’)){}

    Thread Starter khalilaw

    (@khalilaw)

    Hi

    I connot not access the back end or front end of my website so i dont think i can 1) Switch themes.2) Remove the amazing-post-widget plugin.

    how do i… 3) Hack the files and change the function names. or 4) Wrap the functions in if(!function_exists(‘aq_resize’)){} ?

    the website is whatswhatbim.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘after adding theme my wordpress is not working’ is closed to new replies.