htwinam
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] ALM broken after updateSuch an easy fix!
Yes, that’s sorted it. It’s also resolved a slow loading issue we had that we couldn’t work out.
Thanks for your help!
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] ALM broken after updateI’ve mirrored the client site on our staging server, and updated all plugins/theme/WP to the latest versions. I’ve deactivated most plugins on the site (during testing deactivated all – no difference) and have also tested removing all other JS on the site and the error remains. We have ALM successfully installed on a number of other sites without any issues so must be something to do with this setup.
Is there a way of sending the site URL privately?
Here are the shortcodes being used on the FAQs page (filter and listing):
[ajax_load_more_filters id="faq_filters" target="faq_posts"]
[ajax_load_more id="faq_posts" target="faq_filters" filters="true" filters_url="false" filters_paging="false" post_type="faq" posts_per_page="-1" order="ASC" placeholder="true"]This is the template code:
<?php
$cat_terms = get_the_terms( get_the_ID(), 'faq_category' );
$first_term = $cat_terms[0]->name;
$faqid = get_field('link_to_faq') ? 'id="' . get_field('link_to_faq') . '"' : '';
?>
<div <?php echo $faqid; ?> class="faq-single" data-cat="<?php echo $first_term; ?>">
<div class="faq-question">
<h4><?php echo get_the_title(); ?></h4>
</div>
<div class="faq-answer">
<?php the_content(); ?>
<?php $link = get_field('faq_button'); ?>
<?php if ( $link ) : ?>
<?php $link_url = $link['url'];
$link_title = $link['title'];
$link_target = $link['target'] ? $link['target'] : '_self'; ?>
<a class="et_pb_button" href="<?php echo $link_url; ?>" target="<?php echo $link_target; ?>"><?php echo $link_title; ?></a>
<?php endif; ?>
</div>
</div>Hi Jarno
Thanks for your quick reply – yes, we’re using the free version of the plugin. I’ve installed 8.1.2 and it looks like it’s working so far, as the problem was a bit random I’ll keep an eye on it and let you know if the issue comes back.
Thanks ??
Is there a timeline for resolving this? Same issue here.
Forum: Plugins
In reply to: [Private groups] Dynamic redirect URL for non-logged in usersThe hooks work perfectly, thank you! We’ve used the following and the redirect works exactly as and where we need it to:
$url = 'https://www.example.co.uk/login/?redirect_to=' . $_SERVER['REQUEST_URI']; return $url ;
Forum: Plugins
In reply to: [Private groups] Dynamic redirect URL for non-logged in usersAbsolutely, thanks. Just let me know what I need to do and I’ll try the code out on our install.
Thanks
Forum: Plugins
In reply to: [Private groups] Dynamic redirect URL for non-logged in usersHi, I’m not sure what subscription emails are
This is for the Private Groups plugin, when someone tries to access a forum post and they are not logged in, they get redirected to the URL provided in your plugin settings backend (Forum Visibility – Redirect URL for non-logged in users). This is currently a plain text URL, but we need it to be dynamic, so we can redirect them back to the page they were trying to view (using an Ultimate Member parameter in the URL).
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] HTML AnchorThanks! Just in case anyone else needs to use this, anchor needs to go in the support array:
$args['supports'] = array( 'anchor' => true );
Thanks for your help!
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] HTML AnchorGreat stuff, thanks!
Could you give me an idea of when the next patch is scheduled, just so I can inform my client when we can implement the features he needs?
Thanks
Forum: Plugins
In reply to: [Advanced Custom Fields: Extended] HTML AnchorHi
The HTML anchor appears under the blocks Advanced tab (where you input class names) – usually we can add to ACF blocks via the
supports
parameter withinacf_register_block_type
as'supports' => array('anchor' => true)
. The anchor is then returned using$block['anchor']
in the template, and we can use it as a page anchor.But it doesn’t look like it’s supported by your plugin? If not, is there a way I can hook in to add the anchor support for blocks created through ACF Extended?
Thanks
Forum: Plugins
In reply to: [The Events Calendar] Problem of Time zone UTCHi @aguseo
Do you have a timeline for a fix for this yet? Just purchased Events Calendar Pro for a site that is going live soon, and really need to get this bug fixed.
Having exactly the same problem – the events block is not reflecting the WordPress time zone settings. A lot of events were created before the problem was noticed, so hoping there’s also a fix for retrospectively created events?
Thanks
Helen
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Not indexing category ACF fieldHi Mikko
Thanks for your reply – I’m working with a client’s version of Relevanssi Premium and have ‘Index and search taxonomy pages’ selected (with category ticked below). Does this mean the ACF field content should be showing?
Does Relevanssi index the standard category description field?
Thanks
I have the same error, is there a fix for this?
new : Invalid arguments: {S_400_BAD_REQUEST=Bad request}