Soccerwidow
Forum Replies Created
-
Forum: Plugins
In reply to: [Classic Widgets] PHP Fatal ErrorIt was the Enhanced Text Widget that caused the error. Not the Classic Widget.
Closing the support ticket.
Thank you for the widget! Great work!Forum: Fixing WordPress
In reply to: Problem with German CharactersContacted the hosting company and it wasn’t a hosting issue but a setting. They assisted me to define the DB Charset right in wp-config:
define(‘DB_CHARSET’, ‘latin1’);
Forum: Fixing WordPress
In reply to: Problem with German CharactersThank you but it didn’t help unfortunatelly.
I just checked the SQL database, and it’s set to utf8_unicode_ci and displays strange characters too.
I need probably to change that to something that recognises German characters but although I know a little bit of programming, this probably goes beyond my knowledge.
- This reply was modified 2 years, 8 months ago by Soccerwidow.
Forum: Fixing WordPress
In reply to: Black Screen after Click on LinkThank you very much! It did remove the error and I am very please for your quick help.
Unfortunately, the links still don’t work. Any suggestions for that?
Now it works.
Thank you!
Hi!
I changed the coding as advised, now it’s not displaying anything. Nowhere.
Forum: Plugins
In reply to: [WooCommerce] Items in cart are not listed individuallyHi Roxy, you may be right that it is not default behaviour and that I had some plugin doing that. It was extremely handy as we have subscriptions that are prorated and it was possible to see each of them individually, including the discount applied to each.
Unfortunately, I cannot remember which plugin it may have been or if I adjusted some setting that changed it.
Never mind, you can close the post as it’s not a WooCommerce error.
Thank you for your time!
Forum: Plugins
In reply to: [WooCommerce] PHP Deprecated error by wc-page-functionsHi, I’ve just had the same error after an automated upgrade to php version 8.1.
Moving the version back to 8.0 removed that error.
Forum: Plugins
In reply to: [WooCommerce] Deprecated: strstr(): Passing null to parameterHi, I’ve just had the same error and found this comment searching for help.
It’s a PHP error. I had to change the php version to 8.0 for the error to disappear.Forum: Plugins
In reply to: [Slideshow] Add Adrotate shortcode in sliderHi Stefan,
thanks a bunch!
I’ll play a little with the coding, and once I have worked it out (what may take a while I must admit) I’ll publish the code here for other people to use.
Great plugin by the way. I like it. 🙂
Forum: Plugins
In reply to: [Slideshow] Add Adrotate shortcode in sliderHi Stefan, thanks for your swift reply. Is there a way round it?
I’d like to use your slider for proper presentations of various educational topics, but add a few Adsense ads now and between to pay for my efforts.
Forum: Fixing WordPress
In reply to: Autosave Warning Media LibrayI have worked out how to avoid autosaving and give me some time to amend the media library items without getting this error.
The solution is just to increase the time limit for autosave in the wp-config file:
define( ‘AUTOSAVE_INTERVAL’, 900 ); // Seconds
However, what still beats me is how to get rid of the wrong autosaved versions and the messages which are displayed for previously amended media files that there is a more recent version available (which is not!)
It does do not go away despite how often I press the Update button, and also remains there after many hours and days.
Forum: Fixing WordPress
In reply to: Pagination freezesThanks for the advice, but it was a very, very silly error on my side.
After an image on page 2, in order to force a page break I inserted following code:
<p style="clear:right;"><p>Unfortunately, I forgot the “/” closing tag
The correct code is:
<p style="clear:right;"></p>Such a silly error causing so much headache!
I keep thinking what can be done… cache flushing works, but only for the first 5 minutes, and needs to be reset manually.
Would it be possible to add somewhere following code?
<?php if ($_SERVER['SERVER_NAME'] == 'www.main_language.com') { echo ""; } else { $yarpp_cache->flush(); } ?>It would not execute anything if it’s the main language, and flush the cache each time a page is loaded in the other language.
Would it be a good idea to add this code to single.php, probably in the header?
Sorry should this be rubbish, I’m not a programmer…
Forum: Plugins
In reply to: [Print, PDF, Email by PrintFriendly] Need no adsThe pro option only offers to remove PrintFriendly’s ads.
However, I’m wondering if there is an option to replace the ads with own ads? Then the client would be able to target ads to their content (e.g. placing affiliate ads), and of course, this would pay for the purchase of the plugin.