WPShout
Forum Replies Created
-
Hello @anvas,
I’m not familiar with this error, could be because of uncompleted update. Can you try to delete the plugin a and install it again ?
Thanks !
Forum: Plugins
In reply to: [Visualizer: Tables and Charts Manager for WordPress] Including in wp-adminHey @dosser,
For the moment yes, this is not really working, but we will try to fix it in the future.
Thank you for reporting this.
Hey @asmx3r,
Can you contact us at themeisle.com/contact for a more in depth analysis ? Please send us this topic as reference as well as the csv you are using as data source.
Thanks !Forum: Plugins
In reply to: [Contact Form & SMTP Plugin for WordPress by PirateForms] Dropdown subjectHey @mitsakos999,
Yes, you can surely do it.
here you have the code snippet which you can use to achieve this:
add_filter( 'pirate_forms_public_controls', 'pf_add_subject_dropdown' ); function pf_add_subject_dropdown( $elements ) { foreach ( $elements as $key => $element ) { if ( $element['id'] === 'pirate-forms-contact-subject' ) { $elements[ $key ]['type'] = 'select'; $elements[ $key ]['options'] = array( 'My subject option 1' => 'My subject option 1', 'My subject option 2' => 'My subject option 2', 'My subject option 3' => 'My subject option 3' ); } } return $elements; }Obviously you need to replace the select option with your values.
Hey @bulineta,
I don’t this is something that you can do as you using a lot of feeds with a very small cache interval. In order to improve this you can either the feed items in your wordpress or increase the caching interval.
Let me know if you have any other questions.
Thanks !
Hey @sopfiaadmin,
For the moment such thing is not possible but we plan to introduce in the future.
Thanks !
Hey,
Have a look at this doc http://docs.themeisle.com/article/549-how-to-handle-time-and-date-content and let me know if this works for you.
Thanks !
Hey,
Can you share with me the url of the feed to have a look?
Thanks !
Forum: Reviews
In reply to: [WP Product Review Lite] Almost there…Hey @bwalklet,
I’m sure that this is a misunderstanding as i have never seen this behaviour before for the image. I’m happy to help you solve this and track the issue, would you mind contacting us at themeisle.com/contact with this topic as a reference for a more in depth debug ?
Thanks !
Hey @mikeaustria,
Can you contact us at themeisle.com/contact for a more in depth analysis ?
Thanks !
Hey @lupet92,
Just a small configuration issue, now all should be ok.
Sorry for the troubles.
Thanks !
Hello @aggk,
Yes, this should work just fine having blank all the settings.
You should use those settings in case the access to the feed is restricted, or blocked.
We are preparing some docs that should outline document how this is used.
Thanks !
Hey @piccart,
Thanks again for your help, nice catch with the readme.md files 😀
I have pushed the new changes which should fix both of them.
if you have any other improvements in mind, just let me know.
Thanks !