Kwayy Infotech
Forum Replies Created
-
Forum: Plugins
In reply to: [Mailchimp List Subscribe Form] Missing argument 3 for MailChimp_API::get()Hello,
I updated the code so now it’s working perfectly.
I edited/wp-content/plugins/mailchimp/lib/mailchimp/mailchimp.php
file and now it’s working perfectly. I also solved Notice level errors too. Here is the modified file:
https://pastebin.com/g6YnU9MwI recommend to MailChip team to look at the code change and apply in the plugin so it will be solved in next update.
Thanks
Forum: Plugins
In reply to: [WooCommerce] Ajax add to cart is not workingYes right. It was theme code problem. It’s solved now.
Thanks for reply. I checked and found bug in my custom plugin. My plugin was adding extra menu in the top adminbar (on front website) but also working on admin section with wrong data.
So this is solved now.
Forum: Plugins
In reply to: [WP Sidebar Login] WordPress version 3.6 causes 'error 3.6 blockUI'I am also getting the error. I am using WP Sidebar Login version 2.12
Please update itForum: Fixing WordPress
In reply to: Export problem – No menu title in custom menuSorry this is not a problem.
Forum: Plugins
In reply to: [WooCommerce] Error in widget "WooCommerce Layered Nav Filters"Please note that this only happen if I filter price via “WooCommerce Price Filter” plugin
Forum: Plugins
In reply to: [Kwayy HTML Sitemap] Including categories and tags.Yes we are planning to add the same. We will add this in our next release.
Forum: Plugins
In reply to: [IPU-Chart] Error "There was an error loading the data: csv"I got it working.
the chart shortcode content should be in one line. So I write this code in page content area:[csv id="data1"] Country,Population China,1343.24 India,1205.07 USA,313.85 Indonesia,248.22 Brazil,205.72 [/csv]
[chart csv="#data1" type="bar" category="Country" value="Population" format="string,float" color="auto" title="Top five most populous countries of the world..." description="The top five most populous countries of the world..." sort="Population" animate="medium" img="https://www.ipublia.com/wp-content/uploads/chart-x1.png" debug="true"]
And the chart is working.
I think you need to update your example shortcode.
Forum: Plugins
In reply to: [IPU-Chart] Error "There was an error loading the data: csv"Thanks for quick reply.
I enabled debug and now I am getting these details in Console:
CLIENT: user-agent: mozilla/5.0 (x11; linux i686) applewebkit/537.31 (khtml, like gecko) chrome/26.0.1410.63 safari/537.31 touch device: false SVG support: true screen width/height: 1600px/900px
PLUGIN: IPU-Chart, Version 0.4
CALL RENDER CHART: id: chart907205 csv: csv type: bar category: name value: value format: %s,%f color: auto style: width:100%;height:300px; title: Set a title description: Set a description sort: none interpolate: linear animate: none img: debug: true
There was an error loading the data: [object XMLHttpRequest]
Here is the code I pasted on the page:
[csv id="data"] Country,Population China,1343.24 India,1205.07 USA,313.85 Indonesia,248.22 Brazil,205.72 [/csv] [chart csv="#data" type="bar" category="Country" value="Population" format="string,float" color="auto" title="Top five most populous countries of the world..." description="The top five most populous countries of the world..." sort="Population" animate="medium" img="https://www.ipublia.com/wp-content/uploads/chart-x1.png" debug="true"]
Forum: Plugins
In reply to: [Kwayy HTML Sitemap] No Sitemap ShowingSorry for late reply. As I see now, the page is loading perfectly.
Also it will be good if you post your question/thoughts on our hosted forum at https://forum.kwayyinfotech.com/categories/kwayy-html-sitemap
Forum: Plugins
In reply to: [Kwayy HTML Sitemap] sort top-down or down-topThanks for your comments. We will think of this feature.
Also it will be good if you post your question/thoughts on our hosted forum at https://forum.kwayyinfotech.com/categories/kwayy-html-sitemap
Forum: Plugins
In reply to: [Kwayy HTML Sitemap] Rearrange sitemapYes you can do this easily. You just need to do drag and drop the post type under “Settings>Kwayy HTML Sitemap Options”.
Forum: Plugins
In reply to: [Kwayy HTML Sitemap] leading and columnsYou can do this by css styles. We have added different class to each post type boxes.
Forum: Fixing WordPress
In reply to: WordPress 3.5 : How to allow PDF/ICO file upload in media uploaderThis is now working with same code. I don’t know how but it’s working without any change.
Forum: Fixing WordPress
In reply to: No info appear in the Piecemaker sliderI am also facing same problem