abouasy
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Cloudflare blocks REST API requestsi have the save issue with my application while using the “under attack mode”.
To workaround this, i create 2 Page rules with the security level medium.for JSON :>> https://*.domain-name.com/wp-json/wp/v2/*
for images:>> https://*.domain-name.com/wp-content/uploads/*i hope that help.
Forum: Plugins
In reply to: [Classic Editor] Switching to Classic Editor from Block-Editor doesn’t workHi,
i’m facing the same issue and in console i got this errorFailed to load resource: the server responded with a status of 404 ()
/wp/v2/taxonomies?context=edit&lang=ar&_locale=user- This reply was modified 6 years, 2 months ago by abouasy. Reason: img broken
Forum: Plugins
In reply to: [Quick Page/Post Redirect Plugin] Importer – " " char not supported?i have the same issue, it not work when i do SQL search replace.
Forum: Plugins
In reply to: [mobble] How to redirect to an external url?Try past below code after <head>
<?php if (!is_mobile()) { echo "<meta http-equiv='refresh' content='0;url=https://another-link.com'>"; } ?>
Forum: Plugins
In reply to: [SI CAPTCHA Anti-Spam] si captcha does not work with woocommercei have the same problem
it works for me after unchecked this option
“Enable CAPTCHA on the login form.”
Forum: Reviews
In reply to: [Facebook] the Facebook WordPress plugin will make your site slowyes .. i did it by mistake
Forum: Plugins
In reply to: [WooCommerce Geolocation Based Products] ajax product search is not workingi discover the conflicted plugin which effect the add product.
but fore some reason it is working perfect with & not conflict with add category.
plugin name: WordPress Download Manager
https://www.ads-software.com/plugins/download-manager/thanks you Roy for your nice plugin and kind support.
Forum: Plugins
In reply to: [Fast Secure Contact Form] update captcha to version 3.5.4 (Aug 27, 2014)thank you Mike ..
Forum: Plugins
In reply to: [WooCommerce Geolocation Based Products] ajax product search is not workinghello,
i disabled all plugins except woocommerce and the product search is fine now.but how to select wildcard for “any product”. not one by one.
is it possible?
Forum: Plugins
In reply to: [Audio Playlist Manager with Autoresume] How to embed player in footer?after you create the play list ..
add this code wherever you want ..<?php echo do_shortcode(‘[ti_audio media=”750″ autoplay=”1″ autoresume=”1″ repeat=”1″]’); ?>
Note : you can add your own short code as you defined
<?php echo do_shortcode(‘[add your shortcode here]’); ?>Forum: Plugins
In reply to: [Total Security] What Is "Secure Hidden Login"?thanks for the amazing pluging ..
i have question regarding “Secure Hidden Login” ..
How to do it with a specific post/page ?
and
what if i want do it with directory doesn’t a WordPress ?thanks
i think you need to use such code to load text domain
//load Text Domain
load_plugin_textdomain(‘USP’, false, USP_PLUGIN_BASEDIR.’/lang’);https://codex.www.ads-software.com/Function_Reference/load_plugin_textdomain
good luck..
i added the Excerpt extra field it.
but for the category i still need help, so i’m waiting for the premium version ..
speed up man ??
any update about the premium features?
i’m working to translate it to arabic ..
i create the POT and ar.po and ar.mo
but the plugin does not load the local file.
where should i save the languages files ?