Nico

Forum Replies Created

Viewing 15 posts - 5,806 through 5,820 (of 6,506 total)
  • Author
    Posts
  • in reply to: Changing the names Venue and Organizer on the front end? #1004911
    Nico
    Member

    Hey James and Mad Dog,

    Thanks a lot for working together on this!

    James, the last code suggestion that Mad Dog made seems the right way to go. Please give it a try and let me know!

    Mad Dog, thanks a lot for helping James out!

    Sorry for being so vague about the solution for this, and thanks a ton for pointing it out! I sometimes forget all users don’t have the same technical skills, my bad ๐Ÿ™

    Please let me know if you could get this working,
    Best,
    Nico

    in reply to: Show Cost As A Donation #1004900
    Nico
    Member

    Hey Graham,

    Glad to hear you could get this working ๐Ÿ™‚

    Iโ€™ll go ahead and close out this thread, but if you need help with anything else please donโ€™t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    Nico
    Member

    Hi Daniel and Shelley,

    Thanks for following up on this ๐Ÿ™‚

    I guess both solutions are fine: Just ignoring the notice, or trying to set up a work around for this to work with the site configuration as Daniel suggests. I guess it depends on how your theme works, and the particular needs of your site. But again both are fine!

    Please let me know if there’s anything else I can do for you on this,
    Best,
    Nico

    in reply to: Exclusions not working #1004883
    Nico
    Member

    Hi Nancy,

    Thanks a lot! I’ll set this thread as ‘Pending Fix’, it will still be open so you can confirm this is fixed after updating!

    Have a great week,
    Nico

    in reply to: Facebook Importing Wrong Date #1004876
    Nico
    Member

    Hey Crystal,

    Stocked to hear you could find a work around this ๐Ÿ™‚ Also hanks for sharing your solution here!

    Iโ€™ll go ahead and close out this thread, but if you need help with anything else please donโ€™t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

    in reply to: Events Pro list widget #1004871
    Nico
    Member

    Hey Amy,

    Glad to hear you could get the widget working ๐Ÿ™‚

    Please let me know if there’s anything else I can do for you on this,
    Best,
    Nico

    in reply to: 3.12 – Don't understand/can't close notification #1004868
    Nico
    Member

    This reply is private.

    in reply to: Today events not displaying #1004861
    Nico
    Member

    Hey @guidegirl thanks a lot for jumping in and sharing your solution ๐Ÿ™‚


    @innovanity
    , Can you please try the suggested solution ?

    Hope it does the trick for you as well,
    Best,
    Nico

    Nico
    Member

    Hey everyone here!

    Just wanted to give you a heads up on this: it was an intentional change, but we understood this feature is important for you and we are adding it back in the next release! Thanks a lot for your feedback and also sorry for any inconvenience this might cause in the meantime.

    Please let me know if there’s anything else I can do for you until this is back again,
    Thanks,
    Nico

    Nico
    Member

    Hi Cristina,

    Thanks for following up on this! Apparently you are right in your theory.

    To make this right for now you can add this snippet to your theme’s functions.php file – located at wp-content/themes/your_theme/:


    add_filter( 'tribe_get_photo_view_permalink', 'fix_foto_permalink' );

    function fix_foto_permalink ( $link ) {
    return str_replace ( 'foto' , 'photo' , $link );
    }

    It should replace the ‘foto’ in the URL with ‘photo’, so it at least fix the strange behavior in the site.

    Also have you tried re-saving permalinks settings in WordPress back-end -WP-Admin > Settings > Permalinks > Save Changes ?

    Please let me know how this goes,
    Best,
    Nico

    Nico
    Member

    Hi Tracey,

    Thanks for reaching out and sorry for the inconvenience this might be causing to you ๐Ÿ™

    Can you please indicate in which view this is failing ? I’ve run a quick local test for this and it seems to be working on my end. I see you have Facebook Events Importer in your site, where this events imported from facebook? If you create a new event and ‘hide it from listings’, Is there any difference with existing events?

    Please let me know,
    Best,
    Nico

    in reply to: Changing the names Venue and Organizer on the front end? #1004394
    Nico
    Member

    Hi James,

    Thanks for reaching out. I’m stocked to hear you are having a great experience both with our plugins and also with the support team ๐Ÿ™‚

    Our plugin text domain has changed -check out this article explaining why– to ‘the-events-calendar’, so if you replace the ‘tribe-‘ with the new text domain this should work as it did before.

    Please let me know if changing this does the trick,
    Have a great weekend,
    Nico

    in reply to: Translations gone after upgrade #1004392
    Nico
    Member

    Hi Niklas,

    Thanks for reaching out to us and sorry to hear about this issue you are experiencing.

    I’m not familiar on how Loco works, but when you update the plugin the language files -packed from our translations site before release- are included in the package and will override the old ones. If Loco stores the modified strings in the database -like Say What? plugin does- I think there should be no problems with recovering that. If it modifies the files directly in the plugin folder, I guess the changes are overwritten in the update.

    Please let me know how this works and maybe we can get those strings back,
    Best,
    Nico

    in reply to: Hide event from blog loop #1004389
    Nico
    Member

    Hey Mads,

    Thanks for reaching out to us, and also for your kind words on our plugin!

    Unfortunately there is no setting to achieve this, I guess you can use the ‘pre_get_posts‘ action to modify the query for the main page and exclude the events you don’t want to show up there. For example: you can add a tag to all those events and the exclude that from the main query.

    Please let me know if this answers your questions,
    Have a great weekend,
    Nico

    Nico
    Member

    Hey Theunis,

    Thanks for reaching out to us! Unfortunately there’s no setting that can enable this at the time.

    If you feel confident with your coding skills I guess you can try to build this customization.

    Please let me know if there’s anything else I can help you with,
    Best,
    Nico

Viewing 15 posts - 5,806 through 5,820 (of 6,506 total)