ravart
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spun] enlarging & rearranging the header textall done!
Forum: Themes and Templates
In reply to: [Spun] enlarging & rearranging the header textmuch better!!!
thanks.
at the risk of starting a new thread – heaven forbid – what’s the best way to hunt for support for the spun theme? it is very tedious to go thru all the support threads, and using google isn’t much better ?
thanks again – i think i’m done with tweaks – now it time to actually put the content together – imagine that!
Forum: Themes and Templates
In reply to: [Spun] enlarging & rearranging the header textspiritualcompanioningforseculartimes.org
thanks
Forum: Themes and Templates
In reply to: [Spun] enlarging & rearranging the header texthi
i have searched support forum and tried several fixes to enlarge the font/text to no avail, thanks for any help.Art
Forum: Themes and Templates
In reply to: [Spun] Link to second blogsiteokay it works !!!!
thanks – anything else to do ???
thanks – have a great rest of your day. resolved, it do believe.
ArtForum: Themes and Templates
In reply to: [Spun] Link to second blogsiteit’s wp super cache – is this okay? to deactivate?
Forum: Themes and Templates
In reply to: [Spun] Link to second blogsitere: snaggy link – all good
re: cache – didn’t help ? chrome still doesn’t work correctly ?
Forum: Themes and Templates
In reply to: [Spun] Link to second blogsiteweird on safari its okay, but not on chrome?
pasted from chrome : https://spiritualcompanioningforseculartimes.org/
snaggy above doesn’t work ?? but i think i know what you mean
Forum: Themes and Templates
In reply to: [Spun] Link to second blogsiteyes
spiritualcompanioningforseculartimes.org
thanks so much
you are pulling me, dragging me into the 21st century of coding geekydom.
pastebin ??? my daughters college friends at princeton would freak out that i even know about it and how an account!
thanks thanks thanks
done for today
time to go meditate……. my head hurts!!!
Forum: Themes and Templates
In reply to: [Spun] Link to second blogsiteis this it?
Forum: Themes and Templates
In reply to: [Spun] Link to second blogsiteokay – i created a pastebin account
how do i send you code?
Forum: Themes and Templates
In reply to: [Spun] Link to second blogsiteokay i’ll try again.
https://spiritualcompanioningforseculartimes.org
don’t know what i’m doing wrong ?
Forum: Themes and Templates
In reply to: [Spun] Link to second blogsitefrom the other day
@media all and (min-width: 1201px) {
.blog #main {
width: 60%;
margin: 0 auto;
}
}Forum: Themes and Templates
In reply to: [Spun] Link to second blogsite<?php /** * @package Spun * @since Spun 1.0 */ /* * Get the post thumbnail; if one does not exist, try to get the first attached image. * If no images exist, let's print the post title instead. */ global $post; $postclass = ''; $url = ''; $custom_link = ''; // Get the custom link if ( function_exists( 'get_custom_field' ) ) { $custom_link = get_custom_field( 'custom_link' ); } else { $custom_link = ''; } // Check if the custom link exists if ( !empty( $custom_link ) ) { //Add in "https://" if it isn't there already if ( strpos( $custom_link,'https://') === false ){ $custom_link = 'https://' . $custom_link; } $url = $custom_link; } else { $url = the_permalink(); } if ( '' != get_the_post_thumbnail() ) { $thumb = get_the_post_thumbnail( $post->ID, 'post-thumbnail', array( 'title' => esc_attr( get_the_title() ) ) ); } else { $args = array( 'post_type' => 'attachment', 'numberposts' => 1, 'post_status' => null, 'post_mime_type' => 'image', 'post_parent' => $post->ID, ); $first_attachment = get_children( $args ); if ( $first_attachment ) { foreach ( $first_attachment as $attachment ) { $thumb = wp_get_attachment_image( $attachment->ID, 'post-thumbnail', false, array( 'title' => esc_attr( get_the_title() ) ) ); } } else { $thumb = '<span class="no-thumbnail">' . get_the_title() . '</span>'; $postclass = 'no-thumbnail'; } } ?> <article id="post-<?php the_ID(); ?>" <?php post_class( $postclass ); ?>> <a>" title="<?php echo esc_attr( the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php echo $thumb; ?></a> </article><!-- #post-<?php the_ID(); ?> -->
[Please use the code buttons to post code on these forums]
Forum: Themes and Templates
In reply to: [Spun] Link to second blogsitethis is getting over my head ??
how do i link pastebin.com to you?