bigship
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Simple Galleries] Show first uploaded image inside post loop?finally i’ve done it 🙂
<?php
$post_id = $post->ID;
$gallery = get_post_meta($post_id, ‘wpsimplegallery_gallery’, true);$image = wp_get_attachment_image_src($gallery[0]);
echo “<img src=\””.$image[0].”\”>”;?>
Forum: Plugins
In reply to: [WP Simple Galleries] Show first uploaded image inside post loop?i’ve tried with this but doesn’t work
<?php if ( get_post_meta( get_the_ID(), ‘wpsimplegallery_gallery’, true ) ) : ?>
” rel=”bookmark”>
<img class=”thumb” src=”<?php echo get_post_meta( get_the_ID(), ‘wpsimplegallery_gallery’, true ); ?>” alt=”<?php the_title(); ?>” />
<?php endif; ?>It returns array even if “true” specified 🙁
Forum: Plugins
In reply to: [WooCommerce Bulk Discount] bulk discount only work with default languageAny news from admin?
furlan3 please update me if you are able to resolve.
thanksForum: Plugins
In reply to: [WooCommerce] product data tab not showingsolved! It was a matter of CSRF_TOKEN.
It is an apache mod_security set up to prevent CSRF attack.
It queues a token “get” variable on every url and this causes problem to some wordpress plugins and themes.Forum: Plugins
In reply to: [WooCommerce] product data tab not showingthanks for reply
same issue for every tab, nothing is displayedForum: Plugins
In reply to: [White Label CMS] Change Editors to Contributorthansk for reply, i have used memebers plugin this to achive what i was looking for.
But anyway still looking if this would be possible tweaking white label!Forum: Plugins
In reply to: [Jazzy Forms] Load blog articles titles as drop down optionwell at least someone with an hint on how this could be done?
thanks