RiccardoP
Forum Replies Created
-
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Issue with DisqusOk, thank you.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Issue with DisqusHi, issue is gone with Refresh set to 1500. Can you explain me why this setting fix the issue?
Thanks for your support and for the plugin.
Forum: Plugins
In reply to: [Posts By Tag] No widget display after latest update (3.1.1)Ok, now issue is fixed. Thanks again for the support.
Forum: Plugins
In reply to: [Posts By Tag] Changing the excerpt lenght & removing the […] stringI also would like to have this features in the next version!
Forum: Plugins
In reply to: [Posts By Tag] Debug: PHP Notice Undefined variableOk, thank you.
Forum: Plugins
In reply to: [Posts By Tag] Use shortocode with custom fieldsOk, sorry for this, now i’ve fixed it.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Deprecated / Notices,Hi, i’ve some PHP Notice with disable-phone and disable-tablet. Check with WP_Debug=true. I’m not a programmer but i’ve solved with:
if (isset($options['disable-phone']) && $options['disable-tablet'] ) { ... }between line 117 and 136 of q2w3-fixed-widget.php. I hope you can fix it on next release 🙂
Thanks for the plugin.
Forum: Plugins
In reply to: [Featured Video Plus] Check if function_exists before has_video_postYes Alex, this tricks is ok, thanks for the support.
Forum: Plugins
In reply to: [List category posts] Pass tag parameter via custom fieldsThanks for the reply, but i need to populate the content of tag=”” with a custom field.
I use a text widget in sidebar with [catlist tag=”$customfield_value” numberposts=5 excludeposts=this] inside. In this way i can change the content of tag=”” by adding a custom field in post.