Forum Replies Created

Viewing 15 replies - 1 through 15 (of 33 total)
  • Thread Starter eamel

    (@eamel)

    Hi Aniketji! Thanks for your reply, very appreciated.

    Indeed setting the stories option to full does the trick, yet i’ve decided not to use that. Not only does it take forever to load all posts now but also it eliminates the reader’s will to choose the posts itself to read (because their allready shown in full in the timeline, if you get my point).

    Just curious; how come the shortcodes disappear when set to ‘full’? And why is it not possible to achieve that within excerpts?

    I think the power of this plugin lies in the fact that it shows excerpts sort-of fast and display a timeline as it is supposed to be. Showing full posts takes away the magic in my humble opinion ??

    Thanks anyway for the effort to reply.

    Ps. Please do not mind crooked English, it’s a bit rusty.
    ps2. Why is this topic set to ‘resolved’, when i haven’t responded yet to let you know if your suggestion worked or not?

    • This reply was modified 1 year, 6 months ago by eamel.
    Thread Starter eamel

    (@eamel)

    Thank you for your reply but… how come I only come accross all kinds of negative comments on this whole blocks-initiative all over the internet, and you people keep insisting ‘SOME might not appreciate it’? Don’t you read reviews? There are literally thousands, maybe hundreds of thousands of users who DO NOT appreciate it at all…

    Please, let that whole blocks-thing be an option for us to choose from, not something that’s shoved down our throats. Why are you so stubborn? You guys are taking advantage of the lack of competition in blogging tools.

    • This reply was modified 3 years, 7 months ago by eamel.

    Man, I thought it was me. By the way; my whole API disappeared from Facebook and when I’m trying to reconnect from WordPress the page stays blank. Wtf just happened?

    Thread Starter eamel

    (@eamel)

    5 months later, yet no reply to a simple question. Why is it so hard to make the downloadbutton an option? I don’t want that thing on my website.

    It’s a great player but this download button is very, very annoying.

    Thread Starter eamel

    (@eamel)

    Nope. Unfortunately that wasn’t it. ;-(

    Thread Starter eamel

    (@eamel)

    Hi Nickolas. Thanks for your reply. The page where the error(s) occur is: https://www.eamel.net/blog/dirkjan/

    The weirdest thing is; I’ve tried to upload a jpg in three (!) different browsers. Chromium + Chrome, which are stuffed with extensions so one would expect there is a extension which blocks the process but when I do the same thing within the Firefox browser, which has no add-on at all, it still gives the same error.

    As said, the error (partly Dutch, tried to translate it ;-)) to be seen is:

    “Bestand gescand_02_40.jpg succesvol geüpload but with warnings
    Warning: JSON parse error. Upload parameters of this file, passed as JSON string to the handler, could not be parsed.”

    I’ve been through all the settings of your plugin and also installed a new version of javascirpt on my pc. There might be a possibility another plugin blocks it from uploading but I can’t imagine that is the case. I also changed the permissions thorugh FTP but, again, that didn’t work.

    So, I can’t get my head around it, I’m afraid. Thanks in advance for your effort.

    Greetz, eamel.

    I must agree on Doctorofcredit’s suggestion; that Link Boundaries function sucks major monkey balls; I hate it too. It’s very devious and slows down the rythm of writing and editing*. Who made this up? It’s awful!

    And if that’s not enough, than there’s that Link Boundarie thing for the images; even worse!

    I can not understand why disabling this function would be something for plugin-developers; it isn’t. Someone at WordPress thought Link Boundaries would be a great idea, so someone at WordPress should give us WordPress users the option to turn it off. It’s really, really bad.

    Excuse me for my English; it’s a bit rusty.

    Greetz.

    *PS; it doesn’t slow down my site, so no conflicting issue’s here. Link Boundaries are just plain ugly to work with.

    • This reply was modified 7 years, 7 months ago by eamel.
    • This reply was modified 7 years, 7 months ago by eamel.
    Thread Starter eamel

    (@eamel)

    Hello, Blake. Thank you for your reply.

    I’m a bit confused since I don’t know where to put the code from your plugin ([vidbg container=”body” mp4=”#” webm=”#” poster=”#” loop=”true” overlay=”false” overlay_color=”#000″ overlay_alpha=”0.3″ muted=”false”]) in the header.php.

    The original code is this:

    <?php
    /**
    * The Header for our theme.
    *
    * Displays all of the <head> section and everything up till <div id=”main”>
    *
    * @package nightwatch
    * @since nightwatch 1.0.2
    */
    ?><!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <meta charset=”<?php bloginfo( ‘charset’ ); ?>” />
    <meta name=”viewport” content=”width=device-width” />
    <title><?php
    /*
    * Print the <title> tag based on what is being viewed.
    */
    global $page, $paged;

    wp_title( ‘|’, true, ‘right’ );

    // Add the blog name.
    bloginfo( ‘name’ );

    // Add the blog description for the home/front page.
    $site_description = get_bloginfo( ‘description’, ‘display’ );
    if ( $site_description && ( is_home() || is_front_page() ) )
    echo ” | $site_description”;

    // Add a page number if necessary:
    if ( $paged >= 2 || $page >= 2 )
    echo ‘ | ‘ . sprintf( __( ‘Page %s’, ‘nightwatch’ ), max( $paged, $page ) );

    ?></title>
    <link rel=”profile” href=”https://gmpg.org/xfn/11&#8243; />
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />

    <?php wp_head(); ?>
    </head>

    <body <?php body_class(); ?>>
    <div id=”page” class=”hfeed site”>

    <header id=”masthead” class=”site-header” role=”banner”>

    <hgroup>
    <h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>
    <h2 class=”site-description”><?php bloginfo( ‘description’ ); ?></h2>
    </hgroup>

    <nav role=”navigation” class=”site-navigation main-navigation”>
    <h1 class=”assistive-text”><?php _e( ‘Menu’, ‘nightwatch’ ); ?></h1>
    <div class=”assistive-text skip-link”>“><?php _e( ‘Skip to content’, ‘nightwatch’ ); ?></div>

    <?php wp_nav_menu( array( ‘theme_location’ => ‘primary’ ) ); ?>
    </nav><!– .site-navigation .main-navigation –>

    <?php $header_image = get_header_image();
    if ( ! empty( $header_image ) ) { ?>
    ” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”>
    ” width=”<?php echo get_custom_header()->width; ?>” height=”<?php echo get_custom_header()->height; ?>” alt=”” />

    <?php } // if ( ! empty( $header_image ) ) ?>

    </header><!– #masthead .site-header –>

    <div id=”main” class=”site-main”>

    But where to go from there?

    Really appreciate your help!

    • This reply was modified 8 years, 1 month ago by eamel.

    My guess is, the author has collected his money. Why bother supporting afterwards?

    Consumer-friendly isn’t what it used to be.

    If the support was properly done, I would have bought it too. Now they can stick it somewhere dark.

    Thread Starter eamel

    (@eamel)

    Anyone?

    Is this support section even active? Or does nobody no the answer to this question?

    Thread Starter eamel

    (@eamel)

    Thanks for your reply. I will look into it and mark it resolved when it’s uh.. resolved. ??

    • This reply was modified 8 years, 4 months ago by eamel.
    Thread Starter eamel

    (@eamel)

    Darn. Forgot about the third question (can’t edit the original topic, so it seems)

    3. If a related post has no (thumb) image, I would like to automatically replace it with a generic image. Questions is; how and where is to be altered in the code?

    Btw; hand-by-hand because RSS don’t work so I’m forced to enter the 20.000 comments individually ;-(

    So, it’s December. How about it? ??

    (all I need is an option in the front-end commentsection to add a datefield so that the visitor can change the date the comment was placed. Why? Long story short; I’m importing comments hand-by-hand from an old blog but it’s too much work to change the dates in the back-end so it would be nice to enter the proper, original date in the front-end)

    Thread Starter eamel

    (@eamel)

    Never mind. Allready dumped the plugin.

Viewing 15 replies - 1 through 15 (of 33 total)