lizeipe
Forum Replies Created
-
Forum: Plugins
In reply to: [CSV to Responsive Tables] sorting data from a key valueThats good , Thanks
Pearl
Forum: Plugins
In reply to: [Display RSS Feed] Display Password Protected Feed?Thanks for using my plugin.
Sorry I did not get your query properly. If you can use the username and password as part of url then i think you can access the data.
I hope it help. If you have any further queries please leave a reply.
http://www.pearlbells.co.uk/rss-to-webpage/
Pearl
Forum: Plugins
In reply to: [CSV to Responsive Tables] sorting data from a key valueHi Laurent,
Thanks for using my plugin.
For make it sort based on the brand you need to make some custom changes.At the moment this plugin is not providing that feature
If you have any further queries please leave a reply.
http://www.pearlbells.co.uk/install-csv-to-webpage/
Thanks
pearl
Forum: Plugins
In reply to: [Unbounce Landing Pages] Allow Editor user role access to pluginPlease add the following code.
function activate_plugin_name() { $role = get_role( 'editor' ); $role->add_cap( 'manage_options' ); // capability } // Register our activation hook register_activation_hook( __FILE__, 'activate_plugin_name' ); function deactivate_plugin_name() { $role = get_role( 'editor' ); $role->remove_cap( 'manage_options' ); // capability } // Register our de-activation hook register_deactivation_hook( __FILE__, 'deactivate_plugin_name' );Refer my tutorial for further explanation. http://www.pearlbells.co.uk/user-role-editor-access-wordpress-plugins/
Forum: Plugins
In reply to: [Display RSS Feed] Open link in a lightboxI have added the rss feed lightbox functionality in my latest version. Please check the demo.
http://www.pearlbells.co.uk/install-rss-to-webpage/demo-rss-to-webpage/
Thanks
Forum: Plugins
In reply to: [Display RSS Feed] CSS BugThats fine , thanks
Forum: Reviews
In reply to: [Display RSS Feed] Broke my bootstrap site layout.This plugins version 5 I have accidentally include some standard css classes. I have removed and fixed the error and uploaded the latest version 6.
Thanks
Pearl
Forum: Plugins
In reply to: [Display RSS Feed] CSS BugHi David ,
Thanks for notify me about the standard css classes in my plugin. I have removed that classes and reuploaded the plugin and released the latest version.
Please download the latest version . If you have futher queries please leave a reply.
http://www.pearlbells.co.uk/rss-to-webpage/
Thanks
Liz
Forum: Plugins
In reply to: [CSV to Responsive Tables] Crashed display in mobileThanks
Pearl
Forum: Plugins
In reply to: [CSV to Responsive Tables] Crashed display in mobileI am pasting the responsive code here :
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) { table, thead, tbody, th, td, tr { display: block; } .pearl_tblstyle thead tr { position: absolute; top: -9999px; left: -9999px; } .pearl_tblstyle tr td { /* Behave like a "row" */ border: none; border-bottom: 1px solid #eee; position: relative; padding-left: 50%; } .pearl_tblstyle td:before { /* Now like a table header */ position: absolute; /* Top/left values mimic padding */ top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space:nowrap; content : ''; } /* Label the data */ .pearl_tblstyle td:before { content: attr(data-content);display: inline-block; } } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-device-width : 320px) and (max-device-width : 480px) { body { padding: 0; margin: 0; width: 320px; } } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { width: 495px; } }Forum: Plugins
In reply to: [CSV to Responsive Tables] Crashed display in mobileHi
Thanks for using my plugin. If you do not want the table to be responsive please remove the responsive code from the pearl_csv_to_webpage.css.
Hope this help . If you have any further queries please give a reply .
regards
pearl.
Forum: Plugins
In reply to: [CSV to Responsive Tables] Crashed display in mobileHi
Thanks for using my plugin. It seems that your table contain only two columns. If you do not want that that responsive please remove the responsive css code from the pearl_csv_to_webpage.css.
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {table, thead, tbody, th, td, tr {
display: block;
}.pearl_tblstyle thead tr {
position: absolute;
top: -9999px;
left: -9999px;
}.pearl_tblstyle tr td {
/* Behave like a “row” */
border: none;
border-bottom: 1px solid #eee;
position: relative;
padding-left: 50%;
}.pearl_tblstyle td:before {
/* Now like a table header */
position: absolute;
/* Top/left values mimic padding */
top: 6px;
left: 6px;
width: 45%;
padding-right: 10px;
white-space:nowrap;
content : ”;
}/*
Label the data
*/
.pearl_tblstyle td:before { content: attr(data-content);display: inline-block; }}
/* Smartphones (portrait and landscape) ———– */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
body {
padding: 0;
margin: 0;
width: 320px; }
}/* iPads (portrait and landscape) ———– */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
body {
width: 495px;
}
}Hope this help. if you have any further queries please leave a reply.
Thanks
Liz
Forum: Plugins
In reply to: [CSV to Responsive Tables] Table not displaying after upgradeThanks for the information. I will have a look into that.
Pearl
Forum: Plugins
In reply to: [CSV to Responsive Tables] Plugin Conflict with Genesis Frameworkyou welcome.
pearl
Forum: Plugins
In reply to: [CSV to Responsive Tables] Table not displaying after upgradeI have fixed the css problem and uploaded that update today.
Re: the file not found error I am not sure about that. please make sure \wp-content\plugins\csv-to-webpage-plugin\upload folder contains the file you are trying to display and clear the cache and check again.
In the updated version I have added the pagination feature. If you want to use that me updated to the latest version and check again.
http://www.pearlbells.co.uk/install-csv-to-webpage/demo-csv-to-webpage/
If you any further queries please leave a reply
Thanks