• Resolved 39images

    (@39images)


    Hi everyone!

    I’m a new user here. I have a couple of questions regarding my WP site. First, here is my URL:

    https://39images.com/wp/

    If you scroll to the footer, you’ll see that I have an error under “most popular posts”: Fatal error: Call to undefined function get_mostpopular() in /mnt/r0201/d17/s14/b02845cc/www/39images.com/wp/wp-content/themes/argonoid/footer.php on line 28

    I’m using Pages, not Posts, so theoretically, I don’t need that in the footer at all. But every time I try to remove it from the css, it screws up the whole footer. I don’t really need anything to generate automatically in the footer. How can I do this?

    Secondly, is there a way I can reduce the space between my page titles and the beginning of the page content? For example, my “about” page:

    https://39images.com/wp/?page_id=8

    I’d like the title “About” to be closer to the paragraphs. There’s a little too much of a gap on the pages.

    Thanks!! ??

Viewing 15 replies - 16 through 30 (of 42 total)
  • Remeber the popular post stuff?
    This is what should be there:
    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Footer 2') ) : ?><?php endif; ?>

    Thread Starter 39images

    (@39images)

    I removed that and it goes blank white…

    39images,

    Send me YOU’RE files. Not the theme the original theme. That i can download by myself. I’ll take a look and try to find you’re problem. But i can’t do it from unmodified files.
    Just zip ou rar the theme and send it via wikisend or sendspace or something like that.

    Thread Starter 39images

    (@39images)

    Here you go!

    My Argonoid Files

    Ok. Thanks. Downloaded it.
    Tested it.
    And it works fine.
    Copy this to you’re footer.php, removing everything in it.
    https://pastebin.com/0bb5WJYj

    No luck?

    Thread Starter 39images

    (@39images)

    You won’t believe this but, white screen. I copied the exact code from the link you provided and pasted it in place of my current footer code. It just turned everything blank white. I’m ready to give up ??

    You could always turn debbug mode on and verify the faulty files.

    Add this to you’re wp-config
    if ( isset($_GET[‘debug’]) && $_GET[‘debug’] == ‘debug’)
    define(‘WP_DEBUG’, true);

    And then access like this
    https://yoursite/?debug=debug

    Try turning off all plugins. And then try to change. I don’t think this is a theme related problem, as i did the changes here and everything went worked fine.

    Thread Starter 39images

    (@39images)

    Well, i just found out that you’re using W3 Total Cache.
    Try turning it off.
    Then make the changes.
    Then activate the plugin.
    Clear all the cache.

    Thread Starter 39images

    (@39images)

    W3 Total Cache is causing the problem! I deactivated it and made the changes. It worked fine! BUT as soon as I reactivated it, it went all white. Can I just leave it deactivated?

    That depends on what you expect, in terms of pageviews and unique visitors for you’re site.
    I think you can leave it off (i would). Remove W3TC completely. If you feel you’re site is kinda slow, then install it again.
    Search for instructions on how to remove W3TC.
    You should only use a caching mechanism once you’re done making changes.

    Anyway, glad to hear the problem is resolved. You owe me a beer :).

    Thread Starter 39images

    (@39images)

    Thanks so much! I really appreciate all your help! I DO owe you a beer! ??

    This should be marked as resolved.

Viewing 15 replies - 16 through 30 (of 42 total)
  • The topic ‘Need a few answers ASAP!’ is closed to new replies.