Forums

[resolved] Grid-a-licious theme problem (21 posts)

  1. Colorblind
    Member
    Posted 10 months ago #

    Hello there,

    I am just building the portfolio site for my small design studio and I'm stuck for two days at one stupid little thing.
    I installed the grid-a-licious theme by Suprb and works like a charm. With this theme i've automatically installed and uploaded a plugin called "post-image.php". Well I am no coder, and I really don't get one little thing: Why can't a link my post images to the whole post? How can I do that?
    I've tried with everything I have found on the internet, including the wpguy linked image plugin .
    Oh... And when I upload photos it formes a [gallery].
    Please help me if you can.

    The link to the site is: www.colorblind.ro/test

    Thank you very much,
    Tavi

  2. Colorblind
    Member
    Posted 10 months ago #

    Can anyone please help me with this? I'm really stuck and I don't know what code to change...

    Thank you,
    Tavi

  3. Colorblind
    Member
    Posted 10 months ago #

    problem solved thanks to fredrik tillgren.

    You should find in "index.php" the code:

    <?php if ( $img_full_url != "" ) {
    echo '<img src="' . $img_full_url . '" width="' . $new_width . '" height="' . $new_height . '" />

    '; }

    } else {
    echo '<div class="eachpost ">
    <div>'; } ?>

    And replace it with this one:

    " rel="bookmark"><?php if ( $img_full_url != "" ) {
    echo '<img src="' . $img_full_url . '" width="' . $new_width . '" height="' . $new_height . '" />

    '; }

    } else {
    echo '<div class="eachpost ">
    <div>'; } ?>

  4. Fuelgrafics
    Member
    Posted 9 months ago #

    Hi colorblind!

    I've read your post cause I've the same problem as you (I don't know how to make link to the post from the image).

    I've tried to replace the index.php page code as you say in the last post but It does not work.

    Is any code missing? cause after replacing the code the word '" rel="bookmark"' appears on the image top...

    Thanks for all,

    Fuelgrafics

  5. aigorman
    Member
    Posted 9 months ago #

    Problem solved!

    That piece of code was missing the link bit 'cause of the html formatting of the posting....

    so the whole tag to replace is this:

    <a href="<?php the_permalink() ?>" rel="bookmark"><?php if ( $img_full_url != "" ) {
    echo '<img src="' . $img_full_url . '" width="' . $new_width . '" height="' . $new_height . '" /></a>
    
    '; }
    
    } else {
    echo '<div class="eachpost ">
    <div>'; } ?>

    Now it should work.
    Another question I've got is how do you resize the images?
    Anyone on that one?

    Cheers :)

  6. thesupermarket
    Member
    Posted 9 months ago #

    I forget what the default is but the following, located in the index.php, will resize your images.

    if ( $width < "440" ) { $new_width = "200"; $theClass = "eachpost"; }
    				else if ( $width < "660" ) { $new_width = "440"; $theClass = "eachpost"; }
    					else { $new_width = "660"; $theClass = "eachpost"; }

    You can see that is says if your image is less than 440 resize it to 200. If it is less than 660 it will resize to 440. Anything over 660 drops to 660.

  7. Fuelgrafics
    Member
    Posted 9 months ago #

    Thank you all!

    ;)

    Fuelgrafics

  8. Marco Balaz
    Member
    Posted 9 months ago #

    does work this theme on internet explorer? (i had tested it on IE 6, Win XP) and it doesn't... on firefox works good. also the css, html checker reports toooooo many errors

  9. kolektiv
    Member
    Posted 9 months ago #

    Hi,

    I've replaced the tag as posted here, but I got another problem.
    The images get a black outline that I really hate!
    How to get rid that outline?

    Thank you.

  10. kolektiv
    Member
    Posted 9 months ago #

    resolved :)

  11. walt1997
    Member
    Posted 8 months ago #

    Hi kolektiv:
    can u tell me how to get rid that outline as u did?
    many thanks.
    (also i had tested IE 6 here too. doesn't work)

  12. kingsink
    Member
    Posted 8 months ago #

    Hi,

    I have tried adding this code as suggested in the above post but i am still not getting any images on the index page, this is most confusing, any ideas?

    Cheers

  13. mikefr
    Member
    Posted 8 months ago #

    Hi kolektiv:
    can u tell me how to get rid that outline as u did?
    many thanks.

    you just need to add border="0" to the image-code-part.

    another question about the great theme:

    how can i get the smooth fading mouseover at the preview-posts on the mainpage? i've find a solution with mouseover in the css, but it's not that cool fading :)

    also the preloader, which is running in the most of the sample-pages who are using grid-a-licious. how do i make that?

    thanks for the support.

    mike

  14. brisa_main
    Member
    Posted 8 months ago #

    Im after a slight ammendment to the grid-a-licious theme and linking.
    I want to have, on the main page, just images and a link under it.
    When you click the image or link, it opens the post with as normal but i want to have a large extract of text in there.

    If i post a large extract of text now it appears on the main screen which i dont like.

    Any ideas?

  15. silkeight
    Member
    Posted 7 months ago #

    Hi, I have a little question about Grid-A-Licious.

    I use this theme on my blog website, www.stefantrifan.com/blog/, I loved this, but I dont know how can I post Image on front page.

    If any can help me?
    Thanks.

  16. ruthholland
    Member
    Posted 1 month ago #

    hi. i also have a problem with Grid-a-licious.

    I did not install Wordpress onto my hard drive. I just installed it straight onto Wordpress. So when installing Grid-a-licious I cannot replace the Wordpress file 'media.php' with the Grid-a-licious one.

    can anyone help me?
    thanks

  17. ruthholland
    Member
    Posted 1 month ago #

    Hi...I think I just solved that problem now.

    But I'd like to know how to get rid of the background so I can have my own design, does anyone know??

    Plus...I can only post one image per post, so when i click on it the other pages do not open up. Can anyone help?

    thanks

  18. bek
    Member
    Posted 1 month ago #

    i have a poblem! the post are collapsing the grid is not working? on the out put? how ca fix this??

    cheers!

  19. thewaronmars
    Member
    Posted 3 weeks ago #

    I need help.

    I have grid-a-licious setup and all is running fine, EXCEPT, there is a weird grid box that gets generated with no content in it. It looks like a broken image link. It shows up only on the actual post page. Here is an example:

    http://thewaronmars.com/blog/rad/chula-the-frenchie/

    In safari on Mac, you can see some code and the broken link image. Where and how can I get rid of it? Should be in the page.php portion, right?

  20. obennyko
    Member
    Posted 2 weeks ago #

    Howdy guys,

    I haven't been able to find a grid-a-licious download link. Can any of you email me the theme? My email is ben[at]hibbleton.com

    Thanks.

  21. lupi73
    Member
    Posted 1 week ago #

    Compatible WP 2.8.5 ????

Reply

You must log in to post.

About this Topic