kaliraw
Forum Replies Created
-
Forum: Plugins
In reply to: [Download Attachments] Error, do not download the files in WordPress 6.1Unfortunately the plugin is no longer supported for some time.
This plugin has been closed as of January 12, 2023 and is not available for download. Reason: Security Issue.Forum: Plugins
In reply to: [Relevanssi - A Better Search] Page excerpt in result page don’t workThanks, I had already found this guide of yours before you brought the question but it hadn’t solved the problem for me.
Moreover I understand that this filter removes the shortcodes generated by the page composer but, on the page in question, I haven’t activated any composer.
The curious thing is:– if I completely clean up the text by adding only the word “test” with no html code, the summary is displayed;
– if I put back the text I had originally instead I don’t see any summary;In function.pho I entered this code first:
add_filter(‘relevanssi_pre_excerpt_content’, ‘rlv_trim_divi_shortcodes’);
function rlv_trim_divi_shortcodes($content) {
$content = preg_replace(‘/\[\/?et_pb.*?\]/’, ”, $content);
return $content;
}Not working I tried this:
add_filter(‘relevanssi_pre_excerpt_content’, ‘rlv_shortcode_blaster’);
function rlv_shortcode_blaster($content) {
$content = preg_replace(‘/\[.*?\]/s’, ”, $content);
return $content;
}thank you so much for replies
i’ve the same problem. i needs to work with Advanced Custom Fields activated.
!UPDATA!
By disabling the Advanced Custom Fields plugin ( V. 5.7.6 ) , drag and drop continues to work.
Forum: Plugins
In reply to: [WP Responsive Menu] Add alt attribute and remove id for img.bar_logo?If
id=””
could also be removed from line 338 that would be fantastic!I also confirm that if it were possible it would be fantastic
I have just updated the plugin and it works perfectly.
Thanks @intoxstudio and @svovaf for the great work!!Thank you very much!
- This reply was modified 6 years, 10 months ago by kaliraw.
Thank you so much!
I do not know if it can be useful but from browsing logs when we browse the pages of the site we have noticed numerous calls to the server:
us-west-2.compute.amazonaws.comIt would seem only from the frontend.
I did a scan with Query Monitor and actually reports several entries related to the plugin.
for example:update_option ()
wp-includes / option.php: 369update_meta_cache ()
wp-includes / meta.php: 825WP_Query-> get_posts ()
wp-includes / class-wp-query.php: 2821Richieste HTTP
1 GET
(Verifica del certificato disabilitata: sslverify=false)
https://api.freemius.com/v1/plugins/259/aff.json
?type=affiliationStato
200
OKCaller
Freemius_Api_WordPress::MakeStaticRequest()
wp-content/plugins/content-aware-sidebars/lib/freemius/includes/sdk/FreemiusWordPress.php:407Componente
Plugin: content-aware-sidebarsScadenza
60Data
0,8272Do I send you the screenshot privately?
- This reply was modified 6 years, 10 months ago by kaliraw.