Forum Replies Created

Viewing 15 replies - 16 through 30 (of 48 total)
  • Thread Starter holgee

    (@holgee)

    Hi,
    ehm … well, YES! Sorry for my confusion ??
    But anyhow – many thanks for your reply! I′ll post the problem in the Support area of the correct plugin ??

    Thread Starter holgee

    (@holgee)

    Hi,

    only a short feedback regarding your suggestions:

    After some try & errors with the ESI API, i′ve made a plugin (or widget) out of the mentioned function. By calling this via <?php echo do_shortcode( '[esi basket-count ttl="0"]' ); ?> everything worked like it should! It′s possible to cache the whole page, except the count of the products in the shop basket in the header.

    Therefore: many thanks for your help!

    Thread Starter holgee

    (@holgee)

    Hi,

    BIG thanks for the detailed explanation !!! Unfortunately, the widget can′t use a shortcode, unless i would make a widget out of the function (which as well would be possible).

    But i′ll have a look into this API thing and the sample code first …

    Once again: many thanks for your help!!!!

    Thread Starter holgee

    (@holgee)

    Hallo Markus,

    habe das Update nun durchgeführt. Wie ich sehen konnte, besteht nun beim Label Format auch die Option “meta-key”. Doch in welcher Form müsste hier dann die Werte- Reihenfolge: title, startdatum, ort (wobei “startdatum” und “ort” custom fields sind) eingetragen werden, die als Value erscheinen soll ?

    In den FAQ (“What kind of post meta keys can be used for the label?”) hatte ich bereits etwas von einem Array gelesen … müsste dies dann als Array dort eingetragen werden, da es sich nicht um einen einzelnen Wert handelt? Oder muss hier ein Filter in der functions.php gemacht werden, dessen Name dann im Feld “meta-key” eingetragen wird?

    Lieben Dank schon einmal im Voraus

    Beste Grü?e
    Holger

    Thread Starter holgee

    (@holgee)

    Hallo Markus,

    perfekt und lieben Dank für das schnelle Update !

    Beste Grü?e

    Holger

    Thread Starter holgee

    (@holgee)

    Hallo Markus,

    SUPER! DANKE für den Tipp und Hinweis! Das war genau was ich suchte, bzw. die L?sung war! L?uft jetzt alles perfekt !!

    Und das mit dem Update klingt auch sehr gut ?? …

    Lieben Gru?

    Holger

    Thread Starter holgee

    (@holgee)

    Hallo Markus,

    lieben Dank für die schnelle Rückmeldung! Das Einbinden der zus?tzlichen Werte im Value des Dropdowns hat perfekt geklappt! Wie beschrieben, wurde folgendes in der module.php eingebaut:

    case 'kursdata':
    	$startdatum = get_field('startdatum', $post->ID);
    	$startdatum_de = date("d.m.Y", strtotime($startdatum));
    	$field_post_data['values'][] = $post->post_title . ", " . $startdatum_de . ", " . get_field('ort', $post->ID) ;
    	break;

    “ort” und “startdatum” sind dabei die Custom Fields. Der Name “kursdata” wird dann im Setup des Dropdows als value verwendet.

    Wehrmutstropfen ist, dass ich dies bei einem Update nun wieder einbauen muss – aber das ist “verkraftbar” ??

    Leider funktioniert das Sortieren nach Datum noch nicht, aber dies scheint am Datumsformat zu liegen, hat also nichts mit Deinem Plugin zu tun.

    Einzige Frage hierzu w?re aber noch: was muss dann in CF7 und für ein Feld bei der Sortierung verwendet werden? “Keine” oder “Datum” ? Bzw. überschreibt der Filter diese Einstellung dann komplett?

    Besten Dank schon einmal im Voraus …

    Lieben Gru?
    Holger

    • This reply was modified 6 years, 2 months ago by holgee.
    Thread Starter holgee

    (@holgee)

    Hi mbtocalli,

    unfortunately, i found no solution until now. I have tried different hacks, i found in the web, but the manual payment still does not work. I use the paypal gateway now instead.

    Thread Starter holgee

    (@holgee)

    Hi there,

    sorry for my late reply, and many thanks for your answer! I have installed the fix rate Plugin in addition. This is the only shipping module which is enabled, all others are disabled. Maybe this could be a reason ?

    No, until yet, i could not test the function of WP e-commerce with a default WP Theme. For that I would have install the plugin on a test system. I could not, or would not like to change the theme of the installation of my client (Tach & Nacht – link provided above), on the running webpage. So i hope there could be another reason exept the theme …

    Looking forward for any kind of help !

    Many thanks in advance.

    Thread Starter holgee

    (@holgee)

    @emefka
    Hi,
    unfortunately, i could not fix the problem – so i did an update of the whole wp and plugin installation. After that, everything works fine.

    Thread Starter holgee

    (@holgee)

    Hi Arnee,

    many thanks for your help! I have checked the functions.php and it ends with a ?>, also the quoted workaround does not fix the problem, unfortunately … so it seems that one of the other Plugins causes the error …

    But i am planing an update of the whole installation and the theme in the near future, then at the latest i hope to find out which other plugin causes the error …

    If i have found it, i will give you a info regarding this.

    Thread Starter holgee

    (@holgee)

    Hi Barry,

    many many thanks for your hint – changed the whole query to this:

    <?php global $post;
    $all_events = tribe_get_events(array(
    'eventDisplay'=>'upcoming',
    'posts_per_page'=>4));
    
    foreach($all_events as $post) {
    setup_postdata($post); ?>
    
    <div class="dates-text" id="post-<?php the_ID(); ?>"><meta itemprop="startDate" content="<?php the_event_start_date(); ?>"> <?php echo the_event_start_date(); ?><a href="<?php the_permalink() ?>" title="<?php the_title_attribute(); ?>" itemprop="name"><br /><?php the_title();?></a></div>
    <?php } //endforeach ?>
    <?php wp_reset_query(); ?>

    And it works perfectly !!! If a change to 'eventDisplay'=>'all', all of my events are show (even the passed and the events in the future), and with “upcoming” only the next events are displayed …

    all what i want … ??

    Many thanks for your help !

    Thread Starter holgee

    (@holgee)

    Finally, i have deactivated all other plugins, but the error still occurs – so i made a workaround to paste the rich snippet tags “manually” in the code …

    I think, it has something to do with old db – entries of the other serp plugin, because the WP for SERP / SEO Rich snippets plugin formerly works perfekt !

    Thread Starter holgee

    (@holgee)

    Hello Andy,

    many thanks for your suggestion ! ??

    But unfortunately also with one “m” or when i change it to 'orderby' => 'all' – only the dates of the actual month are shown …

    seems that the query only gets the dates of the actual month – even if there are further events in the next month. Funny thing is, that i don′t change anything in this query – but since the update the quoted “error” occurs

    Thread Starter holgee

    (@holgee)

    Hello,

    many thanks for the reply – bevore i had installed the other rich snipped plugin everything works perfekt – so i think it is not a problem with the WP for SERP / SEO Rich snippets plugin. I will try to deactivate all other plugins and see what happens !

Viewing 15 replies - 16 through 30 (of 48 total)