welsh10
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyPress Group Email Subscription] Emails Suddenly StoppedHi @boonebgorges,
I have asked them to check this and they are saying ‘POST 200 /wp-admin/admin-ajax.php?action=wp_bpges_send_queue&nonce=a4951b6cfd CACHES:-/WHITELISTED’
Apparently there is no issue their end.
Is there anything else that may be the cause?
Appreciate the help.Thanks
Forum: Plugins
In reply to: [Polylang] Version 2.6 kills my sitesAwesome work! This appears to be fixed!
Forum: Plugins
In reply to: [Polylang] Version 2.6 kills my sitesHi @chouby,
If I disable Yoast there is no issue. If I leave Yoast activated I get the error
‘The site is experiencing technical difficulties.’I checked the link you posted around Yoast SEO – Although this does not appear to be the same issue.
Thanks
Forum: Plugins
In reply to: [Polylang] Version 2.6 kills my sitesHi @chouby,
I’ve used the function exists on a staging site.
Turns out this issue is Yoast SEO plugin?Any ideas why it breaks?
Thanks
Forum: Plugins
In reply to: [Polylang] Version 2.6 kills my sitesThis is what I’ve done:
/* CTA Translation*/ if (function_exists('pll_register_string')) { add_action( 'admin_init', function() { pll_register_string( 'Footer CTA', '<h2>Got a question?</h2>We're here to help. Check out our FAQs, send us an email or call us at 1 800 555 5555', get_theme_mod( 'cta-text' ) , true); }); }
But this still breaks the site?
- This reply was modified 5 years, 8 months ago by welsh10.
Forum: Plugins
In reply to: [Polylang] Version 2.6 kills my sites.
Forum: Plugins
In reply to: [Polylang] Version 2.6 kills my sitesHi @chouby,
I’ve added:
/** * Returns translated string if polylang exists or output's not translated one as a fallback * * @param $string * * @return string */ function pl__( $string = '' ) { if ( function_exists( 'pll__' ) ) { return pll__( $string ); } return $string; } // these function prefixes can be either you are comfortable with.
To my functions hopefully it will fix?
`Forum: Plugins
In reply to: [Polylang] Version 2.6 kills my sitesI have tried to removed this from functions.php
/* Translation */ add_action( 'admin_init', function() { pll_register_string('apply-btn','Apply now'); });
But this did not work
- This reply was modified 5 years, 8 months ago by welsh10.
Forum: Plugins
In reply to: [WP Job Manager] Company page issue since update to version 1.33.0Close Ticket
Forum: Plugins
In reply to: [WP Job Manager] Company page issue since update to version 1.33.0@richardmtl – It appears the update fixed the issue.
There is now a new bug – but I’ll post this in a new thread – it’s probably also theme related.
Thanks for getting back (Y)
Forum: Plugins
In reply to: [Theme My Login] TML Is forcing users to reset passwordHi @jfarthing84
Great. I have the notification extension, please could you tell me which notification I need to disable to stop this happening?
Thanks
Thank you for getting back to me.
Please could you break this down into instructions as I think I misunderstood.
Are you suggesting I create a number box asking for the registrant to type their age in?Thanks
Hi,
I have now corrected the issue with custom css:
@media screen and (max-width: 480px) { .select2-container { display: block; } /* Extra small devices (phones, 600px and down) */ } @media only screen and (max-width: 600px) { .select2-container { display: block; } /* Small devices (portrait tablets and large phones, 600px and up) */ }@media only screen and (min-width: 600px) { .select2-container { display: block; } /* Medium devices (landscape tablets, 768px and up) */ } @media only screen and (min-width: 768px) { .select2-container { display: block; } /* Large devices (laptops/desktops, 992px and up) */ } @media only screen and (min-width: 992px) { .select2-container { display: none; } /* Extra large devices (large laptops and desktops, 1200px and up) */ } @media only screen and (min-width: 1200px) { .select2-container { display: none; } }
I think this is a bit overkill but would like to know your thoughts?
Thanks
I cant find the issue. I have contacted my theme devs and they have responded with this:
“The 3rd party plugin “ultimate-member” you have on your website affects the work of the theme https://prntscr.com/lm3m92 . It’s not our theme issue.”
Would appreciate any help, as the dropdown keeps disappearing for users on mobile devices.
Thanks