Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter Agent8

    (@agent8)

    Hi,

    Sorry for the slow response.

    Yes Hierarchical is enabled in Custom UI type. And in FuturePress > Setting > Post Types > Events the Taxonomy (hierarchical) has Event Categories listed in the drop down. Which is correct. It is seeing the custom ui taxonomy.

    But on testing an Event post the FuturePress setting for How to Expire > Taxonomy Add on typing it still comes up with none of the Event Categories. Instead it allows me to type in and select one of the standard WordPress Post type Categories. Its getting the wrong list of categories from the default post type for WordPress. Not the custom post type.

    Thnaks,
    Nick.

    Thread Starter Agent8

    (@agent8)

    I’ve just spotted the Future > Post Types settings screen. My custom post type appears here but the Taxonomy says No taxonomies found.

    My custom post type has a taxonomy created and has a Past category setup with a post published to it. I’ve tried tweaking the CPT UI settings but I still cant get Future to to accept or show a category to expire the post to.

    However I can select and set a taxonomy from my default WordPress blog. So its set for my custom post type to use the default Post type taxonomy. Which is wrong.

    I’m using GenerateBlocks and GeneratePress theme to successfully display the Events post type. So it must be setup and visible.

    Thread Starter Agent8

    (@agent8)

    Hi Daniel,

    Thanks for the reply.

    The site is a members site using User Frontend Pro plugin to handle editing of a users profile settings including the WordPress User default email field. The user manually changed their email by logging in to WordPress in the frontend of the site and changing their profile settings.

    I have tested this on two user accounts and the update works and translates across to Mailpoet subscriber list successfully. I can’t reproduce a clash.

    Currently the email address for the user is question is set successfully in WordPress User screen. But Mailpoet is refusing to update to this email. Unless I change their email address to a completely different email address. Then Mailpoet updates to that email. But I can’t get it to be the email address needed.

    On looking directly at the database the email needed is still listed in a table for Mailpoet. Although it has a status column of subscribed and a deleted column with a date and time in the past.

    I feel like the email address is being seen as in use as a subscriber already at some point and wont allow it to be used to avoid duplication. Can I remove a the record from the Mailpoet table that shows the relevant email address?

    Thanks,
    Nick.

    Thread Starter Agent8

    (@agent8)

    Hi Hardeep,

    Thanks.

    After clearing my cache several times its suddenly working. This I had to do in all the browsers I’d tested, the cached version still didn’t animate. Changing things at some point must have fixed it. I used Duplicator to migrate the site so perhaps something went wrong there.

    The animation makes the site experience much better.

    Many thanks,
    Nick.

    Thread Starter Agent8

    (@agent8)

    Hi Vinny,

    I’ve now had time to test and the update has sorted out the problem.

    Many thanks,
    Nick.

    Hi,

    I came across this issue a while ago and manged to get some help elsewhere. I can’t remember where but I’ve got the code from a previous site that I was able to reuse when I couldn’t find the answer here.

    Anyway, this can be placed in an author.php file to call fields from the plugin. It’s setup basically to show a Facebook Icon then the word ‘Facebook’ as a link to the URL.

    <?php
    $user_id = $curauth->ID;
    $key = 'people_lists_facebook';
    $single = true;
    $the_field_i_want_to_display = get_user_meta( $user_id, $key, $single );
    $the_field_i_want_to_display = nl2br($the_field_i_want_to_display);
    if ($the_field_i_want_to_display == '')
    { ?>
    <p>Text to show if nothing entered into field - delete if nothing to go here.</p>
    <?php } else { ?>
    <img src="https://www.website.com/images/facebook_16.png" style="margin-bottom:-5px;">
    ">Facebook
    <?php } ?>

    Hopefully that helps somebody!

    Nick.

    Wahey! Thanks. CSS work around fixed it.

    Agent8

    (@agent8)

    Hi Kevin,

    Brilliant, that fixed it. I had tried the_author_meta but must have had the wrong formatting.

    Many thanks for the fast fix.

    Cheers,
    Nick.

    Agent8

    (@agent8)

    Hi,

    I’ve just had exactly the same problem. I’ve just installed the most recent plugin version. Activated and updated my authors templates to include:

    <p><?php echo get_the_author_meta(‘description’); ?></p>

    and nothing is displayed. Switch off the plugin and the content appears in the website authors content page. Switch the plugin on and it disappears.

    If you can point me in the right direction I’d appreciate it!

    Thanks,
    Nick.

Viewing 9 replies - 1 through 9 (of 9 total)