philipt18
Forum Replies Created
-
One of the biggest problems I can’t figure out is why everything is so slow. Does it takes hours to get through hundreds of files for everyone, or is there something wrong?
Besides figuring out a way to get this working properly, it would also be nice to have a button that would fix these duplicate extensions.
It stopped around 1051 files in my latest attempt, but now I see dozens of jpeg files with duplicate extensions.
Thank you, that worked. I’m a little rusty with CCS, but I know I used the-loop before extensively (on an existing site). Do you know why this would cause it to repeat like that? Is this the way it always worked, or is this something that changed with the recent updates? I haven’t upgraded that site yet, specifically because I was worried about breaking it.
Forum: Plugins
In reply to: [Custom Content Shortcode] V3.70 breaks compare codeEliot, was this fixed in one of the newer versions posted recently?
Forum: Plugins
In reply to: [Custom Content Shortcode] Tablepress Plugin ConflictI use a lot of TablePress tables and have never seen a conflict, but I’m still using 3.6.7 of CCS. What version are you using of WordPress and CCS? Frequently these kins of conflicts have to do with javascript, but I’m not sure CCS uses javascript on the front end.
Those are suggestions for developers. I’m just a user that has subscribed to updates on certain plugins, but I have no idea in the e-mail notifications I received which plug-in the notification is referring to, until I click on it and go to the web site.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS not taking affectThank you. You might add that to the documentation as an example.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS not taking affectI was able to get what I want by using:
.tablepress-id-8 td { width: 33%; }
but that’s only because I want all columns the same. I still don’t understand why I cannot set individual columns, and if it has to do with settings from the last table.
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] CSS not taking affectStrange, but I set it to just column 3 and it worked, although I now want to adjust the other two columns, but can’t. Is it possible it has something to do with settings for the first two columns in another table? This is my complete css:
.tablepress-id-7 .column-2 .column-1 { width: 110px; } .tablepress-id-8 .column-3 { width: 33%; }
If I add in column-1, for example, it goes back to not recognizing any CSS (and the third column expands).
- This reply was modified 6 years, 7 months ago by philipt18.
It’s too bad it seems this plugin has been abandoned (https://github.com/eliot-akira/custom-content-shortcode). When the developer was active he fixed things like this quickly. I’d happily pay if someone would fork the code and continue development on it. I’d even more happily pay the original developer if he would continue development, but I sent donations to him right before he went AWOL and never heard from him. He’s still coding other projects on github (https://github.com/eliot-akira), so it’s odd that he never officially said anything about stopping work on this plugin.
I’ve tried something like:
[if field=date_added custom=true date_format=Y-m-d after=’3 months ago’] </img>[/if]
but that doesn’t seem to work.
Forum: Plugins
In reply to: [Redirection] Export to htaccessThanks
Forum: Reviews
In reply to: [Really Simple CSV Importer] Amazing plugin after many yearsI agree, assuming it would be properly maintained as part of core.
Forum: Plugins
In reply to: [Redirection] How do I replace a section of the URL?I solved this with:
^/demo(.*)
and
/final$1