teachmeter
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] No index after updating settingI had all the pages cached. When the option is selected the header robots=noindex is added in the headers.
When i changed that option i did not purge all as i thought that should happen automatically. The thing that confused me is that I did not purge all of them but the front page was cleared from cache and no other. So either none of the pages should be refreshed or all of them should be when a setting that concerns every page is changed.
What are your thoughts?
Forum: Plugins
In reply to: [Event Tickets and Registration] Custom ticket form hook fires too earlyHi Ed,
For example if you want to move the tickets form out of the single post view it would be nice to do it properly by running the necessary action.Additionally this is the hook description in source code
setting this filter allows developers to override the general setting in particular cases.
Forum: Plugins
In reply to: [Orphans] Problem w kokpicie – WoocommerceWordPress: 4.9.4
Advanced Custom Fields PRO: 5.6.9
B??d: Uncaught Error: No select2/compat/dropdownCssJe?eli mamy stron? zbudowan? na ACF i znajduje si? tam select ala dropdown ca?y js umiera.
Pomaga zakomentowanie w plugins/sierotki/vendor/iworks/options/options.phparray( 'handle' => 'select2', 'file' => 'select2.min.css', 'version' => '4.0.3', ), array( 'handle' => 'select2', 'file' => 'select2.min.js', 'version' => '4.0.3', 'deps' => array( 'jquery' ), ),
PS.
Poleca?bym te? doda? co? takiego ?eby zwi?kszy? funkcjonalno?? wtyczki:function addOrphanSupport($value, $post_id, $field) { if (class_exists('iworks_orphan')) { $orphan = new iworks_orphan(); $value = $orphan->replace($value); } return $value; } add_filter('acf/load_value', 'addOrphanSupport', 10, 3);