roweestall
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Change pre order status to normal salethanks
Forum: Plugins
In reply to: [Media Library Folders] Question about image SEOI see, looks like i need to insert it manually if i didn’t use mlp uploader directly. Thanks for the reply.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Image in the table didn’t resizeAh so no N part. Thanks.
Thank you for helping me these past few days and not getting angry. Lol. I’m still new in this coding thing. Next time i have question i will make sure to give the link and other thing immediately.Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Image in the table didn’t resizeIt works, thanks. Last question, the N value is for all tables right? When i use
.tablepress-id-N .column-4 img {
min-width: 300px;
}
the column wont change, but if i use.tablepress-id-7 .column-4 img {
min-width: 300px;
}
it change as intendedI actually want to use it for all table if i can
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Image in the table didn’t resizeSo I can’t make it a bit bigger? Around maybe 30% to 40% of the total width of 4 column table
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Image in the table didn’t resizeThank you for the code, the sudden change already gone. Right now the problem is I can’t change the fourth column width. I change from 500px to 100px but no change.
This is the link http://roweestall.com/comic-frontier-8/This is the in the plugin option
.tablepress thead th,
.tablepress tfoot th {
background-color: #50c878;
}.tablepress .odd td {
background-color: #f4fcf7;
}.tablepress .even td {
background-color: #e5f7eb;
}.tablepress-id-N .column-4 img {
width: 500px;
}.tablepress .wp-caption {
max-width: 100%;
width: auto !important;
}.tablepress-id-N .column-4 {
padding: 1px;
}.tablepress-id-N {
width: auto;
margin: 0 auto 1em;
}.tablepress-style-3-column .column-3 img {
width: 500px;
}Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Image in the table didn’t resizeAh yes, i’m sorry for the trouble
http://roweestall.com/comic-frontier-8/
http://roweestall.com/creator-super-fest-2017/Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Image in the table didn’t resizeI already insert the code that you give and try to delete the column width code, but it is still not working. Still like what i give you in the first post
Forum: Plugins
In reply to: [Media Library Folders] problem uploading and syncing jpeg/png fileLooks like my provider limit it to 64mb so i can’t increase it except i put more money in it. But after i try somewhat roundabout way looks like it works pretty good.
I use this step
> upload using the normal wordpress media
> after upload several images change to media library folder plugin
> open the image folder from media library folder plugin
> move your images to your desire folder
> wait media library folder to update any image link
> doneForum: Plugins
In reply to: [Media Library Folders] problem uploading and syncing jpeg/png fileOh looks like the problem is in the memory limit. I already try to change from wp-config.php , .htaccess, and PHP.ini but looks like still can’t change the memory limit from 64mb. Maybe i will try ask my server provider. I have sent you the debug log.
Forum: Plugins
In reply to: [Media Library Folders] How to unhide folderOk now it is already work as intended. In ftp, all files still in the folder with the addition mlp hidden. After I delete it and sync it, all file come back as normal.
Thanks for your fast and easy explanation Alan.Forum: Plugins
In reply to: [Media Library Folders] How to unhide folderis it removing by deleting the mlpp-hidden? After i remove and try your method, all the picture inside gone. Maybe i follow the wrong order.
At first i upload
After i hide it
After i try the method
- This reply was modified 9 years ago by roweestall.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to make another tab?thanks
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to make another tab?I’m sorry but I need to ask another one, is there any way to search other than the alphabet? Some of my data have numbers and other thing besides alphabet. So maybe there is another data filter like this symbol # for data other than alphabet?
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] How to make another tab?Thank you for your fast response