bmaas93
Forum Replies Created
-
Forum: Plugins
In reply to: [SSL Insecure Content Fixer] Logo is still served over http on some pagesBelow some screenshots of the console log. What I see vs what you see.
Cached (wp rocket | What you see) : https://snag.gy/krQ6Lo.jpg
Non-cached (What I see): https://snag.gy/USZOYz.jpgForum: Plugins
In reply to: [AMP] Custom fieldsI have the same problem…
Looking for an answer.
Thank you for your response.
Well, thats the problem. I can’t find an plugin that works like this plugin. There is no auto link plugin on the market that works with custom post types.
Maybe you could split the module and make a standalone plugin from it?
Forum: Plugins
In reply to: [External & Affiliate Links Processor] Does it work with custom post types?Oh great!
I definitly should mention that in your description. It’s pretty unique. I searched nearly every auto linking plugin.
I will install the plugin now…
Same problem here…
And I don’t have a sort of caching on.
Just found one bug by the way.
If a subscriber with a hotmail account subscribes the redirect button redirects to: https://hotmail.com.com/ (double .com)
I don’t need thsi feature anymore. Just ordered MyMail plugin and double opt in is working.
Thank you for this great plugin. Everything looks good so far! Maybe I will buy the premium version, just need to figure everything out first ??
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] The plugins takes extreme loading times…That seams allright.
I just did an manual scan and gone through some posts and this was the results:
Bluet Keywords Tooltip Generator – 0.0053 sec – 0.57%But when I did it again I had an total different result:
Bluet Keywords Tooltip Generator – 0.4646 sec – 35.72%Also did a auto scan without the plugin. Total loading time: 1.8 sec
Total loading time with plugin (also auto scan): 1.3 secMaybe i’m just unlucky. Can’t get any grip on the results. Results fluctuate too much. Thank you for your fast response and improvements!
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] The plugins takes extreme loading times…I used the plugin P3 profiler and ran an automatic scan.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] The plugins takes extreme loading times…Hi,
Thanks for the feedback. The plugin seems indeed optimized. The impact dropped about 50%. From 50% to 25%! Nevertheless I think it still too much.
See here the results of the scan:
WordPress Plugin Profile Report
===========================================
Report date: april 15, 2015
Theme name: SevenMag
Pages browsed: 19
Avg. load time: 2.5547 sec
Number of plugins: 40
Plugin impact: 74.45% of load time
Avg. plugin time: 1.9020 sec
Avg. core time: 0.2374 sec
Avg. theme time: 0.3167 sec
Avg. mem usage: 174.62 MB
Avg. ticks: 148,440
Avg. db queries : 398.68
Margin of error : 0.0986 secPlugin list:
===========================================
P3 (Plugin Performance Profiler) – 0.0041 sec – 0.21%
Advanced Custom Fields – 0.0312 sec – 1.64%
All In One Wp Security And Firewall – 0.0220 sec – 1.16%
Arqam – 0.0054 sec – 0.29%
Author Avatars Lijst – 0.0177 sec – 0.93%
BackWPup – 0.0261 sec – 1.37%
Bluet Keywords Tooltip Generator – 0.5184 sec – 27.25%
BMR Calculator – 0.0234 sec – 1.23%
Broken Link Checker – 0.0242 sec – 1.27%
Commentator Master – 0.0284 sec – 1.49%
Contact Form 7 – 0.0344 sec – 1.81%
Inhouds-afhankelijke Sidebars – 0.0293 sec – 1.54%
Dynamic Widgets – 0.0719 sec – 3.78%
Force Regenerate Thumbnails – 0.0003 sec – 0.02%
Google Analytics For WordPress – 0.0186 sec – 0.98%
If Menu – 0.0066 sec – 0.35%
jQuery Pin It Button For Images – 0.0126 sec – 0.66%
WPBakery Visual Composer – 0.0604 sec – 3.18%
MailChimp for WordPress Lite – 0.0159 sec – 0.84%
Master Slider WP – 0.0248 sec – 1.31%
Print-O-Matic – 0.0017 sec – 0.09%
Q2W3 Fixed Widget – 0.0022 sec – 0.11%
Redirection – 0.0065 sec – 0.34%
Scroll Triggered Boxes – 0.0063 sec – 0.33%
Simple Share Buttons Adder – 0.0056 sec – 0.29%
Symple Shortcodes – 0.0030 sec – 0.16%
Ultimate Posts Widget – 0.0017 sec – 0.09%
Ultimate Wp Query Search Filter – 0.0231 sec – 1.21%
Userpro Bookmarks – 0.0047 sec – 0.25%
Userpro Messaging – 0.0038 sec – 0.20%
Userpro – 0.6329 sec – 33.28%
Wordpress Seo – 0.1604 sec – 8.43%
Wp Auto Affiliate Links – 0.0153 sec – 0.80%
WP-Optimize – 0.0067 sec – 0.35%
WP-PostRatings – 0.0095 sec – 0.50%
WP-PostViews – 0.0051 sec – 0.27%
WP Smush.it – 0.0106 sec – 0.56%
Wp Super Cache – 0.0060 sec – 0.32%
Wp User Frontend Pro – 0.0165 sec – 0.87%
Wpdbspringclean – 0.0046 sec – 0.24%Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] The plugins takes extreme loading times…Oke great, thank you!
I did a automatic scan. Also done a manual scan, results are about the same.
Forum: Plugins
In reply to: [Auto Affiliate Links] Add links to custom fieldsFixed it!
This helped me alot: https://wordpress.stackexchange.com/questions/35983/what-is-the-filter-hook-for-custom-fields-content
Forum: Plugins
In reply to: [Auto Affiliate Links] Add links to custom fieldsSorry but I’am new to php.
I’am using the Advanced Custom Fields to create custom fields. And now changed the filter to the following: (see: https://www.advancedcustomfields.com/resources/acfload_field/)
add_filter('acf/load_field/name=ingredienten', 'wpaal_add_affiliate_links',5);
My custom field name is “ingredienten”.
But it’s still not working.
This is how I echo’d the custom field in my single.php
<?php $ingredienten = get_post_meta($post->ID, 'ingredienten', true); //Checking if anything exists for the key kcal if ($ingredienten === "0" || $ingredienten) { ?> <?php echo $ingredienten; ?> <?php } //if there is nothing for songs then display else { ?> <?php } ?>
Could you please give me some more information so I can get it working ??
Forum: Plugins
In reply to: [Auto Affiliate Links] Add links to custom fieldsmmm…
Sorry but I don’t really get it.
It uses the the_content filter so it only searches the content field for keywords?
You are talking about custom posts (“The same function can be applied as a filter when showing custom posts”). But I’am talking about normal post types with custom fields echo’d in the single.php file.
I’am working on a recipe website. So the_content field is used for a recipe description. Then I’ve made several custom fields for ingredient’s, instructions, and so on…
And I want to plugin to search through the ingredient’s custom field and add custom links.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Custom field generated value not correctThank you sir! It was the wrong meta field. AFC makes a _ metafield and a normal metafield. Had to define the normal.