Link info boxes to a page

This support request was posted in BBQ by lauramanney

Request ID #698 Resolved
  • Can I make these info box graphics link to a page? For design reasons i took off the bar below that says “more info” … If its too complicated i can put it back but i like how clean this is. thanks so much.

    Hello Laura,

    You should put the “Read More URL” and then edit the file template-home.php

    Remove these lines: (#78-87)

    < ?php if ( $infobox_readmore <> '' ) : ?>
    							" rel="bookmark" class="read-more" title="< ?php printf( __( 'Permanent Link to %s', 'nicethemes' ), get_the_title() ); ?>">
    							< ?php
    								if ( $infobox_readmore_anchor <> '' )
    									echo $infobox_readmore_anchor;
    								else
    									_e( 'Read more', 'nicethemes' );
    							?>
    							
    							< ?php endif; ?>
    

    Best,
    Juan.

    when i removed lines #78-#87 it made my site disappear. my lines of those numbers in my php file arent the ones you have above. mine are below. Are you saying that i need to edit something in the code you have above? or will removing code take care of it? i have added the “read more url” as you suggested. http://www.manneydesign.com/newsitebuild/

    <?php if ( $infobox_readmore ” ) : ?>
    <a href="” rel=”bookmark” title=””>
    <?php
    if ( $infobox_readmore_anchor ” )
    echo $infobox_readmore_anchor;
    else

    sorry, im incorrect: this is what lines 78-87 are in my template-home.php

    <?php if ( $infobox_readmore ” ) : ?>
    <a href="” rel=”bookmark” title=””>
    <?php
    if ( $infobox_readmore_anchor ” )
    echo $infobox_readmore_anchor;
    else

    Hi Laura,

    Maybe if you’re running a previous version of the theme they’re not lines #78-#87. That’s why I copied the exact lines you should be erasing.

    Please get your template back to normal, then look for the exact lines I’ve copied in my previous message and erase them. (Check these lines on the forum, not on the notification email )

    Best,
    Juan.

    sorry this is a silly question, im used to using themes that prompt me to update them. where can i download the new version?

    Hi Laura,

    Actually, it’s not 🙂 We’re working to have notifications for theme updates.

    With regards to BBQ’s version 1.0.6, you need to download the files from your account dashboard and then replace your old files with the new ones (the bbq/ folder on /wp-content/themes/).

    Take into account that if you’d changed anything in your functions.php or custom.css (or any other file) files you don’t have to replace them. I would recommend you to make a backup before updating.

    Best,
    Juan.

    Thanks so much Juan. I updated the template and removed the code. its perfect. Just wondering if there’s a way to decrease the space below the info boxes now. so that the footer area comes up closer.

    Wonderful!

    Yes, you can try the following CSS:

    
    .infobox ul.grid { padding-bottom: 0; }
    .infobox li { margin-bottom: 0 !important; }
    
    

    Best,
    Juan.

Viewing 9 posts - 1 through 9 (of 9 total)

This topic is marked as resolved

Only the topic author can re-open this thread.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server