Ttemplate
Forum Replies Created
-
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sort squad of playershi
i have changed the slug, but the order still didn’t changed.
how can i fix it?
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] SportsPress with custom fieldsas i said, i just want to pull one specific value from the performence
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] SportsPress with custom fieldshi my friend. thanks for quick replying.
to be honest, i have try to, but nothing happens.
i am not an expert in php.
can you past here an example how to do display two fields – ‘fivesevenfive’, ‘fivesevensix’. from the beging if you can.
if it is a problem, i don’t mind to pay if it is a minor job.
thanks
Forum: Plugins
In reply to: [SportsPress - Sports Club & League Manager] Sort squad of playershi DiegoTerrones
can you please tell me how you create this list?
i also want to do it.
thanks!
Forum: Plugins
In reply to: [TheCartPress eCommerce Shopping Cart] Images for dynamic options NOT SHOWINGhi
between the tags – </div><!– .single-product-options –>
and – <!– .entry-post-thumbnail –>try to insert this code:
<div class=”tcp-single-imagen”>
<?php if ( has_post_thumbnail() ) : ?>
<?php // $image_title = $attachment->post_title; ?>
<?php $imageFull = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), ‘full’ ); ?>
<?php if(function_exists( ‘magictoolbox_WordPress_MagicZoomPlus_init’ )) { ?>
“>
<?php //the_post_thumbnail( ‘height270’ ); ?>
<?php $args = array( ‘size’ => ‘height270’ );
$args = apply_filters( ‘tcp_get_image_in_content_args’, $args, get_the_ID() );
$image = tcp_get_the_thumbnail_image( get_the_ID(), $args, false );
echo apply_filters( ‘tcp_get_image_in_content’, $image, get_the_ID(), $args ); ?>
<?php } else { ?><?php //$post_thumbnail_id = get_post_thumbnail_id( $post_id ); ?>
<?php //$attachment_page = get_attachment_link($post_thumbnail_id); ?>
<!–<p href=”<?php echo $attachment_page; ?>”>–>
<?php //the_post_thumbnail( ‘height270’ ); ?>
<?php $args = array( ‘size’ => ‘height270’ );
$args = apply_filters( ‘tcp_get_image_in_content_args’, $args, get_the_ID() );
$image = tcp_get_the_thumbnail( get_the_ID(), $args, false );
echo apply_filters( ‘tcp_get_image_in_content’, $image, get_the_ID(), $args ); ?>
<!–</p>–>
<?php } ?>
<?php else : ?>
<div class=”slide-post-thumbnail tcp-no-image”>
” href=”<?php the_permalink(); ?>”><img src=”<?php echo get_stylesheet_directory_uri() ?>/images/tcp-no-image.jpg” alt=”No image” title=”” width=”” height=”” />
</div><!– .entry-post-thumbnail –>don’t forget to backup before you do it :}
Forum: Plugins
In reply to: [WooCommerce] woocommerce – shoping cart for each vendorthanks for responding.
does woocommers supports WPML?