umarglobal
Forum Replies Created
-
Forum: Alpha/Beta/RC
In reply to: Custom Post Type in WordPress 3.0 MenuThanks Kreviii!!
For those of you who dont know where the screen options is
https://en.support.wordpress.com/screen-options/Forum: Plugins
In reply to: Make directory with plugin activationAny help on this im facing the same issue
Forum: Plugins
In reply to: How to not refresh the sidebar at every page load ?How would you implement an iframe in wordpress that dosent refresh? Its near impossible it seems
Forum: Plugins
In reply to: [Plugin: Taxonomy Images BETA] Show image within single.php ?That worked just fine ??
Your so helpful.. Thank you. Great plugin
Forum: Plugins
In reply to: [Plugin: Taxonomy Images BETA] Show image within single.php ?No not at all its just a standard wordpress page.
Confusing thing is that it appears fine when using the short code in wp-admin but when hardcoding it in the template file “menu.php” nothing shows
Forum: Plugins
In reply to: [Plugin: Taxonomy Images BETA] Show image within single.php ?Hi Micheal
Thanks for the prompt response ??
I have used the shortcode within the menu page in wp-admin as
[taxonomy_image_plugin taxonomy="sections"]
and everything works fantastically.However I want the tags to be displayed not within the post but in a particular position which i can on achieve by hard coding it in the template file menu.php where the menu page is using that template. Ive used the following code for this and nothing comes up
<?php do_shortcode( '[taxonomy_image_plugin taxonomy="sections"]'); ?>
Is this a bug or am i doing something wrong. BTW fantastic plugin
Thanks
Umar
Forum: Plugins
In reply to: [Plugin: Taxonomy Images BETA] Show image within single.php ?Did this work for you nicolinuxfr?
Ive used the shortcode via the do_action() function. When using this in taxonomy.php template page the thumbs appear absolutely fine. But ive the same code in a page template file, menu.php and the thumbnails dont show up.
Im using the following code to display the thumbnails
<div class="taxonomy"> <ul> <?php $args = array('taxonomy' => 'sections'); ?> <?php $tax_menu_items = get_categories( $args ); foreach ( $tax_menu_items as $tax_menu_item ):?> <li> <?php if (is_page()){?> <?php do_action('taxonomy_image_plugin', 'fullsize'); ?> <?php } else {?> <?php do_action('taxonomy_image_plugin_print_image_html', 'fullsize'); ?> <?php } ?> <h3><a href="<?php echo get_term_link($tax_menu_item, $tax_menu_item->taxonomy); ?>"> <?php echo $tax_menu_item->name; ?> </a></h3> <p> <?php echo $tax_menu_item->description; ?></p> </li> <?php endforeach; ?> </ul> </div>
Forum: Fixing WordPress
In reply to: Shopp plugin?Shopp is a great plugin. I am using it for various sites. Its stable and very sturdy which is the important thing and its template and plugin API is extensive giving you the ability to really customise the hell out of it.
As if it was not great already Shopp 1.1 (coming out soon) just takes it up another level. Although its in development its taking time cause the release will be very stable and just work, which is why the nitty gritty of everything is being sorted out. Ive seen a preview of the latest release, its awesome and i cannot wait.
PS. I have tried other ecommerce plugins out there and they just dont match the finesse and stability of shopp
Forum: Installing WordPress
In reply to: index.php will not loadHad the same problem, The codex was all written fine but the content in the index file would not pull up just be blank white space, as if there was no code in the index file, I deactivated and reactivated the theme and it all worked after that
Hi there i want to use this system into my site as well..could you be kind enough to tell me how you actually installed it a brief description really..i am willing to pay if it takes a bit of time for you to gather up a tutorial really.
Thanks
U