fullworks
Forum Replies Created
-
Forum: Plugins
In reply to: [Stop User Enumeration] Hi,This plug-in is invalidHi,
Can you share the URL I definitely would like to look further – share privately to support at fullworks.net
This is certainly not what I get when testing
Firstly capitilised A in Author does nothing – only author ( lowercase a ) actually enumerates author as far as I know
Secondly – the trailing slash would make zero difference this plugin looks for ‘author’ it doesn’t care what follows.
Hi Jordon,
sorry that I only just noticed this support request, being the first, I don’t think I had notifications turned on.
I hope by now you are sorted but:
You should add a TXT record with
v=spf1 +a +mx ip4:MY_IP_ADDRESS ~all
substituting your IP ADDRESS of course
DNS record can take hours, sometime up to 48 to fully propagate.
After a reasonable time you can test your SPF record with an online tool like MXTOOLBOX
Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonAny progress?
Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonI’m at a bit of a loss as what to suggest without direct access.
You could try simplifying
printf( '<a href="%1$s" class="eaw-button" %3$s>%2$s</a>', esc_url( eventbrite_event_eb_url(($data->args['tickets'])?'#tickets':'')), $data->args['booknow_text'], ( $data->args['newtab'] ) ? 'target="_blank"' : '' );into just first
printf( '<a href="https://google.com" class="eaw-button">GOOGLE</a>');Which then if the link to Google disappears you know for definite it is something in your setup
If it doesn’t disappear you could try a simplified version of the button – very similar to the ‘title’ link that works and uses the same function.
printf( '<a href="%1$s" class="eaw-button">TEST</a>', esc_url(eventbrite_event_eb_url());Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonp.s. I’m still seeing class=button – have you caching that needs to be cleared?
Are you sure your template is in a correct location and being picked up ( but some extra text like
echo "xxDebugxx";temporarily.Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonAs you can see, the function that delivers the url is
eventbrite_event_eb_urlAnd that works a few lines above in the title.
You could simplify the template all the way down if you like.
Apart from turning off all plugins and switching themes to default ( after cloning into a staging environment ) there is not much more I can add.
Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonI have investigated your issue further.
First can you confirm that you have not created a custom template for widget.php ( which you could have done ) ?
From what I can see the href is missing on the button <a class=”button … but not on the title ( you can se you can click on that ) which is generated from the same function call and data but has no button class.
As I suspect your theme or a plugin is using javascript to remove the href on class=button I tried turning off javascript in my browser – but your theme doesn’t run at all without javascript at all as it has a pre-loader, so I can’t prove that point.
I cant really do much more to debug what is happening on your site without direct access, but if I did I would create a custom template for widget.php and change the button class ( first removing it ) to prove or not that something is hijacking the href.
Creating a custom template is simply a matter of copying templates/widget.php into a folder widget-for-eventbrite-api in your child theme or if you don’t have a child theme, directly in wp-content and editing that file.
Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonWhat version of plugin?
What version of WordPress?
What version of PHP?Can you share the url?
Forum: Plugins
In reply to: [Display Eventbrite Events] Book Now buttonHi, no it is not a known issue, you can see here on the demo site that it does work. https://widget-for-eventbrite-api.demo.fullworks.net/
It could be an issue specific to your sites, such as a plugin that does things with external links. Normal advice would be to, after backing up or on a test server, to disable all plugins except this one and switch the theme to default, see if it works and then revert back one by one to identify the culprit.
If you do find a plugin that causes this issue please let me know.
Forum: Plugins
In reply to: [Stop User Enumeration] Change domainI’ll close this.
Forum: Plugins
In reply to: [Stop User Enumeration] Change domainSorry, I don’t understand your question – is your question related to ‘Stop User Enumeration’ plugin? Can you elaborate further please?
Forum: Reviews
In reply to: [Display Eventbrite Events] Great little toolThank you so much for your positive encouragement, much appreciated.
Forum: Plugins
In reply to: [Widget Revisions] Come up with an errorOK this is the fix.
Line 28 of your plugin file has an SQL error
idbigint(20) UNSIGNED UNSIGNED NOT NULL AUTO_INCREMENT,The duplicated UNSIGNED
should be
idbigint(20) UNSIGNED NOT NULL AUTO_INCREMENT,You can thank me later. Looking forward to an update.
Forum: Plugins
In reply to: [Display Eventbrite Events] Event CategoryWordPress rules do not allow me to support the pro version through this forum. Please reach out to me via the paid plugin contact form.
Forum: Plugins
In reply to: [Display Eventbrite Events] Can’t installThanks for trying this plugin.
Sorry but I can’t really give you general WordPress advice and education.
As your question is not specific to the plugin I will close this request.