jtibbles
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Strava] plugin has stopped workingI have disabled the Strava code on the website unless ?test=1 is included. So if you want to check it out please go here:
https://www.ebike-europe.com/?test=1and look in the header, on the right hand side.
You can also click through to that particular route and add ?test=1 to the single page and you will also see the code in the “technical information” section at the bottom.
many thanksForum: Plugins
In reply to: [WP Business Directory FREE] Some WPBD questionsNo problem. Please note the amends you make in your own copy of the template (when copied in to your theme directory as described in the FAQ or the support page at https://www.wpbusinessdirectorypro.com) will then be safe and will not be overridden by any future plugin updates.
The update checker in the admin area informs you if any of your template pages become out of date when the plugin has been updated in the future.Forum: Plugins
In reply to: [WP Business Directory FREE] Some WPBD questionsHi, thanks for your message.
Regarding #3, it is not currently possible to add additional custom fields to a business.For #1,2 and 4 this is all to do with the layout. WPBD lets you design the front-end however you see fit. Please see the “How can I customise the look of the business directory?” FAQ. It requires basic HTML and CSS knowledge, but you can sculpt the search page and directory details to suit your own design.
#5 There are no other snippets available but if you take a look at the template pages you will see that (hopefully) it is very simple to make manual amends to suit your needs.
Forum: Plugins
In reply to: [EDD EU VAT Compliance] Can I take over this plugin’s development?Hi Andy, I think the author has basically abandoned it. As long as you will keep providing it for free and giving credit to the author I reckon you could take it, or modify the code enough to make it you own but give the author credit.
It has major issues now so it’s really unusable in its current formForum: Plugins
In reply to: [Crop-Thumbnails] Latest version crippled WPHi, I had the same issue (5.4). I’ve updated the plugin and it seems fine now, thanks
rachelsquires I don’t know if you found a fix but if not here’s what you can do.
Edit the file includes/class-vgs-edd-eu-vat-compliance-checks.phpcomment out line 45:
//edd_set_error(‘country_not_match’, __(‘Your IP Address does not match your billing country. Please contact us to complete your order’, ‘vgs_edd_eu_vat_compliance’));…this will now ignore the IP check. It’s not a perfect solution (it will be overriden if you update the plugin) but as the author hasn’t come back to review the problem it is the only option to go with for now.
Forum: Plugins
In reply to: [No Frills Prize Draw Competitions] Entry Spam – duplicate emailsUnique email addresses must be used to enter a draw. A message tells the user if they have already entered using the same email address.
Forum: Plugins
In reply to: [No Frills Prize Draw Competitions] Numbers of the winnersThe pro version currently allows one winner, but that winner can be re-picked if preferred.
For other multiple winner options you could also manually pick a winner outside of the system – as only the admin has access to a winner picked by the system.
It’s a custom theme
Since the last message we’ve actually removed the need for the dropdown part, only using the quantity field – but I’ve still wrapped it in a div.
So on this page:
https://www.sheevasoultherapy.com/shop/go to the quantity field of a product then view the source code. You’ll see I’ve wrapped it in a “quantity-div” div. Previously the quantity field was not wrapped in anything and it would be separated from another form field by use of a <BR> tag. Wrapping it in a <div> and removing the <br> means I can choose whether to display it as inline or block
Forum: Fixing WordPress
In reply to: span tag is removed when using “Visual” tabYes that’s correct. The bug has been around for a while now but is only a minor thing. I was hoping it might creep up the list a little now.
I managed to make the amend directly to the plugin. I wrapped divs around those fields and removed the “<br>” tags. I can then style the tags myself from my theme’s css ??
I guess the main request I was asking was whether you could wrap divs around the fields rather than listing them one line at a time with “<BR>” tags between them. That way the user has more control over the layout ??
No, I’ve barely got any plugins running on the site and no other shopping based ones. I seems to want to go to the product page rather than the list of products I have in the shop, but for my site there is no product page, just the list of products. I solved it by applying a template to the page and adding this code:
if(isset($_REQUEST[‘product’])){
header(“Location:/shop/”);
}(product is my post type name)
ths fixes it for me but it is quite bespoke
great stuff, thanks
The ability to switch off this check would solve our problem.
This is vital if the system isn’t working correctly as i’m losing customers