enforces
Forum Replies Created
-
“It seems that this setting does not persist. I reenter the API key and it allows me to save “Send notification to Mobile app subscribers,” but then after a reboot of the server the setting is unchecked again.”
I have the same issue. It’s annoying. After 7 days this checkbox will be disabled.
I see that this setting is saved in the database as OneSignalWPSetting “send_to_mobile_platforms”.
You can change the fragment from “send_to_mobile_platforms”;i:0 to “send_to_mobile_platforms”;i:1 in the database
Or modify php code in onesignal-notification.php to “== 0”
if (get_option('OneSignalWPSetting')['send_to_mobile_platforms'] && get_option('OneSignalWPSetting')['send_to_mobile_platforms'] == 0) {
- This reply was modified 1 month, 4 weeks ago by enforces.
In 1.47.5 version I still see this notification.
Hi, I can’t add you access to our site. But the theme was develop with redux framework.
@stevejburge the issue is back. In new version our plugin I see the same error: “More than 1 heirachical taxonomy detected. You must assign a default taxonomy on the settings screen.”
In settings tab “post types” I see taxonomies but when I select it and click save – changes are not saved in the database.In 2.7.0 version is ok.
- This reply was modified 3 years, 1 month ago by enforces.
On my website is the same problem: https://zakupersi.com/kategoria/gratisy/ (right sidebar)
Forum: Plugins
In reply to: [WP No External Links] All links inactiveEdit. I turn off another plugins and problem is inside “WP No External Links” plugin.
PHP 7.1
Wordpress 4.8.1Look at https://zakupersi.com/promocja/kupony-na-darmowe-parkowanie-z-aplikacja-epark/ and red button in bottom of content. Please refresh page when you see url. After 1-4 times the href is missing. It’s random.
- This reply was modified 7 years, 6 months ago by enforces.
Forum: Plugins
In reply to: [WP No External Links] All links inactiveI have a similar problem. I have a Advanced Custom Fields Plugin installed in WordPress and Our plugin. “Advanced Custom Fields” inserting in frontend a button with external link. Sometimes the url is broken (innactive).
<a class="bean-btn red medium square " target="_blank" rel="nofollow">Testowanie kaszek Bobovita</a>
“href” atribute is missing. Is the problem “https://” in an external link?
I’m waiting too.
Where will you add it to plugin code? What do you think?
I solved this problem. I have a code:
<ins id=”adsense-home” class=”adsbygoogle-placeholder” style=”display: none;”></ins>
when change the unique id, the markers is visible. Maybe the problem is with the name.
Forum: Fixing WordPress
In reply to: Comment submit button disappeared after 4.2 updateGreat. It’s works. Thanks.
It’s works. It’s better but the description is without polish diacritics letters.
In ultimate_social_media_icons.php I don’t have got a function “sfsi_string_sanitize()”
In this file (at the end of this file) I see “string_sanitize($s)”:
//sanitizing values
function string_sanitize($s) {
$result = preg_replace(“/[^a-zA-Z0-9]+/”, “”, html_entity_decode($s, ENT_QUOTES));
return $result;
}Doesn’t work.
Fatal error: Call to undefined function string_sanitize() in /home/kovalski/domains/zakupersi.com/public_html/wp-content/plugins/ultimate-social-media-icons/ultimate_social_media_icons.php on line 62
Ok. ??
Forum: Plugins
In reply to: [Simple Author Box] Feature Request: Exclude CategoriesI’m finding this hack also.