Anika
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Catalogue] Different templates for different categoriesThanks Maeve. One question more – is it possible to have more than 3 images attached to one product?
xx, AForum: Plugins
In reply to: [WP Catalogue] Hide empty categories and sub-categoriesI am sorry sorted out, silly me:)
Hi,
thanks for rapid respond. It’s WordPress 3.8. I have notices that everything was fine before installing this plugin:( Have to check it again, maybe it is coincidence. xx ANikaI am sorry, of course I had in mind All In One WP Security & Firewall.
xx
AnikaForum: Plugins
In reply to: [WP-Members Membership Plugin] Edit Your Information – wrong datasorted out
Hi Pippin, my fault as always. Sorry there was empty field and then I have found that by default it is 24 hours:)
Thank you very much for your support.
xx
AnikaHi Pippin,
I have updated plugin and the same situation happened today. Customer received purchase confirmation but when he clicked the link it shows first that thry do not have permission to download this file, then Sorry but your download link has expired. Do you have any suggestions what can do do? Thanks for your help in advance
xx
AnikaIt is 1.5.2.2 but as I said it happened just once, before I have disabled IPN verification. Do you think it could be caused by this?
I also wondering why buyer ID was -1. It is normal?Order has been placed few minutes before. There is no expiration for downloads. What I did was changed status to pending and changed to completed and the email with links to downloads has been sent again, this time all of them were working. What I also did is I disabled IPN Verification before. Not sure what happened.
Hi Pippin, Thank you for your answer and great plugin:)
How embarassing – it was just my ipod fault. On other it works perfect.xx
AnikaForum: Fixing WordPress
In reply to: WordPress 3.5 standard type postHi, there is an option while adding post. But I could not find where to edit template for standard post. For other post types there are templates, for example content-aside.php. The standard one it is possible to edit in content.php
Anyway, this new twentytwelve is really nice.Forum: Fixing WordPress
In reply to: WordPress 3.5 standard type postSorry, found it. Thanks Deepbevel for your interest.
Forum: Fixing WordPress
In reply to: WordPress 3.5 standard type postHi Deepbevel!
I just try to modify twentytwelve to see what’s new there.
Forum: Plugins
In reply to: [Event Organiser] Event page shows only textHi Stephen,
Step by step and I resolved it.
Thanks a lot!Anita
Forum: Plugins
In reply to: [Event Organiser] Event page shows only textHi Stephen,
Thank you very much for all your supprt:)
I have another problem, I used the piece of code you suggested to use to another user.
My problem is that when I add more than one venue to Venues all of them are displayed on single-event page. It does not matter that I selected just one venue.I have used this code:
<?php $venues = eo_get_venues(); if( $venues ): foreach( $venues as $venue ): //IMPORTANT: Make sure venue ID is an integer (If its a string, it will be interpreted as a slug). $venue_id = (int) $venue->term_id; printf('<div id="venue-%d">', $venue_id ); /* Display venue name and address */ echo '<header class="entry-header"> <h2>Get directions</h2>'; printf(' %s ', eo_get_venue_name($venue_id) ); $address = array_filter(eo_get_venue_address($venue_id)); echo implode(', ',$address); echo '</header>'; /* Display venue description & map */ echo '<div class="entry-content">'; echo eo_get_venue_description($venue_id); echo eo_get_venue_map($venue_id); echo'</div>'; echo'</div>'; endforeach; endif; ?>
Can you please help me?
regards,
Anita