dexter10
Forum Replies Created
-
Forum: Plugins
In reply to: [Ultimate WP Mail] Error thrown on product pageYes, we are running PHP 7.3.
There has been no “set up” except for a single email which we have not sent. The only option we changed was not to send an unsubscribe link. On the dev site we have not even set up a “Send Event”. So there is not set up per se; a single option unchecked and a test email created.
The link you sent is to a PHP file which of course returns an error. Can you send the file as a .zip or simply change the extension to .txt?
Cheers,
Jason
Forum: Plugins
In reply to: [Ultimate WP Mail] Error thrown on product pageWe are experiencing the same problem with the same WordPress configuration on both live and staging sites. We have a single send event configured for “Product Purchased”. However, this send event is not enabled as we are currently testing the plugin and yet “The site is experiencing technical difficulties” error is thrown when submitting a Woocommerce product review. With WP-DEBUG on we see the same fatal error as the original poster.
We can reproduce the error with a default WordPress theme as well as turning off all other unrelated plugins. The problem occurs when we activate Ultimate WP Mail.
If needs be, we can send you WordPress login credentials to help track down the problem.
Cheers,
Jason Jeffers
Forum: Plugins
In reply to: [Mobile Detect] Activation causes 500 server errorApparently another mobile detect plugin was installed causing duplicate classes. You can mark this as user error or delete this question completely.
For the time being, I just dequeued the country-select.js in functions.php. The select dropdown still works. In fact, it’s more inline visually with the theme now than using the script. For anyone with the same problem you could try throwing this into your functions.php file:
function ade_dequeue_woocommerce_country_script() { wp_dequeue_script( 'wc-country-select' ); wp_deregister_script( 'wc-country-select' ); } add_action( 'wp_print_scripts', 'ade_dequeue_woocommerce_country_script' );
Cheers
- This reply was modified 7 years, 4 months ago by dexter10.
Exactly the same problem. And I must have two separate country selectors. Even if I disable the default country selector and have a custom field country selector it messes with the order of the fields unfortunately making the plugin useless. As earlier stated this seems to affect only the default zipcode field. Looks like I will have to go back to coding the new fields…
Cheers
The problem has not been documented well because I forgot to escape the code in the message…
The example should look like this:
<meta property="og:description" content="<a href="domain.com/members/profile-name">profile-name</a>">
Hopefully this is clearer.
Forum: Plugins
In reply to: [Menu Item Visibility Control] Multi RolesSorry to say jmonroe that your solution doesn’t work for me with more than two roles. It does however work with shazdeh’s solution of using role || role || role, etc.
As a side note, the roles need to be in the form of ‘other_role’ and not ‘other-role’. This one had me going for a while.
I have a related but slightly different problem:
My public .ics file will not import as per the other posters here. When I update, the icon spins and then returns nothing. At least it does stop as if it has been updated. I tried the public .ics file from achensee above and the icon spun indefinitely. So it seems like my .ics file is doing something.
However, the private .ics works fine. Go figure. Updates fine, no problems and it shows properly in the calendar.
The problem is that my client only wants to show that he is unavailable on the days and not the details of the agenda. I have selected the “show only my status” in the Google Agenda page for the public agenda, but since the plugin is only importing the private agenda this doesn’t cut the mustard. The user can see all his personal meetings.
I have done the test.php as recommended in another post (can’t seem to track down that particular post at the moment) and the output was as it should be. But the fact that the private .ics is working while the public file does not is strange to say the least.
Any other ideas or solutions?
Thanks in advance.
Forum: Fixing WordPress
In reply to: JJ NextGen JQuery Slider plugin won't work with WordPress 3.2I too am having the same problem as Jon Henwood. A few cycles and the missing picture flashes briefly and then disappears. After a while all the images are blank.
Using WP 3.2.1
Plugin 1.1.8
jQuery 1.6.1Happens in both
— Google Chrome 12.0.742.112
— Firefox 5.0shortcode = [jj-ngg-jquery-carousel html_id=”frontpage-carousel” gallery=”8″ width=”200″ height=”150″ visible=”4″ scroll=”4″ auto=”5″ gap=”18″]
Any suggestions?