Forum Replies Created

Viewing 15 replies - 61 through 75 (of 85 total)
  • Thread Starter ronaldb73

    (@ronaldb73)

    had that before, didnt help (but added it again). Plus: when those errors appear, all sites on the server show them and are unavailable. So to me it looks like a server-relates issue, not a wp-installation-related issue.

    Thread Starter ronaldb73

    (@ronaldb73)

    Update: Stupid me, had to update plugin ‘my category order’ to get it working again. Problem solved!

    Forum: Plugins
    In reply to: Nextgen: error in page
    Thread Starter ronaldb73

    (@ronaldb73)

    after updating to the latest version of nextgen, the problem is still there. Anyone?

    I just auto-updated wp-stats to the new version 1.5. It still works, but when I click on ‘Blog stats’ in the wp-dashboard, i get the following error:

    Fatal error: Call to undefined function wp_remote_get() in /home/denhelder/domains/justanexample/public_html/wp-content/plugins/stats/stats.php on line 210

    (justanexample is ofcourse where the sitename is)
    Anyone know what’s wrong?

    Thread Starter ronaldb73

    (@ronaldb73)

    I’ve figured it out, as well as how to show the new sidebar with every single post in cat.62.
    I will be using the sidebar-test.php to show whatever I want to show in the sidebar with this category.

    Thread Starter ronaldb73

    (@ronaldb73)

    Fixed it by doing the following:

    <?php if ( is_category(’62’) ) {
    include(TEMPLATEPATH . ‘/sidebar-test.php’);
    }
    else if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(2) ) : else : ?>
    <?php include (TEMPLATEPATH . ‘/sidebar-2.php’); ?>

    <?php endif; ?>

    Only bad thing is now I can’t use widgets in sidebar-test, or can I?

    Thread Starter ronaldb73

    (@ronaldb73)

    OK, we’re getting there.
    It now shows the sidebar-test.php when you ask for cat 62.
    But…it also shows the regular sidebar.

    This is the code I’m using now:
    <?php if ( is_category(’62’) ) {
    include(TEMPLATEPATH . ‘/sidebar-test.php’);
    } ?>
    <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(2) ) : else : ?>
    <?php include (TEMPLATEPATH . ‘/sidebar-2.php’); ?>
    <?php endif; ?>

    Thread Starter ronaldb73

    (@ronaldb73)

    I’m sorry but it’s just not working./ Forget about the widgets and the content that should be or should not be displayed in the new sidebar. All I want is to have a new sidebar show only with posts in category ’62’.

    When i use this code, as suggested by stvwlf:

    <?php if ( is_category(’62’) ) { ?>
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(3) ) :
    include(TEMPLATEPATH . ‘/sidebar-test.php’);
    endif;
    } ?>

    The following error shows:
    Parse error: syntax error, unexpected T_STRING

    Widgetlogig doesn’t help.

    Thread Starter ronaldb73

    (@ronaldb73)

    I’ll try it later, when there are not that many people on the site.
    But to clearify things, let me try to explain one more time:

    There are many categories on the site. With every post or page you see the regular sidebar (there are 2, the largest sidebar is nr.2).
    This is all fine, no problem so far.

    But… there is a special category (nr 62). When a visitor of the website asks for a summary of the posts in this category, OR whenever someone reads a post, assigned to cat.62, I want them not to see the regular sidebar, but the new sidebar, nr. 3.

    It has nothing to do with what is shown ON or INSIDE the 3rd sidebar.

    Thread Starter ronaldb73

    (@ronaldb73)

    Ok, as both solutions above don’t work, let met try to explain:

    I did add a new sidebar in functions.php
    I can add widgets to it through the WP dashboard.
    I only want this new sidebar to show with category 62 (and all the posts in it)

    The standard themecode for inserting the sidebars is:
    <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(2) ) : else : ?>
    <?php include (TEMPLATEPATH . ‘/sidebar-2.php’); ?>
    <?php endif; ?>

    Now what do I change to make the new sidebar (sidebar-test) to show ONLY with category 62?

    Thread Starter ronaldb73

    (@ronaldb73)

    to some of the corefiles (functions.php, category.php, single.php)

    ANother question: is it possible to make the theme fluid?

    Thread Starter ronaldb73

    (@ronaldb73)

    I’ve found that, thanks to google.
    But: it works in IE, but not in Firefox.
    And it works for flash, but not for adsense (and sort a likes).
    The site (1 of more) is: https://www.denhelderactueel.nl

    Thread Starter ronaldb73

    (@ronaldb73)

    @tinkerpriest
    Is there a way to update the theme? I changed quite a few things in the code over the last few days, so when I just override the files all work is down the drain ??

    Thread Starter ronaldb73

    (@ronaldb73)

    Thanks!
    Seems to be all working nicely now.

    Thread Starter ronaldb73

    (@ronaldb73)

    Great, this works. Just one small issue: the button is too small, so the word ‘reageren’ doesn’t fit.
    see this page to see what I mean.

    Can’t find it in the style.css where to edit this (not in the style.css of my theme (Magazine Basic) and not in the default style.css that comes with WordPress.

Viewing 15 replies - 61 through 75 (of 85 total)