Support

Garden-30 no image shown in Slider on Top (14 posts)

  1. rss Jazzie

    member


    rss Posted 3 years ago
    #

    Hi Milo, great WP Theme !!! Compliment again big theme by you! This one is nearly my most wanted feature to Show News Random like this in WordPress.
    Found out a small bug. In the slide show on top,images from the articles are not displayed. I even delete the wp2.7 Caption Id fromt WP html so the only thing is left in the article is but nothing displayed.
    www.jazzie.net
    Greetings from cologne

  2. rss milo

    moderator


    rss Posted 3 years ago
    #

    Did you use the custom key article_image ?
    The slider makes use of the customfield key/value,
    see reference file from featured php:

    <?php //get article_image (custom field) ?> <?php $image = get_post_meta($post->ID, 'article_image', true); ?>" alt="<?php the_title(); ?>" width="300" height="200" class="right glideimg" />

  3. rss Jazzie

    member


    rss Posted 3 years ago
    #

    Hi Milo
    I dind no changes to your scripts only to css.

    Images are stored in db under _wp_attached_file.
    But if i change the line from (custom field) to that,and remove the // I get an error on featured.php line 50.
    Or did I missunderstood something to do?

    Jazzie

  4. rss milo

    moderator


    rss Posted 3 years ago
    #

    Err, yepp,
    pls DO NOT change any files in the featured php file,
    merely open wp post panel and select edit on of the latest six posts,
    then scroll to bottom,
    open the custom fields,
    add the key
    article_image
    then paste the img url (full path) into the value field,
    repeat this for the latest posts,
    then the images will show up in slider.

  5. rss Jazzie

    member


    rss Posted 3 years ago
    #

    Hi Milo
    ROFL you're my hero!!!!!! Small step to a great result. Maybe in the next evolution step the imgage could be wrapped from db or article html automatic. But never the less the theme is a big solution for modern news style on frontpage and brings me more and more to the point, to talk about an unique design for Jazzie done by Milo :-)

    Jazzie

  6. rss Jazzie

    member


    rss Posted 3 years ago
    #

    me again, one small thing forgotten...... the Tags in slider display nothing.
    Is there any key to activate this, too?
    Jazzie

  7. rss milo

    moderator


    rss Posted 3 years ago
    #

    Updated theme this week on friday to release.
    Care to wait a few hrs? ;P

  8. rss milo

    moderator


    rss Posted 3 years ago
    #

    Updated Garden WordPress theme with cleaned code and style:
    → download it here and overwrite all files,
    general changes in all files including auto image resizer and no custom fields needed.

    Garden WordPress theme

  9. rss Jazzie

    member


    rss Posted 3 years ago
    #

    Hi Milo
    THX Downloaded and overwritten but some errors occured. So i switched back to last version. I will upload and test on monday or tomorrow on other space to look what will happen there. First thing is, i saw there was a second slide action below the top slide.Maybe this belongs to the articel_image still enabled.
    I will report as soon i can
    THX since than :-)

    Jazzie

  10. rss Jazzie

    member


    rss Posted 3 years ago
    #

    Hi Milo
    so now i switched to update version, after deleting the special vars for Image.
    Maybe you get an impression by viewing to www.jazzie.net to see how your update of garden-30 works.
    Single Bug is on same settings that images are displayed in some articles- 1 not.
    If i use image Settings by wp 2.7, wp puts me [caption description]. This i have to delete manual, cause if not, this lines of wp would be written befor texte beneath image
    . Second is the display of header.
    In my site you see there is missing the forward next buttons below slide....
    But at least a great and impressive theme layout.
    Jazzie

  11. rss Jazzie

    member


    rss Posted 3 years ago
    #

    At what line I can change and resize the RSS Button in the sidebar?
    Jazzie

  12. rss milo

    moderator


    rss Posted 3 years ago
    #

    Filter to remove captions:
    <?php
    add_filter('disable_captions', create_function('$a','return true;'));
    ?>

    to use in functions.file.

  13. rss Jazzie

    member


    rss Posted 3 years ago
    #

    Yep works fine now ....:-)
    At what line I can change and resize the RSS Button in the sidebar? Looks very bad so big ;-) Didn't found out since now
    Jazzie

  14. rss milo

    moderator


    rss Posted 3 years ago
    #

    Open css and find this:

    #middle A IMG, #middle A:hover IMG { width: 50%; height: 50%; display: block; text-align: center; margin: 0 auto; }

    as it's the middle bar you can remove it or give own rules.

    btw: asign your mail address with gravatar here Gravatar sign up, then you'll have everywhere your avatar showing up.

Reply

You must log in to post.

Design by milo

Milo designs web sites that strike the perfect balance between professional high-class graphics, functionality, usability, user experience, and high performance.