lizeipe
Forum Replies Created
-
Forum: Plugins
In reply to: [CSV to Responsive Tables] Using semicolon instead of commaThanks for using my plugin.
yes you can use semicolon.But you need to make a small change in the code.
Please change the line number 25 in csv-to-webpage-plugin/includes/data.php
Replace
while (($data = fgetcsv($handle, 1000, ",")) !== FALSE)with
while (($data = fgetcsv($handle, 1000, ";")) !== FALSE)Forum: Plugins
In reply to: [CSV to Responsive Tables] CSV File Displayed NOT ChangingPlease download the latest version of CSV to Webpage plugin. Recently I fixed that error.
Pearl
Forum: Plugins
In reply to: [CSV to Responsive Tables] CSV File Displayed NOT ChangingThis plugin use the files from upload folder ( wp-content\plugins\csv-to-webpage-plugin\upload ) . please delete your old file from the upload folder or upload new file from the settings page it will overwrite the old file.
Please try again.
Pearl
Forum: Plugins
In reply to: [Display RSS Feed] Problem with encodingPlease send me the feed link . I will have a look
Liz
Forum: Plugins
In reply to: [Display RSS Feed] I was unable to find save button in the settings pageHi
Please make sure you have installed the plugin correctly.
Please follow the below instructions.
http://pearlbells.co.uk/extensions/rss-to-webpage
Let me know if you need further help.
Liz
Hi
Please follow the how to installation steps :
http://pearlbells.co.uk/extensions/photo-gallery
If you need any further help please let me know.
Liz
Forum: Plugins
In reply to: [CSV to Responsive Tables] CSV to webpage pearlbellsHi Norm,
re:the first point if you can send me the link I will have look.
Normally the excel files are converted to CSV format for displaying that in the webpage.You can convert the excel file to CVS after the calculation then you will get the sum in the CSV as well.
Hope this will help.
Liz
Forum: Plugins
In reply to: [CSV to Responsive Tables] CSV to webpage pearlbellsHi Norm ,
Please make sure the plugin is enabled/activated.
Liz
Forum: Plugins
In reply to: [CSV to Responsive Tables] CSV to webpage pearlbellsHi Norm
The upload folder is inside the plugin folder. Please check .
wp-content\plugins\csv-to-webpage-plugin\upload
Otherwise please send the file or url .
I will have a look.
Liz
Forum: Plugins
In reply to: [CSV to Responsive Tables] CSV to webpage pearlbellsI have noticed you are using two double brackets [[..]] in the shortcode . We need only one bracket [..] . And for the filename please use a underscore instead of space like FP_Calculator.csv or FPCalculator.csv (without space)
Please reply here if you need any further assistance.
Liz
Forum: Plugins
In reply to: [CSV to Responsive Tables] [Plugin: CSV to Webpage Pearlbells] No AlignmentPlease go to header.php file in themes folder.
Check whether there is a line before </head> :
<?php
wp_head();
?>i think the problem is caused by the spaces in your file name. try using a shorter file name without spaces and it should work.
Regards
Forum: Plugins
In reply to: [CSV to Responsive Tables] Failed to open csv file- error on pageHello..
I checked the plugin and its working fine.
The issue might be probably due to the settings in your php.ini file.
You may have to enable allow_url_open in php.ini
Please refer to these 2 URL s and I hope your issue will be solved.
http://ww.wp.xz.cn/support/topic/url-file-access-is-disabled-error
http://paragonhost.wordpress.com/2009/02/27/url-file-access-is-disabled-in-the-server-configuration/
Please provide feedback on how you get on.
Pearl
Hi Thomas,
Glad to know it worked for you.
At present the alternate colour rule works as you have understood and it is not reset for each table. I could think about it in next version as it would involve lot of work.
The CSV delimiter is set as ‘,’ at present as the name is CSV ( comma seperated value ). However if you want it set as ‘;’ I could customise it for you by making some amendments in the code for you.
Regards
Pearl
Hi Thomas
I have made some changes and believe it should work for you now.
Could you try a fresh download/install and check again please?
Many thanks for the donation and support.
Regards
Liz