makensis
Forum Replies Created
-
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingSomeone can agree that WP 4.7.3 + CPT-onomies 1.3.6 is working fine? I think problem with checkboxes could be connected with some themes issues.
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are coming@jajanowiak Have you download newest version 1.3.6?
Forum: Plugins
In reply to: [CPT-onomies: Using Custom Post Types as Taxonomies] Updates are comingAny news? Temp. solution doesn’t work for me.
Forum: Plugins
In reply to: [Yoast SEO] Yoast crash visual editorSome people reccomend to do:
If you use Adblock on Firefox, you can install the Element Hiding Helper for Adbblock Plus plugin, press Ctrl+Shift+F3 and block the element “wpseo-dismiss-recalculate”
Forum: Plugins
In reply to: [Yoast SEO] Yoast crash visual editorIts not make changes. Adding keyword to YOAST freezing visual editor and can not edit normally article.
Easiest way is create in your template files like:
archive-xxx.php
single-xxx.php
where xxx its name of your custom posts(CPT-Onomies).In archive you may put invocation of other template code and in content:
<?php global $cpt_onomy; $terms = get_terms( 'xxx' ); if ( !empty( $terms ) ) { echo '<ul>'; foreach ( $terms as $term ) { echo '<li><a href="' . $cpt_onomy->get_term_link( $term, $term->taxonomy ) . '">' . $term->name . '</a></li>'; } echo '</ul>'; } ?>
In single, you dont need any changes..
Read documentation for more informations: https://wpdreamer.com/plugins/cpt-onomies/documentation/I fixed by removing from template /lib/theme-functions/ metaboxes function.
Which one have you chosen?
If you not busy I can give you grand access to our server. Try to contact me directly if possible ( makensis monkey ?? wp dot pl ).
Yes, debugining data appear on cached files but not on website pages. I have no proxy. Server is overload during this plugin active. Changing to simply caching it’s not really helpfull too. I had to come back to Quick Cache.
Forum: Plugins
In reply to: [Quick Adsense] Be carefull Quick Adsense 1.9.1 can kill serverShare server it’s happend exactly after update this plugin. I have a lot other plugins most SEO and Quick Cache so I am a bit surprised this situation. Server support told me that I have a lot ‘requests opened’ and problem is about time it’s ‘open’ around 500s:
aaa.pl 6658 W 324 GET /zz.htm HTTP/1.1 83.28.241.43
6658 W 178 GET /aa.htm HTTP/1.0 157.55.32.110
6658 W 474 GET /bbb.htm HTTP/1.0 85.117.29.130
6658 C 95 GET /cc.htm HTTP/1.1 89.74.239.77
6658 W 355 GET ddd.htm HTTP/1.1 46.112.11.131
6658 W 175 GET /ggg.htm HTTP/1.0 46.105.45.30
6658 W 352 GET /vvv.htm HTTP/1.1 89.70.253.4
6658 W 339 GET /bbb.htm HTTP/1.1 94.223.133.112
6658 W 277 GET /uuu.htm HTTP/1.1 83.30.12.116
6658 W 331 GET /mmm.htm HTTP/1.1 94.246.139.36
6658 W 456 GET /bbb.htm HTTP/1.1 46.112.11.131
6658 C 41 GET /uuu.htm HTTP/1.0 85.117.29.130The website stats it’s 2 000 to 3 000 users per day. I have just restored older version your mod an problem dissapear so I am sure it’s fault with this version.
Forum: Plugins
In reply to: [Yoast SEO] National words on UTF-8 fail in meta descriptionForum: Plugins
In reply to: [WordPress Popular Posts] [Plugin: WordPress Popular Posts] BROKEN