DigitalEssence
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] CF7 and Recaptcha v3 incorrectly flagging as spamHi,
is there any movement on this issue? It’s not just affecting me but other users.
Forum: Plugins
In reply to: [Contact Form 7] CF7 and Recaptcha v3 incorrectly flagging as spamEverything that is listed in that link you provided I already mentioned in my post. Can you provide any further help?
Thanks for your reply, I think we have an issue with CF7 & Google reCAPTCHA but it’s proving it that’s the issue. I know one customer was on an iOS device but can’t be certain of numbers but it’s often enough for my phone to ring too often.
Forum: Plugins
In reply to: [Contact Form 7] There was an error trying to send your messageHi,
On this site we us an underscores.me theme
Plugins:
Advanced Custom Fields
Advanced Custom Fields: Repeater Field
Contact Form 7
Select Post Types OrderOn the other site we use: Enfold theme
Plugins:
Contact Form 7
MainWP Child
Pure Chat
Redirection
WordPress Popular Posts
WP Notification Bar Pro By MyThemeShop
Yoast SEOForum: Plugins
In reply to: [Contact Form 7 reCAPTCHA Extension] Problem solved! reCAPTCHA not showing“Ok. Latest WordPress (5.02), CF7 5.05, got ReCaptcha v2 to show up after repeated reinsalls.”
I can confirm that rolling back to 5.05 is also working for me.
Thanks to @dexxonmartin for the suggestion.
Forum: Plugins
In reply to: [Yoast SEO] SEO Title templates not workingThis has been resolved.
I had a title and meta description set on my user page which was overriding the template settings. Removed these and the template settings are now visible.
Dashboard > User > Yoast SEO settings > “Title to use for Author page” & “Meta description to use for Author page”.
Forum: Fixing WordPress
In reply to: Plugins Ajax Updates Failing after WP 4.6Mine is: 5.6.21
I’ve also opened up another ticket: https://www.ads-software.com/support/topic/update-failed-page-not-found/#post-8148840
Forum: Fixing WordPress
In reply to: Update Failed: Page not foundhi esmi,
thanks for your reply.
I have tested this on a dev install with one plugin and the default Twenty Sixteen theme and it still occurs.
I’ve renamed the plugin folder and moved one plugin (ASkimet) to a new plugin folder.
Re-uploaded all files from 4.6 zip apart from /wp-content
And the problem still exists.
Forum: Fixing WordPress
In reply to: Plugins Ajax Updates Failing after WP 4.6Hi,
I’m also experiencing this issue with all plugins post 4.6.
Sorry to be so slack in replying.
The answer is no. I’m not using any custom code.
WordPress: Version 4.6
Events Manager: Version 5.6.5
Theme: Twenty Sixteen Version 1.3
No plugins
No custom codeI’ve spun up a new test site with the default Twenty Sixteen theme at https://dev.digitalessence.net/home/
The code is now:
<div class="home_page_event"> [events_list limit="6" pagination="1"] <div class="float-left"> <div class="event_content"> <div class="event_image"><a href="#_EVENTURL">#_EVENTIMAGE</a></div> <div class="event_words"><span class="event_title">#_EVENTLINK</span> <span class="event_date"><strong>Date: </strong>#_EVENTDATES</span> <span class="event_times"><strong>Time: </strong>#_EVENTTIMES</span> <span class="event_price"><strong>Price: </strong>#_ATT{Ticket Price}</span> <span class="event_excerpt">#<strong>_EVENTEXCERPT{5,...}</strong></span> <a class="avia-button avia-icon_select-no avia-color-theme-color avia-size-small avia-position-center " href="#_ATT{Booking URL}"><span class="avia_iconbox_title">BUY TICKETS</span></a> <a class="avia-button avia-icon_select-no avia-color-theme-color avia-size-small avia-position-center " href="#_EVENTURL"><span class="avia_iconbox_title">MORE INFO</span></a></div> </div> </div> [/events_list] </div>
Think I may have it.
I had my Events > Settings > Pages > Event List/Archives > Events Page set to “Events” and on that page I had some Enfold advanced layout areas.
I deleted this page Created a new one and just added:
`<div class=”search_widget_header”>SEARCH</div>
[event_search_form]And then reset the page in the above settings and I think we have it working with search and date range. Let me run some more tests and confirm.
Hi,
I’m still struggling with this issue.
Even the basic WordPress search returns all events.
I’ve spoken to the devs of Enfold and they got me to add the following:
add_action('init', 'ava_search_mod', 10); function ava_search_mod(){ remove_action( 'wp_ajax_avia_ajax_search', 'avia_ajax_search' ); remove_action( 'wp_ajax_nopriv_avia_ajax_search', 'avia_ajax_search' ); }
which didn’t make any difference.
They then suggested removing their Ajax search by removing the following:
//creates ajax search new $.AviaAjaxSearch({scope:'#header'});
which also didn’t work. Still working on this.
My mistake, wrong website and plugin ??
Events Manager Version: Version 5.6.5
Hi,
we are on:
WordPress Version 4.5.3
TEC Version Version 4.2.3
Theme: Twenty Sixteen Version: 1.2I’ve got two events and the following code on the home page (https://dev.digitalessence.net/)
Start of Event list
<div class="home_page_event_block"> <table> [events_list limit="3" pagination="1"] <tr class="event_list_tr"> <td class="event_image"> <a href='#_EVENTURL'>#_EVENTIMAGE</a> </td> <td class="events_table"> <span class="event_title">#_EVENTLINK</span> <span class="event_date"><strong>Date: </strong>#_EVENTDATES</span> <span class="event_times"><strong>Time: </strong>#_EVENTTIMES</span> <span class="event_price"><strong>Price: </strong>#_ATT{Ticket Price}</span> <span class="event_excerpt">#_EVENTEXCERPT{20,...}</span> <a href='#_ATT{Booking URL}' class='avia-button avia-icon_select-no avia-color-theme-color avia-size-small avia-position-center ' ><span class='avia_iconbox_title' >BUY TICKETS</span></a> <a href='#_EVENTURL' class='avia-button avia-icon_select-no avia-color-theme-color avia-size-small avia-position-center ' ><span class='avia_iconbox_title' >MORE INFO</span></a> </td> </tr> [/events_list] </table> </div>
Hi,
the devs for Enfold have come back saying that they can’t support every plugin and recommended that I use The Event Calendar as that is supported by them.
But, I feel their plugin has less functionality than yours so I’d prefer to stick with your plugin.
Is there a way we can work to get this date range resolved? If I know it works we will be purchasing a licence for the plugin (we always support plugin devs).
I’m surprised that a theme would stop the date range from working but if we had an idea of what it is doing and either went back to Enfold or even paid for some customisation.
Thanks,
Hedley
Thanks for advising that you can reproduce this.
I will mark this ticket as resolved.
Hedley