dannywan
Forum Replies Created
-
Forum: Plugins
In reply to: [Instant Articles for WP] Adding space between imagesI am facing the same error from facebook review, white space is needed between image <figure>
Why there are no feedback from the authors?
Forum: Plugins
In reply to: [Instant Articles for WP] Facebook review (need space between images)I got this error message from facebook review
Additional Detail from your Reviewer:
Please include the white space between the Instant Article images.how to add white space such as
<br>
between the images </figure>**<figure>?I try to add
<br>
to the original post but seems the rules replace it with <figure> without spaceAnyone know how rewrite the rules and add
<br>between <figure>Many Thanks
Forum: Plugins
In reply to: [Instant Articles for WP] Facebook review (need space between images)I got this error message from facebook review
Additional Detail from your Reviewer:
Please include the white space between the Instant Article images.how to add white space such as
between the images </figure>**<figure>?I try to add
to the original post but seems the rules replace it with <figure> without spaceAnyone know how rewrite the rules and add
Many Thanks
Forum: Plugins
In reply to: [Filter Custom Fields & Taxonomies Light] Single Result ElementMay I know which file to custom the pagination? and any option for pagination custom in this plugin?
Forum: Plugins
In reply to: [Filter Custom Fields & Taxonomies Light] Single Result ElementI found it in FTP and edit the template successfully
Thanks
Forum: Plugins
In reply to: [Search Everything] Looks like the plugin breaks in 3.6Yes I got it
Replace
$exact = $this->query_instance->query_vars[‘exact’];
with
$exact = isset($this->query_instance->query_vars[‘exact’]) ? $this->query_instance->query_vars[‘exact’] : ”;Forum: Plugins
In reply to: [Search Everything] Looks like the plugin breaks in 3.6It seems better but I still have error in line 533
Notice: Undefined index: exact in /www//wp-content/plugins/search-everything/search-everything.php on line 533
$exact = $this->query_instance->query_vars['exact'];Thanks