NicolaCirotto
Forum Replies Created
-
Forum: Plugins
In reply to: [WebP Express] Images not loading after plugin activationHave you converted the existings images? You need to go on Bulk convert -> and click button Bulk convert
After you need to enable “Alter HTML” and choose how to replace the image src
Forum: Plugins
In reply to: [WebP Express] Redirection by url?I have tryed to save the image by browser opening this url: https://www.lereveilsocial.com/wp-content/uploads/talenti-digitali-mini.png
If I try to save the image on firefox, it proposes me talenti-digitali-mini.webp so I think it was redirected also if on url i see the png path and not webp express path
If I try to save the image on chrome, it proposes me talenti-digitali-mini.png and I think it was not redirected.
I ask this, because I need to understand if this plugin load webp if I have a div with background image jpg it will be loaded a webp background image.
Thanks
Forum: Plugins
In reply to: [WebP Express] WebP Express Doesn’t Rewrite Divi Background Imagessame problem… the plugin work perfectly with img tags but not on background-image element
Forum: Plugins
In reply to: [BP Profile Search] Compatibility with Divi BuilderI don’t know why today I don’t have this problem. Maybe was a Server problem.
Sorry for the question
Thanks for your awesome jobForum: Plugins
In reply to: [External Links - nofollow, noopener & new window] WPML Multilanguage ProblemSolved
On WP External Links settings on tab Exceptions I have flagged Make subdomains internal: true
Now it work
Maybe another good solution is to add the site domain on “Exclude external links by URL” option
Hope this help
the version is: 1.5.3
one of site is: https://www.zazys.com
I don’t made other customisation to Cookie Law Info plugin
Thanks
I have changed code on /php/functions.php to this:
function cookielawinfo_inject_cli_script() { $the_options = cookielawinfo_get_admin_settings(); if ( $the_options['is_on'] == true ) { // Output the HTML in the footer: $str = do_shortcode( stripslashes ( $the_options['notify_message'] ) ); $notify_html = '<div class="robots-nocontent" id="' . cookielawinfo_remove_hash( $the_options["notify_div_id"] ) . '"><span>' . $str . '</span></div>'; if ( $the_options['showagain_tab'] === true ) { $notify_html .= '<div id="' . cookielawinfo_remove_hash( $the_options["showagain_div_id"] ) . '"><span id="cookie_hdr_showagain">' . $the_options["showagain_text"] . '</span></div>'; } $notify_html = "<!--googleoff: index-->" . $notify_html . "<!--googleon: index-->"; //google $notify_html = "<!--noindex-->" . $notify_html . "<!--/noindex-->"; //yandex echo $notify_html; // Now output the JavaScript: ?> <script type="text/javascript"> //<![CDATA[ jQuery(document).ready(function() { cli_show_cookiebar({ settings: '<?php echo cookielawinfo_get_json_settings(); ?>' }); }); //]]> </script> <?php } }
Added class and noindex
Maybe is sufficient
for more info: https://en.wikipedia.org/wiki/NoindexForum: Plugins
In reply to: [Yoast SEO] Problem of semi blank title with WordPress SEO & BuddyPress1 month no answer :S
Forum: Plugins
In reply to: [Yoast SEO] Problem of semi blank title with WordPress SEO & BuddyPressI hope too…
Forum: Plugins
In reply to: [Yoast SEO] Problem of semi blank title with WordPress SEO & BuddyPresssome news? :S
Forum: Plugins
In reply to: [WP-PostRatings] Rate Members in wordpress/buddypress (hot or not)the best way is if I can choose the id type.
For example I use BuddyPress plugin and I need vote for type ‘Activity’ and ‘User’.If it is possible to pass parameters to plugin it will be the best.
For example:
add_action('bp_get_activity_action', 'my_test'); function my_test($content) { global $activities_template; $activity_id = $activities_template->activity->id; $type = 'activity'; $content .= the_ratings('div', $activity_id, $type, false); return $content; }
Thanks
Forum: Plugins
In reply to: [WP-PostRatings] How to rate a category?the best way is if I can choose the id type.
For example I use BuddyPress plugin and I need vote for type ‘Activity’ and ‘User’.If it is possible to pass parameters to plugin it will be the best.
For example:
add_action('bp_get_activity_action', 'my_test'); function my_test($content) { global $activities_template; $activity_id = $activities_template->activity->id; $type = 'activity'; $content .= the_ratings('div', $activity_id, $type, false); return $content; }
Forum: Plugins
In reply to: [BP Profile Search] Buddypress Profile Search and WPML multilanguageVery good ??
Thanks
Forum: Plugins
In reply to: [BP Profile Search] Buddypress Profile Search and WPML multilanguage??
Some news?? ??
Forum: Plugins
In reply to: [Yoast SEO] Problem of semi blank title with WordPress SEO & BuddyPressI have the same problem after BuddyPress update to last version :S