MohamedMaher
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] crawler, Page optimization not workingThank you, i really appreciate your help
- This reply was modified 10 months ago by MohamedMaher.
Forum: Plugins
In reply to: [LiteSpeed Cache] crawler, Page optimization not workingIt seems that the issue was caused by a security plugin i disabled it and crawler now works fine grabbing sitemap, yet /wp-admin/admin-ajax.php is still showing 0 and 400 error in console, not sure if this affect litespeed ?
Forum: Plugins
In reply to: [LiteSpeed Cache] crawler, Page optimization not workingI already tested that, for some reason it only return 404 error with some data
array(6) { [“headers”]=> object(WpOrg\Requests\Utility\CaseInsensitiveDictionary)#4465 (1) { [“data”:protected]=> array(7) { [“content-type”]=> string(9) “text/html” [“cache-control”]=> string(28) “private, no-cache, max-age=0” [“pragma”]=> string(8) “no-cache” [“date”]=> string(29) “Thu, 02 May 2024 18:10:18 GMT” [“server”]=> string(9) “LiteSpeed” [“content-encoding”]=> string(4) “gzip” [“vary”]=> string(15) “Accept-Encoding” } } [“body”]=> string(1249) “
by the way i use cloudflare , could that be the problem, i use the ip suggested by litespeed which is the real server ip not the cloudflare one .
Forum: Plugins
In reply to: [LiteSpeed Cache] crawler, Page optimization not workingi didn’t limit it , it was left on default value , now i raised the limit to 100 , crwaling still not working, freezing to the date above, but i noticed that my rankmath sitemap is not accepted for some reason. it’s on:
myDomainName/sitemap_index.xml
i keep getting this when i try to crawl it
No valid sitemap parsed for crawler.
is checked the validation of sitemap by some tools and it’s fine
i hope there isn’t a bug or something
- This reply was modified 10 months ago by MohamedMaher. Reason: more info
Onesignal also load an empty file called (Web) which always throw an error
https://onesignal.com/api/v1/sync/SOMECODE/web?callback=__jp0
When you deactivate the Twentig plugin, does the problem still persist?
In the Chrome Console panel, is there any error message?No, twenty twenty one works normally without it
i also want to point out that i used it with theme switcher , but even after deleting theme switcher and doing all the above steps, it’s still not working for me
Hi great plugin,
taking a backup of options is important to feel more secure , i tested a backup to a clone website using the mentioned plugin but the result was these errors
Warning: A non-numeric value encountered in /home/xy/public_html/test/wp-content/plugins/twentig/inc/twentytwentyone/front-style.php on line 517 Warning: A non-numeric value encountered in /home/xy/public_html/test/wp-content/plugins/twentig/inc/twentytwentyone/front-style.php on line 517 Warning: A non-numeric value encountered in /home/xy/public_html/test/wp-content/plugins/twentig/inc/twentytwentyone/front-style.php on line 517 Warning: Division by zero in /home/xy/public_html/test/wp-content/plugins/twentig/inc/twentytwentyone/front-style.php on line 517 Warning: A non-numeric value encountered in /home/xy/public_html/test/wp-content/plugins/twentig/inc/twentytwentyone/front-style.php on line 523 Warning: A non-numeric value encountered in /home/xy/public_html/test/wp-content/plugins/twentig/inc/twentytwentyone/front-style.php on line 523 Warning: A non-numeric value encountered in /home/xy/public_html/test/wp-content/plugins/twentig/inc/twentytwentyone/front-style.php on line 523 Warning: Division by zero in /home/xy/public_html/test/wp-content/plugins/twentig/inc/twentytwentyone/front-style.php on line 523
- This reply was modified 4 years ago by MohamedMaher.
same here
Forum: Plugins
In reply to: [WP Job Manager] Page jump to top when press load more jobs buttonyes, i think so .
Forum: Plugins
In reply to: [WP Job Manager] Page jump to top when press load more jobs buttonIt was caused by a passive event listener i used
<script>
(function() {
var supportsPassive = eventListenerOptionsSupported();if (supportsPassive) {
var addEvent = EventTarget.prototype.addEventListener;
overwriteAddEvent(addEvent);
}function overwriteAddEvent(superMethod) {
var defaultOptions = {
passive: true,
capture: false
};EventTarget.prototype.addEventListener = function(type, listener, options) {
var usesListenerOptions = typeof options === ‘object’;
var useCapture = usesListenerOptions ? options.capture : options;options = usesListenerOptions ? options : {};
options.passive = options.passive !== undefined ? options.passive : defaultOptions.passive;
options.capture = useCapture !== undefined ? useCapture : defaultOptions.capture;superMethod.call(this, type, listener, options);
};
}function eventListenerOptionsSupported() {
var supported = false;
try {
var opts = Object.defineProperty({}, ‘passive’, {
get: function() {
supported = true;
}
});
window.addEventListener(“test”, null, opts);
} catch (e) {}return supported;
}
})();
</script>Forum: Plugins
In reply to: [WP Job Manager] Page jump to top when press load more jobs buttonWhy there is no response this issue is rocketing bounce rate !
Forum: Plugins
In reply to: [WP Job Manager] Page jump to top when press load more jobs buttonBy the way i tried adding “!” to href=”#” using chrome debug and it worked perfectly , any hint where to find that link in plugin to apply the fix ?
- This reply was modified 5 years, 2 months ago by MohamedMaher.
Forum: Plugins
In reply to: [WP Job Manager] Page jump to top when press load more jobs buttonThe problem is due to the hash (#) that appears next to domain name after clicking the load more link, it’s caused by href=”#” , it should be href=”#!” or any other solutions like the solutions mentioned here .
- This reply was modified 5 years, 2 months ago by MohamedMaher.
yes i always add featured image in all posts using wordpress featured images sidebar button.
i even enabled featured post appearance in single posts even if it’s unneeded for my theme design .
i even tried using image of rankmath snippet and absolutely nothing happen
- This reply was modified 5 years, 2 months ago by MohamedMaher.
Forum: Plugins
In reply to: [Yoast SEO] RankMath Migration to YoastMe too !