delythchandler
Forum Replies Created
-
Forum: Plugins
In reply to: [Multisite Language Switcher] Incorrect class for Welsh flagHi Dennis,
I can see that you have updated /css/flags.php but the same update I believe is required in /css-flags/flags.php, as the Welsh flag is still not showing in my admin.
No hurry to fix – just when you next do an update!
Thank you so much for this plugin, and your top-rate support!
Forum: Plugins
In reply to: [Multisite Language Switcher] Incorrect class for Welsh flagAmazing, thanks so much!
Forum: Plugins
In reply to: [Multisite Language Switcher] Incorrect class for Welsh flagHi Dennis,
Thanks for your quick reply.
No my language code is cy:
<html lang=”cy” …All my translations are working with the translation file cy.po/.mo so that’s working ok.
Here is a section of code from /css/flags.phpreturn $className = [
'af' => 'flag-icon-za',
'ary' => 'flag-icon-ma',
'as' => 'flag-icon-in',
'azb' => 'flag-icon-az',
'az' => 'flag-icon-az',
'bel' => 'flag-icon-by',
'bg_BG' => 'flag-icon-bg',
'bn_BD' => 'flag-icon-bd',
'bo' => 'flag-icon-cn',
'bs_BA' => 'flag-icon-ba',
'ca' => 'flag-icon-es-ca',
'ceb' => 'flag-icon-ph',
'cs_CZ' => 'flag-icon-cz',
'cy' => 'flag-icon-gb-ls',
'da_DK' => 'flag-icon-dk',
'de_DE_formal' => 'flag-icon-de',
'de_AT' => 'flag-icon-at',
'de_DE' => 'flag-icon-de',
'de_CH_informal' => 'flag-icon-ch',
'de_CH' => 'flag-icon-ch',
'dzo' => 'flag-icon-bt',so cy is defaulting to flag icon flag-icon-gb-ls
If I amend this plugin code to flag-con-gb-wls, or change it in the browser, then the Welsh flag showsForum: Plugins
In reply to: [YITH WooCommerce Wishlist] PHP8.1 compatibilityI’m having the same error with PHP 8.1 and plugin 3.16.0
Hi Dinesh,
Thanks for your response.
I have upgraded the plugin to 4.3.6 and WordPress to 6.1 on the staging site, but I’m still seeing the problem here
https://staging.douglaswillis.co.uk/contact-us/
DelythThank you for your response.
On the live site we are on WP 5.7 and plugin version 4.3.5.
I have tried upgrading the plugin to 4.3.6 on our staging site and the error is still there.I have managed to add ACF fields onto the account page, if anyone needs it:
add
<?php acf_form_head();?>
to the start of the page (before <html>)Then add the following to the account.php template
<h3>Update your profile</h3>
<?php $current_user = wp_get_current_user();
$cf = get_page_by_title(‘Custom field name’, OBJECT, ‘acf-field-group’);
$options = array(
‘post_id’ => ‘user_’.$current_user->ID,
‘field_groups’ => array($cf->ID),
‘form’ => true,
‘return’ => add_query_arg( ‘updated’, ‘true’, get_permalink() ),
‘html_before_fields’ => ”,
‘html_after_fields’ => ”,
‘submit_value’ => ‘Update’
);
acf_form( $options );
?>Yes, I would also like this feature please. I am using Advanced Custom Fields and could like to include some of those registration fields to your user profile page.
Yes, I think my problem was due to the way my WordPress site is set up using Sage/Bedrock/Trellis – https://roots.io/, which gives it a different folder structure that the plugin was not able to cope with. Or it could have been that I am also using multi-site. Whichever the cause, I found this solution worked for me:
I solved it by importing the header onto a traditional wordpress setup (just a simple blank site setup for this purpose), exported the 2 records this generated in wp_options that had option_name = woocsv_headers and woocsv_header as an SQL insert.
I then imported/replaced these 2 records in my wordpress site and then was able to import the csv file successfully.
Note: if your header file changes, you will need to repeat this procedure for the new header.
I hope that’s of help!
I’m having the same problem.
I’ve got it working on my local development site, but it just won’t call in the javascript into the staging or live sites, which are identical, except that they are hosted on a digitalocean droplet instead of locally.
I’d be really grateful if anyone has a suggestion of what may be the problem here.
Forum: Plugins
In reply to: [Ajax Upload for Gravity Forms] Ajax upload settings are not showingI think I’ve solved it.
Problem seemed to be when Network activated on a multisite.
I’ve activated for one site, and the settings page is now showing.Forum: Plugins
In reply to: [Max Mega Menu] Regenerate css!!!!!! Pages goneIs there a way to disable this message please?:
“Max Mega Menu has been updated. Please regenerate the CSS to ensure maximum compatibility with the latest version.”If I regen, then it messes up my styling.
Many thanks
Delyth
I think I’ve sorted it, I had some css in there that was reordering my output.
Many thanks
No, I’ve not post order plugin.
Sorry, just found another link and answer to this – under Products!!